From a756ac9b620323c5a4d6399d2ee9b33580615d50 Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Thu, 2 Oct 2025 22:46:29 +1300 Subject: [PATCH 01/12] Adding new test files --- tests/Resources/ExampleResponses/API.get.json | 1 + tests/Resources/ExampleResponses/API.get.tsv | 2 + tests/Resources/ExampleResponses/API.get.xml | 127 + .../API.getAvailableMeasurableTypes.json | 1 + .../API.getAvailableMeasurableTypes.xml | 144 + .../API.getGlossaryMetrics.json | 1 + .../API.getGlossaryMetrics.tsv | 101 + .../API.getGlossaryMetrics.xml | 503 + .../API.getGlossaryReports.json | 1 + .../API.getGlossaryReports.tsv | 101 + .../API.getGlossaryReports.xml | 437 + .../ExampleResponses/API.getIpFromHeader.json | 1 + .../ExampleResponses/API.getIpFromHeader.tsv | 2 + .../ExampleResponses/API.getIpFromHeader.xml | 2 + .../API.getMatomoVersion.json | 1 + .../ExampleResponses/API.getMatomoVersion.tsv | 2 + .../ExampleResponses/API.getMatomoVersion.xml | 2 + .../ExampleResponses/API.getMetadata.json | 1 + .../ExampleResponses/API.getMetadata.xml | 59 + .../API.getPagesComparisonsDisabledFor.json | 1 + .../API.getPagesComparisonsDisabledFor.tsv | 13 + .../API.getPagesComparisonsDisabledFor.xml | 16 + .../ExampleResponses/API.getPhpVersion.json | 1 + .../ExampleResponses/API.getPhpVersion.tsv | 2 + .../ExampleResponses/API.getPhpVersion.xml | 11 + .../ExampleResponses/API.getPiwikVersion.json | 1 + .../ExampleResponses/API.getPiwikVersion.tsv | 2 + .../ExampleResponses/API.getPiwikVersion.xml | 2 + .../API.getProcessedReport.json | 1 + .../API.getProcessedReport.xml | 1843 ++ .../API.getReportMetadata.json | 1 + .../API.getReportMetadata.xml | 4623 ++++ .../API.getReportPagesMetadata.json | 1 + .../API.getReportPagesMetadata.xml | 18748 ++++++++++++++++ .../API.getSegmentsMetadata.json | 1 + .../API.getSegmentsMetadata.xml | 697 + .../ExampleResponses/API.getSettings.json | 1 + .../ExampleResponses/API.getSettings.tsv | 2 + .../ExampleResponses/API.getSettings.xml | 7 + .../API.getSuggestedValuesForSegment.json | 1 + .../API.getSuggestedValuesForSegment.tsv | 29 + .../API.getSuggestedValuesForSegment.xml | 32 + .../API.getWidgetMetadata.json | 1 + .../API.getWidgetMetadata.xml | 2992 +++ 44 files changed, 30518 insertions(+) create mode 100644 tests/Resources/ExampleResponses/API.get.json create mode 100644 tests/Resources/ExampleResponses/API.get.tsv create mode 100644 tests/Resources/ExampleResponses/API.get.xml create mode 100644 tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.json create mode 100644 tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.xml create mode 100644 tests/Resources/ExampleResponses/API.getGlossaryMetrics.json create mode 100644 tests/Resources/ExampleResponses/API.getGlossaryMetrics.tsv create mode 100644 tests/Resources/ExampleResponses/API.getGlossaryMetrics.xml create mode 100644 tests/Resources/ExampleResponses/API.getGlossaryReports.json create mode 100644 tests/Resources/ExampleResponses/API.getGlossaryReports.tsv create mode 100644 tests/Resources/ExampleResponses/API.getGlossaryReports.xml create mode 100644 tests/Resources/ExampleResponses/API.getIpFromHeader.json create mode 100644 tests/Resources/ExampleResponses/API.getIpFromHeader.tsv create mode 100644 tests/Resources/ExampleResponses/API.getIpFromHeader.xml create mode 100644 tests/Resources/ExampleResponses/API.getMatomoVersion.json create mode 100644 tests/Resources/ExampleResponses/API.getMatomoVersion.tsv create mode 100644 tests/Resources/ExampleResponses/API.getMatomoVersion.xml create mode 100644 tests/Resources/ExampleResponses/API.getMetadata.json create mode 100644 tests/Resources/ExampleResponses/API.getMetadata.xml create mode 100644 tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.json create mode 100644 tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.tsv create mode 100644 tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.xml create mode 100644 tests/Resources/ExampleResponses/API.getPhpVersion.json create mode 100644 tests/Resources/ExampleResponses/API.getPhpVersion.tsv create mode 100644 tests/Resources/ExampleResponses/API.getPhpVersion.xml create mode 100644 tests/Resources/ExampleResponses/API.getPiwikVersion.json create mode 100644 tests/Resources/ExampleResponses/API.getPiwikVersion.tsv create mode 100644 tests/Resources/ExampleResponses/API.getPiwikVersion.xml create mode 100644 tests/Resources/ExampleResponses/API.getProcessedReport.json create mode 100644 tests/Resources/ExampleResponses/API.getProcessedReport.xml create mode 100644 tests/Resources/ExampleResponses/API.getReportMetadata.json create mode 100644 tests/Resources/ExampleResponses/API.getReportMetadata.xml create mode 100644 tests/Resources/ExampleResponses/API.getReportPagesMetadata.json create mode 100644 tests/Resources/ExampleResponses/API.getReportPagesMetadata.xml create mode 100644 tests/Resources/ExampleResponses/API.getSegmentsMetadata.json create mode 100644 tests/Resources/ExampleResponses/API.getSegmentsMetadata.xml create mode 100644 tests/Resources/ExampleResponses/API.getSettings.json create mode 100644 tests/Resources/ExampleResponses/API.getSettings.tsv create mode 100644 tests/Resources/ExampleResponses/API.getSettings.xml create mode 100644 tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.json create mode 100644 tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.tsv create mode 100644 tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.xml create mode 100644 tests/Resources/ExampleResponses/API.getWidgetMetadata.json create mode 100644 tests/Resources/ExampleResponses/API.getWidgetMetadata.xml diff --git a/tests/Resources/ExampleResponses/API.get.json b/tests/Resources/ExampleResponses/API.get.json new file mode 100644 index 0000000..42427d8 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.get.json @@ -0,0 +1 @@ +{"nb_uniq_visitors":8920,"nb_visits":9831,"nb_users":5,"nb_actions":29397,"max_actions":76,"bounce_count":5760,"sum_visit_length":2556198,"nb_visits_new":5,"nb_actions_new":8,"nb_uniq_visitors_new":5,"nb_users_new":0,"max_actions_new":4,"bounce_rate_new":"80%","nb_actions_per_visit_new":1.6,"avg_time_on_site_new":450,"nb_visits_returning":9829,"nb_actions_returning":29392,"nb_uniq_visitors_returning":8917,"nb_users_returning":5,"max_actions_returning":76,"bounce_rate_returning":"59%","nb_actions_per_visit_returning":3,"avg_time_on_site_returning":260,"Referrers_visitorsFromSearchEngines":6969,"Referrers_visitorsFromSocialNetworks":1111,"Referrers_visitorsFromAIAssistants":0,"Referrers_visitorsFromDirectEntry":957,"Referrers_visitorsFromWebsites":795,"Referrers_visitorsFromCampaigns":0,"Referrers_distinctSearchEngines":20,"Referrers_distinctSocialNetworks":5,"Referrers_distinctAIAssistants":0,"Referrers_distinctKeywords":96,"Referrers_distinctWebsites":4,"Referrers_distinctWebsitesUrls":277,"Referrers_distinctCampaigns":0,"PagePerformance_network_time":0,"PagePerformance_network_hits":0,"PagePerformance_servery_time":0,"PagePerformance_server_hits":0,"PagePerformance_transfer_time":0,"PagePerformance_transfer_hits":0,"PagePerformance_domprocessing_time":0,"PagePerformance_domprocessing_hits":0,"PagePerformance_domcompletion_time":0,"PagePerformance_domcompletion_hits":0,"PagePerformance_onload_time":0,"PagePerformance_onload_hits":0,"PagePerformance_pageload_time":0,"PagePerformance_pageload_hits":0,"avg_time_network":0,"avg_time_server":0,"avg_time_transfer":0,"avg_time_dom_processing":0,"avg_time_dom_completion":0,"avg_time_on_load":0,"avg_page_load_time":0,"nb_plays":184,"nb_unique_visitors_plays":147,"nb_impressions":1313,"nb_unique_visitors_impressions":1022,"nb_finishes":38,"sum_total_time_watched":48918,"sum_total_audio_plays":29,"sum_total_audio_impressions":66,"sum_total_video_plays":155,"sum_total_video_impressions":1247,"nb_conversions":962,"nb_visits_converted":915,"revenue":84869.05,"conversion_rate":"9.31%","nb_conversions_new_visit":0,"nb_visits_converted_new_visit":0,"revenue_new_visit":0,"conversion_rate_new_visit":"0%","nb_conversions_returning_visit":962,"nb_visits_converted_returning_visit":915,"revenue_returning_visit":84869.05,"conversion_rate_returning_visit":"9.31%","nb_form_views":11746,"nb_form_viewers":7731,"nb_form_starts":513,"nb_form_starters":432,"nb_form_submissions":578,"nb_form_submitters":557,"nb_form_resubmitters":15,"nb_form_conversions":136,"nb_crash_occurrences":950,"nb_visits_with_crash":812,"nb_ignored_crashes":0,"nb_uniq_crashes":13,"nb_new_crashes":0,"nb_disappeared_crashes":0,"nb_reappeared_crashes":0,"nb_pageviews":25071,"nb_uniq_pageviews":19429,"nb_downloads":22,"nb_uniq_downloads":20,"nb_outlinks":1378,"nb_uniq_outlinks":1296,"nb_searches":216,"nb_keywords":73,"hits":29816,"Referrers_visitorsFromDirectEntry_percent":"10%","Referrers_visitorsFromSearchEngines_percent":"71%","Referrers_visitorsFromAIAssistants_percent":"0%","Referrers_visitorsFromCampaigns_percent":"0%","Referrers_visitorsFromSocialNetworks_percent":"11%","Referrers_visitorsFromWebsites_percent":"8%","visits_crash_rate":0.08,"bounce_rate":"59%","nb_actions_per_visit":3,"avg_time_on_site":260,"form_starters_rate":"5.6%","form_submitter_rate":"128.9%","form_conversion_rate":"31.5%","form_resubmitters_rate":"2.7%","avg_form_time_hesitation":17.189,"avg_form_time_spent":109.457,"avg_form_time_to_first_submission":9.059,"avg_form_time_to_conversion":83.703,"play_rate":0.14,"finish_rate":0.21,"impression_rate":0.11} \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.get.tsv b/tests/Resources/ExampleResponses/API.get.tsv new file mode 100644 index 0000000..8b6d175 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.get.tsv @@ -0,0 +1,2 @@ +nb_uniq_visitors nb_visits nb_users nb_actions max_actions bounce_count sum_visit_length nb_visits_new nb_actions_new nb_uniq_visitors_new nb_users_new max_actions_new bounce_rate_new nb_actions_per_visit_new avg_time_on_site_new nb_visits_returning nb_actions_returning nb_uniq_visitors_returning nb_users_returning max_actions_returning bounce_rate_returning nb_actions_per_visit_returning avg_time_on_site_returning Referrers_visitorsFromSearchEngines Referrers_visitorsFromSocialNetworks Referrers_visitorsFromAIAssistants Referrers_visitorsFromDirectEntry Referrers_visitorsFromWebsites Referrers_visitorsFromCampaigns Referrers_distinctSearchEngines Referrers_distinctSocialNetworks Referrers_distinctAIAssistants Referrers_distinctKeywords Referrers_distinctWebsites Referrers_distinctWebsitesUrls Referrers_distinctCampaigns PagePerformance_network_time PagePerformance_network_hits PagePerformance_servery_time PagePerformance_server_hits PagePerformance_transfer_time PagePerformance_transfer_hits PagePerformance_domprocessing_time PagePerformance_domprocessing_hits PagePerformance_domcompletion_time PagePerformance_domcompletion_hits PagePerformance_onload_time PagePerformance_onload_hits PagePerformance_pageload_time PagePerformance_pageload_hits avg_time_network avg_time_server avg_time_transfer avg_time_dom_processing avg_time_dom_completion avg_time_on_load avg_page_load_time nb_plays nb_unique_visitors_plays nb_impressions nb_unique_visitors_impressions nb_finishes sum_total_time_watched sum_total_audio_plays sum_total_audio_impressions sum_total_video_plays sum_total_video_impressions nb_conversions nb_visits_converted revenue conversion_rate nb_conversions_new_visit nb_visits_converted_new_visit revenue_new_visit conversion_rate_new_visit nb_conversions_returning_visit nb_visits_converted_returning_visit revenue_returning_visit conversion_rate_returning_visit nb_form_views nb_form_viewers nb_form_starts nb_form_starters nb_form_submissions nb_form_submitters nb_form_resubmitters nb_form_conversions nb_crash_occurrences nb_visits_with_crash nb_ignored_crashes nb_uniq_crashes nb_new_crashes nb_disappeared_crashes nb_reappeared_crashes nb_pageviews nb_uniq_pageviews nb_downloads nb_uniq_downloads nb_outlinks nb_uniq_outlinks nb_searches nb_keywords hits Referrers_visitorsFromDirectEntry_percent Referrers_visitorsFromSearchEngines_percent Referrers_visitorsFromAIAssistants_percent Referrers_visitorsFromCampaigns_percent Referrers_visitorsFromSocialNetworks_percent Referrers_visitorsFromWebsites_percent visits_crash_rate bounce_rate nb_actions_per_visit avg_time_on_site form_starters_rate form_submitter_rate form_conversion_rate form_resubmitters_rate avg_form_time_hesitation avg_form_time_spent avg_form_time_to_first_submission avg_form_time_to_conversion play_rate finish_rate impression_rate +8920 9831 5 29397 76 5760 2556198 5 8 5 0 4 80% 1.6 450 9829 29392 8917 5 76 59% 3 260 6969 1111 0 957 795 0 20 5 0 96 4 277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 184 147 1313 1022 38 48918 29 66 155 1247 962 915 84869.05 9.31% 0 0 0 0% 962 915 84869.05 9.31% 11746 7731 513 432 578 557 15 136 950 812 0 13 0 0 0 25071 19429 22 20 1378 1296 216 73 29816 10% 71% 0% 0% 11% 8% 0.08 59% 3 260 5.6% 128.9% 31.5% 2.7% 17.189 109.457 9.059 83.703 0.14 0.21 0.11 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.get.xml b/tests/Resources/ExampleResponses/API.get.xml new file mode 100644 index 0000000..9b1a167 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.get.xml @@ -0,0 +1,127 @@ + + + 8920 + 9831 + 5 + 29397 + 76 + 5760 + 2556198 + 5 + 8 + 5 + 0 + 4 + 80% + 1.6 + 450 + 9829 + 29392 + 8917 + 5 + 76 + 59% + 3 + 260 + 6969 + 1111 + 0 + 957 + 795 + 0 + 20 + 5 + 0 + 96 + 4 + 277 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 184 + 147 + 1313 + 1022 + 38 + 48918 + 29 + 66 + 155 + 1247 + 962 + 915 + 84869.05 + 9.31% + 0 + 0 + 0 + 0% + 962 + 915 + 84869.05 + 9.31% + 11746 + 7731 + 513 + 432 + 578 + 557 + 15 + 136 + 950 + 812 + 0 + 13 + 0 + 0 + 0 + 25071 + 19429 + 22 + 20 + 1378 + 1296 + 216 + 73 + 29816 + 10% + 71% + 0% + 0% + 11% + 8% + 0.08 + 59% + 3 + 260 + 5.6% + 128.9% + 31.5% + 2.7% + 17.189 + 109.457 + 9.059 + 83.703 + 0.14 + 0.21 + 0.11 + \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.json b/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.json new file mode 100644 index 0000000..4cd33e3 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.json @@ -0,0 +1 @@ +[{"id":"website","name":"Website","description":"A website consists of webpages, typically served from a single domain on the web.","longDescription":"Track visitor interactions like page views, clicks, downloads, and events on a public-facing website. A single measurable can include multiple domains and subdomains, or you can create separate measurables for each.","howToSetupUrl":"?module=CoreAdminHome&action=trackingCodeGenerator","settings":[{"pluginName":"Live","title":"Live","settings":[{"name":"disable_visitor_log","title":"Turn off visits log and visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\/guidelines.","introduction":null,"condition":null,"fullWidth":false},{"name":"disable_visitor_profile","title":"Turn off visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"All visits-log related features always function.","introduction":null,"condition":"disable_visitor_log==0","fullWidth":false}]}]},{"id":"intranet","name":"Intranet Website","description":"An intranet measurable is just like a website but hosted on an internal network.","longDescription":"Track internal sites that are only accessible within your organisation\u2019s network. Matomo uses first-party cookies to more accurately identify unique visitors in intranet environments.","howToSetupUrl":"?module=CoreAdminHome&action=trackingCodeGenerator","settings":[{"pluginName":"Live","title":"Live","settings":[{"name":"disable_visitor_log","title":"Turn off visits log and visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\/guidelines.","introduction":null,"condition":null,"fullWidth":false},{"name":"disable_visitor_profile","title":"Turn off visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"All visits-log related features always function.","introduction":null,"condition":"disable_visitor_log==0","fullWidth":false}]}]},{"id":"rollup","name":"Roll-Up","description":"Roll-Ups let you aggregate data from multiple websites and apps into one single parent site.","longDescription":"The Roll-Up Reporting plugin lets you aggregate data from multiple websites and apps into one single place. Access, analyse, and compare the data of multiple digital properties in one report, helping you instantly gain the insights you need, error-free.","howToSetupUrl":"","settings":[{"pluginName":"Live","title":"Live","settings":[{"name":"disable_visitor_log","title":"Turn off visits log and visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\/guidelines.","introduction":null,"condition":null,"fullWidth":false},{"name":"disable_visitor_profile","title":"Turn off visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"All visits-log related features always function.","introduction":null,"condition":"disable_visitor_log==0","fullWidth":false}]}]}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.xml b/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.xml new file mode 100644 index 0000000..0c44028 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.xml @@ -0,0 +1,144 @@ + + + + website + Website + A website consists of webpages, typically served from a single domain on the web. + Track visitor interactions like page views, clicks, downloads, and events on a public-facing website. A single measurable can include multiple domains and subdomains, or you can create separate measurables for each. + ?module=CoreAdminHome&action=trackingCodeGenerator + + + Live + Live + + + disable_visitor_log + Turn off visits log and visitor profiles + 0 + 0 + boolean + checkbox + + + + + Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws/guidelines. + + + 0 + + + disable_visitor_profile + Turn off visitor profiles + 0 + 0 + boolean + checkbox + + + + + All visits-log related features always function. + + disable_visitor_log==0 + 0 + + + + + + + intranet + Intranet Website + An intranet measurable is just like a website but hosted on an internal network. + Track internal sites that are only accessible within your organisation’s network. Matomo uses first-party cookies to more accurately identify unique visitors in intranet environments. + ?module=CoreAdminHome&action=trackingCodeGenerator + + + Live + Live + + + disable_visitor_log + Turn off visits log and visitor profiles + 0 + 0 + boolean + checkbox + + + + + Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws/guidelines. + + + 0 + + + disable_visitor_profile + Turn off visitor profiles + 0 + 0 + boolean + checkbox + + + + + All visits-log related features always function. + + disable_visitor_log==0 + 0 + + + + + + + rollup + Roll-Up + Roll-Ups let you aggregate data from multiple websites and apps into one single parent site. + The Roll-Up Reporting plugin lets you aggregate data from multiple websites and apps into one single place. Access, analyse, and compare the data of multiple digital properties in one report, helping you instantly gain the insights you need, error-free. + + + + Live + Live + + + disable_visitor_log + Turn off visits log and visitor profiles + 0 + 0 + boolean + checkbox + + + + + Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws/guidelines. + + + 0 + + + disable_visitor_profile + Turn off visitor profiles + 0 + 0 + boolean + checkbox + + + + + All visits-log related features always function. + + disable_visitor_log==0 + 0 + + + + + + \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getGlossaryMetrics.json b/tests/Resources/ExampleResponses/API.getGlossaryMetrics.json new file mode 100644 index 0000000..563b411 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getGlossaryMetrics.json @@ -0,0 +1 @@ +[{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots","documentation":"URLs currently blocked by your site\u2019s robots.txt."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx","documentation":"These codes appear when the server serves a page successfully"},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_code_301","documentation":"These codes appear when you have permanently moved content from one location (URL) to another."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_code_303","documentation":"These codes appear when you have temporarily moved content from one location (URL) to another."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx","documentation":"These codes appear when there was a likely an error in the request which prevented the server from being able to process it."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx","documentation":"These codes appear when the server failed to fulfill an apparently valid request."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages","documentation":"Number of pages the Bing crawler requested."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail","documentation":"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_errors","documentation":"Number of errors occured for the Bing crawler."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_inindex","documentation":"Total number of pages available in Bing index"},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks","documentation":"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_malware","documentation":"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes","documentation":"Groups all other codes that are not matched by any other value (such as 1xx or informational codes)."},{"name":null,"id":"SearchEngineKeywordsPerformance_bing_crawlstats_timeout","documentation":"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests."},{"name":null,"id":"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared","documentation":"Pages that were newly added to Yandex search index"},{"name":null,"id":"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx","documentation":"Crawled Pages with a 2xx code"},{"name":null,"id":"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx","documentation":"Crawled Pages with a 3xx code"},{"name":null,"id":"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx","documentation":"Crawled Pages with a 4xx code"},{"name":null,"id":"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx","documentation":"Crawled Pages with a 5xx code"},{"name":null,"id":"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages","documentation":"Number of pages the Yandex crawler requested."},{"name":null,"id":"SearchEngineKeywordsPerformance_yandex_crawlstats_errors","documentation":"Crawled paged that failed for any other reason"},{"name":null,"id":"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex","documentation":"Total number of pages available in Yandex search index"},{"name":null,"id":"SearchEngineKeywordsPerformance_yandex_crawlstats_removed","documentation":"Pages that were removed from Yandex search index"},{"name":"\"Goal Liveaboard.com click\" conversion rate","id":"goal_7_conversion_uniq_visitors_rate","documentation":"The ratio of \"Conversions goal \"Liveaboard.com click\" (ID 7 )\" out of all \"Visitors\"."},{"name":"Actions","id":"nb_actions","documentation":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks."},{"name":"Actions per Visit","id":"nb_actions_per_visit","documentation":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits."},{"name":"Amendments","id":"nb_field_amendments","documentation":"The number of times your visitors amended this field in total. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error."},{"name":"Average value","id":"avg_event_value","documentation":"The average of all values for this event"},{"name":"Avg. Completion","id":"avg_completion_rate","documentation":"The percentage of how much visitors have watched of a video. This metric may show more than 100% if many visitors spent more time on the video than the media length. This can be especially the case when the media is played in a loop."},{"name":"Avg. DOM completion time","id":"avg_time_dom_completion","documentation":"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it."},{"name":"Avg. DOM processing time","id":"avg_time_dom_processing","documentation":"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it."},{"name":"Avg. Media Length","id":"avg_media_length","documentation":"The average length of a video or audio media file. This number may vary for example if the media is a stream or if the media resource changes over time."},{"name":"Avg. Time On Dimension","id":"avg_time_on_dimension","documentation":"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed."},{"name":"Avg. Time To Play","id":"avg_time_to_play","documentation":"The average amount of time it took a visitor to start playing the media since the page was loaded."},{"name":"Avg. Time on Website","id":"avg_time_on_site","documentation":"The average duration of a visit."},{"name":"Avg. field size","id":"avg_field_size","documentation":"The average field size of this text field. Also includes text sizes of visitors that did not submit the form. Blank text fields (size 0) are ignored in the average calculation."},{"name":"Avg. field size on conversion","id":"avg_field_size_converted","documentation":"The average field size of this text field when a visitor entered some text, submitted the form afterwards, and converted it."},{"name":"Avg. field size on submit","id":"avg_field_size_submitted","documentation":"The average field size of this text field when a visitor entered some text and submitted the form afterwards."},{"name":"Avg. field size when unsubmitted","id":"avg_field_size_unsubmitted","documentation":"The average field size of this text field when a visitor entered some text but did not submit the form afterwards."},{"name":"Avg. generation time","id":"avg_time_generation","documentation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},{"name":"Avg. hesitation time","id":"avg_field_hesitation_time","documentation":"The average amount of time a visitor hesitated to start filling out this field. The time is measured from the moment a visitor focuses this field until they make the first change."},{"name":"Avg. network time","id":"avg_time_network","documentation":"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection."},{"name":"Avg. on load time","id":"avg_time_on_load","documentation":"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered."},{"name":"Avg. page load time","id":"avg_page_load_time","documentation":"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser"},{"name":"Avg. position","id":"position","documentation":"Average position of your website in the search engine results list (for this keyword)."},{"name":"Avg. server time","id":"avg_time_server","documentation":"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response."},{"name":"Avg. time on page","id":"avg_time_on_page","documentation":"The average amount of time visitors spent on this page (only the page, not the entire website)."},{"name":"Avg. time spent","id":"avg_field_time_spent","documentation":"The average amount of time spent on this field when a visitor interacted with it. The time is measured from the moment a visitor focuses this field until they make the last change or until they leave the field again. If a visitor interacts with this field several time before submitting or leaving the form, all time spent on this field will be summed. The time spent includes the hesitation time."},{"name":"Avg. time spent","id":"avg_time_watched","documentation":"The average amount of time a visitor spent watching or listening to a media."},{"name":"Avg. transfer time","id":"avg_time_transfer","documentation":"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete."},{"name":"Bounce Rate","id":"bounce_rate","documentation":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page."},{"name":"Bounces","id":"entry_bounce_count","documentation":"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page."},{"name":"CTR","id":"ctr","documentation":"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it."},{"name":"Changes","id":"nb_field_changes","documentation":"The number of times a visitor has changed this field. A first change is counted as soon as a visitor for example types something into a text field or selects a value. Further changes are only counted when the visitor moves on to another field and comes back to this field to change it again."},{"name":"Clicked in search results","id":"nb_hits_following_search","documentation":"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results."},{"name":"Clicks","id":"nb_clicks","documentation":"A click is counted each time someone clicks on a link pointing to your website on a search engine results page."},{"name":"Content Interactions","id":"nb_interactions","documentation":"The number of times a content block was interacted with (eg, a 'click' on a banner or ad)."},{"name":"Conversion Rate","id":"conversion_rate","documentation":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},{"name":"Conversions First Interaction","id":"nb_attribution_conversions_firstInteraction","documentation":"The number of conversions for this channel when the attribution model \"First Interaction\" is applied."},{"name":"Conversions Last Interaction","id":"nb_attribution_conversions_lastInteraction","documentation":"The number of conversions for this channel when the attribution model \"Last Interaction\" is applied."},{"name":"Conversions Last Non-Direct","id":"nb_attribution_conversions_lastNonDirect","documentation":"The number of conversions for this channel when the attribution model \"Last Non-Direct\" is applied."},{"name":"Conversions Linear","id":"nb_attribution_conversions_linear","documentation":"The number of conversions for this channel when the attribution model \"Linear\" is applied."},{"name":"Conversions Position Based","id":"nb_attribution_conversions_positionBased","documentation":"The number of conversions for this channel when the attribution model \"Position Based\" is applied."},{"name":"Conversions Time Decay","id":"nb_attribution_conversions_timeDecay","documentation":"The number of conversions for this channel when the attribution model \"Time Decay\" is applied."},{"name":"Conversions goal \"Liveaboard.com click\" (ID 7 )","id":"goal_7_conversion","documentation":"The number of times this goal was converted."},{"name":"Conversions goal \"New Job Application\" (ID 4 )","id":"goal_4_conversion","documentation":"The number of times this goal was converted."},{"name":"Crash Occurrences","id":"nb_crash_occurrences","documentation":"The total number of crashes that occurred."},{"name":"Cursor rate","id":"field_cursor_rate","documentation":"The number of times cursor keys was used on this field after a user interacted with it. This metric is only available for text fields."},{"name":"Cursors","id":"nb_field_cursor","documentation":"The number of times your visitors have used any of the cursor keys on this field. This metric is only available for text fields."},{"name":"Deletes","id":"nb_field_deletes","documentation":"The number of times your visitors have used the backspace or delete key on this field. This metric is only available for text fields."},{"name":"Deletion rate","id":"field_delete_rate","documentation":"The percentage of times either a backspace or delete key was used when a field was changed. This metric is only available for text fields."},{"name":"Disappeared Crashes","id":"nb_disappeared_crashes","documentation":"The number of crashes that disappeared within the current period. A crash is considered disappeared if it has not occurred for a certain number of configurable days."},{"name":"Downloads","id":"nb_downloads","documentation":"The number of times this link was clicked."},{"name":"Drop offs","id":"nb_field_dropoff","documentation":"The number of times a visitor interacted with this field last when they did not submit the form."},{"name":"Entrances","id":"entry_nb_visits","documentation":"Number of visits that started on this page."},{"name":"Entries","id":"nb_field_entries","documentation":"The number of times a visitor has interacted with this field first, when they started to fill out a form. An interaction can be either a field focus or a field change."},{"name":"Event value","id":"sum_event_value","documentation":"The sum of event values"},{"name":"Events","id":"nb_events","documentation":"Total number of events"},{"name":"Events with a value","id":"nb_events_with_value","documentation":"Number of events where an Event value was set"},{"name":"Exit rate","id":"exit_rate","documentation":"The percentage of visits that left the website after viewing this page."},{"name":"Exits","id":"exit_nb_visits","documentation":"Number of visits that ended on this page."},{"name":"Exits","id":"nb_exits","documentation":"The number of visits that did not leave after this interaction."},{"name":"Field conversions","id":"nb_field_views_converted","documentation":"The number of times the field was shown when a form was converted. It does not mean a visitor actually interacted with this field."},{"name":"Field submissions","id":"nb_field_views_submitted","documentation":"The number of times this field was shown when the form was submitted. It does not mean a visitor has actually interacted with this field."},{"name":"Finish rate","id":"finish_rate","documentation":"The percentage of visitors who played a media and finished it (finish means a visitor has watched or listened to the end of the media)."},{"name":"Finishes","id":"nb_finishes","documentation":"The number of times a video was finished (a visitor has watched or listened to the end of the media). It does not necessarily mean a visitor has watched or listened to all of the media."},{"name":"Form amendment rate","id":"field_amendments_rate","documentation":"The number of times this field was amended after changing it initially. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error."},{"name":"Form avg. hesitation time","id":"avg_form_time_hesitation","documentation":"The average time a visitor hesitated to start interacting with a form. The time is calculated as the difference between the time of the page load and the time of the first interaction with a form (for example focusing a form field, typing a letter in a form or selecting a value in the form). The time is counted only while the browser window is active."},{"name":"Form avg. time spent","id":"avg_form_time_spent","documentation":"The average time a visitor spent on a form. The time is calculated as the difference between the first interaction with a form field (for example a field focus) and the last interaction with a form."},{"name":"Form avg. time to conversion","id":"avg_form_time_to_conversion","documentation":"The average time it took a visitor to convert a form. If the visitor completes the form on the first submit, it is equal to the \"time to first submission\". If a visitor submits a form several times, it equals to the time spent on the form in total."},{"name":"Form avg. time to first submit","id":"avg_form_time_to_first_submission","documentation":"The average time it took a visitor to submit this form for the first time. It is the difference between the first interaction with the form (for example a field focus) and the time the visitor submits the form."},{"name":"Form conversion rate","id":"form_conversion_rate","documentation":"The number of times a form starter has converted the form."},{"name":"Form conversions","id":"nb_form_conversions","documentation":"The number of times this form was completed successfully."},{"name":"Form re-submitter rate","id":"form_resubmitters_rate","documentation":"The percentage of submitters that have submitted this form at least a second time. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms."},{"name":"Form re-submitters","id":"nb_form_resubmitters","documentation":"The number of form viewers that have re-submitted a form at least once. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms."},{"name":"Form starters","id":"nb_form_starters","documentation":"The number of form viewers that have started interacting with a form at least once. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start."},{"name":"Form starters rate","id":"form_starters_rate","documentation":"The percentage of times a visitor has viewed a page where this form was included and then started interacting with it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start."},{"name":"Form starts","id":"nb_form_starts","documentation":"The number of times a visitor has started interacting with a form after viewing it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start."},{"name":"Form submissions","id":"nb_form_submissions","documentation":"The number of times a form was submitted in total. If a visitor submitted a form 10 times, and another visitor 3 times, it will show 13 total form submissions."},{"name":"Form submitter rate","id":"form_submitter_rate","documentation":"The number of times a form starter has submitted the form."}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getGlossaryMetrics.tsv b/tests/Resources/ExampleResponses/API.getGlossaryMetrics.tsv new file mode 100644 index 0000000..4bfafcf --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getGlossaryMetrics.tsv @@ -0,0 +1,101 @@ +name id documentation + SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots URLs currently blocked by your site’s robots.txt. + SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx These codes appear when the server serves a page successfully + SearchEngineKeywordsPerformance_bing_crawlstats_code_301 These codes appear when you have permanently moved content from one location (URL) to another. + SearchEngineKeywordsPerformance_bing_crawlstats_code_303 These codes appear when you have temporarily moved content from one location (URL) to another. + SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx These codes appear when there was a likely an error in the request which prevented the server from being able to process it. + SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx These codes appear when the server failed to fulfill an apparently valid request. + SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages Number of pages the Bing crawler requested. + SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail "This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0." + SearchEngineKeywordsPerformance_bing_crawlstats_errors Number of errors occured for the Bing crawler. + SearchEngineKeywordsPerformance_bing_crawlstats_inindex Total number of pages available in Bing index + SearchEngineKeywordsPerformance_bing_crawlstats_inlinks "Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content." + SearchEngineKeywordsPerformance_bing_crawlstats_malware Any page URLs that Bing found that are infected or associated with malware will be grouped in this section. + SearchEngineKeywordsPerformance_bing_crawlstats_other_codes Groups all other codes that are not matched by any other value (such as 1xx or informational codes). + SearchEngineKeywordsPerformance_bing_crawlstats_timeout This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests. + SearchEngineKeywordsPerformance_yandex_crawlstats_appeared Pages that were newly added to Yandex search index + SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx Crawled Pages with a 2xx code + SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx Crawled Pages with a 3xx code + SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx Crawled Pages with a 4xx code + SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx Crawled Pages with a 5xx code + SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages Number of pages the Yandex crawler requested. + SearchEngineKeywordsPerformance_yandex_crawlstats_errors Crawled paged that failed for any other reason + SearchEngineKeywordsPerformance_yandex_crawlstats_inindex Total number of pages available in Yandex search index + SearchEngineKeywordsPerformance_yandex_crawlstats_removed Pages that were removed from Yandex search index +"""Goal Liveaboard.com click"" conversion rate" goal_7_conversion_uniq_visitors_rate "The ratio of ""Conversions goal ""Liveaboard.com click"" (ID 7 )"" out of all ""Visitors""." +Actions nb_actions "The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks." +Actions per Visit nb_actions_per_visit "The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits." +Amendments nb_field_amendments "The number of times your visitors amended this field in total. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error." +Average value avg_event_value The average of all values for this event +Avg. Completion avg_completion_rate The percentage of how much visitors have watched of a video. This metric may show more than 100% if many visitors spent more time on the video than the media length. This can be especially the case when the media is played in a loop. +Avg. DOM completion time avg_time_dom_completion Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it. +Avg. DOM processing time avg_time_dom_processing Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it. +Avg. Media Length avg_media_length The average length of a video or audio media file. This number may vary for example if the media is a stream or if the media resource changes over time. +Avg. Time On Dimension avg_time_on_dimension Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed. +Avg. Time To Play avg_time_to_play The average amount of time it took a visitor to start playing the media since the page was loaded. +Avg. Time on Website avg_time_on_site The average duration of a visit. +Avg. field size avg_field_size The average field size of this text field. Also includes text sizes of visitors that did not submit the form. Blank text fields (size 0) are ignored in the average calculation. +Avg. field size on conversion avg_field_size_converted "The average field size of this text field when a visitor entered some text, submitted the form afterwards, and converted it." +Avg. field size on submit avg_field_size_submitted The average field size of this text field when a visitor entered some text and submitted the form afterwards. +Avg. field size when unsubmitted avg_field_size_unsubmitted The average field size of this text field when a visitor entered some text but did not submit the form afterwards. +Avg. generation time avg_time_generation "The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!" +Avg. hesitation time avg_field_hesitation_time The average amount of time a visitor hesitated to start filling out this field. The time is measured from the moment a visitor focuses this field until they make the first change. +Avg. network time avg_time_network Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection. +Avg. on load time avg_time_on_load Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered. +Avg. page load time avg_page_load_time Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser +Avg. position position Average position of your website in the search engine results list (for this keyword). +Avg. server time avg_time_server Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response. +Avg. time on page avg_time_on_page "The average amount of time visitors spent on this page (only the page, not the entire website)." +Avg. time spent avg_field_time_spent "The average amount of time spent on this field when a visitor interacted with it. The time is measured from the moment a visitor focuses this field until they make the last change or until they leave the field again. If a visitor interacts with this field several time before submitting or leaving the form, all time spent on this field will be summed. The time spent includes the hesitation time." +Avg. time spent avg_time_watched The average amount of time a visitor spent watching or listening to a media. +Avg. transfer time avg_time_transfer Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete. +Bounce Rate bounce_rate "The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page." +Bounces entry_bounce_count Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page. +CTR ctr "Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it." +Changes nb_field_changes The number of times a visitor has changed this field. A first change is counted as soon as a visitor for example types something into a text field or selects a value. Further changes are only counted when the visitor moves on to another field and comes back to this field to change it again. +Clicked in search results nb_hits_following_search "The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results." +Clicks nb_clicks A click is counted each time someone clicks on a link pointing to your website on a search engine results page. +Content Interactions nb_interactions "The number of times a content block was interacted with (eg, a 'click' on a banner or ad)." +Conversion Rate conversion_rate The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate. +Conversions First Interaction nb_attribution_conversions_firstInteraction "The number of conversions for this channel when the attribution model ""First Interaction"" is applied." +Conversions Last Interaction nb_attribution_conversions_lastInteraction "The number of conversions for this channel when the attribution model ""Last Interaction"" is applied." +Conversions Last Non-Direct nb_attribution_conversions_lastNonDirect "The number of conversions for this channel when the attribution model ""Last Non-Direct"" is applied." +Conversions Linear nb_attribution_conversions_linear "The number of conversions for this channel when the attribution model ""Linear"" is applied." +Conversions Position Based nb_attribution_conversions_positionBased "The number of conversions for this channel when the attribution model ""Position Based"" is applied." +Conversions Time Decay nb_attribution_conversions_timeDecay "The number of conversions for this channel when the attribution model ""Time Decay"" is applied." +"Conversions goal ""Liveaboard.com click"" (ID 7 )" goal_7_conversion The number of times this goal was converted. +"Conversions goal ""New Job Application"" (ID 4 )" goal_4_conversion The number of times this goal was converted. +Crash Occurrences nb_crash_occurrences The total number of crashes that occurred. +Cursor rate field_cursor_rate The number of times cursor keys was used on this field after a user interacted with it. This metric is only available for text fields. +Cursors nb_field_cursor The number of times your visitors have used any of the cursor keys on this field. This metric is only available for text fields. +Deletes nb_field_deletes The number of times your visitors have used the backspace or delete key on this field. This metric is only available for text fields. +Deletion rate field_delete_rate The percentage of times either a backspace or delete key was used when a field was changed. This metric is only available for text fields. +Disappeared Crashes nb_disappeared_crashes The number of crashes that disappeared within the current period. A crash is considered disappeared if it has not occurred for a certain number of configurable days. +Downloads nb_downloads The number of times this link was clicked. +Drop offs nb_field_dropoff The number of times a visitor interacted with this field last when they did not submit the form. +Entrances entry_nb_visits Number of visits that started on this page. +Entries nb_field_entries "The number of times a visitor has interacted with this field first, when they started to fill out a form. An interaction can be either a field focus or a field change." +Event value sum_event_value The sum of event values +Events nb_events Total number of events +Events with a value nb_events_with_value Number of events where an Event value was set +Exit rate exit_rate The percentage of visits that left the website after viewing this page. +Exits exit_nb_visits Number of visits that ended on this page. +Exits nb_exits The number of visits that did not leave after this interaction. +Field conversions nb_field_views_converted The number of times the field was shown when a form was converted. It does not mean a visitor actually interacted with this field. +Field submissions nb_field_views_submitted The number of times this field was shown when the form was submitted. It does not mean a visitor has actually interacted with this field. +Finish rate finish_rate The percentage of visitors who played a media and finished it (finish means a visitor has watched or listened to the end of the media). +Finishes nb_finishes The number of times a video was finished (a visitor has watched or listened to the end of the media). It does not necessarily mean a visitor has watched or listened to all of the media. +Form amendment rate field_amendments_rate "The number of times this field was amended after changing it initially. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error." +Form avg. hesitation time avg_form_time_hesitation "The average time a visitor hesitated to start interacting with a form. The time is calculated as the difference between the time of the page load and the time of the first interaction with a form (for example focusing a form field, typing a letter in a form or selecting a value in the form). The time is counted only while the browser window is active." +Form avg. time spent avg_form_time_spent The average time a visitor spent on a form. The time is calculated as the difference between the first interaction with a form field (for example a field focus) and the last interaction with a form. +Form avg. time to conversion avg_form_time_to_conversion "The average time it took a visitor to convert a form. If the visitor completes the form on the first submit, it is equal to the ""time to first submission"". If a visitor submits a form several times, it equals to the time spent on the form in total." +Form avg. time to first submit avg_form_time_to_first_submission The average time it took a visitor to submit this form for the first time. It is the difference between the first interaction with the form (for example a field focus) and the time the visitor submits the form. +Form conversion rate form_conversion_rate The number of times a form starter has converted the form. +Form conversions nb_form_conversions The number of times this form was completed successfully. +Form re-submitter rate form_resubmitters_rate "The percentage of submitters that have submitted this form at least a second time. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms." +Form re-submitters nb_form_resubmitters "The number of form viewers that have re-submitted a form at least once. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms." +Form starters nb_form_starters "The number of form viewers that have started interacting with a form at least once. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start." +Form starters rate form_starters_rate "The percentage of times a visitor has viewed a page where this form was included and then started interacting with it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start." +Form starts nb_form_starts "The number of times a visitor has started interacting with a form after viewing it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start." +Form submissions nb_form_submissions "The number of times a form was submitted in total. If a visitor submitted a form 10 times, and another visitor 3 times, it will show 13 total form submissions." +Form submitter rate form_submitter_rate The number of times a form starter has submitted the form. \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getGlossaryMetrics.xml b/tests/Resources/ExampleResponses/API.getGlossaryMetrics.xml new file mode 100644 index 0000000..2650026 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getGlossaryMetrics.xml @@ -0,0 +1,503 @@ + + + + + SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots + URLs currently blocked by your site’s robots.txt. + + + + SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx + These codes appear when the server serves a page successfully + + + + SearchEngineKeywordsPerformance_bing_crawlstats_code_301 + These codes appear when you have permanently moved content from one location (URL) to another. + + + + SearchEngineKeywordsPerformance_bing_crawlstats_code_303 + These codes appear when you have temporarily moved content from one location (URL) to another. + + + + SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx + These codes appear when there was a likely an error in the request which prevented the server from being able to process it. + + + + SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx + These codes appear when the server failed to fulfill an apparently valid request. + + + + SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages + Number of pages the Bing crawler requested. + + + + SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail + This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0. + + + + SearchEngineKeywordsPerformance_bing_crawlstats_errors + Number of errors occured for the Bing crawler. + + + + SearchEngineKeywordsPerformance_bing_crawlstats_inindex + Total number of pages available in Bing index + + + + SearchEngineKeywordsPerformance_bing_crawlstats_inlinks + Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content. + + + + SearchEngineKeywordsPerformance_bing_crawlstats_malware + Any page URLs that Bing found that are infected or associated with malware will be grouped in this section. + + + + SearchEngineKeywordsPerformance_bing_crawlstats_other_codes + Groups all other codes that are not matched by any other value (such as 1xx or informational codes). + + + + SearchEngineKeywordsPerformance_bing_crawlstats_timeout + This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests. + + + + SearchEngineKeywordsPerformance_yandex_crawlstats_appeared + Pages that were newly added to Yandex search index + + + + SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx + Crawled Pages with a 2xx code + + + + SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx + Crawled Pages with a 3xx code + + + + SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx + Crawled Pages with a 4xx code + + + + SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx + Crawled Pages with a 5xx code + + + + SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages + Number of pages the Yandex crawler requested. + + + + SearchEngineKeywordsPerformance_yandex_crawlstats_errors + Crawled paged that failed for any other reason + + + + SearchEngineKeywordsPerformance_yandex_crawlstats_inindex + Total number of pages available in Yandex search index + + + + SearchEngineKeywordsPerformance_yandex_crawlstats_removed + Pages that were removed from Yandex search index + + + "Goal Liveaboard.com click" conversion rate + goal_7_conversion_uniq_visitors_rate + The ratio of "Conversions goal "Liveaboard.com click" (ID 7 )" out of all "Visitors". + + + Actions + nb_actions + The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks. + + + Actions per Visit + nb_actions_per_visit + The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits. + + + Amendments + nb_field_amendments + The number of times your visitors amended this field in total. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error. + + + Average value + avg_event_value + The average of all values for this event + + + Avg. Completion + avg_completion_rate + The percentage of how much visitors have watched of a video. This metric may show more than 100% if many visitors spent more time on the video than the media length. This can be especially the case when the media is played in a loop. + + + Avg. DOM completion time + avg_time_dom_completion + Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it. + + + Avg. DOM processing time + avg_time_dom_processing + Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it. + + + Avg. Media Length + avg_media_length + The average length of a video or audio media file. This number may vary for example if the media is a stream or if the media resource changes over time. + + + Avg. Time On Dimension + avg_time_on_dimension + Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed. + + + Avg. Time To Play + avg_time_to_play + The average amount of time it took a visitor to start playing the media since the page was loaded. + + + Avg. Time on Website + avg_time_on_site + The average duration of a visit. + + + Avg. field size + avg_field_size + The average field size of this text field. Also includes text sizes of visitors that did not submit the form. Blank text fields (size 0) are ignored in the average calculation. + + + Avg. field size on conversion + avg_field_size_converted + The average field size of this text field when a visitor entered some text, submitted the form afterwards, and converted it. + + + Avg. field size on submit + avg_field_size_submitted + The average field size of this text field when a visitor entered some text and submitted the form afterwards. + + + Avg. field size when unsubmitted + avg_field_size_unsubmitted + The average field size of this text field when a visitor entered some text but did not submit the form afterwards. + + + Avg. generation time + avg_time_generation + The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors! + + + Avg. hesitation time + avg_field_hesitation_time + The average amount of time a visitor hesitated to start filling out this field. The time is measured from the moment a visitor focuses this field until they make the first change. + + + Avg. network time + avg_time_network + Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection. + + + Avg. on load time + avg_time_on_load + Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered. + + + Avg. page load time + avg_page_load_time + Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser + + + Avg. position + position + Average position of your website in the search engine results list (for this keyword). + + + Avg. server time + avg_time_server + Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response. + + + Avg. time on page + avg_time_on_page + The average amount of time visitors spent on this page (only the page, not the entire website). + + + Avg. time spent + avg_field_time_spent + The average amount of time spent on this field when a visitor interacted with it. The time is measured from the moment a visitor focuses this field until they make the last change or until they leave the field again. If a visitor interacts with this field several time before submitting or leaving the form, all time spent on this field will be summed. The time spent includes the hesitation time. + + + Avg. time spent + avg_time_watched + The average amount of time a visitor spent watching or listening to a media. + + + Avg. transfer time + avg_time_transfer + Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete. + + + Bounce Rate + bounce_rate + The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page. + + + Bounces + entry_bounce_count + Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page. + + + CTR + ctr + Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it. + + + Changes + nb_field_changes + The number of times a visitor has changed this field. A first change is counted as soon as a visitor for example types something into a text field or selects a value. Further changes are only counted when the visitor moves on to another field and comes back to this field to change it again. + + + Clicked in search results + nb_hits_following_search + The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results. + + + Clicks + nb_clicks + A click is counted each time someone clicks on a link pointing to your website on a search engine results page. + + + Content Interactions + nb_interactions + The number of times a content block was interacted with (eg, a 'click' on a banner or ad). + + + Conversion Rate + conversion_rate + The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate. + + + Conversions First Interaction + nb_attribution_conversions_firstInteraction + The number of conversions for this channel when the attribution model "First Interaction" is applied. + + + Conversions Last Interaction + nb_attribution_conversions_lastInteraction + The number of conversions for this channel when the attribution model "Last Interaction" is applied. + + + Conversions Last Non-Direct + nb_attribution_conversions_lastNonDirect + The number of conversions for this channel when the attribution model "Last Non-Direct" is applied. + + + Conversions Linear + nb_attribution_conversions_linear + The number of conversions for this channel when the attribution model "Linear" is applied. + + + Conversions Position Based + nb_attribution_conversions_positionBased + The number of conversions for this channel when the attribution model "Position Based" is applied. + + + Conversions Time Decay + nb_attribution_conversions_timeDecay + The number of conversions for this channel when the attribution model "Time Decay" is applied. + + + Conversions goal "Liveaboard.com click" (ID 7 ) + goal_7_conversion + The number of times this goal was converted. + + + Conversions goal "New Job Application" (ID 4 ) + goal_4_conversion + The number of times this goal was converted. + + + Crash Occurrences + nb_crash_occurrences + The total number of crashes that occurred. + + + Cursor rate + field_cursor_rate + The number of times cursor keys was used on this field after a user interacted with it. This metric is only available for text fields. + + + Cursors + nb_field_cursor + The number of times your visitors have used any of the cursor keys on this field. This metric is only available for text fields. + + + Deletes + nb_field_deletes + The number of times your visitors have used the backspace or delete key on this field. This metric is only available for text fields. + + + Deletion rate + field_delete_rate + The percentage of times either a backspace or delete key was used when a field was changed. This metric is only available for text fields. + + + Disappeared Crashes + nb_disappeared_crashes + The number of crashes that disappeared within the current period. A crash is considered disappeared if it has not occurred for a certain number of configurable days. + + + Downloads + nb_downloads + The number of times this link was clicked. + + + Drop offs + nb_field_dropoff + The number of times a visitor interacted with this field last when they did not submit the form. + + + Entrances + entry_nb_visits + Number of visits that started on this page. + + + Entries + nb_field_entries + The number of times a visitor has interacted with this field first, when they started to fill out a form. An interaction can be either a field focus or a field change. + + + Event value + sum_event_value + The sum of event values + + + Events + nb_events + Total number of events + + + Events with a value + nb_events_with_value + Number of events where an Event value was set + + + Exit rate + exit_rate + The percentage of visits that left the website after viewing this page. + + + Exits + exit_nb_visits + Number of visits that ended on this page. + + + Exits + nb_exits + The number of visits that did not leave after this interaction. + + + Field conversions + nb_field_views_converted + The number of times the field was shown when a form was converted. It does not mean a visitor actually interacted with this field. + + + Field submissions + nb_field_views_submitted + The number of times this field was shown when the form was submitted. It does not mean a visitor has actually interacted with this field. + + + Finish rate + finish_rate + The percentage of visitors who played a media and finished it (finish means a visitor has watched or listened to the end of the media). + + + Finishes + nb_finishes + The number of times a video was finished (a visitor has watched or listened to the end of the media). It does not necessarily mean a visitor has watched or listened to all of the media. + + + Form amendment rate + field_amendments_rate + The number of times this field was amended after changing it initially. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error. + + + Form avg. hesitation time + avg_form_time_hesitation + The average time a visitor hesitated to start interacting with a form. The time is calculated as the difference between the time of the page load and the time of the first interaction with a form (for example focusing a form field, typing a letter in a form or selecting a value in the form). The time is counted only while the browser window is active. + + + Form avg. time spent + avg_form_time_spent + The average time a visitor spent on a form. The time is calculated as the difference between the first interaction with a form field (for example a field focus) and the last interaction with a form. + + + Form avg. time to conversion + avg_form_time_to_conversion + The average time it took a visitor to convert a form. If the visitor completes the form on the first submit, it is equal to the "time to first submission". If a visitor submits a form several times, it equals to the time spent on the form in total. + + + Form avg. time to first submit + avg_form_time_to_first_submission + The average time it took a visitor to submit this form for the first time. It is the difference between the first interaction with the form (for example a field focus) and the time the visitor submits the form. + + + Form conversion rate + form_conversion_rate + The number of times a form starter has converted the form. + + + Form conversions + nb_form_conversions + The number of times this form was completed successfully. + + + Form re-submitter rate + form_resubmitters_rate + The percentage of submitters that have submitted this form at least a second time. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms. + + + Form re-submitters + nb_form_resubmitters + The number of form viewers that have re-submitted a form at least once. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms. + + + Form starters + nb_form_starters + The number of form viewers that have started interacting with a form at least once. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start. + + + Form starters rate + form_starters_rate + The percentage of times a visitor has viewed a page where this form was included and then started interacting with it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start. + + + Form starts + nb_form_starts + The number of times a visitor has started interacting with a form after viewing it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start. + + + Form submissions + nb_form_submissions + The number of times a form was submitted in total. If a visitor submitted a form 10 times, and another visitor 3 times, it will show 13 total form submissions. + + + Form submitter rate + form_submitter_rate + The number of times a form starter has submitted the form. + + \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getGlossaryReports.json b/tests/Resources/ExampleResponses/API.getGlossaryReports.json new file mode 100644 index 0000000..78fc4e9 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getGlossaryReports.json @@ -0,0 +1 @@ +[{"name":"AI Assistants (Referrers)","documentation":"This report shows which AI assistants led visitors to your website.
By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website."},{"name":"Actions - Main metrics (Actions)","documentation":"This report provides a very basic overview of what actions your visitors take on your website."},{"name":"Agoda click - Days to Conversion (Goals)","documentation":"This report shows how many days pass before your visitors convert a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Agoda click - Visits to Conversion (Goals)","documentation":"This report shows the number of visits made before a visitor converts a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"All Channels (Referrers)","documentation":"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website."},{"name":"All Crash Messages (Crashes)","documentation":"This report shows crash metrics for every crash message and source file origin combination."},{"name":"All Websites dashboard (All Websites)","documentation":"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors."},{"name":"Audio Resource URLs (Media)","documentation":"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row."},{"name":"Audio Resources URLs Grouped (Media)","documentation":"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \"Audio Resource URL\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row."},{"name":"Audio Titles (Media)","documentation":"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \"Unknown\"."},{"name":"Audio per hour in website's timezone (Media)","documentation":"This report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website."},{"name":"Browser Plugins (Visitors)","documentation":"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content."},{"name":"Browser engines (Visitors)","documentation":"This report shows your visitors' browsers broken down into browser engines.
The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets."},{"name":"Browser version (Visitors)","documentation":"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately."},{"name":"Browsers (Visitors)","documentation":"This report contains information about what kind of browser your visitors were using."},{"name":"Channel Type (Referrers)","documentation":"This table contains information about the distribution of the channel types.
Direct Entry:<\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.
Search Engines:<\/b> A visitor was referred to your website by a search engine.
See the \"Search Engines & Keywords\" report for more details.
Websites:<\/b> The visitor followed a link on another website that led to your site.
See the \"Websites\" report for more details.
Campaigns:<\/b> Visitors that came to your website as the result of a campaign.
See the \"Campaigns\" report for more details."},{"name":"City (Visitors)","documentation":"Shows the cities your visitors connected from when accessing your website.Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial MaxMind<\/a> GeoIP databases are more accurate than the gratis ones. Click here<\/a> to see how accurate they are."},{"name":"Combined imported keywords (Referrers)","documentation":"Report showing all keywords imported from all configured search engines.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/"},{"name":"Combined keywords (Referrers)","documentation":"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/"},{"name":"Configurations (Visitors)","documentation":"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution."},{"name":"Content Name (Actions)","documentation":"This report shows the names of the content your visitors viewed and interacted with.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/content-tracking\/"},{"name":"Content Piece (Actions)","documentation":"This report shows the pieces of content your visitors viewed and interacted with.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/content-tracking\/"},{"name":"Continent (Visitors)","documentation":"Shows which continent your visitors connected from when accessing your website."},{"name":"Country (Visitors)","documentation":"Shows which country your visitors connected from when accessing your website."},{"name":"Crash Messages (Crashes)","documentation":"This report shows crash metrics for every crash message and source file origin combination, excluding crashes without a source."},{"name":"Crashes Overview (Crashes)","documentation":"This report provides an overview of the crashes that occurred."},{"name":"Crashes by Category (Crashes)","documentation":"This report provides crash metrics for every unique crash category."},{"name":"Crashes by First Party Source File (Crashes)","documentation":"This report provides crash metrics that originated in a first party source file. That is, a source file that is part of the website being tracked."},{"name":"Crashes by Page Title (Crashes)","documentation":"This report provides crash metrics for every page title associated with a crash."},{"name":"Crashes by Page URL (Crashes)","documentation":"This report provides crash metrics for every page a crash occurred on."},{"name":"Crashes by Source File (Crashes)","documentation":"This report provides crash metrics for source files that originated crashes."},{"name":"Crashes by Third Party Source File (Crashes)","documentation":"This report provides crash metrics that originated in a third party source file. That is, a source file that is considered external to the website being tracked."},{"name":"Crawl overview for Bing and Yahoo! (Referrers)","documentation":"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/"},{"name":"Custom Variables (Visitors)","documentation":"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.
For more information about Custom Variables in general, read the
Custom Variables documentation on matomo.org<\/a>","onlineGuideUrl":"https:\/\/matomo.org\/docs\/custom-variables\/"},{"name":"Days to Conversion (Goals)","documentation":"This report shows how many days pass before your visitors convert a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Device brand (Visitors)","documentation":"This report shows the brands \/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices."},{"name":"Device model (Visitors)","documentation":"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands."},{"name":"Device type (Visitors)","documentation":"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type."},{"name":"Disappeared crashes (Crashes)","documentation":"This report shows crash messages and metrics for crashes that disappeared within the current period. A crash is considered disappeared if it stops occurring for a specified number of days."},{"name":"Downloads (Actions)","documentation":"In this report, you can see which files your visitors have downloaded.
What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo."},{"name":"Entry page titles (Actions)","documentation":"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate."},{"name":"Entry pages (Actions)","documentation":"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.
The entry URLs are displayed as a folder structure.
Use the plus and minus icons on the left to navigate."},{"name":"Event Actions (Actions)","documentation":"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/event-tracking\/"},{"name":"Event Categories (Actions)","documentation":"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/event-tracking\/"},{"name":"Event Names (Actions)","documentation":"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/event-tracking\/"},{"name":"Exit page titles (Actions)","documentation":"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate."},{"name":"Exit pages (Actions)","documentation":"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.
The exit URLs are displayed as a folder structure.
Use the plus and minus icons on the left to navigate."},{"name":"Form \"Add Job Form\" - Forms Overview (Forms)","documentation":"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more."},{"name":"Form \"Add Job Form\" - Page URLs (Forms)","documentation":"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages."},{"name":"Form \"Apply to Job Form\" - Forms Overview (Forms)","documentation":"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more."},{"name":"Form \"Apply to Job Form\" - Page URLs (Forms)","documentation":"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages."},{"name":"Form \"Build Resume Form\" - Forms Overview (Forms)","documentation":"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more."},{"name":"Form \"Build Resume Form\" - Page URLs (Forms)","documentation":"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages."},{"name":"Form \"Candidate Registration Form\" - Forms Overview (Forms)","documentation":"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more."},{"name":"Form \"Candidate Registration Form\" - Page URLs (Forms)","documentation":"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages."},{"name":"Form \"Checkout Form\" - Forms Overview (Forms)","documentation":"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more."},{"name":"Form \"Checkout Form\" - Page URLs (Forms)","documentation":"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages."},{"name":"Form \"Comment Form\" - Forms Overview (Forms)","documentation":"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more."},{"name":"Form \"Comment Form\" - Page URLs (Forms)","documentation":"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages."},{"name":"Form \"Contact Us Form\" - Forms Overview (Forms)","documentation":"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more."},{"name":"Form \"Contact Us Form\" - Page URLs (Forms)","documentation":"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages."},{"name":"Form \"Newsletter Signup Form\" - Forms Overview (Forms)","documentation":"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more."},{"name":"Form \"Newsletter Signup Form\" - Page URLs (Forms)","documentation":"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages."},{"name":"Form \"Resume Search\" - Forms Overview (Forms)","documentation":"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more."},{"name":"Form \"Resume Search\" - Page URLs (Forms)","documentation":"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages."},{"name":"Forms Overview (Forms)","documentation":"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more."},{"name":"Goal Agoda click (Goals)","documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Goal Liveaboard.com click (Goals)","documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Goal New Job Application (Goals)","documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Goal New Resume (Goals)","documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Goal Newsletter Signup (Goals)","documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Goal User Comments (Goals)","documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Goal View Submit Job (Goals)","documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Goals (Goals)","documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Goals Overview (Goals)","documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Goals Overview - Days to Conversion (Goals)","documentation":"This report shows how many days pass before your visitors convert a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Goals Overview - Visits to Conversion (Goals)","documentation":"This report shows the number of visits made before a visitor converts a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Image keywords on Google (Referrers)","documentation":"Keywords used in Google image<\/b> search that generated links to your website in the search result list.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/"},{"name":"Keywords (including not defined) (Referrers)","documentation":"This report shows which keywords users were searching for before they were referred to your website.

By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.

Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine."},{"name":"Keywords (on Bing and Yahoo!) (Referrers)","documentation":"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/"},{"name":"Language code (Visitors)","documentation":"Shows which exact language code the visitor's browsers is set to. (e.g. \"German \u2014 Austria (de-at)\")"},{"name":"Length of visits (Actions)","documentation":"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.
Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so."},{"name":"Liveaboard.com click - Days to Conversion (Goals)","documentation":"This report shows how many days pass before your visitors convert a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Liveaboard.com click - Visits to Conversion (Goals)","documentation":"This report shows the number of visits made before a visitor converts a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Main metrics (API)","documentation":"This report gives an overview of the most important metrics across all categories and plugins."},{"name":"Media Players (Media)","documentation":"This report contains information about the media players that were used by your visitors to play the media on your website."},{"name":"Media Summary (Media)","documentation":"This is an overview of your visitor's media consumption. It is broken down into various reports, which are displayed in sparklines at the bottom of the page. You can enlarge the graphs by clicking on the report you'd like to see."},{"name":"New Job Application - Days to Conversion (Goals)","documentation":"This report shows how many days pass before your visitors convert a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"New Job Application - Visits to Conversion (Goals)","documentation":"This report shows the number of visits made before a visitor converts a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"New Resume - Days to Conversion (Goals)","documentation":"This report shows how many days pass before your visitors convert a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"New Resume - Visits to Conversion (Goals)","documentation":"This report shows the number of visits made before a visitor converts a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"New crashes (Crashes)","documentation":"This report shows crash messages and metrics for crashes that have occurred for the first time within the current period, since tracking began for the website."},{"name":"Newsletter Signup - Days to Conversion (Goals)","documentation":"This report shows how many days pass before your visitors convert a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Newsletter Signup - Visits to Conversion (Goals)","documentation":"This report shows the number of visits made before a visitor converts a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/"},{"name":"Operating System families (Visitors)","documentation":"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions."},{"name":"Operating System versions (Visitors)","documentation":"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately."},{"name":"Outlinks (Actions)","documentation":"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).
Use the plus and minus icons on the left to navigate."},{"name":"Page Titles Following a Site Search (Actions)","documentation":"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.Use the plus and minus icons on the left to navigate.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/site-search\/"},{"name":"Page URLs (Actions)","documentation":"This report contains information about the page URLs that have been visited.
The table is organized hierarchically, the URLs are displayed as a folder structure.
Use the plus and minus icons on the left to navigate."},{"name":"Page titles (Actions)","documentation":"This report contains information about the titles of the pages that have been visited.
The page title is the HTML Tag that most browsers show in their window title."}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getGlossaryReports.tsv b/tests/Resources/ExampleResponses/API.getGlossaryReports.tsv new file mode 100644 index 0000000..bcfec07 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getGlossaryReports.tsv @@ -0,0 +1,101 @@ +name documentation onlineGuideUrl +AI Assistants (Referrers) "This report shows which AI assistants led visitors to your website.<br />By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website." +Actions - Main metrics (Actions) This report provides a very basic overview of what actions your visitors take on your website. +Agoda click - Days to Conversion (Goals) This report shows how many days pass before your visitors convert a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Agoda click - Visits to Conversion (Goals) This report shows the number of visits made before a visitor converts a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +All Channels (Referrers) "This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website." +All Crash Messages (Crashes) This report shows crash metrics for every crash message and source file origin combination. +All Websites dashboard (All Websites) "This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors." +Audio Resource URLs (Media) "This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row." +Audio Resources URLs Grouped (Media) "This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to ""Audio Resource URL"" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row." +Audio Titles (Media) "This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under ""Unknown""." +Audio per hour in website's timezone (Media) This report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website. +Browser Plugins (Visitors) This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content. +Browser engines (Visitors) This report shows your visitors' browsers broken down into browser engines. <br /> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets. +Browser version (Visitors) This report contains information about what kind of browser your visitors were using. Each browser version is listed separately. +Browsers (Visitors) This report contains information about what kind of browser your visitors were using. +Channel Type (Referrers) "This table contains information about the distribution of the channel types.<br /><b>Direct Entry:</b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br /><b>Search Engines:</b> A visitor was referred to your website by a search engine. <br /> See the ""Search Engines & Keywords"" report for more details.<br /><b>Websites:</b> The visitor followed a link on another website that led to your site. <br /> See the ""Websites"" report for more details.<br /><b>Campaigns:</b> Visitors that came to your website as the result of a campaign. <br /> See the ""Campaigns"" report for more details." +City (Visitors) "Shows the cities your visitors connected from when accessing your website.<br/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=""noreferrer noopener"" target=""_blank"" href=""http://www.maxmind.com/?rId=piwik"">MaxMind</a> GeoIP databases are more accurate than the gratis ones. <a rel=""noreferrer noopener"" target=""_blank"" href=""http://www.maxmind.com/en/city_accuracy?rId=piwik"">Click here</a> to see how accurate they are." +Combined imported keywords (Referrers) Report showing all keywords imported from all configured search engines. https://matomo.org/guide/installation-maintenance/import-search-keywords/ +Combined keywords (Referrers) Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics. https://matomo.org/guide/installation-maintenance/import-search-keywords/ +Configurations (Visitors) "This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution." +Content Name (Actions) This report shows the names of the content your visitors viewed and interacted with. https://matomo.org/docs/content-tracking/ +Content Piece (Actions) This report shows the pieces of content your visitors viewed and interacted with. https://matomo.org/docs/content-tracking/ +Continent (Visitors) Shows which continent your visitors connected from when accessing your website. +Country (Visitors) Shows which country your visitors connected from when accessing your website. +Crash Messages (Crashes) "This report shows crash metrics for every crash message and source file origin combination, excluding crashes without a source." +Crashes Overview (Crashes) This report provides an overview of the crashes that occurred. +Crashes by Category (Crashes) This report provides crash metrics for every unique crash category. +Crashes by First Party Source File (Crashes) "This report provides crash metrics that originated in a first party source file. That is, a source file that is part of the website being tracked." +Crashes by Page Title (Crashes) This report provides crash metrics for every page title associated with a crash. +Crashes by Page URL (Crashes) This report provides crash metrics for every page a crash occurred on. +Crashes by Source File (Crashes) This report provides crash metrics for source files that originated crashes. +Crashes by Third Party Source File (Crashes) "This report provides crash metrics that originated in a third party source file. That is, a source file that is considered external to the website being tracked." +Crawl overview for Bing and Yahoo! (Referrers) "The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware." https://matomo.org/guide/installation-maintenance/import-search-keywords/ +Custom Variables (Visitors) "This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br /> For more information about Custom Variables in general, read the <a href=""https://matomo.org/docs/custom-variables/"" rel=""noreferrer noopener"" target=""_blank"">Custom Variables documentation on matomo.org</a>" https://matomo.org/docs/custom-variables/ +Days to Conversion (Goals) This report shows how many days pass before your visitors convert a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Device brand (Visitors) This report shows the brands / manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices. +Device model (Visitors) This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands. +Device type (Visitors) "This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type." +Disappeared crashes (Crashes) This report shows crash messages and metrics for crashes that disappeared within the current period. A crash is considered disappeared if it stops occurring for a specified number of days. +Downloads (Actions) "In this report, you can see which files your visitors have downloaded. <br /> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo." +Entry page titles (Actions) This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate. +Entry pages (Actions) This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br /> The entry URLs are displayed as a folder structure.<br />Use the plus and minus icons on the left to navigate. +Event Actions (Actions) This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report. https://matomo.org/docs/event-tracking/ +Event Categories (Actions) This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report. https://matomo.org/docs/event-tracking/ +Event Names (Actions) This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report. https://matomo.org/docs/event-tracking/ +Exit page titles (Actions) This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate. +Exit pages (Actions) This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br /> The exit URLs are displayed as a folder structure.<br />Use the plus and minus icons on the left to navigate. +"Form ""Add Job Form"" - Forms Overview (Forms)" "This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more." +"Form ""Add Job Form"" - Page URLs (Forms)" This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages. +"Form ""Apply to Job Form"" - Forms Overview (Forms)" "This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more." +"Form ""Apply to Job Form"" - Page URLs (Forms)" This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages. +"Form ""Build Resume Form"" - Forms Overview (Forms)" "This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more." +"Form ""Build Resume Form"" - Page URLs (Forms)" This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages. +"Form ""Candidate Registration Form"" - Forms Overview (Forms)" "This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more." +"Form ""Candidate Registration Form"" - Page URLs (Forms)" This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages. +"Form ""Checkout Form"" - Forms Overview (Forms)" "This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more." +"Form ""Checkout Form"" - Page URLs (Forms)" This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages. +"Form ""Comment Form"" - Forms Overview (Forms)" "This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more." +"Form ""Comment Form"" - Page URLs (Forms)" This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages. +"Form ""Contact Us Form"" - Forms Overview (Forms)" "This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more." +"Form ""Contact Us Form"" - Page URLs (Forms)" This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages. +"Form ""Newsletter Signup Form"" - Forms Overview (Forms)" "This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more." +"Form ""Newsletter Signup Form"" - Page URLs (Forms)" This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages. +"Form ""Resume Search"" - Forms Overview (Forms)" "This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more." +"Form ""Resume Search"" - Page URLs (Forms)" This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages. +Forms Overview (Forms) "This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more." +Goal Agoda click (Goals) This report gives an overview of how well your visitors convert a specific goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Goal Liveaboard.com click (Goals) This report gives an overview of how well your visitors convert a specific goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Goal New Job Application (Goals) This report gives an overview of how well your visitors convert a specific goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Goal New Resume (Goals) This report gives an overview of how well your visitors convert a specific goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Goal Newsletter Signup (Goals) This report gives an overview of how well your visitors convert a specific goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Goal User Comments (Goals) This report gives an overview of how well your visitors convert a specific goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Goal View Submit Job (Goals) This report gives an overview of how well your visitors convert a specific goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Goals (Goals) This report gives an overview of how well your visitors convert a specific goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Goals Overview (Goals) This report gives an overview of how well your visitors convert a specific goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Goals Overview - Days to Conversion (Goals) This report shows how many days pass before your visitors convert a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Goals Overview - Visits to Conversion (Goals) This report shows the number of visits made before a visitor converts a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Image keywords on Google (Referrers) Keywords used in Google <b>image</b> search that generated links to your website in the search result list. https://matomo.org/guide/installation-maintenance/import-search-keywords/ +Keywords (including not defined) (Referrers) "This report shows which keywords users were searching for before they were referred to your website. <br /><br /> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br /><br />Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine." +Keywords (on Bing and Yahoo!) (Referrers) Keywords used in Bing or Yahoo! search that generated links to your website in the search results list. https://matomo.org/guide/installation-maintenance/import-search-keywords/ +Language code (Visitors) "Shows which exact language code the visitor's browsers is set to. (e.g. ""German — Austria (de-at)"")" +Length of visits (Actions) "How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br />Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so." +Liveaboard.com click - Days to Conversion (Goals) This report shows how many days pass before your visitors convert a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Liveaboard.com click - Visits to Conversion (Goals) This report shows the number of visits made before a visitor converts a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Main metrics (API) This report gives an overview of the most important metrics across all categories and plugins. +Media Players (Media) This report contains information about the media players that were used by your visitors to play the media on your website. +Media Summary (Media) "This is an overview of your visitor's media consumption. It is broken down into various reports, which are displayed in sparklines at the bottom of the page. You can enlarge the graphs by clicking on the report you'd like to see." +New Job Application - Days to Conversion (Goals) This report shows how many days pass before your visitors convert a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +New Job Application - Visits to Conversion (Goals) This report shows the number of visits made before a visitor converts a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +New Resume - Days to Conversion (Goals) This report shows how many days pass before your visitors convert a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +New Resume - Visits to Conversion (Goals) This report shows the number of visits made before a visitor converts a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +New crashes (Crashes) "This report shows crash messages and metrics for crashes that have occurred for the first time within the current period, since tracking began for the website." +Newsletter Signup - Days to Conversion (Goals) This report shows how many days pass before your visitors convert a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Newsletter Signup - Visits to Conversion (Goals) This report shows the number of visits made before a visitor converts a goal. https://matomo.org/docs/tracking-goals-web-analytics/ +Operating System families (Visitors) This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions. +Operating System versions (Visitors) This report shows you the operating systems your visitors are using. Each version and distribution is shown separately. +Outlinks (Actions) This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br />Use the plus and minus icons on the left to navigate. +Page Titles Following a Site Search (Actions) "When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br/>Use the plus and minus icons on the left to navigate." https://matomo.org/docs/site-search/ +Page URLs (Actions) "This report contains information about the page URLs that have been visited. <br /> The table is organized hierarchically, the URLs are displayed as a folder structure.<br />Use the plus and minus icons on the left to navigate." +Page titles (Actions) This report contains information about the titles of the pages that have been visited. <br /> The page title is the HTML <title> Tag that most browsers show in their window title. \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getGlossaryReports.xml b/tests/Resources/ExampleResponses/API.getGlossaryReports.xml new file mode 100644 index 0000000..0ff41df --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getGlossaryReports.xml @@ -0,0 +1,437 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <row> + <name>AI Assistants (Referrers)</name> + <documentation>This report shows which AI assistants led visitors to your website.<br />By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.</documentation> + </row> + <row> + <name>Actions - Main metrics (Actions)</name> + <documentation>This report provides a very basic overview of what actions your visitors take on your website.</documentation> + </row> + <row> + <name>Agoda click - Days to Conversion (Goals)</name> + <documentation>This report shows how many days pass before your visitors convert a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Agoda click - Visits to Conversion (Goals)</name> + <documentation>This report shows the number of visits made before a visitor converts a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>All Channels (Referrers)</name> + <documentation>This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.</documentation> + </row> + <row> + <name>All Crash Messages (Crashes)</name> + <documentation>This report shows crash metrics for every crash message and source file origin combination.</documentation> + </row> + <row> + <name>All Websites dashboard (All Websites)</name> + <documentation>This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.</documentation> + </row> + <row> + <name>Audio Resource URLs (Media)</name> + <documentation>This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.</documentation> + </row> + <row> + <name>Audio Resources URLs Grouped (Media)</name> + <documentation>This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to "Audio Resource URL" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.</documentation> + </row> + <row> + <name>Audio Titles (Media)</name> + <documentation>This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under "Unknown".</documentation> + </row> + <row> + <name>Audio per hour in website's timezone (Media)</name> + <documentation>This report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.</documentation> + </row> + <row> + <name>Browser Plugins (Visitors)</name> + <documentation>This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.</documentation> + </row> + <row> + <name>Browser engines (Visitors)</name> + <documentation>This report shows your visitors' browsers broken down into browser engines. <br /> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.</documentation> + </row> + <row> + <name>Browser version (Visitors)</name> + <documentation>This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.</documentation> + </row> + <row> + <name>Browsers (Visitors)</name> + <documentation>This report contains information about what kind of browser your visitors were using.</documentation> + </row> + <row> + <name>Channel Type (Referrers)</name> + <documentation>This table contains information about the distribution of the channel types.<br /><b>Direct Entry:</b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br /><b>Search Engines:</b> A visitor was referred to your website by a search engine. <br /> See the "Search Engines & Keywords" report for more details.<br /><b>Websites:</b> The visitor followed a link on another website that led to your site. <br /> See the "Websites" report for more details.<br /><b>Campaigns:</b> Visitors that came to your website as the result of a campaign. <br /> See the "Campaigns" report for more details.</documentation> + </row> + <row> + <name>City (Visitors)</name> + <documentation>Shows the cities your visitors connected from when accessing your website.<br/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel="noreferrer noopener" target="_blank" href="http://www.maxmind.com/?rId=piwik">MaxMind</a> GeoIP databases are more accurate than the gratis ones. <a rel="noreferrer noopener" target="_blank" href="http://www.maxmind.com/en/city_accuracy?rId=piwik">Click here</a> to see how accurate they are.</documentation> + </row> + <row> + <name>Combined imported keywords (Referrers)</name> + <documentation>Report showing all keywords imported from all configured search engines.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + </row> + <row> + <name>Combined keywords (Referrers)</name> + <documentation>Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + </row> + <row> + <name>Configurations (Visitors)</name> + <documentation>This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.</documentation> + </row> + <row> + <name>Content Name (Actions)</name> + <documentation>This report shows the names of the content your visitors viewed and interacted with.</documentation> + <onlineGuideUrl>https://matomo.org/docs/content-tracking/</onlineGuideUrl> + </row> + <row> + <name>Content Piece (Actions)</name> + <documentation>This report shows the pieces of content your visitors viewed and interacted with.</documentation> + <onlineGuideUrl>https://matomo.org/docs/content-tracking/</onlineGuideUrl> + </row> + <row> + <name>Continent (Visitors)</name> + <documentation>Shows which continent your visitors connected from when accessing your website.</documentation> + </row> + <row> + <name>Country (Visitors)</name> + <documentation>Shows which country your visitors connected from when accessing your website.</documentation> + </row> + <row> + <name>Crash Messages (Crashes)</name> + <documentation>This report shows crash metrics for every crash message and source file origin combination, excluding crashes without a source.</documentation> + </row> + <row> + <name>Crashes Overview (Crashes)</name> + <documentation>This report provides an overview of the crashes that occurred.</documentation> + </row> + <row> + <name>Crashes by Category (Crashes)</name> + <documentation>This report provides crash metrics for every unique crash category.</documentation> + </row> + <row> + <name>Crashes by First Party Source File (Crashes)</name> + <documentation>This report provides crash metrics that originated in a first party source file. That is, a source file that is part of the website being tracked.</documentation> + </row> + <row> + <name>Crashes by Page Title (Crashes)</name> + <documentation>This report provides crash metrics for every page title associated with a crash.</documentation> + </row> + <row> + <name>Crashes by Page URL (Crashes)</name> + <documentation>This report provides crash metrics for every page a crash occurred on.</documentation> + </row> + <row> + <name>Crashes by Source File (Crashes)</name> + <documentation>This report provides crash metrics for source files that originated crashes.</documentation> + </row> + <row> + <name>Crashes by Third Party Source File (Crashes)</name> + <documentation>This report provides crash metrics that originated in a third party source file. That is, a source file that is considered external to the website being tracked.</documentation> + </row> + <row> + <name>Crawl overview for Bing and Yahoo! (Referrers)</name> + <documentation>The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + </row> + <row> + <name>Custom Variables (Visitors)</name> + <documentation>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br /> For more information about Custom Variables in general, read the <a href="https://matomo.org/docs/custom-variables/" rel="noreferrer noopener" target="_blank">Custom Variables documentation on matomo.org</a></documentation> + <onlineGuideUrl>https://matomo.org/docs/custom-variables/</onlineGuideUrl> + </row> + <row> + <name>Days to Conversion (Goals)</name> + <documentation>This report shows how many days pass before your visitors convert a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Device brand (Visitors)</name> + <documentation>This report shows the brands / manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.</documentation> + </row> + <row> + <name>Device model (Visitors)</name> + <documentation>This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.</documentation> + </row> + <row> + <name>Device type (Visitors)</name> + <documentation>This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.</documentation> + </row> + <row> + <name>Disappeared crashes (Crashes)</name> + <documentation>This report shows crash messages and metrics for crashes that disappeared within the current period. A crash is considered disappeared if it stops occurring for a specified number of days.</documentation> + </row> + <row> + <name>Downloads (Actions)</name> + <documentation>In this report, you can see which files your visitors have downloaded. <br /> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.</documentation> + </row> + <row> + <name>Entry page titles (Actions)</name> + <documentation>This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.</documentation> + </row> + <row> + <name>Entry pages (Actions)</name> + <documentation>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br /> The entry URLs are displayed as a folder structure.<br />Use the plus and minus icons on the left to navigate.</documentation> + </row> + <row> + <name>Event Actions (Actions)</name> + <documentation>This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.</documentation> + <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl> + </row> + <row> + <name>Event Categories (Actions)</name> + <documentation>This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.</documentation> + <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl> + </row> + <row> + <name>Event Names (Actions)</name> + <documentation>This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.</documentation> + <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl> + </row> + <row> + <name>Exit page titles (Actions)</name> + <documentation>This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.</documentation> + </row> + <row> + <name>Exit pages (Actions)</name> + <documentation>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br /> The exit URLs are displayed as a folder structure.<br />Use the plus and minus icons on the left to navigate.</documentation> + </row> + <row> + <name>Form "Add Job Form" - Forms Overview (Forms)</name> + <documentation>This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.</documentation> + </row> + <row> + <name>Form "Add Job Form" - Page URLs (Forms)</name> + <documentation>This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.</documentation> + </row> + <row> + <name>Form "Apply to Job Form" - Forms Overview (Forms)</name> + <documentation>This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.</documentation> + </row> + <row> + <name>Form "Apply to Job Form" - Page URLs (Forms)</name> + <documentation>This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.</documentation> + </row> + <row> + <name>Form "Build Resume Form" - Forms Overview (Forms)</name> + <documentation>This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.</documentation> + </row> + <row> + <name>Form "Build Resume Form" - Page URLs (Forms)</name> + <documentation>This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.</documentation> + </row> + <row> + <name>Form "Candidate Registration Form" - Forms Overview (Forms)</name> + <documentation>This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.</documentation> + </row> + <row> + <name>Form "Candidate Registration Form" - Page URLs (Forms)</name> + <documentation>This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.</documentation> + </row> + <row> + <name>Form "Checkout Form" - Forms Overview (Forms)</name> + <documentation>This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.</documentation> + </row> + <row> + <name>Form "Checkout Form" - Page URLs (Forms)</name> + <documentation>This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.</documentation> + </row> + <row> + <name>Form "Comment Form" - Forms Overview (Forms)</name> + <documentation>This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.</documentation> + </row> + <row> + <name>Form "Comment Form" - Page URLs (Forms)</name> + <documentation>This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.</documentation> + </row> + <row> + <name>Form "Contact Us Form" - Forms Overview (Forms)</name> + <documentation>This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.</documentation> + </row> + <row> + <name>Form "Contact Us Form" - Page URLs (Forms)</name> + <documentation>This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.</documentation> + </row> + <row> + <name>Form "Newsletter Signup Form" - Forms Overview (Forms)</name> + <documentation>This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.</documentation> + </row> + <row> + <name>Form "Newsletter Signup Form" - Page URLs (Forms)</name> + <documentation>This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.</documentation> + </row> + <row> + <name>Form "Resume Search" - Forms Overview (Forms)</name> + <documentation>This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.</documentation> + </row> + <row> + <name>Form "Resume Search" - Page URLs (Forms)</name> + <documentation>This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.</documentation> + </row> + <row> + <name>Forms Overview (Forms)</name> + <documentation>This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.</documentation> + </row> + <row> + <name>Goal Agoda click (Goals)</name> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Goal Liveaboard.com click (Goals)</name> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Goal New Job Application (Goals)</name> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Goal New Resume (Goals)</name> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Goal Newsletter Signup (Goals)</name> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Goal User Comments (Goals)</name> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Goal View Submit Job (Goals)</name> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Goals (Goals)</name> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Goals Overview (Goals)</name> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Goals Overview - Days to Conversion (Goals)</name> + <documentation>This report shows how many days pass before your visitors convert a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Goals Overview - Visits to Conversion (Goals)</name> + <documentation>This report shows the number of visits made before a visitor converts a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Image keywords on Google (Referrers)</name> + <documentation>Keywords used in Google <b>image</b> search that generated links to your website in the search result list.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + </row> + <row> + <name>Keywords (including not defined) (Referrers)</name> + <documentation>This report shows which keywords users were searching for before they were referred to your website. <br /><br /> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br /><br />Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.</documentation> + </row> + <row> + <name>Keywords (on Bing and Yahoo!) (Referrers)</name> + <documentation>Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + </row> + <row> + <name>Language code (Visitors)</name> + <documentation>Shows which exact language code the visitor's browsers is set to. (e.g. "German — Austria (de-at)")</documentation> + </row> + <row> + <name>Length of visits (Actions)</name> + <documentation>How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br />Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation> + </row> + <row> + <name>Liveaboard.com click - Days to Conversion (Goals)</name> + <documentation>This report shows how many days pass before your visitors convert a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Liveaboard.com click - Visits to Conversion (Goals)</name> + <documentation>This report shows the number of visits made before a visitor converts a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Main metrics (API)</name> + <documentation>This report gives an overview of the most important metrics across all categories and plugins.</documentation> + </row> + <row> + <name>Media Players (Media)</name> + <documentation>This report contains information about the media players that were used by your visitors to play the media on your website.</documentation> + </row> + <row> + <name>Media Summary (Media)</name> + <documentation>This is an overview of your visitor's media consumption. It is broken down into various reports, which are displayed in sparklines at the bottom of the page. You can enlarge the graphs by clicking on the report you'd like to see.</documentation> + </row> + <row> + <name>New Job Application - Days to Conversion (Goals)</name> + <documentation>This report shows how many days pass before your visitors convert a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>New Job Application - Visits to Conversion (Goals)</name> + <documentation>This report shows the number of visits made before a visitor converts a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>New Resume - Days to Conversion (Goals)</name> + <documentation>This report shows how many days pass before your visitors convert a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>New Resume - Visits to Conversion (Goals)</name> + <documentation>This report shows the number of visits made before a visitor converts a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>New crashes (Crashes)</name> + <documentation>This report shows crash messages and metrics for crashes that have occurred for the first time within the current period, since tracking began for the website.</documentation> + </row> + <row> + <name>Newsletter Signup - Days to Conversion (Goals)</name> + <documentation>This report shows how many days pass before your visitors convert a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Newsletter Signup - Visits to Conversion (Goals)</name> + <documentation>This report shows the number of visits made before a visitor converts a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + </row> + <row> + <name>Operating System families (Visitors)</name> + <documentation>This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.</documentation> + </row> + <row> + <name>Operating System versions (Visitors)</name> + <documentation>This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.</documentation> + </row> + <row> + <name>Outlinks (Actions)</name> + <documentation>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br />Use the plus and minus icons on the left to navigate.</documentation> + </row> + <row> + <name>Page Titles Following a Site Search (Actions)</name> + <documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br/>Use the plus and minus icons on the left to navigate.</documentation> + <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl> + </row> + <row> + <name>Page URLs (Actions)</name> + <documentation>This report contains information about the page URLs that have been visited. <br /> The table is organized hierarchically, the URLs are displayed as a folder structure.<br />Use the plus and minus icons on the left to navigate.</documentation> + </row> + <row> + <name>Page titles (Actions)</name> + <documentation>This report contains information about the titles of the pages that have been visited. <br /> The page title is the HTML <title> Tag that most browsers show in their window title.</documentation> + </row> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getIpFromHeader.json b/tests/Resources/ExampleResponses/API.getIpFromHeader.json new file mode 100644 index 0000000..6a74173 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getIpFromHeader.json @@ -0,0 +1 @@ +{"value":"111.111.111.111"} \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getIpFromHeader.tsv b/tests/Resources/ExampleResponses/API.getIpFromHeader.tsv new file mode 100644 index 0000000..f55db18 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getIpFromHeader.tsv @@ -0,0 +1,2 @@ +value +111.111.111.111 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getIpFromHeader.xml b/tests/Resources/ExampleResponses/API.getIpFromHeader.xml new file mode 100644 index 0000000..b30c805 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getIpFromHeader.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result>111.111.111.111</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getMatomoVersion.json b/tests/Resources/ExampleResponses/API.getMatomoVersion.json new file mode 100644 index 0000000..ad2d5fc --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getMatomoVersion.json @@ -0,0 +1 @@ +{"value":"5.4.0"} \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getMatomoVersion.tsv b/tests/Resources/ExampleResponses/API.getMatomoVersion.tsv new file mode 100644 index 0000000..04278ab --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getMatomoVersion.tsv @@ -0,0 +1,2 @@ +value +5.4.0 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getMatomoVersion.xml b/tests/Resources/ExampleResponses/API.getMatomoVersion.xml new file mode 100644 index 0000000..4344e38 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getMatomoVersion.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result>5.4.0</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getMetadata.json b/tests/Resources/ExampleResponses/API.getMetadata.json new file mode 100644 index 0000000..34f2e0a --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getMetadata.json @@ -0,0 +1 @@ +[{"category":"Visitors","subcategory":"Locations","name":"Country","module":"UserCountry","action":"getCountry","dimension":"Country","documentation":"Shows which country your visitors connected from when accessing your website.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01","uniqueId":"UserCountry_getCountry"}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getMetadata.xml b/tests/Resources/ExampleResponses/API.getMetadata.xml new file mode 100644 index 0000000..c8432be --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getMetadata.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <row> + <category>Visitors</category> + <subcategory>Locations</subcategory> + <name>Country</name> + <module>UserCountry</module> + <action>getCountry</action> + <dimension>Country</dimension> + <documentation>Shows which country your visitors connected from when accessing your website.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>UserCountry_getCountry</uniqueId> + </row> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.json b/tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.json new file mode 100644 index 0000000..c938775 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.json @@ -0,0 +1 @@ +["General_Actions.Transitions_Transitions","MultiSites.index","Referrers_Referrers.Referrers_URLCampaignBuilder","General_Visitors.UserCountryMap_RealTimeMap","General_Visitors.Live_VisitorLog","General_Visitors.General_RealTime","AbTesting_Experiments.General_Overview","AbTesting_Experiments.AbTesting_ManageExperiments","ActivityLog.index","CustomReports_CustomReports.CustomReports_ManageReports","FormAnalytics_Forms.FormAnalytics_TypeRealTime","HeatmapSessionRecording_Heatmaps.*","HeatmapSessionRecording_SessionRecordings.*"] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.tsv b/tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.tsv new file mode 100644 index 0000000..c7e08f8 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.tsv @@ -0,0 +1,13 @@ +General_Actions.Transitions_Transitions +MultiSites.index +Referrers_Referrers.Referrers_URLCampaignBuilder +General_Visitors.UserCountryMap_RealTimeMap +General_Visitors.Live_VisitorLog +General_Visitors.General_RealTime +AbTesting_Experiments.General_Overview +AbTesting_Experiments.AbTesting_ManageExperiments +ActivityLog.index +CustomReports_CustomReports.CustomReports_ManageReports +FormAnalytics_Forms.FormAnalytics_TypeRealTime +HeatmapSessionRecording_Heatmaps.* +HeatmapSessionRecording_SessionRecordings.* \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.xml b/tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.xml new file mode 100644 index 0000000..f769f5b --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getPagesComparisonsDisabledFor.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <row>General_Actions.Transitions_Transitions</row> + <row>MultiSites.index</row> + <row>Referrers_Referrers.Referrers_URLCampaignBuilder</row> + <row>General_Visitors.UserCountryMap_RealTimeMap</row> + <row>General_Visitors.Live_VisitorLog</row> + <row>General_Visitors.General_RealTime</row> + <row>AbTesting_Experiments.General_Overview</row> + <row>AbTesting_Experiments.AbTesting_ManageExperiments</row> + <row>ActivityLog.index</row> + <row>CustomReports_CustomReports.CustomReports_ManageReports</row> + <row>FormAnalytics_Forms.FormAnalytics_TypeRealTime</row> + <row>HeatmapSessionRecording_Heatmaps.*</row> + <row>HeatmapSessionRecording_SessionRecordings.*</row> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPhpVersion.json b/tests/Resources/ExampleResponses/API.getPhpVersion.json new file mode 100644 index 0000000..602096f --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getPhpVersion.json @@ -0,0 +1 @@ +{"version":"8.4.10","major":8,"minor":4,"release":10,"versionId":80410,"extra":""} \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPhpVersion.tsv b/tests/Resources/ExampleResponses/API.getPhpVersion.tsv new file mode 100644 index 0000000..87c58a5 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getPhpVersion.tsv @@ -0,0 +1,2 @@ +version major minor release versionId extra +8.4.10 8 4 10 80410 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPhpVersion.xml b/tests/Resources/ExampleResponses/API.getPhpVersion.xml new file mode 100644 index 0000000..045612b --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getPhpVersion.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <row> + <version>8.4.10</version> + <major>8</major> + <minor>4</minor> + <release>10</release> + <versionId>80410</versionId> + <extra /> + </row> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPiwikVersion.json b/tests/Resources/ExampleResponses/API.getPiwikVersion.json new file mode 100644 index 0000000..ad2d5fc --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getPiwikVersion.json @@ -0,0 +1 @@ +{"value":"5.4.0"} \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPiwikVersion.tsv b/tests/Resources/ExampleResponses/API.getPiwikVersion.tsv new file mode 100644 index 0000000..04278ab --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getPiwikVersion.tsv @@ -0,0 +1,2 @@ +value +5.4.0 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPiwikVersion.xml b/tests/Resources/ExampleResponses/API.getPiwikVersion.xml new file mode 100644 index 0000000..4344e38 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getPiwikVersion.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result>5.4.0</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getProcessedReport.json b/tests/Resources/ExampleResponses/API.getProcessedReport.json new file mode 100644 index 0000000..3f59422 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getProcessedReport.json @@ -0,0 +1 @@ +{"website":"Demo Site","prettyDate":"Wednesday, October 1, 2025","metadata":{"category":"Visitors","subcategory":"Locations","name":"Country","module":"UserCountry","action":"getCountry","dimension":"Country","documentation":"Shows which country your visitors connected from when accessing your website.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01","uniqueId":"UserCountry_getCountry"},"columns":{"label":"Country","nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users","nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","revenue":"Revenue"},"reportData":[{"label":"United States","nb_uniq_visitors":1659,"nb_visits":1781,"nb_actions":4672,"nb_users":1,"revenue":"$18,637.20","nb_actions_per_visit":2.6,"avg_time_on_site":"00:03:21","bounce_rate":"63%"},{"label":"Australia","nb_uniq_visitors":741,"nb_visits":803,"nb_actions":1759,"nb_users":0,"revenue":"$4,601.55","nb_actions_per_visit":2.2,"avg_time_on_site":"00:02:56","bounce_rate":"64%"},{"label":"United Kingdom","nb_uniq_visitors":716,"nb_visits":767,"nb_actions":1828,"nb_users":0,"revenue":"$3,169.65","nb_actions_per_visit":2.4,"avg_time_on_site":"00:03:08","bounce_rate":"59%"},{"label":"Germany","nb_uniq_visitors":518,"nb_visits":582,"nb_actions":3780,"nb_users":0,"revenue":"$21,046","nb_actions_per_visit":6.5,"avg_time_on_site":"00:12:02","bounce_rate":"28%"},{"label":"Indonesia","nb_uniq_visitors":480,"nb_visits":529,"nb_actions":1117,"nb_users":0,"revenue":"$203.80","nb_actions_per_visit":2.1,"avg_time_on_site":"00:02:35","bounce_rate":"67%"},{"label":"Canada","nb_uniq_visitors":504,"nb_visits":518,"nb_actions":1026,"nb_users":0,"revenue":"$1,995.60","nb_actions_per_visit":2,"avg_time_on_site":"00:02:12","bounce_rate":"68%"},{"label":"Singapore","nb_uniq_visitors":324,"nb_visits":362,"nb_actions":683,"nb_users":0,"revenue":"$14","nb_actions_per_visit":1.9,"avg_time_on_site":"00:02:13","bounce_rate":"72%"},{"label":"Philippines","nb_uniq_visitors":345,"nb_visits":359,"nb_actions":575,"nb_users":0,"revenue":"$15","nb_actions_per_visit":1.6,"avg_time_on_site":"00:01:27","bounce_rate":"76%"},{"label":"Thailand","nb_uniq_visitors":296,"nb_visits":309,"nb_actions":662,"nb_users":0,"revenue":"$10","nb_actions_per_visit":2.1,"avg_time_on_site":"00:02:33","bounce_rate":"67%"},{"label":"Malaysia","nb_uniq_visitors":292,"nb_visits":307,"nb_actions":539,"nb_users":0,"revenue":"$14","nb_actions_per_visit":1.8,"avg_time_on_site":"00:01:27","bounce_rate":"70%"},{"label":"India","nb_uniq_visitors":259,"nb_visits":287,"nb_actions":959,"nb_users":0,"revenue":"$320.90","nb_actions_per_visit":3.3,"avg_time_on_site":"00:05:15","bounce_rate":"53%"},{"label":"Netherlands","nb_uniq_visitors":199,"nb_visits":220,"nb_actions":1042,"nb_users":0,"revenue":"$2,710.30","nb_actions_per_visit":4.7,"avg_time_on_site":"00:07:18","bounce_rate":"42%"},{"label":"France","nb_uniq_visitors":165,"nb_visits":184,"nb_actions":899,"nb_users":0,"revenue":"$6,600.45","nb_actions_per_visit":4.9,"avg_time_on_site":"00:06:46","bounce_rate":"48%"},{"label":"Spain","nb_uniq_visitors":159,"nb_visits":175,"nb_actions":701,"nb_users":0,"revenue":"$1,228.75","nb_actions_per_visit":4,"avg_time_on_site":"00:07:03","bounce_rate":"49%"},{"label":"Switzerland","nb_uniq_visitors":147,"nb_visits":159,"nb_actions":711,"nb_users":1,"revenue":"$5,523.80","nb_actions_per_visit":4.5,"avg_time_on_site":"00:06:43","bounce_rate":"44%"},{"label":"Hong Kong SAR China","nb_uniq_visitors":134,"nb_visits":145,"nb_actions":331,"nb_users":0,"revenue":"$508","nb_actions_per_visit":2.3,"avg_time_on_site":"00:02:44","bounce_rate":"65%"},{"label":"Italy","nb_uniq_visitors":118,"nb_visits":139,"nb_actions":446,"nb_users":1,"revenue":"$1,123.70","nb_actions_per_visit":3.2,"avg_time_on_site":"00:07:24","bounce_rate":"48%"},{"label":"China","nb_uniq_visitors":102,"nb_visits":129,"nb_actions":769,"nb_users":0,"revenue":"$4,303.45","nb_actions_per_visit":6,"avg_time_on_site":"00:13:47","bounce_rate":"32%"},{"label":"New Zealand","nb_uniq_visitors":98,"nb_visits":104,"nb_actions":292,"nb_users":0,"revenue":"$3","nb_actions_per_visit":2.8,"avg_time_on_site":"00:02:53","bounce_rate":"59%"},{"label":"Japan","nb_uniq_visitors":88,"nb_visits":101,"nb_actions":368,"nb_users":0,"revenue":"$3,448.70","nb_actions_per_visit":3.6,"avg_time_on_site":"00:06:02","bounce_rate":"53%"},{"label":"Sweden","nb_uniq_visitors":88,"nb_visits":95,"nb_actions":390,"nb_users":0,"revenue":"$184","nb_actions_per_visit":4.1,"avg_time_on_site":"00:06:02","bounce_rate":"49%"},{"label":"Egypt","nb_uniq_visitors":76,"nb_visits":83,"nb_actions":174,"nb_users":0,"revenue":"$3","nb_actions_per_visit":2.1,"avg_time_on_site":"00:02:21","bounce_rate":"64%"},{"label":"United Arab Emirates","nb_uniq_visitors":76,"nb_visits":81,"nb_actions":145,"nb_users":0,"revenue":"$1","nb_actions_per_visit":1.8,"avg_time_on_site":"00:01:17","bounce_rate":"73%"},{"label":"Vietnam","nb_uniq_visitors":66,"nb_visits":81,"nb_actions":429,"nb_users":0,"revenue":"$1,040.90","nb_actions_per_visit":5.3,"avg_time_on_site":"00:09:09","bounce_rate":"48%"},{"label":"South Africa","nb_uniq_visitors":72,"nb_visits":78,"nb_actions":229,"nb_users":1,"revenue":"$54.90","nb_actions_per_visit":2.9,"avg_time_on_site":"00:05:21","bounce_rate":"53%"},{"label":"Belgium","nb_uniq_visitors":68,"nb_visits":74,"nb_actions":186,"nb_users":0,"revenue":"$110.95","nb_actions_per_visit":2.5,"avg_time_on_site":"00:02:03","bounce_rate":"68%"},{"label":"Taiwan","nb_uniq_visitors":58,"nb_visits":70,"nb_actions":301,"nb_users":0,"revenue":"$4","nb_actions_per_visit":4.3,"avg_time_on_site":"00:06:29","bounce_rate":"47%"},{"label":"Poland","nb_uniq_visitors":61,"nb_visits":68,"nb_actions":279,"nb_users":0,"revenue":"$124.85","nb_actions_per_visit":4.1,"avg_time_on_site":"00:06:39","bounce_rate":"38%"},{"label":"Austria","nb_uniq_visitors":50,"nb_visits":62,"nb_actions":374,"nb_users":0,"revenue":"$468.65","nb_actions_per_visit":6,"avg_time_on_site":"00:08:07","bounce_rate":"39%"},{"label":"Denmark","nb_uniq_visitors":54,"nb_visits":60,"nb_actions":103,"nb_users":0,"revenue":"$2","nb_actions_per_visit":1.7,"avg_time_on_site":"00:02:17","bounce_rate":"72%"},{"label":"Russia","nb_uniq_visitors":50,"nb_visits":59,"nb_actions":248,"nb_users":0,"revenue":"$1,003","nb_actions_per_visit":4.2,"avg_time_on_site":"00:08:22","bounce_rate":"36%"},{"label":"Brazil","nb_uniq_visitors":51,"nb_visits":58,"nb_actions":356,"nb_users":0,"revenue":"$184","nb_actions_per_visit":6.1,"avg_time_on_site":"00:10:03","bounce_rate":"52%"},{"label":"Israel","nb_uniq_visitors":47,"nb_visits":53,"nb_actions":242,"nb_users":0,"revenue":"$1,764.85","nb_actions_per_visit":4.6,"avg_time_on_site":"00:11:48","bounce_rate":"49%"},{"label":"Norway","nb_uniq_visitors":45,"nb_visits":53,"nb_actions":177,"nb_users":0,"revenue":"$1,663.75","nb_actions_per_visit":3.3,"avg_time_on_site":"00:03:29","bounce_rate":"55%"},{"label":"Czechia","nb_uniq_visitors":48,"nb_visits":50,"nb_actions":121,"nb_users":0,"revenue":"$295.90","nb_actions_per_visit":2.4,"avg_time_on_site":"00:01:38","bounce_rate":"64%"},{"label":"Mexico","nb_uniq_visitors":47,"nb_visits":49,"nb_actions":176,"nb_users":0,"revenue":"$2","nb_actions_per_visit":3.6,"avg_time_on_site":"00:04:10","bounce_rate":"65%"},{"label":"South Korea","nb_uniq_visitors":40,"nb_visits":46,"nb_actions":133,"nb_users":0,"revenue":"$93","nb_actions_per_visit":2.9,"avg_time_on_site":"00:03:44","bounce_rate":"59%"},{"label":"Finland","nb_uniq_visitors":35,"nb_visits":37,"nb_actions":123,"nb_users":0,"revenue":"$42.90","nb_actions_per_visit":3.3,"avg_time_on_site":"00:07:16","bounce_rate":"54%"},{"label":"Ireland","nb_uniq_visitors":30,"nb_visits":33,"nb_actions":85,"nb_users":0,"revenue":"$6","nb_actions_per_visit":2.6,"avg_time_on_site":"00:02:42","bounce_rate":"64%"},{"label":"Saudi Arabia","nb_uniq_visitors":27,"nb_visits":31,"nb_actions":64,"nb_users":0,"revenue":"$3","nb_actions_per_visit":2.1,"avg_time_on_site":"00:02:52","bounce_rate":"52%"},{"label":"Maldives","nb_uniq_visitors":29,"nb_visits":30,"nb_actions":68,"nb_users":0,"nb_actions_per_visit":2.3,"avg_time_on_site":"00:01:56","bounce_rate":"73%","revenue":"$0"},{"label":"Ukraine","nb_uniq_visitors":25,"nb_visits":28,"nb_actions":107,"nb_users":0,"revenue":"$500","nb_actions_per_visit":3.8,"avg_time_on_site":"00:04:57","bounce_rate":"54%"},{"label":"T\u00fcrkiye","nb_uniq_visitors":21,"nb_visits":26,"nb_actions":88,"nb_users":0,"revenue":"$0","nb_actions_per_visit":3.4,"avg_time_on_site":"00:04:10","bounce_rate":"35%"},{"label":"Greece","nb_uniq_visitors":22,"nb_visits":23,"nb_actions":52,"nb_users":0,"revenue":"$2","nb_actions_per_visit":2.3,"avg_time_on_site":"00:02:17","bounce_rate":"57%"},{"label":"Jordan","nb_uniq_visitors":20,"nb_visits":22,"nb_actions":54,"nb_users":0,"revenue":"$109.95","nb_actions_per_visit":2.5,"avg_time_on_site":"00:01:54","bounce_rate":"73%"},{"label":"Romania","nb_uniq_visitors":15,"nb_visits":22,"nb_actions":96,"nb_users":0,"revenue":"$249.90","nb_actions_per_visit":4.4,"avg_time_on_site":"00:05:59","bounce_rate":"41%"},{"label":"Iran","nb_uniq_visitors":17,"nb_visits":21,"nb_actions":113,"nb_users":0,"revenue":"$39.90","nb_actions_per_visit":5.4,"avg_time_on_site":"00:06:35","bounce_rate":"14%"},{"label":"Fiji","nb_uniq_visitors":18,"nb_visits":20,"nb_actions":30,"nb_users":0,"revenue":"$2","nb_actions_per_visit":1.5,"avg_time_on_site":"00:00:34","bounce_rate":"70%"},{"label":"Portugal","nb_uniq_visitors":19,"nb_visits":20,"nb_actions":132,"nb_users":0,"revenue":"$502","nb_actions_per_visit":6.6,"avg_time_on_site":"00:13:20","bounce_rate":"40%"},{"label":"Argentina","nb_uniq_visitors":18,"nb_visits":19,"nb_actions":76,"nb_users":0,"revenue":"$0","nb_actions_per_visit":4,"avg_time_on_site":"00:05:22","bounce_rate":"47%"},{"label":"Costa Rica","nb_uniq_visitors":18,"nb_visits":19,"nb_actions":29,"nb_users":0,"revenue":"$2","nb_actions_per_visit":1.5,"avg_time_on_site":"00:01:25","bounce_rate":"84%"},{"label":"Cambodia","nb_uniq_visitors":16,"nb_visits":18,"nb_actions":"39","nb_users":0,"nb_actions_per_visit":2.2,"avg_time_on_site":"00:01:50","bounce_rate":"67%","revenue":"$0"},{"label":"Sri Lanka","nb_uniq_visitors":16,"nb_visits":18,"nb_actions":58,"nb_users":0,"revenue":"$6","nb_actions_per_visit":3.2,"avg_time_on_site":"00:04:40","bounce_rate":"56%"},{"label":"Hungary","nb_uniq_visitors":14,"nb_visits":16,"nb_actions":73,"nb_users":0,"revenue":"$267","nb_actions_per_visit":4.6,"avg_time_on_site":"00:12:19","bounce_rate":"31%"},{"label":"Qatar","nb_uniq_visitors":15,"nb_visits":16,"nb_actions":"27","nb_users":0,"nb_actions_per_visit":1.7,"avg_time_on_site":"00:04:16","bounce_rate":"69%","revenue":"$0"},{"label":"Slovenia","nb_uniq_visitors":13,"nb_visits":14,"nb_actions":28,"nb_users":0,"revenue":"$0","nb_actions_per_visit":2,"avg_time_on_site":"00:02:05","bounce_rate":"64%"},{"label":"Cyprus","nb_uniq_visitors":8,"nb_visits":13,"nb_actions":37,"nb_users":0,"revenue":"$8","nb_actions_per_visit":2.8,"avg_time_on_site":"00:05:11","bounce_rate":"15%"},{"label":"Malta","nb_uniq_visitors":12,"nb_visits":12,"nb_actions":20,"nb_users":0,"revenue":"$0","nb_actions_per_visit":1.7,"avg_time_on_site":"00:04:09","bounce_rate":"67%"},{"label":"Bulgaria","nb_uniq_visitors":11,"nb_visits":11,"nb_actions":21,"nb_users":0,"revenue":"$1","nb_actions_per_visit":1.9,"avg_time_on_site":"00:03:19","bounce_rate":"73%"},{"label":"Myanmar (Burma)","nb_uniq_visitors":9,"nb_visits":10,"nb_actions":13,"nb_users":0,"nb_actions_per_visit":1.3,"avg_time_on_site":"00:00:44","bounce_rate":"70%","revenue":"$0"},{"label":"Brunei","nb_uniq_visitors":9,"nb_visits":9,"nb_actions":"19","nb_users":0,"revenue":"$3","nb_actions_per_visit":2.1,"avg_time_on_site":"00:02:28","bounce_rate":"67%"},{"label":"Croatia","nb_uniq_visitors":8,"nb_visits":9,"nb_actions":17,"nb_users":1,"revenue":"$3","nb_actions_per_visit":1.9,"avg_time_on_site":"00:04:22","bounce_rate":"67%"},{"label":"Dominican Republic","nb_uniq_visitors":8,"nb_visits":9,"nb_actions":15,"nb_users":0,"revenue":"$2","nb_actions_per_visit":1.7,"avg_time_on_site":"00:01:27","bounce_rate":"56%"},{"label":"Kuwait","nb_uniq_visitors":8,"nb_visits":9,"nb_actions":22,"nb_users":0,"nb_actions_per_visit":2.4,"avg_time_on_site":"00:01:54","bounce_rate":"56%","revenue":"$0"},{"label":"Morocco","nb_uniq_visitors":9,"nb_visits":9,"nb_actions":59,"nb_users":0,"revenue":"$179","nb_actions_per_visit":6.6,"avg_time_on_site":"00:14:57","bounce_rate":"22%"},{"label":"Serbia","nb_uniq_visitors":9,"nb_visits":9,"nb_actions":40,"nb_users":0,"nb_actions_per_visit":4.4,"avg_time_on_site":"00:02:11","bounce_rate":"44%","revenue":"$0"},{"label":"Slovakia","nb_uniq_visitors":9,"nb_visits":9,"nb_actions":28,"nb_users":0,"revenue":"$0","nb_actions_per_visit":3.1,"avg_time_on_site":"00:04:52","bounce_rate":"56%"},{"label":"Caribbean Netherlands","nb_uniq_visitors":7,"nb_visits":8,"nb_actions":9,"nb_users":0,"nb_actions_per_visit":1.1,"avg_time_on_site":"00:00:53","bounce_rate":"88%","revenue":"$0"},{"label":"Colombia","nb_uniq_visitors":8,"nb_visits":8,"nb_actions":12,"nb_users":0,"revenue":"$1","nb_actions_per_visit":1.5,"avg_time_on_site":"00:03:08","bounce_rate":"63%"},{"label":"Guatemala","nb_uniq_visitors":7,"nb_visits":8,"nb_actions":37,"nb_users":0,"revenue":"$295.90","nb_actions_per_visit":4.6,"avg_time_on_site":"00:05:16","bounce_rate":"50%"},{"label":"Luxembourg","nb_uniq_visitors":7,"nb_visits":8,"nb_actions":9,"nb_users":0,"nb_actions_per_visit":1.1,"avg_time_on_site":"00:00:31","bounce_rate":"88%","revenue":"$0"},{"label":"Oman","nb_uniq_visitors":7,"nb_visits":8,"nb_actions":18,"nb_users":0,"revenue":"$0","nb_actions_per_visit":2.3,"avg_time_on_site":"00:01:31","bounce_rate":"63%"},{"label":"Pakistan","nb_uniq_visitors":8,"nb_visits":8,"nb_actions":21,"nb_users":0,"revenue":"$0","nb_actions_per_visit":2.6,"avg_time_on_site":"00:05:09","bounce_rate":"50%"},{"label":"Belize","nb_uniq_visitors":7,"nb_visits":7,"nb_actions":11,"nb_users":0,"revenue":"$0","nb_actions_per_visit":1.6,"avg_time_on_site":"00:00:21","bounce_rate":"71%"},{"label":"Lithuania","nb_uniq_visitors":7,"nb_visits":7,"nb_actions":10,"nb_users":0,"revenue":"$1","nb_actions_per_visit":1.4,"avg_time_on_site":"00:00:08","bounce_rate":"57%"},{"label":"Mauritius","nb_uniq_visitors":7,"nb_visits":7,"nb_actions":29,"nb_users":0,"nb_actions_per_visit":4.1,"avg_time_on_site":"00:03:41","bounce_rate":"14%","revenue":"$0"},{"label":"Bahrain","nb_uniq_visitors":6,"nb_visits":6,"nb_actions":14,"nb_users":0,"revenue":"$6","nb_actions_per_visit":2.3,"avg_time_on_site":"00:03:07","bounce_rate":"50%"},{"label":"Chile","nb_uniq_visitors":6,"nb_visits":6,"nb_actions":10,"nb_users":0,"nb_actions_per_visit":1.7,"avg_time_on_site":"00:03:22","bounce_rate":"83%","revenue":"$0"},{"label":"Estonia","nb_uniq_visitors":6,"nb_visits":6,"nb_actions":14,"nb_users":0,"nb_actions_per_visit":2.3,"avg_time_on_site":"00:00:48","bounce_rate":"83%","revenue":"$0"},{"label":"Latvia","nb_uniq_visitors":6,"nb_visits":6,"nb_actions":34,"nb_users":0,"revenue":"$0","nb_actions_per_visit":5.7,"avg_time_on_site":"00:03:01","bounce_rate":"0%"},{"label":"Panama","nb_uniq_visitors":6,"nb_visits":6,"nb_actions":6,"nb_users":0,"nb_actions_per_visit":1,"avg_time_on_site":"00:00:00","bounce_rate":"100%","revenue":"$0"},{"label":"Unknown","nb_uniq_visitors":6,"nb_visits":6,"nb_actions":"10","nb_users":0,"revenue":"$2","nb_actions_per_visit":1.7,"avg_time_on_site":"00:00:33","bounce_rate":"67%"},{"label":"Bangladesh","nb_uniq_visitors":5,"nb_visits":5,"nb_actions":5,"nb_users":0,"nb_actions_per_visit":1,"avg_time_on_site":"00:00:00","bounce_rate":"100%","revenue":"$0"},{"label":"Kenya","nb_uniq_visitors":5,"nb_visits":5,"nb_actions":10,"nb_users":0,"revenue":"$1","nb_actions_per_visit":2,"avg_time_on_site":"00:01:44","bounce_rate":"20%"},{"label":"Lebanon","nb_uniq_visitors":5,"nb_visits":5,"nb_actions":5,"nb_users":0,"nb_actions_per_visit":1,"avg_time_on_site":"00:00:00","bounce_rate":"100%","revenue":"$0"},{"label":"New Caledonia","nb_uniq_visitors":5,"nb_visits":5,"nb_actions":"15","nb_users":0,"revenue":"$0","nb_actions_per_visit":3,"avg_time_on_site":"00:05:32","bounce_rate":"60%"},{"label":"Uruguay","nb_uniq_visitors":5,"nb_visits":5,"nb_actions":"43","nb_users":0,"nb_actions_per_visit":8.6,"avg_time_on_site":"00:23:24","bounce_rate":"60%","revenue":"$0"},{"label":"Bahamas","nb_uniq_visitors":4,"nb_visits":4,"nb_actions":"15","nb_users":0,"revenue":"$5","nb_actions_per_visit":3.8,"avg_time_on_site":"00:03:24","bounce_rate":"75%"},{"label":"Laos","nb_uniq_visitors":4,"nb_visits":4,"nb_actions":6,"nb_users":0,"nb_actions_per_visit":1.5,"avg_time_on_site":"00:02:44","bounce_rate":"50%","revenue":"$0"},{"label":"Nigeria","nb_uniq_visitors":3,"nb_visits":4,"nb_actions":26,"nb_users":0,"revenue":"$1","nb_actions_per_visit":6.5,"avg_time_on_site":"00:16:45","bounce_rate":"25%"},{"label":"Uganda","nb_uniq_visitors":4,"nb_visits":4,"nb_actions":"7","nb_users":0,"nb_actions_per_visit":1.8,"avg_time_on_site":"00:01:39","bounce_rate":"50%","revenue":"$0"},{"label":"Andorra","nb_uniq_visitors":2,"nb_visits":3,"nb_actions":"5","nb_users":0,"nb_actions_per_visit":1.7,"avg_time_on_site":"00:03:30","bounce_rate":"33%","revenue":"$0"},{"label":"Cuba","nb_uniq_visitors":3,"nb_visits":3,"nb_actions":"3","nb_users":0,"nb_actions_per_visit":1,"avg_time_on_site":"00:00:00","bounce_rate":"100%","revenue":"$0"},{"label":"Ecuador","nb_uniq_visitors":3,"nb_visits":3,"nb_actions":42,"nb_users":0,"revenue":"$35.95","nb_actions_per_visit":14,"avg_time_on_site":"00:04:40","bounce_rate":"33%"},{"label":"French Polynesia","nb_uniq_visitors":3,"nb_visits":3,"nb_actions":"3","nb_users":0,"nb_actions_per_visit":1,"avg_time_on_site":"00:00:00","bounce_rate":"100%","revenue":"$0"},{"label":"Peru","nb_uniq_visitors":3,"nb_visits":3,"nb_actions":3,"nb_users":0,"nb_actions_per_visit":1,"avg_time_on_site":"00:00:00","bounce_rate":"100%","revenue":"$0"},{"label":"Tunisia","nb_uniq_visitors":3,"nb_visits":3,"nb_actions":7,"nb_users":0,"revenue":"$1","nb_actions_per_visit":2.3,"avg_time_on_site":"00:03:01","bounce_rate":"33%"},{"label":"U.S. Virgin Islands","nb_uniq_visitors":3,"nb_visits":3,"nb_actions":5,"nb_users":0,"revenue":"$1","nb_actions_per_visit":1.7,"avg_time_on_site":"00:00:18","bounce_rate":"67%"},{"label":"Zimbabwe","nb_uniq_visitors":2,"nb_visits":3,"nb_actions":"4","nb_users":0,"nb_actions_per_visit":1.3,"avg_time_on_site":"00:01:32","bounce_rate":"67%","revenue":"$0"},{"label":"Afghanistan","nb_uniq_visitors":2,"nb_visits":2,"nb_actions":"8","nb_users":0,"revenue":"$109.95","nb_actions_per_visit":4,"avg_time_on_site":"00:09:19","bounce_rate":"0%"}],"reportMetadata":[{"code":"us","logo":"plugins\/Morpheus\/icons\/dist\/flags\/us.png","segment":"countryCode==us","logoHeight":16},{"code":"au","logo":"plugins\/Morpheus\/icons\/dist\/flags\/au.png","segment":"countryCode==au","logoHeight":16},{"code":"gb","logo":"plugins\/Morpheus\/icons\/dist\/flags\/gb.png","segment":"countryCode==gb","logoHeight":16},{"code":"de","logo":"plugins\/Morpheus\/icons\/dist\/flags\/de.png","segment":"countryCode==de","logoHeight":16},{"code":"id","logo":"plugins\/Morpheus\/icons\/dist\/flags\/id.png","segment":"countryCode==id","logoHeight":16},{"code":"ca","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ca.png","segment":"countryCode==ca","logoHeight":16},{"code":"sg","logo":"plugins\/Morpheus\/icons\/dist\/flags\/sg.png","segment":"countryCode==sg","logoHeight":16},{"code":"ph","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ph.png","segment":"countryCode==ph","logoHeight":16},{"code":"th","logo":"plugins\/Morpheus\/icons\/dist\/flags\/th.png","segment":"countryCode==th","logoHeight":16},{"code":"my","logo":"plugins\/Morpheus\/icons\/dist\/flags\/my.png","segment":"countryCode==my","logoHeight":16},{"code":"in","logo":"plugins\/Morpheus\/icons\/dist\/flags\/in.png","segment":"countryCode==in","logoHeight":16},{"code":"nl","logo":"plugins\/Morpheus\/icons\/dist\/flags\/nl.png","segment":"countryCode==nl","logoHeight":16},{"code":"fr","logo":"plugins\/Morpheus\/icons\/dist\/flags\/fr.png","segment":"countryCode==fr","logoHeight":16},{"code":"es","logo":"plugins\/Morpheus\/icons\/dist\/flags\/es.png","segment":"countryCode==es","logoHeight":16},{"code":"ch","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ch.png","segment":"countryCode==ch","logoHeight":16},{"code":"hk","logo":"plugins\/Morpheus\/icons\/dist\/flags\/hk.png","segment":"countryCode==hk","logoHeight":16},{"code":"it","logo":"plugins\/Morpheus\/icons\/dist\/flags\/it.png","segment":"countryCode==it","logoHeight":16},{"code":"cn","logo":"plugins\/Morpheus\/icons\/dist\/flags\/cn.png","segment":"countryCode==cn","logoHeight":16},{"code":"nz","logo":"plugins\/Morpheus\/icons\/dist\/flags\/nz.png","segment":"countryCode==nz","logoHeight":16},{"code":"jp","logo":"plugins\/Morpheus\/icons\/dist\/flags\/jp.png","segment":"countryCode==jp","logoHeight":16},{"code":"se","logo":"plugins\/Morpheus\/icons\/dist\/flags\/se.png","segment":"countryCode==se","logoHeight":16},{"code":"eg","logo":"plugins\/Morpheus\/icons\/dist\/flags\/eg.png","segment":"countryCode==eg","logoHeight":16},{"code":"ae","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ae.png","segment":"countryCode==ae","logoHeight":16},{"code":"vn","logo":"plugins\/Morpheus\/icons\/dist\/flags\/vn.png","segment":"countryCode==vn","logoHeight":16},{"code":"za","logo":"plugins\/Morpheus\/icons\/dist\/flags\/za.png","segment":"countryCode==za","logoHeight":16},{"code":"be","logo":"plugins\/Morpheus\/icons\/dist\/flags\/be.png","segment":"countryCode==be","logoHeight":16},{"code":"tw","logo":"plugins\/Morpheus\/icons\/dist\/flags\/tw.png","segment":"countryCode==tw","logoHeight":16},{"code":"pl","logo":"plugins\/Morpheus\/icons\/dist\/flags\/pl.png","segment":"countryCode==pl","logoHeight":16},{"code":"at","logo":"plugins\/Morpheus\/icons\/dist\/flags\/at.png","segment":"countryCode==at","logoHeight":16},{"code":"dk","logo":"plugins\/Morpheus\/icons\/dist\/flags\/dk.png","segment":"countryCode==dk","logoHeight":16},{"code":"ru","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ru.png","segment":"countryCode==ru","logoHeight":16},{"code":"br","logo":"plugins\/Morpheus\/icons\/dist\/flags\/br.png","segment":"countryCode==br","logoHeight":16},{"code":"il","logo":"plugins\/Morpheus\/icons\/dist\/flags\/il.png","segment":"countryCode==il","logoHeight":16},{"code":"no","logo":"plugins\/Morpheus\/icons\/dist\/flags\/no.png","segment":"countryCode==no","logoHeight":16},{"code":"cz","logo":"plugins\/Morpheus\/icons\/dist\/flags\/cz.png","segment":"countryCode==cz","logoHeight":16},{"code":"mx","logo":"plugins\/Morpheus\/icons\/dist\/flags\/mx.png","segment":"countryCode==mx","logoHeight":16},{"code":"kr","logo":"plugins\/Morpheus\/icons\/dist\/flags\/kr.png","segment":"countryCode==kr","logoHeight":16},{"code":"fi","logo":"plugins\/Morpheus\/icons\/dist\/flags\/fi.png","segment":"countryCode==fi","logoHeight":16},{"code":"ie","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ie.png","segment":"countryCode==ie","logoHeight":16},{"code":"sa","logo":"plugins\/Morpheus\/icons\/dist\/flags\/sa.png","segment":"countryCode==sa","logoHeight":16},{"code":"mv","logo":"plugins\/Morpheus\/icons\/dist\/flags\/mv.png","segment":"countryCode==mv","logoHeight":16},{"code":"ua","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ua.png","segment":"countryCode==ua","logoHeight":16},{"code":"tr","logo":"plugins\/Morpheus\/icons\/dist\/flags\/tr.png","segment":"countryCode==tr","logoHeight":16},{"code":"gr","logo":"plugins\/Morpheus\/icons\/dist\/flags\/gr.png","segment":"countryCode==gr","logoHeight":16},{"code":"jo","logo":"plugins\/Morpheus\/icons\/dist\/flags\/jo.png","segment":"countryCode==jo","logoHeight":16},{"code":"ro","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ro.png","segment":"countryCode==ro","logoHeight":16},{"code":"ir","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ir.png","segment":"countryCode==ir","logoHeight":16},{"code":"fj","logo":"plugins\/Morpheus\/icons\/dist\/flags\/fj.png","segment":"countryCode==fj","logoHeight":16},{"code":"pt","logo":"plugins\/Morpheus\/icons\/dist\/flags\/pt.png","segment":"countryCode==pt","logoHeight":16},{"code":"ar","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ar.png","segment":"countryCode==ar","logoHeight":16},{"code":"cr","logo":"plugins\/Morpheus\/icons\/dist\/flags\/cr.png","segment":"countryCode==cr","logoHeight":16},{"code":"kh","logo":"plugins\/Morpheus\/icons\/dist\/flags\/kh.png","segment":"countryCode==kh","logoHeight":16},{"code":"lk","logo":"plugins\/Morpheus\/icons\/dist\/flags\/lk.png","segment":"countryCode==lk","logoHeight":16},{"code":"hu","logo":"plugins\/Morpheus\/icons\/dist\/flags\/hu.png","segment":"countryCode==hu","logoHeight":16},{"code":"qa","logo":"plugins\/Morpheus\/icons\/dist\/flags\/qa.png","segment":"countryCode==qa","logoHeight":16},{"code":"si","logo":"plugins\/Morpheus\/icons\/dist\/flags\/si.png","segment":"countryCode==si","logoHeight":16},{"code":"cy","logo":"plugins\/Morpheus\/icons\/dist\/flags\/cy.png","segment":"countryCode==cy","logoHeight":16},{"code":"mt","logo":"plugins\/Morpheus\/icons\/dist\/flags\/mt.png","segment":"countryCode==mt","logoHeight":16},{"code":"bg","logo":"plugins\/Morpheus\/icons\/dist\/flags\/bg.png","segment":"countryCode==bg","logoHeight":16},{"code":"mm","logo":"plugins\/Morpheus\/icons\/dist\/flags\/mm.png","segment":"countryCode==mm","logoHeight":16},{"code":"bn","logo":"plugins\/Morpheus\/icons\/dist\/flags\/bn.png","segment":"countryCode==bn","logoHeight":16},{"code":"hr","logo":"plugins\/Morpheus\/icons\/dist\/flags\/hr.png","segment":"countryCode==hr","logoHeight":16},{"code":"do","logo":"plugins\/Morpheus\/icons\/dist\/flags\/do.png","segment":"countryCode==do","logoHeight":16},{"code":"kw","logo":"plugins\/Morpheus\/icons\/dist\/flags\/kw.png","segment":"countryCode==kw","logoHeight":16},{"code":"ma","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ma.png","segment":"countryCode==ma","logoHeight":16},{"code":"rs","logo":"plugins\/Morpheus\/icons\/dist\/flags\/rs.png","segment":"countryCode==rs","logoHeight":16},{"code":"sk","logo":"plugins\/Morpheus\/icons\/dist\/flags\/sk.png","segment":"countryCode==sk","logoHeight":16},{"code":"bq","logo":"plugins\/Morpheus\/icons\/dist\/flags\/bq.png","segment":"countryCode==bq","logoHeight":16},{"code":"co","logo":"plugins\/Morpheus\/icons\/dist\/flags\/co.png","segment":"countryCode==co","logoHeight":16},{"code":"gt","logo":"plugins\/Morpheus\/icons\/dist\/flags\/gt.png","segment":"countryCode==gt","logoHeight":16},{"code":"lu","logo":"plugins\/Morpheus\/icons\/dist\/flags\/lu.png","segment":"countryCode==lu","logoHeight":16},{"code":"om","logo":"plugins\/Morpheus\/icons\/dist\/flags\/om.png","segment":"countryCode==om","logoHeight":16},{"code":"pk","logo":"plugins\/Morpheus\/icons\/dist\/flags\/pk.png","segment":"countryCode==pk","logoHeight":16},{"code":"bz","logo":"plugins\/Morpheus\/icons\/dist\/flags\/bz.png","segment":"countryCode==bz","logoHeight":16},{"code":"lt","logo":"plugins\/Morpheus\/icons\/dist\/flags\/lt.png","segment":"countryCode==lt","logoHeight":16},{"code":"mu","logo":"plugins\/Morpheus\/icons\/dist\/flags\/mu.png","segment":"countryCode==mu","logoHeight":16},{"code":"bh","logo":"plugins\/Morpheus\/icons\/dist\/flags\/bh.png","segment":"countryCode==bh","logoHeight":16},{"code":"cl","logo":"plugins\/Morpheus\/icons\/dist\/flags\/cl.png","segment":"countryCode==cl","logoHeight":16},{"code":"ee","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ee.png","segment":"countryCode==ee","logoHeight":16},{"code":"lv","logo":"plugins\/Morpheus\/icons\/dist\/flags\/lv.png","segment":"countryCode==lv","logoHeight":16},{"code":"pa","logo":"plugins\/Morpheus\/icons\/dist\/flags\/pa.png","segment":"countryCode==pa","logoHeight":16},{"code":"xx","logo":"plugins\/Morpheus\/icons\/dist\/flags\/xx.png","segment":"countryCode==xx","logoHeight":16},{"code":"bd","logo":"plugins\/Morpheus\/icons\/dist\/flags\/bd.png","segment":"countryCode==bd","logoHeight":16},{"code":"ke","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ke.png","segment":"countryCode==ke","logoHeight":16},{"code":"lb","logo":"plugins\/Morpheus\/icons\/dist\/flags\/lb.png","segment":"countryCode==lb","logoHeight":16},{"code":"nc","logo":"plugins\/Morpheus\/icons\/dist\/flags\/nc.png","segment":"countryCode==nc","logoHeight":16},{"code":"uy","logo":"plugins\/Morpheus\/icons\/dist\/flags\/uy.png","segment":"countryCode==uy","logoHeight":16},{"code":"bs","logo":"plugins\/Morpheus\/icons\/dist\/flags\/bs.png","segment":"countryCode==bs","logoHeight":16},{"code":"la","logo":"plugins\/Morpheus\/icons\/dist\/flags\/la.png","segment":"countryCode==la","logoHeight":16},{"code":"ng","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ng.png","segment":"countryCode==ng","logoHeight":16},{"code":"ug","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ug.png","segment":"countryCode==ug","logoHeight":16},{"code":"ad","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ad.png","segment":"countryCode==ad","logoHeight":16},{"code":"cu","logo":"plugins\/Morpheus\/icons\/dist\/flags\/cu.png","segment":"countryCode==cu","logoHeight":16},{"code":"ec","logo":"plugins\/Morpheus\/icons\/dist\/flags\/ec.png","segment":"countryCode==ec","logoHeight":16},{"code":"pf","logo":"plugins\/Morpheus\/icons\/dist\/flags\/pf.png","segment":"countryCode==pf","logoHeight":16},{"code":"pe","logo":"plugins\/Morpheus\/icons\/dist\/flags\/pe.png","segment":"countryCode==pe","logoHeight":16},{"code":"tn","logo":"plugins\/Morpheus\/icons\/dist\/flags\/tn.png","segment":"countryCode==tn","logoHeight":16},{"code":"vi","logo":"plugins\/Morpheus\/icons\/dist\/flags\/vi.png","segment":"countryCode==vi","logoHeight":16},{"code":"zw","logo":"plugins\/Morpheus\/icons\/dist\/flags\/zw.png","segment":"countryCode==zw","logoHeight":16},{"code":"af","logo":"plugins\/Morpheus\/icons\/dist\/flags\/af.png","segment":"countryCode==af","logoHeight":16}],"reportTotal":{"nb_uniq_visitors":9033,"nb_visits":9834,"nb_actions":29400,"nb_users":5,"max_actions":76,"sum_visit_length":2556198,"bounce_count":5763,"nb_visits_converted":915,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":906,"nb_visits_converted":906,"revenue":181419.15,"items":1329},"idgoal=ecommerceOrder":{"nb_conversions":405,"nb_visits_converted":390,"revenue":84366.04999999999,"revenue_subtotal":97819.33,"revenue_tax":1989.2099999999998,"revenue_shipping":0,"revenue_discount":6198.09,"items":525},"idgoal=4":{"nb_conversions":17,"nb_visits_converted":17,"revenue":17},"idgoal=5":{"nb_conversions":16,"nb_visits_converted":16,"revenue":80},"idgoal=6":{"nb_conversions":34,"nb_visits_converted":34,"revenue":68},"idgoal=7":{"nb_conversions":338,"nb_visits_converted":338,"revenue":338},"idgoal=8":{"nb_conversions":135,"nb_visits_converted":135,"revenue":0},"idgoal=9":{"nb_conversions":9,"nb_visits_converted":3,"revenue":0},"idgoal=10":{"nb_conversions":8,"nb_visits_converted":8,"revenue":0}},"nb_conversions":962,"revenue":84869.04999999999,"nb_actions_per_visit":3},"timerMillis":"101"} \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getProcessedReport.xml b/tests/Resources/ExampleResponses/API.getProcessedReport.xml new file mode 100644 index 0000000..7bcedf7 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getProcessedReport.xml @@ -0,0 +1,1843 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <website>Demo Site</website> + <prettyDate>Wednesday, October 1, 2025</prettyDate> + <metadata> + <category>Visitors</category> + <subcategory>Locations</subcategory> + <name>Country</name> + <module>UserCountry</module> + <action>getCountry</action> + <dimension>Country</dimension> + <documentation>Shows which country your visitors connected from when accessing your website.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>UserCountry_getCountry</uniqueId> + </metadata> + <columns> + <label>Country</label> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <revenue>Revenue</revenue> + </columns> + <reportData> + <row> + <label>United States</label> + <nb_uniq_visitors>1659</nb_uniq_visitors> + <nb_visits>1781</nb_visits> + <nb_actions>4672</nb_actions> + <nb_users>1</nb_users> + <revenue>$18,637.20</revenue> + <nb_actions_per_visit>2.6</nb_actions_per_visit> + <avg_time_on_site>00:03:21</avg_time_on_site> + <bounce_rate>63%</bounce_rate> + </row> + <row> + <label>Australia</label> + <nb_uniq_visitors>741</nb_uniq_visitors> + <nb_visits>803</nb_visits> + <nb_actions>1759</nb_actions> + <nb_users>0</nb_users> + <revenue>$4,601.55</revenue> + <nb_actions_per_visit>2.2</nb_actions_per_visit> + <avg_time_on_site>00:02:56</avg_time_on_site> + <bounce_rate>64%</bounce_rate> + </row> + <row> + <label>United Kingdom</label> + <nb_uniq_visitors>716</nb_uniq_visitors> + <nb_visits>767</nb_visits> + <nb_actions>1828</nb_actions> + <nb_users>0</nb_users> + <revenue>$3,169.65</revenue> + <nb_actions_per_visit>2.4</nb_actions_per_visit> + <avg_time_on_site>00:03:08</avg_time_on_site> + <bounce_rate>59%</bounce_rate> + </row> + <row> + <label>Germany</label> + <nb_uniq_visitors>518</nb_uniq_visitors> + <nb_visits>582</nb_visits> + <nb_actions>3780</nb_actions> + <nb_users>0</nb_users> + <revenue>$21,046</revenue> + <nb_actions_per_visit>6.5</nb_actions_per_visit> + <avg_time_on_site>00:12:02</avg_time_on_site> + <bounce_rate>28%</bounce_rate> + </row> + <row> + <label>Indonesia</label> + <nb_uniq_visitors>480</nb_uniq_visitors> + <nb_visits>529</nb_visits> + <nb_actions>1117</nb_actions> + <nb_users>0</nb_users> + <revenue>$203.80</revenue> + <nb_actions_per_visit>2.1</nb_actions_per_visit> + <avg_time_on_site>00:02:35</avg_time_on_site> + <bounce_rate>67%</bounce_rate> + </row> + <row> + <label>Canada</label> + <nb_uniq_visitors>504</nb_uniq_visitors> + <nb_visits>518</nb_visits> + <nb_actions>1026</nb_actions> + <nb_users>0</nb_users> + <revenue>$1,995.60</revenue> + <nb_actions_per_visit>2</nb_actions_per_visit> + <avg_time_on_site>00:02:12</avg_time_on_site> + <bounce_rate>68%</bounce_rate> + </row> + <row> + <label>Singapore</label> + <nb_uniq_visitors>324</nb_uniq_visitors> + <nb_visits>362</nb_visits> + <nb_actions>683</nb_actions> + <nb_users>0</nb_users> + <revenue>$14</revenue> + <nb_actions_per_visit>1.9</nb_actions_per_visit> + <avg_time_on_site>00:02:13</avg_time_on_site> + <bounce_rate>72%</bounce_rate> + </row> + <row> + <label>Philippines</label> + <nb_uniq_visitors>345</nb_uniq_visitors> + <nb_visits>359</nb_visits> + <nb_actions>575</nb_actions> + <nb_users>0</nb_users> + <revenue>$15</revenue> + <nb_actions_per_visit>1.6</nb_actions_per_visit> + <avg_time_on_site>00:01:27</avg_time_on_site> + <bounce_rate>76%</bounce_rate> + </row> + <row> + <label>Thailand</label> + <nb_uniq_visitors>296</nb_uniq_visitors> + <nb_visits>309</nb_visits> + <nb_actions>662</nb_actions> + <nb_users>0</nb_users> + <revenue>$10</revenue> + <nb_actions_per_visit>2.1</nb_actions_per_visit> + <avg_time_on_site>00:02:33</avg_time_on_site> + <bounce_rate>67%</bounce_rate> + </row> + <row> + <label>Malaysia</label> + <nb_uniq_visitors>292</nb_uniq_visitors> + <nb_visits>307</nb_visits> + <nb_actions>539</nb_actions> + <nb_users>0</nb_users> + <revenue>$14</revenue> + <nb_actions_per_visit>1.8</nb_actions_per_visit> + <avg_time_on_site>00:01:27</avg_time_on_site> + <bounce_rate>70%</bounce_rate> + </row> + <row> + <label>India</label> + <nb_uniq_visitors>259</nb_uniq_visitors> + <nb_visits>287</nb_visits> + <nb_actions>959</nb_actions> + <nb_users>0</nb_users> + <revenue>$320.90</revenue> + <nb_actions_per_visit>3.3</nb_actions_per_visit> + <avg_time_on_site>00:05:15</avg_time_on_site> + <bounce_rate>53%</bounce_rate> + </row> + <row> + <label>Netherlands</label> + <nb_uniq_visitors>199</nb_uniq_visitors> + <nb_visits>220</nb_visits> + <nb_actions>1042</nb_actions> + <nb_users>0</nb_users> + <revenue>$2,710.30</revenue> + <nb_actions_per_visit>4.7</nb_actions_per_visit> + <avg_time_on_site>00:07:18</avg_time_on_site> + <bounce_rate>42%</bounce_rate> + </row> + <row> + <label>France</label> + <nb_uniq_visitors>165</nb_uniq_visitors> + <nb_visits>184</nb_visits> + <nb_actions>899</nb_actions> + <nb_users>0</nb_users> + <revenue>$6,600.45</revenue> + <nb_actions_per_visit>4.9</nb_actions_per_visit> + <avg_time_on_site>00:06:46</avg_time_on_site> + <bounce_rate>48%</bounce_rate> + </row> + <row> + <label>Spain</label> + <nb_uniq_visitors>159</nb_uniq_visitors> + <nb_visits>175</nb_visits> + <nb_actions>701</nb_actions> + <nb_users>0</nb_users> + <revenue>$1,228.75</revenue> + <nb_actions_per_visit>4</nb_actions_per_visit> + <avg_time_on_site>00:07:03</avg_time_on_site> + <bounce_rate>49%</bounce_rate> + </row> + <row> + <label>Switzerland</label> + <nb_uniq_visitors>147</nb_uniq_visitors> + <nb_visits>159</nb_visits> + <nb_actions>711</nb_actions> + <nb_users>1</nb_users> + <revenue>$5,523.80</revenue> + <nb_actions_per_visit>4.5</nb_actions_per_visit> + <avg_time_on_site>00:06:43</avg_time_on_site> + <bounce_rate>44%</bounce_rate> + </row> + <row> + <label>Hong Kong SAR China</label> + <nb_uniq_visitors>134</nb_uniq_visitors> + <nb_visits>145</nb_visits> + <nb_actions>331</nb_actions> + <nb_users>0</nb_users> + <revenue>$508</revenue> + <nb_actions_per_visit>2.3</nb_actions_per_visit> + <avg_time_on_site>00:02:44</avg_time_on_site> + <bounce_rate>65%</bounce_rate> + </row> + <row> + <label>Italy</label> + <nb_uniq_visitors>118</nb_uniq_visitors> + <nb_visits>139</nb_visits> + <nb_actions>446</nb_actions> + <nb_users>1</nb_users> + <revenue>$1,123.70</revenue> + <nb_actions_per_visit>3.2</nb_actions_per_visit> + <avg_time_on_site>00:07:24</avg_time_on_site> + <bounce_rate>48%</bounce_rate> + </row> + <row> + <label>China</label> + <nb_uniq_visitors>102</nb_uniq_visitors> + <nb_visits>129</nb_visits> + <nb_actions>769</nb_actions> + <nb_users>0</nb_users> + <revenue>$4,303.45</revenue> + <nb_actions_per_visit>6</nb_actions_per_visit> + <avg_time_on_site>00:13:47</avg_time_on_site> + <bounce_rate>32%</bounce_rate> + </row> + <row> + <label>New Zealand</label> + <nb_uniq_visitors>98</nb_uniq_visitors> + <nb_visits>104</nb_visits> + <nb_actions>292</nb_actions> + <nb_users>0</nb_users> + <revenue>$3</revenue> + <nb_actions_per_visit>2.8</nb_actions_per_visit> + <avg_time_on_site>00:02:53</avg_time_on_site> + <bounce_rate>59%</bounce_rate> + </row> + <row> + <label>Japan</label> + <nb_uniq_visitors>88</nb_uniq_visitors> + <nb_visits>101</nb_visits> + <nb_actions>368</nb_actions> + <nb_users>0</nb_users> + <revenue>$3,448.70</revenue> + <nb_actions_per_visit>3.6</nb_actions_per_visit> + <avg_time_on_site>00:06:02</avg_time_on_site> + <bounce_rate>53%</bounce_rate> + </row> + <row> + <label>Sweden</label> + <nb_uniq_visitors>88</nb_uniq_visitors> + <nb_visits>95</nb_visits> + <nb_actions>390</nb_actions> + <nb_users>0</nb_users> + <revenue>$184</revenue> + <nb_actions_per_visit>4.1</nb_actions_per_visit> + <avg_time_on_site>00:06:02</avg_time_on_site> + <bounce_rate>49%</bounce_rate> + </row> + <row> + <label>Egypt</label> + <nb_uniq_visitors>76</nb_uniq_visitors> + <nb_visits>83</nb_visits> + <nb_actions>174</nb_actions> + <nb_users>0</nb_users> + <revenue>$3</revenue> + <nb_actions_per_visit>2.1</nb_actions_per_visit> + <avg_time_on_site>00:02:21</avg_time_on_site> + <bounce_rate>64%</bounce_rate> + </row> + <row> + <label>United Arab Emirates</label> + <nb_uniq_visitors>76</nb_uniq_visitors> + <nb_visits>81</nb_visits> + <nb_actions>145</nb_actions> + <nb_users>0</nb_users> + <revenue>$1</revenue> + <nb_actions_per_visit>1.8</nb_actions_per_visit> + <avg_time_on_site>00:01:17</avg_time_on_site> + <bounce_rate>73%</bounce_rate> + </row> + <row> + <label>Vietnam</label> + <nb_uniq_visitors>66</nb_uniq_visitors> + <nb_visits>81</nb_visits> + <nb_actions>429</nb_actions> + <nb_users>0</nb_users> + <revenue>$1,040.90</revenue> + <nb_actions_per_visit>5.3</nb_actions_per_visit> + <avg_time_on_site>00:09:09</avg_time_on_site> + <bounce_rate>48%</bounce_rate> + </row> + <row> + <label>South Africa</label> + <nb_uniq_visitors>72</nb_uniq_visitors> + <nb_visits>78</nb_visits> + <nb_actions>229</nb_actions> + <nb_users>1</nb_users> + <revenue>$54.90</revenue> + <nb_actions_per_visit>2.9</nb_actions_per_visit> + <avg_time_on_site>00:05:21</avg_time_on_site> + <bounce_rate>53%</bounce_rate> + </row> + <row> + <label>Belgium</label> + <nb_uniq_visitors>68</nb_uniq_visitors> + <nb_visits>74</nb_visits> + <nb_actions>186</nb_actions> + <nb_users>0</nb_users> + <revenue>$110.95</revenue> + <nb_actions_per_visit>2.5</nb_actions_per_visit> + <avg_time_on_site>00:02:03</avg_time_on_site> + <bounce_rate>68%</bounce_rate> + </row> + <row> + <label>Taiwan</label> + <nb_uniq_visitors>58</nb_uniq_visitors> + <nb_visits>70</nb_visits> + <nb_actions>301</nb_actions> + <nb_users>0</nb_users> + <revenue>$4</revenue> + <nb_actions_per_visit>4.3</nb_actions_per_visit> + <avg_time_on_site>00:06:29</avg_time_on_site> + <bounce_rate>47%</bounce_rate> + </row> + <row> + <label>Poland</label> + <nb_uniq_visitors>61</nb_uniq_visitors> + <nb_visits>68</nb_visits> + <nb_actions>279</nb_actions> + <nb_users>0</nb_users> + <revenue>$124.85</revenue> + <nb_actions_per_visit>4.1</nb_actions_per_visit> + <avg_time_on_site>00:06:39</avg_time_on_site> + <bounce_rate>38%</bounce_rate> + </row> + <row> + <label>Austria</label> + <nb_uniq_visitors>50</nb_uniq_visitors> + <nb_visits>62</nb_visits> + <nb_actions>374</nb_actions> + <nb_users>0</nb_users> + <revenue>$468.65</revenue> + <nb_actions_per_visit>6</nb_actions_per_visit> + <avg_time_on_site>00:08:07</avg_time_on_site> + <bounce_rate>39%</bounce_rate> + </row> + <row> + <label>Denmark</label> + <nb_uniq_visitors>54</nb_uniq_visitors> + <nb_visits>60</nb_visits> + <nb_actions>103</nb_actions> + <nb_users>0</nb_users> + <revenue>$2</revenue> + <nb_actions_per_visit>1.7</nb_actions_per_visit> + <avg_time_on_site>00:02:17</avg_time_on_site> + <bounce_rate>72%</bounce_rate> + </row> + <row> + <label>Russia</label> + <nb_uniq_visitors>50</nb_uniq_visitors> + <nb_visits>59</nb_visits> + <nb_actions>248</nb_actions> + <nb_users>0</nb_users> + <revenue>$1,003</revenue> + <nb_actions_per_visit>4.2</nb_actions_per_visit> + <avg_time_on_site>00:08:22</avg_time_on_site> + <bounce_rate>36%</bounce_rate> + </row> + <row> + <label>Brazil</label> + <nb_uniq_visitors>51</nb_uniq_visitors> + <nb_visits>58</nb_visits> + <nb_actions>356</nb_actions> + <nb_users>0</nb_users> + <revenue>$184</revenue> + <nb_actions_per_visit>6.1</nb_actions_per_visit> + <avg_time_on_site>00:10:03</avg_time_on_site> + <bounce_rate>52%</bounce_rate> + </row> + <row> + <label>Israel</label> + <nb_uniq_visitors>47</nb_uniq_visitors> + <nb_visits>53</nb_visits> + <nb_actions>242</nb_actions> + <nb_users>0</nb_users> + <revenue>$1,764.85</revenue> + <nb_actions_per_visit>4.6</nb_actions_per_visit> + <avg_time_on_site>00:11:48</avg_time_on_site> + <bounce_rate>49%</bounce_rate> + </row> + <row> + <label>Norway</label> + <nb_uniq_visitors>45</nb_uniq_visitors> + <nb_visits>53</nb_visits> + <nb_actions>177</nb_actions> + <nb_users>0</nb_users> + <revenue>$1,663.75</revenue> + <nb_actions_per_visit>3.3</nb_actions_per_visit> + <avg_time_on_site>00:03:29</avg_time_on_site> + <bounce_rate>55%</bounce_rate> + </row> + <row> + <label>Czechia</label> + <nb_uniq_visitors>48</nb_uniq_visitors> + <nb_visits>50</nb_visits> + <nb_actions>121</nb_actions> + <nb_users>0</nb_users> + <revenue>$295.90</revenue> + <nb_actions_per_visit>2.4</nb_actions_per_visit> + <avg_time_on_site>00:01:38</avg_time_on_site> + <bounce_rate>64%</bounce_rate> + </row> + <row> + <label>Mexico</label> + <nb_uniq_visitors>47</nb_uniq_visitors> + <nb_visits>49</nb_visits> + <nb_actions>176</nb_actions> + <nb_users>0</nb_users> + <revenue>$2</revenue> + <nb_actions_per_visit>3.6</nb_actions_per_visit> + <avg_time_on_site>00:04:10</avg_time_on_site> + <bounce_rate>65%</bounce_rate> + </row> + <row> + <label>South Korea</label> + <nb_uniq_visitors>40</nb_uniq_visitors> + <nb_visits>46</nb_visits> + <nb_actions>133</nb_actions> + <nb_users>0</nb_users> + <revenue>$93</revenue> + <nb_actions_per_visit>2.9</nb_actions_per_visit> + <avg_time_on_site>00:03:44</avg_time_on_site> + <bounce_rate>59%</bounce_rate> + </row> + <row> + <label>Finland</label> + <nb_uniq_visitors>35</nb_uniq_visitors> + <nb_visits>37</nb_visits> + <nb_actions>123</nb_actions> + <nb_users>0</nb_users> + <revenue>$42.90</revenue> + <nb_actions_per_visit>3.3</nb_actions_per_visit> + <avg_time_on_site>00:07:16</avg_time_on_site> + <bounce_rate>54%</bounce_rate> + </row> + <row> + <label>Ireland</label> + <nb_uniq_visitors>30</nb_uniq_visitors> + <nb_visits>33</nb_visits> + <nb_actions>85</nb_actions> + <nb_users>0</nb_users> + <revenue>$6</revenue> + <nb_actions_per_visit>2.6</nb_actions_per_visit> + <avg_time_on_site>00:02:42</avg_time_on_site> + <bounce_rate>64%</bounce_rate> + </row> + <row> + <label>Saudi Arabia</label> + <nb_uniq_visitors>27</nb_uniq_visitors> + <nb_visits>31</nb_visits> + <nb_actions>64</nb_actions> + <nb_users>0</nb_users> + <revenue>$3</revenue> + <nb_actions_per_visit>2.1</nb_actions_per_visit> + <avg_time_on_site>00:02:52</avg_time_on_site> + <bounce_rate>52%</bounce_rate> + </row> + <row> + <label>Maldives</label> + <nb_uniq_visitors>29</nb_uniq_visitors> + <nb_visits>30</nb_visits> + <nb_actions>68</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>2.3</nb_actions_per_visit> + <avg_time_on_site>00:01:56</avg_time_on_site> + <bounce_rate>73%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Ukraine</label> + <nb_uniq_visitors>25</nb_uniq_visitors> + <nb_visits>28</nb_visits> + <nb_actions>107</nb_actions> + <nb_users>0</nb_users> + <revenue>$500</revenue> + <nb_actions_per_visit>3.8</nb_actions_per_visit> + <avg_time_on_site>00:04:57</avg_time_on_site> + <bounce_rate>54%</bounce_rate> + </row> + <row> + <label>Türkiye</label> + <nb_uniq_visitors>21</nb_uniq_visitors> + <nb_visits>26</nb_visits> + <nb_actions>88</nb_actions> + <nb_users>0</nb_users> + <revenue>$0</revenue> + <nb_actions_per_visit>3.4</nb_actions_per_visit> + <avg_time_on_site>00:04:10</avg_time_on_site> + <bounce_rate>35%</bounce_rate> + </row> + <row> + <label>Greece</label> + <nb_uniq_visitors>22</nb_uniq_visitors> + <nb_visits>23</nb_visits> + <nb_actions>52</nb_actions> + <nb_users>0</nb_users> + <revenue>$2</revenue> + <nb_actions_per_visit>2.3</nb_actions_per_visit> + <avg_time_on_site>00:02:17</avg_time_on_site> + <bounce_rate>57%</bounce_rate> + </row> + <row> + <label>Jordan</label> + <nb_uniq_visitors>20</nb_uniq_visitors> + <nb_visits>22</nb_visits> + <nb_actions>54</nb_actions> + <nb_users>0</nb_users> + <revenue>$109.95</revenue> + <nb_actions_per_visit>2.5</nb_actions_per_visit> + <avg_time_on_site>00:01:54</avg_time_on_site> + <bounce_rate>73%</bounce_rate> + </row> + <row> + <label>Romania</label> + <nb_uniq_visitors>15</nb_uniq_visitors> + <nb_visits>22</nb_visits> + <nb_actions>96</nb_actions> + <nb_users>0</nb_users> + <revenue>$249.90</revenue> + <nb_actions_per_visit>4.4</nb_actions_per_visit> + <avg_time_on_site>00:05:59</avg_time_on_site> + <bounce_rate>41%</bounce_rate> + </row> + <row> + <label>Iran</label> + <nb_uniq_visitors>17</nb_uniq_visitors> + <nb_visits>21</nb_visits> + <nb_actions>113</nb_actions> + <nb_users>0</nb_users> + <revenue>$39.90</revenue> + <nb_actions_per_visit>5.4</nb_actions_per_visit> + <avg_time_on_site>00:06:35</avg_time_on_site> + <bounce_rate>14%</bounce_rate> + </row> + <row> + <label>Fiji</label> + <nb_uniq_visitors>18</nb_uniq_visitors> + <nb_visits>20</nb_visits> + <nb_actions>30</nb_actions> + <nb_users>0</nb_users> + <revenue>$2</revenue> + <nb_actions_per_visit>1.5</nb_actions_per_visit> + <avg_time_on_site>00:00:34</avg_time_on_site> + <bounce_rate>70%</bounce_rate> + </row> + <row> + <label>Portugal</label> + <nb_uniq_visitors>19</nb_uniq_visitors> + <nb_visits>20</nb_visits> + <nb_actions>132</nb_actions> + <nb_users>0</nb_users> + <revenue>$502</revenue> + <nb_actions_per_visit>6.6</nb_actions_per_visit> + <avg_time_on_site>00:13:20</avg_time_on_site> + <bounce_rate>40%</bounce_rate> + </row> + <row> + <label>Argentina</label> + <nb_uniq_visitors>18</nb_uniq_visitors> + <nb_visits>19</nb_visits> + <nb_actions>76</nb_actions> + <nb_users>0</nb_users> + <revenue>$0</revenue> + <nb_actions_per_visit>4</nb_actions_per_visit> + <avg_time_on_site>00:05:22</avg_time_on_site> + <bounce_rate>47%</bounce_rate> + </row> + <row> + <label>Costa Rica</label> + <nb_uniq_visitors>18</nb_uniq_visitors> + <nb_visits>19</nb_visits> + <nb_actions>29</nb_actions> + <nb_users>0</nb_users> + <revenue>$2</revenue> + <nb_actions_per_visit>1.5</nb_actions_per_visit> + <avg_time_on_site>00:01:25</avg_time_on_site> + <bounce_rate>84%</bounce_rate> + </row> + <row> + <label>Cambodia</label> + <nb_uniq_visitors>16</nb_uniq_visitors> + <nb_visits>18</nb_visits> + <nb_actions>39</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>2.2</nb_actions_per_visit> + <avg_time_on_site>00:01:50</avg_time_on_site> + <bounce_rate>67%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Sri Lanka</label> + <nb_uniq_visitors>16</nb_uniq_visitors> + <nb_visits>18</nb_visits> + <nb_actions>58</nb_actions> + <nb_users>0</nb_users> + <revenue>$6</revenue> + <nb_actions_per_visit>3.2</nb_actions_per_visit> + <avg_time_on_site>00:04:40</avg_time_on_site> + <bounce_rate>56%</bounce_rate> + </row> + <row> + <label>Hungary</label> + <nb_uniq_visitors>14</nb_uniq_visitors> + <nb_visits>16</nb_visits> + <nb_actions>73</nb_actions> + <nb_users>0</nb_users> + <revenue>$267</revenue> + <nb_actions_per_visit>4.6</nb_actions_per_visit> + <avg_time_on_site>00:12:19</avg_time_on_site> + <bounce_rate>31%</bounce_rate> + </row> + <row> + <label>Qatar</label> + <nb_uniq_visitors>15</nb_uniq_visitors> + <nb_visits>16</nb_visits> + <nb_actions>27</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1.7</nb_actions_per_visit> + <avg_time_on_site>00:04:16</avg_time_on_site> + <bounce_rate>69%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Slovenia</label> + <nb_uniq_visitors>13</nb_uniq_visitors> + <nb_visits>14</nb_visits> + <nb_actions>28</nb_actions> + <nb_users>0</nb_users> + <revenue>$0</revenue> + <nb_actions_per_visit>2</nb_actions_per_visit> + <avg_time_on_site>00:02:05</avg_time_on_site> + <bounce_rate>64%</bounce_rate> + </row> + <row> + <label>Cyprus</label> + <nb_uniq_visitors>8</nb_uniq_visitors> + <nb_visits>13</nb_visits> + <nb_actions>37</nb_actions> + <nb_users>0</nb_users> + <revenue>$8</revenue> + <nb_actions_per_visit>2.8</nb_actions_per_visit> + <avg_time_on_site>00:05:11</avg_time_on_site> + <bounce_rate>15%</bounce_rate> + </row> + <row> + <label>Malta</label> + <nb_uniq_visitors>12</nb_uniq_visitors> + <nb_visits>12</nb_visits> + <nb_actions>20</nb_actions> + <nb_users>0</nb_users> + <revenue>$0</revenue> + <nb_actions_per_visit>1.7</nb_actions_per_visit> + <avg_time_on_site>00:04:09</avg_time_on_site> + <bounce_rate>67%</bounce_rate> + </row> + <row> + <label>Bulgaria</label> + <nb_uniq_visitors>11</nb_uniq_visitors> + <nb_visits>11</nb_visits> + <nb_actions>21</nb_actions> + <nb_users>0</nb_users> + <revenue>$1</revenue> + <nb_actions_per_visit>1.9</nb_actions_per_visit> + <avg_time_on_site>00:03:19</avg_time_on_site> + <bounce_rate>73%</bounce_rate> + </row> + <row> + <label>Myanmar (Burma)</label> + <nb_uniq_visitors>9</nb_uniq_visitors> + <nb_visits>10</nb_visits> + <nb_actions>13</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1.3</nb_actions_per_visit> + <avg_time_on_site>00:00:44</avg_time_on_site> + <bounce_rate>70%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Brunei</label> + <nb_uniq_visitors>9</nb_uniq_visitors> + <nb_visits>9</nb_visits> + <nb_actions>19</nb_actions> + <nb_users>0</nb_users> + <revenue>$3</revenue> + <nb_actions_per_visit>2.1</nb_actions_per_visit> + <avg_time_on_site>00:02:28</avg_time_on_site> + <bounce_rate>67%</bounce_rate> + </row> + <row> + <label>Croatia</label> + <nb_uniq_visitors>8</nb_uniq_visitors> + <nb_visits>9</nb_visits> + <nb_actions>17</nb_actions> + <nb_users>1</nb_users> + <revenue>$3</revenue> + <nb_actions_per_visit>1.9</nb_actions_per_visit> + <avg_time_on_site>00:04:22</avg_time_on_site> + <bounce_rate>67%</bounce_rate> + </row> + <row> + <label>Dominican Republic</label> + <nb_uniq_visitors>8</nb_uniq_visitors> + <nb_visits>9</nb_visits> + <nb_actions>15</nb_actions> + <nb_users>0</nb_users> + <revenue>$2</revenue> + <nb_actions_per_visit>1.7</nb_actions_per_visit> + <avg_time_on_site>00:01:27</avg_time_on_site> + <bounce_rate>56%</bounce_rate> + </row> + <row> + <label>Kuwait</label> + <nb_uniq_visitors>8</nb_uniq_visitors> + <nb_visits>9</nb_visits> + <nb_actions>22</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>2.4</nb_actions_per_visit> + <avg_time_on_site>00:01:54</avg_time_on_site> + <bounce_rate>56%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Morocco</label> + <nb_uniq_visitors>9</nb_uniq_visitors> + <nb_visits>9</nb_visits> + <nb_actions>59</nb_actions> + <nb_users>0</nb_users> + <revenue>$179</revenue> + <nb_actions_per_visit>6.6</nb_actions_per_visit> + <avg_time_on_site>00:14:57</avg_time_on_site> + <bounce_rate>22%</bounce_rate> + </row> + <row> + <label>Serbia</label> + <nb_uniq_visitors>9</nb_uniq_visitors> + <nb_visits>9</nb_visits> + <nb_actions>40</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>4.4</nb_actions_per_visit> + <avg_time_on_site>00:02:11</avg_time_on_site> + <bounce_rate>44%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Slovakia</label> + <nb_uniq_visitors>9</nb_uniq_visitors> + <nb_visits>9</nb_visits> + <nb_actions>28</nb_actions> + <nb_users>0</nb_users> + <revenue>$0</revenue> + <nb_actions_per_visit>3.1</nb_actions_per_visit> + <avg_time_on_site>00:04:52</avg_time_on_site> + <bounce_rate>56%</bounce_rate> + </row> + <row> + <label>Caribbean Netherlands</label> + <nb_uniq_visitors>7</nb_uniq_visitors> + <nb_visits>8</nb_visits> + <nb_actions>9</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1.1</nb_actions_per_visit> + <avg_time_on_site>00:00:53</avg_time_on_site> + <bounce_rate>88%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Colombia</label> + <nb_uniq_visitors>8</nb_uniq_visitors> + <nb_visits>8</nb_visits> + <nb_actions>12</nb_actions> + <nb_users>0</nb_users> + <revenue>$1</revenue> + <nb_actions_per_visit>1.5</nb_actions_per_visit> + <avg_time_on_site>00:03:08</avg_time_on_site> + <bounce_rate>63%</bounce_rate> + </row> + <row> + <label>Guatemala</label> + <nb_uniq_visitors>7</nb_uniq_visitors> + <nb_visits>8</nb_visits> + <nb_actions>37</nb_actions> + <nb_users>0</nb_users> + <revenue>$295.90</revenue> + <nb_actions_per_visit>4.6</nb_actions_per_visit> + <avg_time_on_site>00:05:16</avg_time_on_site> + <bounce_rate>50%</bounce_rate> + </row> + <row> + <label>Luxembourg</label> + <nb_uniq_visitors>7</nb_uniq_visitors> + <nb_visits>8</nb_visits> + <nb_actions>9</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1.1</nb_actions_per_visit> + <avg_time_on_site>00:00:31</avg_time_on_site> + <bounce_rate>88%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Oman</label> + <nb_uniq_visitors>7</nb_uniq_visitors> + <nb_visits>8</nb_visits> + <nb_actions>18</nb_actions> + <nb_users>0</nb_users> + <revenue>$0</revenue> + <nb_actions_per_visit>2.3</nb_actions_per_visit> + <avg_time_on_site>00:01:31</avg_time_on_site> + <bounce_rate>63%</bounce_rate> + </row> + <row> + <label>Pakistan</label> + <nb_uniq_visitors>8</nb_uniq_visitors> + <nb_visits>8</nb_visits> + <nb_actions>21</nb_actions> + <nb_users>0</nb_users> + <revenue>$0</revenue> + <nb_actions_per_visit>2.6</nb_actions_per_visit> + <avg_time_on_site>00:05:09</avg_time_on_site> + <bounce_rate>50%</bounce_rate> + </row> + <row> + <label>Belize</label> + <nb_uniq_visitors>7</nb_uniq_visitors> + <nb_visits>7</nb_visits> + <nb_actions>11</nb_actions> + <nb_users>0</nb_users> + <revenue>$0</revenue> + <nb_actions_per_visit>1.6</nb_actions_per_visit> + <avg_time_on_site>00:00:21</avg_time_on_site> + <bounce_rate>71%</bounce_rate> + </row> + <row> + <label>Lithuania</label> + <nb_uniq_visitors>7</nb_uniq_visitors> + <nb_visits>7</nb_visits> + <nb_actions>10</nb_actions> + <nb_users>0</nb_users> + <revenue>$1</revenue> + <nb_actions_per_visit>1.4</nb_actions_per_visit> + <avg_time_on_site>00:00:08</avg_time_on_site> + <bounce_rate>57%</bounce_rate> + </row> + <row> + <label>Mauritius</label> + <nb_uniq_visitors>7</nb_uniq_visitors> + <nb_visits>7</nb_visits> + <nb_actions>29</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>4.1</nb_actions_per_visit> + <avg_time_on_site>00:03:41</avg_time_on_site> + <bounce_rate>14%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Bahrain</label> + <nb_uniq_visitors>6</nb_uniq_visitors> + <nb_visits>6</nb_visits> + <nb_actions>14</nb_actions> + <nb_users>0</nb_users> + <revenue>$6</revenue> + <nb_actions_per_visit>2.3</nb_actions_per_visit> + <avg_time_on_site>00:03:07</avg_time_on_site> + <bounce_rate>50%</bounce_rate> + </row> + <row> + <label>Chile</label> + <nb_uniq_visitors>6</nb_uniq_visitors> + <nb_visits>6</nb_visits> + <nb_actions>10</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1.7</nb_actions_per_visit> + <avg_time_on_site>00:03:22</avg_time_on_site> + <bounce_rate>83%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Estonia</label> + <nb_uniq_visitors>6</nb_uniq_visitors> + <nb_visits>6</nb_visits> + <nb_actions>14</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>2.3</nb_actions_per_visit> + <avg_time_on_site>00:00:48</avg_time_on_site> + <bounce_rate>83%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Latvia</label> + <nb_uniq_visitors>6</nb_uniq_visitors> + <nb_visits>6</nb_visits> + <nb_actions>34</nb_actions> + <nb_users>0</nb_users> + <revenue>$0</revenue> + <nb_actions_per_visit>5.7</nb_actions_per_visit> + <avg_time_on_site>00:03:01</avg_time_on_site> + <bounce_rate>0%</bounce_rate> + </row> + <row> + <label>Panama</label> + <nb_uniq_visitors>6</nb_uniq_visitors> + <nb_visits>6</nb_visits> + <nb_actions>6</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1</nb_actions_per_visit> + <avg_time_on_site>00:00:00</avg_time_on_site> + <bounce_rate>100%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Unknown</label> + <nb_uniq_visitors>6</nb_uniq_visitors> + <nb_visits>6</nb_visits> + <nb_actions>10</nb_actions> + <nb_users>0</nb_users> + <revenue>$2</revenue> + <nb_actions_per_visit>1.7</nb_actions_per_visit> + <avg_time_on_site>00:00:33</avg_time_on_site> + <bounce_rate>67%</bounce_rate> + </row> + <row> + <label>Bangladesh</label> + <nb_uniq_visitors>5</nb_uniq_visitors> + <nb_visits>5</nb_visits> + <nb_actions>5</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1</nb_actions_per_visit> + <avg_time_on_site>00:00:00</avg_time_on_site> + <bounce_rate>100%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Kenya</label> + <nb_uniq_visitors>5</nb_uniq_visitors> + <nb_visits>5</nb_visits> + <nb_actions>10</nb_actions> + <nb_users>0</nb_users> + <revenue>$1</revenue> + <nb_actions_per_visit>2</nb_actions_per_visit> + <avg_time_on_site>00:01:44</avg_time_on_site> + <bounce_rate>20%</bounce_rate> + </row> + <row> + <label>Lebanon</label> + <nb_uniq_visitors>5</nb_uniq_visitors> + <nb_visits>5</nb_visits> + <nb_actions>5</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1</nb_actions_per_visit> + <avg_time_on_site>00:00:00</avg_time_on_site> + <bounce_rate>100%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>New Caledonia</label> + <nb_uniq_visitors>5</nb_uniq_visitors> + <nb_visits>5</nb_visits> + <nb_actions>15</nb_actions> + <nb_users>0</nb_users> + <revenue>$0</revenue> + <nb_actions_per_visit>3</nb_actions_per_visit> + <avg_time_on_site>00:05:32</avg_time_on_site> + <bounce_rate>60%</bounce_rate> + </row> + <row> + <label>Uruguay</label> + <nb_uniq_visitors>5</nb_uniq_visitors> + <nb_visits>5</nb_visits> + <nb_actions>43</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>8.6</nb_actions_per_visit> + <avg_time_on_site>00:23:24</avg_time_on_site> + <bounce_rate>60%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Bahamas</label> + <nb_uniq_visitors>4</nb_uniq_visitors> + <nb_visits>4</nb_visits> + <nb_actions>15</nb_actions> + <nb_users>0</nb_users> + <revenue>$5</revenue> + <nb_actions_per_visit>3.8</nb_actions_per_visit> + <avg_time_on_site>00:03:24</avg_time_on_site> + <bounce_rate>75%</bounce_rate> + </row> + <row> + <label>Laos</label> + <nb_uniq_visitors>4</nb_uniq_visitors> + <nb_visits>4</nb_visits> + <nb_actions>6</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1.5</nb_actions_per_visit> + <avg_time_on_site>00:02:44</avg_time_on_site> + <bounce_rate>50%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Nigeria</label> + <nb_uniq_visitors>3</nb_uniq_visitors> + <nb_visits>4</nb_visits> + <nb_actions>26</nb_actions> + <nb_users>0</nb_users> + <revenue>$1</revenue> + <nb_actions_per_visit>6.5</nb_actions_per_visit> + <avg_time_on_site>00:16:45</avg_time_on_site> + <bounce_rate>25%</bounce_rate> + </row> + <row> + <label>Uganda</label> + <nb_uniq_visitors>4</nb_uniq_visitors> + <nb_visits>4</nb_visits> + <nb_actions>7</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1.8</nb_actions_per_visit> + <avg_time_on_site>00:01:39</avg_time_on_site> + <bounce_rate>50%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Andorra</label> + <nb_uniq_visitors>2</nb_uniq_visitors> + <nb_visits>3</nb_visits> + <nb_actions>5</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1.7</nb_actions_per_visit> + <avg_time_on_site>00:03:30</avg_time_on_site> + <bounce_rate>33%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Cuba</label> + <nb_uniq_visitors>3</nb_uniq_visitors> + <nb_visits>3</nb_visits> + <nb_actions>3</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1</nb_actions_per_visit> + <avg_time_on_site>00:00:00</avg_time_on_site> + <bounce_rate>100%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Ecuador</label> + <nb_uniq_visitors>3</nb_uniq_visitors> + <nb_visits>3</nb_visits> + <nb_actions>42</nb_actions> + <nb_users>0</nb_users> + <revenue>$35.95</revenue> + <nb_actions_per_visit>14</nb_actions_per_visit> + <avg_time_on_site>00:04:40</avg_time_on_site> + <bounce_rate>33%</bounce_rate> + </row> + <row> + <label>French Polynesia</label> + <nb_uniq_visitors>3</nb_uniq_visitors> + <nb_visits>3</nb_visits> + <nb_actions>3</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1</nb_actions_per_visit> + <avg_time_on_site>00:00:00</avg_time_on_site> + <bounce_rate>100%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Peru</label> + <nb_uniq_visitors>3</nb_uniq_visitors> + <nb_visits>3</nb_visits> + <nb_actions>3</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1</nb_actions_per_visit> + <avg_time_on_site>00:00:00</avg_time_on_site> + <bounce_rate>100%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Tunisia</label> + <nb_uniq_visitors>3</nb_uniq_visitors> + <nb_visits>3</nb_visits> + <nb_actions>7</nb_actions> + <nb_users>0</nb_users> + <revenue>$1</revenue> + <nb_actions_per_visit>2.3</nb_actions_per_visit> + <avg_time_on_site>00:03:01</avg_time_on_site> + <bounce_rate>33%</bounce_rate> + </row> + <row> + <label>U.S. Virgin Islands</label> + <nb_uniq_visitors>3</nb_uniq_visitors> + <nb_visits>3</nb_visits> + <nb_actions>5</nb_actions> + <nb_users>0</nb_users> + <revenue>$1</revenue> + <nb_actions_per_visit>1.7</nb_actions_per_visit> + <avg_time_on_site>00:00:18</avg_time_on_site> + <bounce_rate>67%</bounce_rate> + </row> + <row> + <label>Zimbabwe</label> + <nb_uniq_visitors>2</nb_uniq_visitors> + <nb_visits>3</nb_visits> + <nb_actions>4</nb_actions> + <nb_users>0</nb_users> + <nb_actions_per_visit>1.3</nb_actions_per_visit> + <avg_time_on_site>00:01:32</avg_time_on_site> + <bounce_rate>67%</bounce_rate> + <revenue>$0</revenue> + </row> + <row> + <label>Afghanistan</label> + <nb_uniq_visitors>2</nb_uniq_visitors> + <nb_visits>2</nb_visits> + <nb_actions>8</nb_actions> + <nb_users>0</nb_users> + <revenue>$109.95</revenue> + <nb_actions_per_visit>4</nb_actions_per_visit> + <avg_time_on_site>00:09:19</avg_time_on_site> + <bounce_rate>0%</bounce_rate> + </row> + </reportData> + <reportMetadata> + <row> + <code>us</code> + <logo>plugins/Morpheus/icons/dist/flags/us.png</logo> + <segment>countryCode==us</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>au</code> + <logo>plugins/Morpheus/icons/dist/flags/au.png</logo> + <segment>countryCode==au</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>gb</code> + <logo>plugins/Morpheus/icons/dist/flags/gb.png</logo> + <segment>countryCode==gb</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>de</code> + <logo>plugins/Morpheus/icons/dist/flags/de.png</logo> + <segment>countryCode==de</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>id</code> + <logo>plugins/Morpheus/icons/dist/flags/id.png</logo> + <segment>countryCode==id</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ca</code> + <logo>plugins/Morpheus/icons/dist/flags/ca.png</logo> + <segment>countryCode==ca</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>sg</code> + <logo>plugins/Morpheus/icons/dist/flags/sg.png</logo> + <segment>countryCode==sg</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ph</code> + <logo>plugins/Morpheus/icons/dist/flags/ph.png</logo> + <segment>countryCode==ph</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>th</code> + <logo>plugins/Morpheus/icons/dist/flags/th.png</logo> + <segment>countryCode==th</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>my</code> + <logo>plugins/Morpheus/icons/dist/flags/my.png</logo> + <segment>countryCode==my</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>in</code> + <logo>plugins/Morpheus/icons/dist/flags/in.png</logo> + <segment>countryCode==in</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>nl</code> + <logo>plugins/Morpheus/icons/dist/flags/nl.png</logo> + <segment>countryCode==nl</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>fr</code> + <logo>plugins/Morpheus/icons/dist/flags/fr.png</logo> + <segment>countryCode==fr</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>es</code> + <logo>plugins/Morpheus/icons/dist/flags/es.png</logo> + <segment>countryCode==es</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ch</code> + <logo>plugins/Morpheus/icons/dist/flags/ch.png</logo> + <segment>countryCode==ch</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>hk</code> + <logo>plugins/Morpheus/icons/dist/flags/hk.png</logo> + <segment>countryCode==hk</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>it</code> + <logo>plugins/Morpheus/icons/dist/flags/it.png</logo> + <segment>countryCode==it</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>cn</code> + <logo>plugins/Morpheus/icons/dist/flags/cn.png</logo> + <segment>countryCode==cn</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>nz</code> + <logo>plugins/Morpheus/icons/dist/flags/nz.png</logo> + <segment>countryCode==nz</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>jp</code> + <logo>plugins/Morpheus/icons/dist/flags/jp.png</logo> + <segment>countryCode==jp</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>se</code> + <logo>plugins/Morpheus/icons/dist/flags/se.png</logo> + <segment>countryCode==se</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>eg</code> + <logo>plugins/Morpheus/icons/dist/flags/eg.png</logo> + <segment>countryCode==eg</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ae</code> + <logo>plugins/Morpheus/icons/dist/flags/ae.png</logo> + <segment>countryCode==ae</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>vn</code> + <logo>plugins/Morpheus/icons/dist/flags/vn.png</logo> + <segment>countryCode==vn</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>za</code> + <logo>plugins/Morpheus/icons/dist/flags/za.png</logo> + <segment>countryCode==za</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>be</code> + <logo>plugins/Morpheus/icons/dist/flags/be.png</logo> + <segment>countryCode==be</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>tw</code> + <logo>plugins/Morpheus/icons/dist/flags/tw.png</logo> + <segment>countryCode==tw</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>pl</code> + <logo>plugins/Morpheus/icons/dist/flags/pl.png</logo> + <segment>countryCode==pl</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>at</code> + <logo>plugins/Morpheus/icons/dist/flags/at.png</logo> + <segment>countryCode==at</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>dk</code> + <logo>plugins/Morpheus/icons/dist/flags/dk.png</logo> + <segment>countryCode==dk</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ru</code> + <logo>plugins/Morpheus/icons/dist/flags/ru.png</logo> + <segment>countryCode==ru</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>br</code> + <logo>plugins/Morpheus/icons/dist/flags/br.png</logo> + <segment>countryCode==br</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>il</code> + <logo>plugins/Morpheus/icons/dist/flags/il.png</logo> + <segment>countryCode==il</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>no</code> + <logo>plugins/Morpheus/icons/dist/flags/no.png</logo> + <segment>countryCode==no</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>cz</code> + <logo>plugins/Morpheus/icons/dist/flags/cz.png</logo> + <segment>countryCode==cz</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>mx</code> + <logo>plugins/Morpheus/icons/dist/flags/mx.png</logo> + <segment>countryCode==mx</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>kr</code> + <logo>plugins/Morpheus/icons/dist/flags/kr.png</logo> + <segment>countryCode==kr</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>fi</code> + <logo>plugins/Morpheus/icons/dist/flags/fi.png</logo> + <segment>countryCode==fi</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ie</code> + <logo>plugins/Morpheus/icons/dist/flags/ie.png</logo> + <segment>countryCode==ie</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>sa</code> + <logo>plugins/Morpheus/icons/dist/flags/sa.png</logo> + <segment>countryCode==sa</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>mv</code> + <logo>plugins/Morpheus/icons/dist/flags/mv.png</logo> + <segment>countryCode==mv</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ua</code> + <logo>plugins/Morpheus/icons/dist/flags/ua.png</logo> + <segment>countryCode==ua</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>tr</code> + <logo>plugins/Morpheus/icons/dist/flags/tr.png</logo> + <segment>countryCode==tr</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>gr</code> + <logo>plugins/Morpheus/icons/dist/flags/gr.png</logo> + <segment>countryCode==gr</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>jo</code> + <logo>plugins/Morpheus/icons/dist/flags/jo.png</logo> + <segment>countryCode==jo</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ro</code> + <logo>plugins/Morpheus/icons/dist/flags/ro.png</logo> + <segment>countryCode==ro</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ir</code> + <logo>plugins/Morpheus/icons/dist/flags/ir.png</logo> + <segment>countryCode==ir</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>fj</code> + <logo>plugins/Morpheus/icons/dist/flags/fj.png</logo> + <segment>countryCode==fj</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>pt</code> + <logo>plugins/Morpheus/icons/dist/flags/pt.png</logo> + <segment>countryCode==pt</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ar</code> + <logo>plugins/Morpheus/icons/dist/flags/ar.png</logo> + <segment>countryCode==ar</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>cr</code> + <logo>plugins/Morpheus/icons/dist/flags/cr.png</logo> + <segment>countryCode==cr</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>kh</code> + <logo>plugins/Morpheus/icons/dist/flags/kh.png</logo> + <segment>countryCode==kh</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>lk</code> + <logo>plugins/Morpheus/icons/dist/flags/lk.png</logo> + <segment>countryCode==lk</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>hu</code> + <logo>plugins/Morpheus/icons/dist/flags/hu.png</logo> + <segment>countryCode==hu</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>qa</code> + <logo>plugins/Morpheus/icons/dist/flags/qa.png</logo> + <segment>countryCode==qa</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>si</code> + <logo>plugins/Morpheus/icons/dist/flags/si.png</logo> + <segment>countryCode==si</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>cy</code> + <logo>plugins/Morpheus/icons/dist/flags/cy.png</logo> + <segment>countryCode==cy</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>mt</code> + <logo>plugins/Morpheus/icons/dist/flags/mt.png</logo> + <segment>countryCode==mt</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>bg</code> + <logo>plugins/Morpheus/icons/dist/flags/bg.png</logo> + <segment>countryCode==bg</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>mm</code> + <logo>plugins/Morpheus/icons/dist/flags/mm.png</logo> + <segment>countryCode==mm</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>bn</code> + <logo>plugins/Morpheus/icons/dist/flags/bn.png</logo> + <segment>countryCode==bn</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>hr</code> + <logo>plugins/Morpheus/icons/dist/flags/hr.png</logo> + <segment>countryCode==hr</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>do</code> + <logo>plugins/Morpheus/icons/dist/flags/do.png</logo> + <segment>countryCode==do</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>kw</code> + <logo>plugins/Morpheus/icons/dist/flags/kw.png</logo> + <segment>countryCode==kw</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ma</code> + <logo>plugins/Morpheus/icons/dist/flags/ma.png</logo> + <segment>countryCode==ma</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>rs</code> + <logo>plugins/Morpheus/icons/dist/flags/rs.png</logo> + <segment>countryCode==rs</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>sk</code> + <logo>plugins/Morpheus/icons/dist/flags/sk.png</logo> + <segment>countryCode==sk</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>bq</code> + <logo>plugins/Morpheus/icons/dist/flags/bq.png</logo> + <segment>countryCode==bq</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>co</code> + <logo>plugins/Morpheus/icons/dist/flags/co.png</logo> + <segment>countryCode==co</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>gt</code> + <logo>plugins/Morpheus/icons/dist/flags/gt.png</logo> + <segment>countryCode==gt</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>lu</code> + <logo>plugins/Morpheus/icons/dist/flags/lu.png</logo> + <segment>countryCode==lu</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>om</code> + <logo>plugins/Morpheus/icons/dist/flags/om.png</logo> + <segment>countryCode==om</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>pk</code> + <logo>plugins/Morpheus/icons/dist/flags/pk.png</logo> + <segment>countryCode==pk</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>bz</code> + <logo>plugins/Morpheus/icons/dist/flags/bz.png</logo> + <segment>countryCode==bz</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>lt</code> + <logo>plugins/Morpheus/icons/dist/flags/lt.png</logo> + <segment>countryCode==lt</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>mu</code> + <logo>plugins/Morpheus/icons/dist/flags/mu.png</logo> + <segment>countryCode==mu</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>bh</code> + <logo>plugins/Morpheus/icons/dist/flags/bh.png</logo> + <segment>countryCode==bh</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>cl</code> + <logo>plugins/Morpheus/icons/dist/flags/cl.png</logo> + <segment>countryCode==cl</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ee</code> + <logo>plugins/Morpheus/icons/dist/flags/ee.png</logo> + <segment>countryCode==ee</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>lv</code> + <logo>plugins/Morpheus/icons/dist/flags/lv.png</logo> + <segment>countryCode==lv</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>pa</code> + <logo>plugins/Morpheus/icons/dist/flags/pa.png</logo> + <segment>countryCode==pa</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>xx</code> + <logo>plugins/Morpheus/icons/dist/flags/xx.png</logo> + <segment>countryCode==xx</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>bd</code> + <logo>plugins/Morpheus/icons/dist/flags/bd.png</logo> + <segment>countryCode==bd</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ke</code> + <logo>plugins/Morpheus/icons/dist/flags/ke.png</logo> + <segment>countryCode==ke</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>lb</code> + <logo>plugins/Morpheus/icons/dist/flags/lb.png</logo> + <segment>countryCode==lb</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>nc</code> + <logo>plugins/Morpheus/icons/dist/flags/nc.png</logo> + <segment>countryCode==nc</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>uy</code> + <logo>plugins/Morpheus/icons/dist/flags/uy.png</logo> + <segment>countryCode==uy</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>bs</code> + <logo>plugins/Morpheus/icons/dist/flags/bs.png</logo> + <segment>countryCode==bs</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>la</code> + <logo>plugins/Morpheus/icons/dist/flags/la.png</logo> + <segment>countryCode==la</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ng</code> + <logo>plugins/Morpheus/icons/dist/flags/ng.png</logo> + <segment>countryCode==ng</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ug</code> + <logo>plugins/Morpheus/icons/dist/flags/ug.png</logo> + <segment>countryCode==ug</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ad</code> + <logo>plugins/Morpheus/icons/dist/flags/ad.png</logo> + <segment>countryCode==ad</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>cu</code> + <logo>plugins/Morpheus/icons/dist/flags/cu.png</logo> + <segment>countryCode==cu</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>ec</code> + <logo>plugins/Morpheus/icons/dist/flags/ec.png</logo> + <segment>countryCode==ec</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>pf</code> + <logo>plugins/Morpheus/icons/dist/flags/pf.png</logo> + <segment>countryCode==pf</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>pe</code> + <logo>plugins/Morpheus/icons/dist/flags/pe.png</logo> + <segment>countryCode==pe</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>tn</code> + <logo>plugins/Morpheus/icons/dist/flags/tn.png</logo> + <segment>countryCode==tn</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>vi</code> + <logo>plugins/Morpheus/icons/dist/flags/vi.png</logo> + <segment>countryCode==vi</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>zw</code> + <logo>plugins/Morpheus/icons/dist/flags/zw.png</logo> + <segment>countryCode==zw</segment> + <logoHeight>16</logoHeight> + </row> + <row> + <code>af</code> + <logo>plugins/Morpheus/icons/dist/flags/af.png</logo> + <segment>countryCode==af</segment> + <logoHeight>16</logoHeight> + </row> + </reportMetadata> + <reportTotal> + <nb_uniq_visitors>9033</nb_uniq_visitors> + <nb_visits>9834</nb_visits> + <nb_actions>29400</nb_actions> + <nb_users>5</nb_users> + <max_actions>76</max_actions> + <sum_visit_length>2556198</sum_visit_length> + <bounce_count>5763</bounce_count> + <nb_visits_converted>915</nb_visits_converted> + <goals> + <row idgoal="ecommerceAbandonedCart"> + <nb_conversions>906</nb_conversions> + <nb_visits_converted>906</nb_visits_converted> + <revenue>181419.15</revenue> + <items>1329</items> + </row> + <row idgoal="ecommerceOrder"> + <nb_conversions>405</nb_conversions> + <nb_visits_converted>390</nb_visits_converted> + <revenue>84366.05</revenue> + <revenue_subtotal>97819.33</revenue_subtotal> + <revenue_tax>1989.21</revenue_tax> + <revenue_shipping>0</revenue_shipping> + <revenue_discount>6198.09</revenue_discount> + <items>525</items> + </row> + <row idgoal="4"> + <nb_conversions>17</nb_conversions> + <nb_visits_converted>17</nb_visits_converted> + <revenue>17</revenue> + </row> + <row idgoal="5"> + <nb_conversions>16</nb_conversions> + <nb_visits_converted>16</nb_visits_converted> + <revenue>80</revenue> + </row> + <row idgoal="6"> + <nb_conversions>34</nb_conversions> + <nb_visits_converted>34</nb_visits_converted> + <revenue>68</revenue> + </row> + <row idgoal="7"> + <nb_conversions>338</nb_conversions> + <nb_visits_converted>338</nb_visits_converted> + <revenue>338</revenue> + </row> + <row idgoal="8"> + <nb_conversions>135</nb_conversions> + <nb_visits_converted>135</nb_visits_converted> + <revenue>0</revenue> + </row> + <row idgoal="9"> + <nb_conversions>9</nb_conversions> + <nb_visits_converted>3</nb_visits_converted> + <revenue>0</revenue> + </row> + <row idgoal="10"> + <nb_conversions>8</nb_conversions> + <nb_visits_converted>8</nb_visits_converted> + <revenue>0</revenue> + </row> + </goals> + <nb_conversions>962</nb_conversions> + <revenue>84869.05</revenue> + <nb_actions_per_visit>3</nb_actions_per_visit> + </reportTotal> + <timerMillis>93</timerMillis> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getReportMetadata.json b/tests/Resources/ExampleResponses/API.getReportMetadata.json new file mode 100644 index 0000000..0a807e3 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getReportMetadata.json @@ -0,0 +1 @@ +[{"category":"All Websites","name":"All Websites dashboard","module":"MultiSites","action":"getAll","dimension":"Website","documentation":"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.","metrics":{"nb_visits":"Visits","nb_actions":"Actions","nb_pageviews":"Pageviews","hits":"Hits","revenue":"Revenue","nb_conversions":"Conversions","orders":"Ecommerce Orders","ecommerce_revenue":"Product Revenue"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_pageviews":"The number of times this page was visited.","hits":"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events."},"processedMetrics":{"visits_evolution":"Visits Evolution","actions_evolution":"Actions Evolution","pageviews_evolution":"Pageviews Evolution","hits_evolution":"Hits Evolution","revenue_evolution":"Revenue Evolution","nb_conversions_evolution":"Conversions Evolution","orders_evolution":"Ecommerce Orders Evolution","ecommerce_revenue_evolution":"Product Revenue Evolution"},"metricTypes":{"nb_visits":"number","nb_actions":"number","nb_pageviews":"number","hits":"number","revenue":"money","nb_conversions":"number","orders":"number","ecommerce_revenue":"money","visits_evolution":"percent","actions_evolution":"percent","pageviews_evolution":"percent","hits_evolution":"percent","revenue_evolution":"percent","nb_conversions_evolution":"percent","orders_evolution":"percent","ecommerce_revenue_evolution":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=2025-09-02,2025-10-01","uniqueId":"MultiSites_getAll"},{"category":"All Websites","name":"Single Website dashboard","module":"MultiSites","action":"getOne","dimension":"Website","documentation":"This report gives you an informational overview for a specific website, containing the most general metrics about your visitors.","metrics":{"nb_visits":"Visits","nb_actions":"Actions","nb_pageviews":"Pageviews","hits":"Hits","revenue":"Revenue","nb_conversions":"Conversions","orders":"Ecommerce Orders","ecommerce_revenue":"Product Revenue"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_pageviews":"The number of times this page was visited.","hits":"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events."},"processedMetrics":{"visits_evolution":"Visits Evolution","actions_evolution":"Actions Evolution","pageviews_evolution":"Pageviews Evolution","hits_evolution":"Hits Evolution","revenue_evolution":"Revenue Evolution","nb_conversions_evolution":"Conversions Evolution","orders_evolution":"Ecommerce Orders Evolution","ecommerce_revenue_evolution":"Product Revenue Evolution"},"metricTypes":{"nb_visits":"number","nb_actions":"number","nb_pageviews":"number","hits":"number","revenue":"money","nb_conversions":"number","orders":"number","ecommerce_revenue":"money","visits_evolution":"percent","actions_evolution":"percent","pageviews_evolution":"percent","hits_evolution":"percent","revenue_evolution":"percent","nb_conversions_evolution":"percent","orders_evolution":"percent","ecommerce_revenue_evolution":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=2025-09-02,2025-10-01","uniqueId":"MultiSites_getOne"},{"category":"Visitors","subcategory":"Overview","name":"Visits Summary","module":"VisitsSummary","action":"get","documentation":"This report provides a very general overview of how your visitors behave.","metrics":{"nb_uniq_visitors":"Unique visitors","nb_visits":"Visits","nb_users":"Users","nb_actions":"Actions","max_actions":"Maximum actions in one visit"},"metricsDocumentation":{"nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit."},"processedMetrics":{"bounce_rate":"Bounce Rate","nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Visit Duration (in seconds)"},"metricTypes":{"nb_uniq_visitors":"number","nb_visits":"number","nb_users":"number","nb_actions":"number","max_actions":"number","bounce_rate":"percent","nb_actions_per_visit":"number","avg_time_on_site":"duration_s"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01","uniqueId":"VisitsSummary_get"},{"category":"Visitors","subcategory":"Locations","name":"Country","module":"UserCountry","action":"getCountry","dimension":"Country","documentation":"Shows which country your visitors connected from when accessing your website.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01","uniqueId":"UserCountry_getCountry"},{"category":"Visitors","subcategory":"Locations","name":"Continent","module":"UserCountry","action":"getContinent","dimension":"Continent","documentation":"Shows which continent your visitors connected from when accessing your website.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=2025-09-02,2025-10-01","uniqueId":"UserCountry_getContinent"},{"category":"Visitors","subcategory":"Locations","name":"Region","module":"UserCountry","action":"getRegion","dimension":"Region","documentation":"Shows which region your visitors connected from when accessing website.<br\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http:\/\/www.maxmind.com\/?rId=piwik\">MaxMind<\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http:\/\/www.maxmind.com\/en\/city_accuracy?rId=piwik\">Click here<\/a> to see how accurate they are.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=2025-09-02,2025-10-01","uniqueId":"UserCountry_getRegion"},{"category":"Visitors","subcategory":"Locations","name":"Web-browser language","module":"UserLanguage","action":"getLanguage","dimension":"Language","documentation":"Shows which language the visitor's browsers are using. (e.g. \"French\")","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"relatedReports":[{"name":"Language code","module":"UserLanguage","action":"getLanguageCode"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=2025-09-02,2025-10-01","uniqueId":"UserLanguage_getLanguage"},{"category":"Visitors","subcategory":"Locations","name":"City","module":"UserCountry","action":"getCity","dimension":"City","documentation":"Shows the cities your visitors connected from when accessing your website.<br\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http:\/\/www.maxmind.com\/?rId=piwik\">MaxMind<\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http:\/\/www.maxmind.com\/en\/city_accuracy?rId=piwik\">Click here<\/a> to see how accurate they are.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=2025-09-02,2025-10-01","uniqueId":"UserCountry_getCity"},{"category":"Visitors","subcategory":"Locations","name":"Language code","module":"UserLanguage","action":"getLanguageCode","dimension":"Language","documentation":"Shows which exact language code the visitor's browsers is set to. (e.g. \"German \u2014 Austria (de-at)\")","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"relatedReports":[{"name":"Web-browser language","module":"UserLanguage","action":"getLanguage"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=2025-09-02,2025-10-01","uniqueId":"UserLanguage_getLanguageCode"},{"category":"Visitors","subcategory":"Devices","name":"Device type","module":"DevicesDetection","action":"getType","dimension":"Device type","documentation":"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=2025-09-02,2025-10-01","uniqueId":"DevicesDetection_getType"},{"category":"Visitors","subcategory":"Devices","name":"Device model","module":"DevicesDetection","action":"getModel","dimension":"Device model","documentation":"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=2025-09-02,2025-10-01","uniqueId":"DevicesDetection_getModel"},{"category":"Visitors","subcategory":"Devices","name":"Device brand","module":"DevicesDetection","action":"getBrand","dimension":"Device brand","documentation":"This report shows the brands \/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=2025-09-02,2025-10-01","uniqueId":"DevicesDetection_getBrand"},{"category":"Visitors","subcategory":"Devices","name":"Screen Resolution","module":"Resolution","action":"getResolution","dimension":"Resolution","documentation":"This report shows the screen resolutions your visitors used when viewing your website.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"relatedReports":[{"name":"Configurations","module":"Resolution","action":"getConfiguration"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=2025-09-02,2025-10-01","uniqueId":"Resolution_getResolution"},{"category":"Visitors","subcategory":"Software","name":"Operating System versions","module":"DevicesDetection","action":"getOsVersions","dimension":"Operating system version","documentation":"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"relatedReports":[{"name":"Operating System families","module":"DevicesDetection","action":"getOsFamilies"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=2025-09-02,2025-10-01","uniqueId":"DevicesDetection_getOsVersions"},{"category":"Visitors","subcategory":"Software","name":"Browsers","module":"DevicesDetection","action":"getBrowsers","dimension":"Browser","documentation":"This report contains information about what kind of browser your visitors were using.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"relatedReports":[{"name":"Browser version","module":"DevicesDetection","action":"getBrowserVersions"}],"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=2025-09-02,2025-10-01","uniqueId":"DevicesDetection_getBrowsers"},{"category":"Visitors","subcategory":"Software","name":"Browser version","module":"DevicesDetection","action":"getBrowserVersions","dimension":"Browser version","documentation":"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"relatedReports":[{"name":"Browsers","module":"DevicesDetection","action":"getBrowsers"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=2025-09-02,2025-10-01","uniqueId":"DevicesDetection_getBrowserVersions"},{"category":"Visitors","subcategory":"Software","name":"Configurations","module":"Resolution","action":"getConfiguration","dimension":"Configuration","documentation":"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"relatedReports":[{"name":"Screen Resolution","module":"Resolution","action":"getResolution"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=2025-09-02,2025-10-01","uniqueId":"Resolution_getConfiguration"},{"category":"Visitors","subcategory":"Software","name":"Operating System families","module":"DevicesDetection","action":"getOsFamilies","dimension":"Operating system family","documentation":"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"relatedReports":[{"name":"Operating System versions","module":"DevicesDetection","action":"getOsVersions"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=2025-09-02,2025-10-01","uniqueId":"DevicesDetection_getOsFamilies"},{"category":"Visitors","subcategory":"Software","name":"Browser engines","module":"DevicesDetection","action":"getBrowserEngines","dimension":"Browser engine","documentation":"This report shows your visitors' browsers broken down into browser engines. <br \/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=2025-09-02,2025-10-01","uniqueId":"DevicesDetection_getBrowserEngines"},{"category":"Visitors","subcategory":"Software","name":"Browser Plugins","module":"DevicePlugins","action":"getPlugin","dimension":"Plugin","documentation":"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.","metrics":{"nb_visits":"Visits"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_visits_percentage":"The percentage of total visits where the plugin was detected. A visit may include multiple plugins. The value is rounded down to whole numbers."},"processedMetrics":{"nb_visits_percentage":"% Visits"},"metricTypes":{"nb_visits":"number","nb_visits_percentage":"percent"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicePlugins&apiAction=getPlugin&period=day&date=today","uniqueId":"DevicePlugins_getPlugin"},{"category":"Visitors","subcategory":"Times","name":"Visits per local time","module":"VisitTime","action":"getVisitInformationPerLocalTime","dimension":"Local time \u2014 hour (start of visit)","documentation":"This graph shows what time it was in the <strong> visitors' time zones <\/strong> during their visits.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"constantRowsCount":true,"relatedReports":[{"name":"Visits by day of the week","module":"VisitTime","action":"getByDayOfWeek"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerLocalTime&period=day&date=today","uniqueId":"VisitTime_getVisitInformationPerLocalTime"},{"category":"Visitors","subcategory":"Times","name":"Visits per hour in the site's timezone","module":"VisitTime","action":"getVisitInformationPerServerTime","dimension":"Site time \u2014 hour (start of visit)","documentation":"This graph shows what time it was in the <strong> site's time zone <\/strong> during the visits.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"constantRowsCount":true,"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerServerTime&period=day&date=today","uniqueId":"VisitTime_getVisitInformationPerServerTime"},{"category":"Visitors","subcategory":"Times","name":"Visits by day of the week","module":"VisitTime","action":"getByDayOfWeek","dimension":"Day of the week","documentation":"This graph shows the number of visits your website received on each day of the week.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"constantRowsCount":true,"relatedReports":[{"name":"Visits per local time","module":"VisitTime","action":"getVisitInformationPerLocalTime"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getByDayOfWeek&period=day&date=today","uniqueId":"VisitTime_getByDayOfWeek"},{"category":"Visitors","subcategory":"User IDs","name":"User IDs","module":"UserId","action":"getUsers","dimension":"UserId","documentation":"Shows visits and other general metrics for every individual User ID.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/user-id\/","metrics":{"label":"Label","nb_visits":"Visits","nb_actions":"Actions","nb_visits_converted":"Visits with Conversions"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_visits_converted":"Number of visits where at least one goal was successfully converted.","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_actions":"number","nb_visits_converted":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=2025-09-02,2025-10-01","uniqueId":"UserId_getUsers"},{"category":"Visitors","subcategory":"Custom Variables","name":"Custom Variables","module":"CustomVariables","action":"getCustomVariables","dimension":"Custom Variable name","documentation":"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br \/> For more information about Custom Variables in general, read the <a href=\"https:\/\/matomo.org\/docs\/custom-variables\/\" rel=\"noreferrer noopener\" target=\"_blank\">Custom Variables documentation on matomo.org<\/a>","onlineGuideUrl":"https:\/\/matomo.org\/docs\/custom-variables\/","dimensions":{"CustomVariables_CustomVariableName":"Custom Variable name","CustomVariables_CustomVariableValue":"Custom Variable value"},"metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"actionToLoadSubTables":"getCustomVariablesValuesFromNameId","metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=2025-09-02,2025-10-01","uniqueId":"CustomVariables_getCustomVariables"},{"category":"Visitors","subcategory":"customdimension1","name":"User Type","module":"CustomDimensions","action":"getCustomDimension","parameters":{"idDimension":"1"},"dimension":"User Type","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits."},"processedMetrics":{"avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","nb_actions_per_visit":"Actions per Visit"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","nb_actions_per_visit":"number"},"actionToLoadSubTables":"getCustomDimension","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=2025-09-02,2025-10-01","uniqueId":"CustomDimensions_getCustomDimension_idDimension--1"},{"category":"Actions","name":"Actions - Main metrics","module":"Actions","action":"get","documentation":"This report provides a very basic overview of what actions your visitors take on your website.","metrics":{"nb_pageviews":"Pageviews","nb_uniq_pageviews":"Unique Pageviews","nb_downloads":"Downloads","nb_uniq_downloads":"Unique Downloads","nb_outlinks":"Outlinks","nb_uniq_outlinks":"Unique Outlinks","nb_searches":"Searches","nb_keywords":"Unique Keywords","hits":"Hits"},"metricsDocumentation":{"nb_pageviews":"The number of times this page was visited.","nb_uniq_pageviews":"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.","nb_downloads":"The number of times this link was clicked.","nb_uniq_downloads":"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.","nb_outlinks":"The number of times this link was clicked.","nb_uniq_outlinks":"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.","nb_searches":"The number of visits that searched for this keyword on your website's search engine.","hits":"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.","avg_time_generation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},"processedMetrics":{"avg_time_generation":"Avg. generation time"},"metricTypes":{"nb_pageviews":"number","nb_uniq_pageviews":"number","nb_downloads":"number","nb_uniq_downloads":"number","nb_outlinks":"number","nb_uniq_outlinks":"number","nb_searches":"number","nb_keywords":"number","hits":"number","avg_time_generation":"duration_s"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_get"},{"category":"Actions","name":"Users Flow","module":"UsersFlow","action":"getUsersFlowPretty","dimension":"Interaction","metrics":{"nb_visits":"Visits","nb_exits":"Exits"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_proceeded":"The number of visits that proceeded to the next interaction and did not exit your website or app.","proceeded_rate":"The percentage of visits that performed another interaction after performing an interaction.","exit_rate":"The percentage of visits that have left your website or app after this interaction.","nb_exits":"The number of visits that did not leave after this interaction."},"processedMetrics":{"nb_proceeded":"Proceeded","proceeded_rate":"Proceeded Rate","exit_rate":"Exit rate"},"metricTypes":{"nb_visits":"number","nb_exits":"number","nb_proceeded":"number","proceeded_rate":"percent","exit_rate":"percent"},"actionToLoadSubTables":"getUsersFlowPretty","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=2025-09-02,2025-10-01","uniqueId":"UsersFlow_getUsersFlowPretty"},{"category":"Actions","subcategory":"Pages","name":"Page URLs","module":"Actions","action":"getPageUrls","dimension":"Page URL","documentation":"This report contains information about the page URLs that have been visited. <br \/> The table is organized hierarchically, the URLs are displayed as a folder structure.<br \/>Use the plus and minus icons on the left to navigate.","metrics":{"nb_hits":"Pageviews","nb_visits":"Unique Pageviews"},"metricsDocumentation":{"nb_hits":"The number of times this page was visited.","nb_visits":"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.","avg_time_on_page":"The average amount of time visitors spent on this page (only the page, not the entire website).","bounce_rate":"The percentage of visits that started on this page and left the website straight away.","exit_rate":"The percentage of visits that left the website after viewing this page.","avg_time_generation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},"processedMetrics":{"avg_time_on_page":"Avg. time on page","bounce_rate":"Bounce Rate","exit_rate":"Exit rate","avg_time_generation":"Avg. generation time"},"metricTypes":{"nb_hits":"number","nb_visits":"number","avg_time_on_page":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"actionToLoadSubTables":"getPageUrls","relatedReports":[{"name":"Entry pages","module":"Actions","action":"getEntryPageUrls"},{"name":"Exit pages","module":"Actions","action":"getExitPageUrls"}],"metricsGoal":{"nb_conversions":"Conversions","nb_conversions_attrib":"Conversions","revenue_attrib":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit","nb_conversions_page_rate":"Viewed before conversion rate"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","nb_conversions_attrib":"number","revenue_attrib":"money","nb_conversions_page_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getPageUrls"},{"category":"Actions","subcategory":"Entry pages","name":"Entry pages","module":"Actions","action":"getEntryPageUrls","dimension":"Entry Page URL","documentation":"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br \/> The entry URLs are displayed as a folder structure.<br \/>Use the plus and minus icons on the left to navigate.","metrics":{"entry_nb_visits":"Entrances","entry_bounce_count":"Bounces"},"metricsDocumentation":{"entry_nb_visits":"Number of visits that started on this page.","entry_bounce_count":"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.","bounce_rate":"The percentage of visits that started on this page and left the website straight away.","avg_time_generation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},"processedMetrics":{"bounce_rate":"Bounce Rate","avg_time_generation":"Avg. generation time"},"metricTypes":{"entry_nb_visits":"number","entry_bounce_count":"number","avg_time_on_page":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"actionToLoadSubTables":"getEntryPageUrls","relatedReports":[{"name":"Entry page titles","module":"Actions","action":"getEntryPageTitles"}],"metricsGoal":{"nb_conversions":"Conversions","nb_conversions_entry":"Conversions","revenue_entry":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit","revenue_per_entry":"Revenue per Entry","nb_conversions_entry_rate":"Conversion Rate"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","nb_conversions_entry":"number","revenue_entry":"money","revenue_per_entry":"number","nb_conversions_entry_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getEntryPageUrls"},{"category":"Actions","subcategory":"Entry pages","name":"Entry page titles","module":"Actions","action":"getEntryPageTitles","dimension":"Entry Page title","documentation":"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.","metrics":{"entry_nb_visits":"Entrances","entry_bounce_count":"Bounces"},"metricsDocumentation":{"entry_nb_visits":"Number of visits that started on this page.","entry_bounce_count":"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.","bounce_rate":"The percentage of visits that started on this page and left the website straight away.","avg_time_generation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},"processedMetrics":{"bounce_rate":"Bounce Rate","avg_time_generation":"Avg. generation time"},"metricTypes":{"entry_nb_visits":"number","entry_bounce_count":"number","avg_time_on_page":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"actionToLoadSubTables":"getEntryPageTitles","relatedReports":[{"name":"Page titles","module":"Actions","action":"getPageTitles"},{"name":"Entry pages","module":"Actions","action":"getEntryPageUrls"}],"metricsGoal":{"nb_conversions":"Conversions","nb_conversions_entry":"Conversions","revenue_entry":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit","revenue_per_entry":"Revenue per Entry","nb_conversions_entry_rate":"Conversion Rate"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","nb_conversions_entry":"number","revenue_entry":"money","revenue_per_entry":"number","nb_conversions_entry_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getEntryPageTitles"},{"category":"Actions","subcategory":"Exit pages","name":"Exit pages","module":"Actions","action":"getExitPageUrls","dimension":"Exit Page URL","documentation":"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br \/> The exit URLs are displayed as a folder structure.<br \/>Use the plus and minus icons on the left to navigate.","metrics":{"exit_nb_visits":"Exits","nb_visits":"Unique Pageviews"},"metricsDocumentation":{"exit_nb_visits":"Number of visits that ended on this page.","nb_visits":"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.","avg_time_on_page":"The average amount of time visitors spent on this page (only the page, not the entire website).","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","exit_rate":"The percentage of visits that left the website after viewing this page.","avg_time_generation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},"processedMetrics":{"exit_rate":"Exit rate","avg_time_generation":"Avg. generation time"},"metricTypes":{"exit_nb_visits":"number","nb_visits":"number","avg_time_on_page":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"actionToLoadSubTables":"getExitPageUrls","relatedReports":[{"name":"Exit page titles","module":"Actions","action":"getExitPageTitles"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getExitPageUrls"},{"category":"Actions","subcategory":"Exit pages","name":"Exit page titles","module":"Actions","action":"getExitPageTitles","dimension":"Exit Page Title","documentation":"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.","metrics":{"exit_nb_visits":"Exits","nb_visits":"Unique Pageviews"},"metricsDocumentation":{"exit_nb_visits":"Number of visits that ended on this page.","nb_visits":"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.","exit_rate":"The percentage of visits that left the website after viewing this page.","avg_time_generation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},"processedMetrics":{"exit_rate":"Exit rate","avg_time_generation":"Avg. generation time"},"metricTypes":{"exit_nb_visits":"number","nb_visits":"number","avg_time_on_page":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"actionToLoadSubTables":"getExitPageTitles","relatedReports":[{"name":"Page titles","module":"Actions","action":"getPageTitles"},{"name":"Exit pages","module":"Actions","action":"getExitPageUrls"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getExitPageTitles"},{"category":"Actions","subcategory":"Page titles","name":"Page titles","module":"Actions","action":"getPageTitles","dimension":"Page Title","documentation":"This report contains information about the titles of the pages that have been visited. <br \/> The page title is the HTML <title> Tag that most browsers show in their window title.","metrics":{"nb_hits":"Pageviews","nb_visits":"Unique Pageviews"},"metricsDocumentation":{"nb_hits":"The number of times this page was visited.","nb_visits":"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.","avg_time_on_page":"The average amount of time visitors spent on this page (only the page, not the entire website).","bounce_rate":"The percentage of visits that started on this page and left the website straight away.","exit_rate":"The percentage of visits that left the website after viewing this page.","avg_time_generation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},"processedMetrics":{"avg_time_on_page":"Avg. time on page","bounce_rate":"Bounce Rate","exit_rate":"Exit rate","avg_time_generation":"Avg. generation time"},"metricTypes":{"nb_hits":"number","nb_visits":"number","avg_time_on_page":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"actionToLoadSubTables":"getPageTitles","relatedReports":[{"name":"Entry page titles","module":"Actions","action":"getEntryPageTitles"},{"name":"Exit page titles","module":"Actions","action":"getExitPageTitles"}],"metricsGoal":{"nb_conversions":"Conversions","nb_conversions_attrib":"Conversions","revenue_attrib":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit","nb_conversions_page_rate":"Viewed before conversion rate"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","nb_conversions_attrib":"number","revenue_attrib":"money","nb_conversions_page_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getPageTitles"},{"category":"Actions","subcategory":"Site Search","name":"Site Search Keywords","module":"Actions","action":"getSiteSearchKeywords","dimension":"Keyword","documentation":"This report lists the Search Keywords that visitors searched for on your internal Search Engine.<br\/><br\/>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/site-search\/","metrics":{"nb_visits":"Searches","nb_pages_per_search":"Search Results pages"},"metricsDocumentation":{"nb_visits":"The number of visits that searched for this keyword on your website's search engine.","nb_pages_per_search":"Visitors will search on your website, and sometimes click \"next\" to view more results. This is the average number of search results pages viewed for this keyword.","exit_rate":"The percentage of visits that left the website after searching for this Keyword on your Site Search engine."},"processedMetrics":{"exit_rate":"% Search Exits"},"metricTypes":{"nb_visits":"number","nb_pages_per_search":"number","avg_time_on_page":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getSiteSearchKeywords"},{"category":"Actions","subcategory":"Site Search","name":"Pages Following a Site Search","module":"Actions","action":"getPageUrlsFollowingSiteSearch","dimension":"Destination Page","documentation":"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\/>Use the plus and minus icons on the left to navigate.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/site-search\/","metrics":{"nb_hits_following_search":"Clicked in search results","nb_hits":"Pageviews"},"metricsDocumentation":{"nb_hits_following_search":"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.","nb_hits":"The number of times this page was visited."},"metricTypes":{"nb_hits_following_search":"number","nb_hits":"number","avg_time_on_page":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"relatedReports":[{"name":"Page Titles Following a Site Search","module":"Actions","action":"getPageTitlesFollowingSiteSearch"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getPageUrlsFollowingSiteSearch"},{"category":"Actions","subcategory":"Site Search","name":"Search Keywords with No Results","module":"Actions","action":"getSiteSearchNoResultKeywords","dimension":"Keyword with No Search Result","documentation":"Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.<br \/><br \/>This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?","onlineGuideUrl":"https:\/\/matomo.org\/docs\/site-search\/","metrics":{"nb_visits":"Searches"},"metricsDocumentation":{"nb_visits":"The number of visits that searched for this keyword on your website's search engine.","exit_rate":"The percentage of visits that left the website after searching for this Keyword on your Site Search engine."},"processedMetrics":{"exit_rate":"% Search Exits"},"metricTypes":{"nb_visits":"number","avg_time_on_page":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getSiteSearchNoResultKeywords"},{"category":"Actions","subcategory":"Site Search","name":"Page Titles Following a Site Search","module":"Actions","action":"getPageTitlesFollowingSiteSearch","dimension":"Destination Page","documentation":"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\/>Use the plus and minus icons on the left to navigate.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/site-search\/","metrics":{"nb_hits_following_search":"Clicked in search results","nb_hits":"Pageviews"},"metricsDocumentation":{"nb_hits_following_search":"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.","nb_hits":"The number of times this page was visited."},"metricTypes":{"nb_hits_following_search":"number","nb_hits":"number","avg_time_on_page":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"relatedReports":[{"name":"Pages Following a Site Search","module":"Actions","action":"getPageUrlsFollowingSiteSearch"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getPageTitlesFollowingSiteSearch"},{"category":"Actions","subcategory":"Site Search","name":"Search Categories","module":"Actions","action":"getSiteSearchCategories","dimension":"Search Category","documentation":"This report lists the Categories that visitors selected when they made a Search on your website.<br\/>For example, Ecommerce websites typically have a \"Category\" selector so that visitors can restrict their searches to all products in a specific Category.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/site-search\/","metrics":{"nb_visits":"Searches","nb_pages_per_search":"Search Results pages","exit_rate":"% Search Exits"},"metricsDocumentation":{"nb_visits":"The number of visits that searched for this keyword on your website's search engine.","nb_pages_per_search":"Visitors will search on your website, and sometimes click \"next\" to view more results. This is the average number of search results pages viewed for this keyword.","exit_rate":"The percentage of visits that left the website after searching for this Keyword on your Site Search engine."},"metricTypes":{"nb_visits":"number","nb_pages_per_search":"number","exit_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getSiteSearchCategories"},{"category":"Actions","subcategory":"Outlinks","name":"Outlinks","module":"Actions","action":"getOutlinks","dimension":"Clicked Outlink","documentation":"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br \/>Use the plus and minus icons on the left to navigate.","metrics":{"nb_visits":"Unique Clicks","nb_hits":"Clicks"},"metricsDocumentation":{"nb_visits":"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.","nb_hits":"The number of times this link was clicked."},"metricTypes":{"nb_visits":"number","nb_hits":"number"},"actionToLoadSubTables":"getOutlinks","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getOutlinks"},{"category":"Actions","subcategory":"Downloads","name":"Downloads","module":"Actions","action":"getDownloads","dimension":"Download URL","documentation":"In this report, you can see which files your visitors have downloaded. <br \/> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.","metrics":{"nb_visits":"Unique Downloads","nb_hits":"Downloads"},"metricsDocumentation":{"nb_visits":"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.","nb_hits":"The number of times this link was clicked."},"metricTypes":{"nb_visits":"number","nb_hits":"number"},"actionToLoadSubTables":"getDownloads","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=2025-09-02,2025-10-01","uniqueId":"Actions_getDownloads"},{"category":"Actions","subcategory":"Events","name":"Event Categories","module":"Events","action":"getCategory","dimension":"Event Category","documentation":"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/event-tracking\/","dimensions":{"Events_EventCategory":"Event Category","Events_EventAction":"Event Action"},"metrics":{"nb_events":"Events","nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","sum_event_value":"Event value","min_event_value":"Minimum Event value","max_event_value":"Maximum Event value","nb_events_with_value":"Events with a value"},"metricsDocumentation":{"nb_events":"Total number of events","nb_visits":"The total number of visits where at least one event was triggered.","nb_uniq_visitors":"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.","sum_event_value":"The sum of event values","min_event_value":"The minimum value for this event","max_event_value":"The maximum value for this event","nb_events_with_value":"Number of events where an Event value was set","avg_event_value":"The average of all values for this event"},"processedMetrics":{"avg_event_value":"The average of all values for this event"},"metricTypes":{"nb_events":"number","nb_visits":"number","nb_uniq_visitors":"number","sum_event_value":"number","min_event_value":"number","max_event_value":"number","nb_events_with_value":"number","avg_event_value":"number"},"actionToLoadSubTables":"getActionFromCategoryId","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=2025-09-02,2025-10-01","uniqueId":"Events_getCategory"},{"category":"Actions","subcategory":"Events","name":"Event Actions","module":"Events","action":"getAction","dimension":"Event Action","documentation":"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/event-tracking\/","dimensions":{"Events_EventAction":"Event Action","Events_EventName":"Event Name"},"metrics":{"nb_events":"Events","nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","sum_event_value":"Event value","min_event_value":"Minimum Event value","max_event_value":"Maximum Event value","nb_events_with_value":"Events with a value"},"metricsDocumentation":{"nb_events":"Total number of events","nb_visits":"The total number of visits where at least one event was triggered.","nb_uniq_visitors":"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.","sum_event_value":"The sum of event values","min_event_value":"The minimum value for this event","max_event_value":"The maximum value for this event","nb_events_with_value":"Number of events where an Event value was set","avg_event_value":"The average of all values for this event"},"processedMetrics":{"avg_event_value":"The average of all values for this event"},"metricTypes":{"nb_events":"number","nb_visits":"number","nb_uniq_visitors":"number","sum_event_value":"number","min_event_value":"number","max_event_value":"number","nb_events_with_value":"number","avg_event_value":"number"},"actionToLoadSubTables":"getNameFromActionId","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=2025-09-02,2025-10-01","uniqueId":"Events_getAction"},{"category":"Actions","subcategory":"Events","name":"Event Names","module":"Events","action":"getName","dimension":"Event Name","documentation":"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/event-tracking\/","dimensions":{"Events_EventName":"Event Name","Events_EventAction":"Event Action"},"metrics":{"nb_events":"Events","nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","sum_event_value":"Event value","min_event_value":"Minimum Event value","max_event_value":"Maximum Event value","nb_events_with_value":"Events with a value"},"metricsDocumentation":{"nb_events":"Total number of events","nb_visits":"The total number of visits where at least one event was triggered.","nb_uniq_visitors":"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.","sum_event_value":"The sum of event values","min_event_value":"The minimum value for this event","max_event_value":"The maximum value for this event","nb_events_with_value":"Number of events where an Event value was set","avg_event_value":"The average of all values for this event"},"processedMetrics":{"avg_event_value":"The average of all values for this event"},"metricTypes":{"nb_events":"number","nb_visits":"number","nb_uniq_visitors":"number","sum_event_value":"number","min_event_value":"number","max_event_value":"number","nb_events_with_value":"number","avg_event_value":"number"},"actionToLoadSubTables":"getActionFromNameId","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=2025-09-02,2025-10-01","uniqueId":"Events_getName"},{"category":"Actions","subcategory":"Contents","name":"Content Name","module":"Contents","action":"getContentNames","dimension":"Content Name","documentation":"This report shows the names of the content your visitors viewed and interacted with.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/content-tracking\/","metrics":{"nb_impressions":"Impressions","nb_interactions":"Content Interactions"},"metricsDocumentation":{"nb_impressions":"An impression is counted each time your website is displayed in a search engine results page.","nb_interactions":"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).","interaction_rate":"The ratio of content impressions to interactions."},"processedMetrics":{"interaction_rate":"Interaction Rate"},"metricTypes":{"nb_impressions":"number","nb_interactions":"number","interaction_rate":"percent"},"actionToLoadSubTables":"getContentNames","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=2025-09-02,2025-10-01","uniqueId":"Contents_getContentNames"},{"category":"Actions","subcategory":"Contents","name":"Content Piece","module":"Contents","action":"getContentPieces","dimension":"Content Piece","documentation":"This report shows the pieces of content your visitors viewed and interacted with.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/content-tracking\/","metrics":{"nb_impressions":"Impressions","nb_interactions":"Content Interactions"},"metricsDocumentation":{"nb_impressions":"An impression is counted each time your website is displayed in a search engine results page.","nb_interactions":"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).","interaction_rate":"The ratio of content impressions to interactions."},"processedMetrics":{"interaction_rate":"Interaction Rate"},"metricTypes":{"nb_impressions":"number","nb_interactions":"number","interaction_rate":"percent"},"actionToLoadSubTables":"getContentPieces","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=2025-09-02,2025-10-01","uniqueId":"Contents_getContentPieces"},{"category":"Actions","subcategory":"Engagement","name":"Length of visits","module":"VisitorInterest","action":"getNumberOfVisitsPerVisitDuration","dimension":"Visit duration","documentation":"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br \/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.","metrics":{"nb_visits":"Visits"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit."},"metricTypes":{"nb_visits":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerVisitDuration&period=day&date=today","uniqueId":"VisitorInterest_getNumberOfVisitsPerVisitDuration"},{"category":"Actions","subcategory":"Engagement","name":"Pages per visit","module":"VisitorInterest","action":"getNumberOfVisitsPerPage","dimension":"Pages per visit","documentation":"How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.<br \/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.","metrics":{"nb_visits":"Visits"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit."},"metricTypes":{"nb_visits":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerPage&period=day&date=today","uniqueId":"VisitorInterest_getNumberOfVisitsPerPage"},{"category":"Actions","subcategory":"Engagement","name":"Visits by visit number","module":"VisitorInterest","action":"getNumberOfVisitsByVisitCount","dimension":"Visits by visit number","documentation":"The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more.<br \/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.","metrics":{"nb_visits":"Visits"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_visits_percentage":"The percentage of totals visits, where visitors had this amount of visits in total yet."},"processedMetrics":{"nb_visits_percentage":"% Visits"},"metricTypes":{"nb_visits":"number","nb_visits_percentage":"percent"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByVisitCount&period=day&date=today","uniqueId":"VisitorInterest_getNumberOfVisitsByVisitCount"},{"category":"Actions","subcategory":"Engagement","name":"Visits by days since last visit","module":"VisitorInterest","action":"getNumberOfVisitsByDaysSinceLast","dimension":"Days since last visit","documentation":"How many visits were from returning visitors whose last visit was a certain number of days ago.","metrics":{"nb_visits":"Visits"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit."},"metricTypes":{"nb_visits":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByDaysSinceLast&period=day&date=today","uniqueId":"VisitorInterest_getNumberOfVisitsByDaysSinceLast"},{"category":"Actions","subcategory":"Engagement","name":"Returning Visits","module":"VisitFrequency","action":"get","documentation":"This report shows general metrics like visits for returning visitors side by side with the same metrics for new visitors. Learn how returning visitors perform overall compared to new visitors.","metrics":{"nb_visits_returning":"Returning Visits","nb_actions_returning":"Actions by Returning Visits","nb_uniq_visitors_returning":"Unique returning visitors","nb_users_returning":"Returning Users","max_actions_returning":"Maximum actions in one returning visit","nb_visits_new":"New Visits","nb_actions_new":"Actions by New Visits","nb_uniq_visitors_new":"Unique new visitors","nb_users_new":"New Users","max_actions_new":"max_actions_new"},"processedMetrics":{"avg_time_on_site_returning":"Avg. Duration of a Returning Visit (in sec)","nb_actions_per_visit_returning":"Avg. Actions per Returning Visit","bounce_rate_returning":"Bounce Rate for Returning Visits","avg_time_on_site_new":"Avg. Duration of a New Visit (in sec)","nb_actions_per_visit_new":"Avg. Actions per New Visit","bounce_rate_new":"Bounce Rate for New Visits"},"metricTypes":{"nb_visits_returning":"number","nb_actions_returning":"number","nb_uniq_visitors_returning":"number","nb_users_returning":"number","max_actions_returning":"number","nb_visits_new":"number","nb_actions_new":"number","nb_uniq_visitors_new":"number","nb_users_new":"number","max_actions_new":"number","avg_time_on_site_returning":"duration_s","nb_actions_per_visit_returning":"number","bounce_rate_returning":"percent","avg_time_on_site_new":"duration_s","nb_actions_per_visit_new":"number","bounce_rate_new":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01","uniqueId":"VisitFrequency_get"},{"category":"Actions","subcategory":"Performance","name":"Performance overview","module":"PagePerformance","action":"get","documentation":"This report provides an overview of how fast your webpages become visible to your visitors. This includes both how long it takes for browsers to download your webpages and how long it takes for browsers to display them.","onlineGuideUrl":"https:\/\/matomo.org\/faq\/how-to\/how-do-i-see-page-performance-reports\/","metrics":{"avg_time_network":"Avg. network time","avg_time_server":"Avg. server time","avg_time_transfer":"Avg. transfer time","avg_time_dom_processing":"Avg. DOM processing time","avg_time_dom_completion":"Avg. DOM completion time","avg_time_on_load":"Avg. on load time","avg_page_load_time":"Avg. page load time"},"metricsDocumentation":{"avg_time_network":"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.","avg_time_server":"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.","avg_time_transfer":"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.","avg_time_dom_processing":"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.","avg_time_dom_completion":"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.","avg_time_on_load":"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.","avg_page_load_time":"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser"},"processedMetrics":{"avg_time_network":"Avg. network time","avg_time_server":"Avg. server time","avg_time_transfer":"Avg. transfer time","avg_time_dom_processing":"Avg. DOM processing time","avg_time_dom_completion":"Avg. DOM completion time","avg_time_on_load":"Avg. on load time","avg_page_load_time":"Avg. page load time"},"metricTypes":{"avg_time_network":"duration_s","avg_time_server":"duration_s","avg_time_transfer":"duration_s","avg_time_dom_processing":"duration_s","avg_time_dom_completion":"duration_s","avg_time_on_load":"duration_s","avg_page_load_time":"duration_s"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01","uniqueId":"PagePerformance_get"},{"category":"Actions","subcategory":"customdimension2","name":"Page Author","module":"CustomDimensions","action":"getCustomDimension","parameters":{"idDimension":"2"},"dimension":"Page Author","metrics":{"nb_hits":"Actions","nb_visits":"Unique Actions"},"metricsDocumentation":{"nb_hits":"The number of times this page was visited.","nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","avg_time_on_dimension":"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","exit_rate":"The percentage of visits that left the website after viewing this page.","avg_time_generation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},"processedMetrics":{"avg_time_on_dimension":"Avg. Time On Dimension","bounce_rate":"Bounce Rate","exit_rate":"Exit rate","avg_time_generation":"Avg. generation time"},"metricTypes":{"nb_hits":"number","nb_visits":"number","avg_time_on_dimension":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"actionToLoadSubTables":"getCustomDimension","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=2025-09-02,2025-10-01","uniqueId":"CustomDimensions_getCustomDimension_idDimension--2"},{"category":"Actions","subcategory":"customdimension4","name":"Page Location","module":"CustomDimensions","action":"getCustomDimension","parameters":{"idDimension":"4"},"dimension":"Page Location","metrics":{"nb_hits":"Actions","nb_visits":"Unique Actions"},"metricsDocumentation":{"nb_hits":"The number of times this page was visited.","nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","avg_time_on_dimension":"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","exit_rate":"The percentage of visits that left the website after viewing this page.","avg_time_generation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},"processedMetrics":{"avg_time_on_dimension":"Avg. Time On Dimension","bounce_rate":"Bounce Rate","exit_rate":"Exit rate","avg_time_generation":"Avg. generation time"},"metricTypes":{"nb_hits":"number","nb_visits":"number","avg_time_on_dimension":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"actionToLoadSubTables":"getCustomDimension","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=2025-09-02,2025-10-01","uniqueId":"CustomDimensions_getCustomDimension_idDimension--4"},{"category":"Actions","subcategory":"customdimension5","name":"Page Type","module":"CustomDimensions","action":"getCustomDimension","parameters":{"idDimension":"5"},"dimension":"Page Type","metrics":{"nb_hits":"Actions","nb_visits":"Unique Actions"},"metricsDocumentation":{"nb_hits":"The number of times this page was visited.","nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","avg_time_on_dimension":"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","exit_rate":"The percentage of visits that left the website after viewing this page.","avg_time_generation":"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!"},"processedMetrics":{"avg_time_on_dimension":"Avg. Time On Dimension","bounce_rate":"Bounce Rate","exit_rate":"Exit rate","avg_time_generation":"Avg. generation time"},"metricTypes":{"nb_hits":"number","nb_visits":"number","avg_time_on_dimension":"duration_s","bounce_rate":"percent","exit_rate":"percent","avg_time_generation":"duration_s"},"actionToLoadSubTables":"getCustomDimension","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=2025-09-02,2025-10-01","uniqueId":"CustomDimensions_getCustomDimension_idDimension--5"},{"category":"Referrers","name":"Referrers Overview","module":"Referrers","action":"get","documentation":"This report shows what acquisition channels your visitors used to get to your website, and the number of visits each channel type is responsible for.","metrics":{"Referrers_visitorsFromSearchEngines":"Visitors from Search Engines","Referrers_visitorsFromSearchEngines_percent":"Percent of Visitors from Search Engines","Referrers_visitorsFromSocialNetworks":"Visitors from Social Networks","Referrers_visitorsFromSocialNetworks_percent":"Percent of Visitors from Social Networks","Referrers_visitorsFromAIAssistants":"Visitors from AI Assistants","Referrers_visitorsFromAIAssistants_percent":"Percent of Visitors from AI Assistants","Referrers_visitorsFromDirectEntry":"Visitors from Direct Entry","Referrers_visitorsFromDirectEntry_percent":"Percent of Visitors from Direct Entry","Referrers_visitorsFromWebsites":"Visitors from Websites","Referrers_visitorsFromWebsites_percent":"Percent of Visitors from Websites","Referrers_visitorsFromCampaigns":"Visitors from Campaigns","Referrers_visitorsFromCampaigns_percent":"Percent of Visitors from Campaigns","Referrers_distinctSearchEngines":"Distinct search engines","Referrers_distinctSocialNetworks":"Distinct social networks","Referrers_distinctAIAssistants":"Distinct AI assistants","Referrers_distinctWebsites":"Distinct websites","Referrers_distinctKeywords":"Distinct keywords","Referrers_distinctCampaigns":"Distinct campaigns"},"metricTypes":{"Referrers_visitorsFromSearchEngines":"number","Referrers_visitorsFromSearchEngines_percent":"percent","Referrers_visitorsFromSocialNetworks":"number","Referrers_visitorsFromSocialNetworks_percent":"percent","Referrers_visitorsFromAIAssistants":"number","Referrers_visitorsFromAIAssistants_percent":"percent","Referrers_visitorsFromDirectEntry":"number","Referrers_visitorsFromDirectEntry_percent":"percent","Referrers_visitorsFromWebsites":"number","Referrers_visitorsFromWebsites_percent":"percent","Referrers_visitorsFromCampaigns":"number","Referrers_visitorsFromCampaigns_percent":"percent","Referrers_distinctSearchEngines":"number","Referrers_distinctSocialNetworks":"number","Referrers_distinctAIAssistants":"number","Referrers_distinctWebsites":"number","Referrers_distinctKeywords":"number","Referrers_distinctCampaigns":"number"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01","uniqueId":"Referrers_get"},{"category":"Referrers","name":"Combined imported keywords","module":"SearchEngineKeywordsPerformance","action":"getKeywordsImported","dimension":"Keyword","documentation":"Report showing all keywords imported from all configured search engines.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/","metrics":{"nb_clicks":"Clicks","nb_impressions":"Impressions","ctr":"CTR","position":"Avg. position"},"metricsDocumentation":{"nb_clicks":"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.","nb_impressions":"An impression is counted each time your website is displayed in a search engine results page.","ctr":"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.","position":"Average position of your website in the search engine results list (for this keyword).","SearchEngineKeywordsPerformance_bing_crawlstats_other_codes":"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).","SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots":"URLs currently blocked by your site\u2019s robots.txt.","SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx":"These codes appear when the server serves a page successfully","SearchEngineKeywordsPerformance_bing_crawlstats_code_301":"These codes appear when you have permanently moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_303":"These codes appear when you have temporarily moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx":"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.","SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx":"These codes appear when the server failed to fulfill an apparently valid request.","SearchEngineKeywordsPerformance_bing_crawlstats_timeout":"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.","SearchEngineKeywordsPerformance_bing_crawlstats_malware":"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.","SearchEngineKeywordsPerformance_bing_crawlstats_errors":"Number of errors occured for the Bing crawler.","SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages":"Number of pages the Bing crawler requested.","SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail":"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.","SearchEngineKeywordsPerformance_bing_crawlstats_inindex":"Total number of pages available in Bing index","SearchEngineKeywordsPerformance_bing_crawlstats_inlinks":"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.","SearchEngineKeywordsPerformance_yandex_crawlstats_inindex":"Total number of pages available in Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_appeared":"Pages that were newly added to Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_removed":"Pages that were removed from Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages":"Number of pages the Yandex crawler requested.","SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx":"Crawled Pages with a 2xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx":"Crawled Pages with a 3xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx":"Crawled Pages with a 4xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx":"Crawled Pages with a 5xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_errors":"Crawled paged that failed for any other reason"},"metricTypes":{"nb_clicks":"number","nb_impressions":"number","ctr":"number","position":"number"},"relatedReports":[{"name":"Combined keywords","module":"SearchEngineKeywordsPerformance","action":"getKeywords"},{"name":"Keywords (including not defined)","module":"Referrers","action":"getKeywords"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=2025-09-02,2025-10-01","uniqueId":"SearchEngineKeywordsPerformance_getKeywordsImported"},{"category":"Referrers","subcategory":"All Channels","name":"Channel Type","module":"Referrers","action":"getReferrerType","dimension":"Channel Type","documentation":"This table contains information about the distribution of the channel types.<br \/><b>Direct Entry:<\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br \/><b>Search Engines:<\/b> A visitor was referred to your website by a search engine. <br \/> See the \"Search Engines & Keywords\" report for more details.<br \/><b>Websites:<\/b> The visitor followed a link on another website that led to your site. <br \/> See the \"Websites\" report for more details.<br \/><b>Campaigns:<\/b> Visitors that came to your website as the result of a campaign. <br \/> See the \"Campaigns\" report for more details.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"constantRowsCount":true,"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=2025-09-02,2025-10-01","uniqueId":"Referrers_getReferrerType"},{"category":"Referrers","subcategory":"All Channels","name":"All Channels","module":"Referrers","action":"getAll","dimension":"Referrer","documentation":"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate","conversion_rate":"Conversion Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAll&period=day&date=today","uniqueId":"Referrers_getAll"},{"category":"Referrers","subcategory":"Search Engines & Keywords","name":"Combined keywords","module":"SearchEngineKeywordsPerformance","action":"getKeywords","dimension":"Keyword","documentation":"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/","metrics":{"nb_visits":"Visits"},"metricsDocumentation":{"nb_clicks":"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.","nb_impressions":"An impression is counted each time your website is displayed in a search engine results page.","ctr":"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.","position":"Average position of your website in the search engine results list (for this keyword).","SearchEngineKeywordsPerformance_bing_crawlstats_other_codes":"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).","SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots":"URLs currently blocked by your site\u2019s robots.txt.","SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx":"These codes appear when the server serves a page successfully","SearchEngineKeywordsPerformance_bing_crawlstats_code_301":"These codes appear when you have permanently moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_303":"These codes appear when you have temporarily moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx":"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.","SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx":"These codes appear when the server failed to fulfill an apparently valid request.","SearchEngineKeywordsPerformance_bing_crawlstats_timeout":"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.","SearchEngineKeywordsPerformance_bing_crawlstats_malware":"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.","SearchEngineKeywordsPerformance_bing_crawlstats_errors":"Number of errors occured for the Bing crawler.","SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages":"Number of pages the Bing crawler requested.","SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail":"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.","SearchEngineKeywordsPerformance_bing_crawlstats_inindex":"Total number of pages available in Bing index","SearchEngineKeywordsPerformance_bing_crawlstats_inlinks":"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.","SearchEngineKeywordsPerformance_yandex_crawlstats_inindex":"Total number of pages available in Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_appeared":"Pages that were newly added to Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_removed":"Pages that were removed from Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages":"Number of pages the Yandex crawler requested.","SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx":"Crawled Pages with a 2xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx":"Crawled Pages with a 3xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx":"Crawled Pages with a 4xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx":"Crawled Pages with a 5xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_errors":"Crawled paged that failed for any other reason"},"metricTypes":{"nb_visits":"number"},"relatedReports":[{"name":"Combined imported keywords","module":"SearchEngineKeywordsPerformance","action":"getKeywordsImported"},{"name":"Keywords (including not defined)","module":"Referrers","action":"getKeywords"}],"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01","uniqueId":"SearchEngineKeywordsPerformance_getKeywords"},{"category":"Referrers","subcategory":"Search Engines & Keywords","name":"Search Engines","module":"Referrers","action":"getSearchEngines","dimension":"Search Engine","documentation":"This report shows which search engines referred users to your website. <br \/> By clicking on a row in the table, you can see what users were searching for using a specific search engine.","dimensions":{"Referrers_SearchEngine":"Search Engine","Referrers_Keyword":"Keyword"},"metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"actionToLoadSubTables":"getKeywordsFromSearchEngineId","metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=2025-09-02,2025-10-01","uniqueId":"Referrers_getSearchEngines"},{"category":"Referrers","subcategory":"Search Engines & Keywords","name":"Keywords (including not defined)","module":"Referrers","action":"getKeywords","dimension":"Keyword","documentation":"This report shows which keywords users were searching for before they were referred to your website. <br \/><br \/> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br \/><br \/>Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.","dimensions":{"Referrers_Keyword":"Keyword","Referrers_SearchEngine":"Search Engine"},"metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"actionToLoadSubTables":"getSearchEnginesFromKeywordId","relatedReports":[{"name":"Combined imported keywords","module":"SearchEngineKeywordsPerformance","action":"getKeywordsImported"},{"name":"Combined keywords","module":"SearchEngineKeywordsPerformance","action":"getKeywords"}],"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01","uniqueId":"Referrers_getKeywords"},{"category":"Referrers","subcategory":"Search Engines & Keywords","name":"Web keywords on Google","module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleWeb","dimension":"Keyword","documentation":"Keywords used in Google <b>web<\/b> search that generated links to your website in the search result list.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/","metrics":{"nb_clicks":"Clicks","nb_impressions":"Impressions","ctr":"CTR","position":"Avg. position"},"metricsDocumentation":{"nb_clicks":"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.","nb_impressions":"An impression is counted each time your website is displayed in a search engine results page.","ctr":"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.","position":"Average position of your website in the search engine results list (for this keyword).","SearchEngineKeywordsPerformance_bing_crawlstats_other_codes":"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).","SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots":"URLs currently blocked by your site\u2019s robots.txt.","SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx":"These codes appear when the server serves a page successfully","SearchEngineKeywordsPerformance_bing_crawlstats_code_301":"These codes appear when you have permanently moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_303":"These codes appear when you have temporarily moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx":"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.","SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx":"These codes appear when the server failed to fulfill an apparently valid request.","SearchEngineKeywordsPerformance_bing_crawlstats_timeout":"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.","SearchEngineKeywordsPerformance_bing_crawlstats_malware":"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.","SearchEngineKeywordsPerformance_bing_crawlstats_errors":"Number of errors occured for the Bing crawler.","SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages":"Number of pages the Bing crawler requested.","SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail":"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.","SearchEngineKeywordsPerformance_bing_crawlstats_inindex":"Total number of pages available in Bing index","SearchEngineKeywordsPerformance_bing_crawlstats_inlinks":"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.","SearchEngineKeywordsPerformance_yandex_crawlstats_inindex":"Total number of pages available in Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_appeared":"Pages that were newly added to Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_removed":"Pages that were removed from Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages":"Number of pages the Yandex crawler requested.","SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx":"Crawled Pages with a 2xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx":"Crawled Pages with a 3xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx":"Crawled Pages with a 4xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx":"Crawled Pages with a 5xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_errors":"Crawled paged that failed for any other reason"},"metricTypes":{"nb_clicks":"number","nb_impressions":"number","ctr":"number","position":"number"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=2025-09-02,2025-10-01","uniqueId":"SearchEngineKeywordsPerformance_getKeywordsGoogleWeb"},{"category":"Referrers","subcategory":"Search Engines & Keywords","name":"Keywords (on Bing and Yahoo!)","module":"SearchEngineKeywordsPerformance","action":"getKeywordsBing","dimension":"Keyword","documentation":"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/","metrics":{"nb_clicks":"Clicks","nb_impressions":"Impressions","ctr":"CTR","position":"Avg. position"},"metricsDocumentation":{"nb_clicks":"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.","nb_impressions":"An impression is counted each time your website is displayed in a search engine results page.","ctr":"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.","position":"Average position of your website in the search engine results list (for this keyword).","SearchEngineKeywordsPerformance_bing_crawlstats_other_codes":"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).","SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots":"URLs currently blocked by your site\u2019s robots.txt.","SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx":"These codes appear when the server serves a page successfully","SearchEngineKeywordsPerformance_bing_crawlstats_code_301":"These codes appear when you have permanently moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_303":"These codes appear when you have temporarily moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx":"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.","SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx":"These codes appear when the server failed to fulfill an apparently valid request.","SearchEngineKeywordsPerformance_bing_crawlstats_timeout":"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.","SearchEngineKeywordsPerformance_bing_crawlstats_malware":"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.","SearchEngineKeywordsPerformance_bing_crawlstats_errors":"Number of errors occured for the Bing crawler.","SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages":"Number of pages the Bing crawler requested.","SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail":"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.","SearchEngineKeywordsPerformance_bing_crawlstats_inindex":"Total number of pages available in Bing index","SearchEngineKeywordsPerformance_bing_crawlstats_inlinks":"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.","SearchEngineKeywordsPerformance_yandex_crawlstats_inindex":"Total number of pages available in Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_appeared":"Pages that were newly added to Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_removed":"Pages that were removed from Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages":"Number of pages the Yandex crawler requested.","SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx":"Crawled Pages with a 2xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx":"Crawled Pages with a 3xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx":"Crawled Pages with a 4xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx":"Crawled Pages with a 5xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_errors":"Crawled paged that failed for any other reason"},"metricTypes":{"nb_clicks":"number","nb_impressions":"number","ctr":"number","position":"number"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=2025-09-02,2025-10-01","uniqueId":"SearchEngineKeywordsPerformance_getKeywordsBing"},{"category":"Referrers","subcategory":"Search Engines & Keywords","name":"Image keywords on Google","module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleImage","dimension":"Keyword","documentation":"Keywords used in Google <b>image<\/b> search that generated links to your website in the search result list.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/","metrics":{"nb_clicks":"Clicks","nb_impressions":"Impressions","ctr":"CTR","position":"Avg. position"},"metricsDocumentation":{"nb_clicks":"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.","nb_impressions":"An impression is counted each time your website is displayed in a search engine results page.","ctr":"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.","position":"Average position of your website in the search engine results list (for this keyword).","SearchEngineKeywordsPerformance_bing_crawlstats_other_codes":"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).","SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots":"URLs currently blocked by your site\u2019s robots.txt.","SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx":"These codes appear when the server serves a page successfully","SearchEngineKeywordsPerformance_bing_crawlstats_code_301":"These codes appear when you have permanently moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_303":"These codes appear when you have temporarily moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx":"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.","SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx":"These codes appear when the server failed to fulfill an apparently valid request.","SearchEngineKeywordsPerformance_bing_crawlstats_timeout":"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.","SearchEngineKeywordsPerformance_bing_crawlstats_malware":"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.","SearchEngineKeywordsPerformance_bing_crawlstats_errors":"Number of errors occured for the Bing crawler.","SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages":"Number of pages the Bing crawler requested.","SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail":"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.","SearchEngineKeywordsPerformance_bing_crawlstats_inindex":"Total number of pages available in Bing index","SearchEngineKeywordsPerformance_bing_crawlstats_inlinks":"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.","SearchEngineKeywordsPerformance_yandex_crawlstats_inindex":"Total number of pages available in Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_appeared":"Pages that were newly added to Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_removed":"Pages that were removed from Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages":"Number of pages the Yandex crawler requested.","SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx":"Crawled Pages with a 2xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx":"Crawled Pages with a 3xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx":"Crawled Pages with a 4xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx":"Crawled Pages with a 5xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_errors":"Crawled paged that failed for any other reason"},"metricTypes":{"nb_clicks":"number","nb_impressions":"number","ctr":"number","position":"number"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=2025-09-02,2025-10-01","uniqueId":"SearchEngineKeywordsPerformance_getKeywordsGoogleImage"},{"category":"Referrers","subcategory":"Search Engines & Keywords","name":"Video keywords on Google","module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleVideo","dimension":"Keyword","documentation":"Keywords used in Google <b>video<\/b> search that generated links to your website in the search result list.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/","metrics":{"nb_clicks":"Clicks","nb_impressions":"Impressions","ctr":"CTR","position":"Avg. position"},"metricsDocumentation":{"nb_clicks":"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.","nb_impressions":"An impression is counted each time your website is displayed in a search engine results page.","ctr":"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.","position":"Average position of your website in the search engine results list (for this keyword).","SearchEngineKeywordsPerformance_bing_crawlstats_other_codes":"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).","SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots":"URLs currently blocked by your site\u2019s robots.txt.","SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx":"These codes appear when the server serves a page successfully","SearchEngineKeywordsPerformance_bing_crawlstats_code_301":"These codes appear when you have permanently moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_303":"These codes appear when you have temporarily moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx":"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.","SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx":"These codes appear when the server failed to fulfill an apparently valid request.","SearchEngineKeywordsPerformance_bing_crawlstats_timeout":"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.","SearchEngineKeywordsPerformance_bing_crawlstats_malware":"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.","SearchEngineKeywordsPerformance_bing_crawlstats_errors":"Number of errors occured for the Bing crawler.","SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages":"Number of pages the Bing crawler requested.","SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail":"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.","SearchEngineKeywordsPerformance_bing_crawlstats_inindex":"Total number of pages available in Bing index","SearchEngineKeywordsPerformance_bing_crawlstats_inlinks":"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.","SearchEngineKeywordsPerformance_yandex_crawlstats_inindex":"Total number of pages available in Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_appeared":"Pages that were newly added to Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_removed":"Pages that were removed from Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages":"Number of pages the Yandex crawler requested.","SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx":"Crawled Pages with a 2xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx":"Crawled Pages with a 3xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx":"Crawled Pages with a 4xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx":"Crawled Pages with a 5xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_errors":"Crawled paged that failed for any other reason"},"metricTypes":{"nb_clicks":"number","nb_impressions":"number","ctr":"number","position":"number"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=2025-09-02,2025-10-01","uniqueId":"SearchEngineKeywordsPerformance_getKeywordsGoogleVideo"},{"category":"Referrers","subcategory":"Websites","name":"Websites","module":"Referrers","action":"getWebsites","dimension":"Website","documentation":"In this table, you can see which websites referred visitors to your site. <br \/> By clicking on a row in the table, you can see which URLs the links to your website were on.","dimensions":{"Referrers_Website":"Website","Referrers_WebsitePage":"Website Page"},"metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"actionToLoadSubTables":"getUrlsFromWebsiteId","metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=2025-09-02,2025-10-01","uniqueId":"Referrers_getWebsites"},{"category":"Referrers","subcategory":"Social Networks","name":"Social Networks","module":"Referrers","action":"getSocials","dimension":"Social network","documentation":"This report shows which social networks led visitors to your website.<br \/>By clicking on a row in the table, you can see from which social network pages visitors came to your website.","dimensions":{"Referrers_SocialNetwork":"Social network","Referrers_WebsitePage":"Website Page"},"metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"actionToLoadSubTables":"getUrlsForSocial","metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=2025-09-02,2025-10-01","uniqueId":"Referrers_getSocials"},{"category":"Referrers","subcategory":"AI Assistants","name":"AI Assistants","module":"Referrers","action":"getAIAssistants","dimension":"AI Assistant","documentation":"This report shows which AI assistants led visitors to your website.<br \/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.","dimensions":{"Referrers_AIAssistant":"AI Assistant","Referrers_WebsitePage":"Website Page"},"metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"actionToLoadSubTables":"getUrlsForAIAssistant","metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=2025-09-02,2025-10-01","uniqueId":"Referrers_getAIAssistants"},{"category":"Referrers","subcategory":"Campaigns","name":"Campaign Names","module":"MarketingCampaignsReporting","action":"getName","dimension":"Campaign Name","onlineGuideUrl":"https:\/\/matomo.org\/guide\/reports\/acquisition-and-marketing-channels\/","dimensions":{"MarketingCampaignsReporting_CampaignName":"Campaign Name","MarketingCampaignsReporting_CombinedKeywordContent":"Keyword - Content"},"metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"actionToLoadSubTables":"getKeywordContentFromNameId","metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=2025-09-02,2025-10-01","uniqueId":"MarketingCampaignsReporting_getName"},{"category":"Referrers","subcategory":"Campaigns","name":"Campaign Keywords","module":"MarketingCampaignsReporting","action":"getKeyword","dimension":"Campaign Keyword","onlineGuideUrl":"https:\/\/matomo.org\/guide\/reports\/acquisition-and-marketing-channels\/","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=2025-09-02,2025-10-01","uniqueId":"MarketingCampaignsReporting_getKeyword"},{"category":"Referrers","subcategory":"Campaigns","name":"Campaign Sources","module":"MarketingCampaignsReporting","action":"getSource","dimension":"Campaign Source","onlineGuideUrl":"https:\/\/matomo.org\/guide\/reports\/acquisition-and-marketing-channels\/","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=2025-09-02,2025-10-01","uniqueId":"MarketingCampaignsReporting_getSource"},{"category":"Referrers","subcategory":"Campaigns","name":"Campaign Mediums","module":"MarketingCampaignsReporting","action":"getMedium","dimension":"Campaign Medium","onlineGuideUrl":"https:\/\/matomo.org\/guide\/reports\/acquisition-and-marketing-channels\/","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=2025-09-02,2025-10-01","uniqueId":"MarketingCampaignsReporting_getMedium"},{"category":"Referrers","subcategory":"Campaigns","name":"Campaign Contents","module":"MarketingCampaignsReporting","action":"getContent","dimension":"Campaign Content","onlineGuideUrl":"https:\/\/matomo.org\/guide\/reports\/acquisition-and-marketing-channels\/","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=2025-09-02,2025-10-01","uniqueId":"MarketingCampaignsReporting_getContent"},{"category":"Referrers","subcategory":"Campaigns","name":"Campaign Source - Medium","module":"MarketingCampaignsReporting","action":"getSourceMedium","dimension":"Source - Medium","onlineGuideUrl":"https:\/\/matomo.org\/guide\/reports\/acquisition-and-marketing-channels\/","dimensions":{"MarketingCampaignsReporting_CampaignSourceMedium":"Source - Medium","MarketingCampaignsReporting_CampaignName":"Campaign Name"},"metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"actionToLoadSubTables":"getNameFromSourceMediumId","metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=2025-09-02,2025-10-01","uniqueId":"MarketingCampaignsReporting_getSourceMedium"},{"category":"Referrers","subcategory":"Campaigns","name":"Campaign Ids","module":"MarketingCampaignsReporting","action":"getId","dimension":"Campaign Id","onlineGuideUrl":"https:\/\/matomo.org\/guide\/reports\/acquisition-and-marketing-channels\/","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=2025-09-02,2025-10-01","uniqueId":"MarketingCampaignsReporting_getId"},{"category":"Referrers","subcategory":"Campaigns","name":"Campaign Groups","module":"MarketingCampaignsReporting","action":"getGroup","dimension":"Campaign Group","onlineGuideUrl":"https:\/\/matomo.org\/guide\/reports\/acquisition-and-marketing-channels\/","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=2025-09-02,2025-10-01","uniqueId":"MarketingCampaignsReporting_getGroup"},{"category":"Referrers","subcategory":"Campaigns","name":"Campaign Placements","module":"MarketingCampaignsReporting","action":"getPlacement","dimension":"Campaign Placement","onlineGuideUrl":"https:\/\/matomo.org\/guide\/reports\/acquisition-and-marketing-channels\/","metrics":{"nb_visits":"Visits","nb_uniq_visitors":"Unique visitors","nb_actions":"Actions","nb_users":"Users"},"metricsDocumentation":{"nb_visits":"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.","nb_uniq_visitors":"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.","nb_actions":"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.","nb_users":"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').","nb_actions_per_visit":"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.","avg_time_on_site":"The average duration of a visit.","bounce_rate":"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"nb_actions_per_visit":"Actions per Visit","avg_time_on_site":"Avg. Time on Website","bounce_rate":"Bounce Rate"},"metricTypes":{"nb_visits":"number","nb_uniq_visitors":"number","nb_actions":"number","nb_users":"number","nb_actions_per_visit":"number","avg_time_on_site":"duration_s","bounce_rate":"percent","conversion_rate":"percent"},"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=2025-09-02,2025-10-01","uniqueId":"MarketingCampaignsReporting_getPlacement"},{"category":"Referrers","subcategory":"Crawling overview","name":"Crawl overview for Bing and Yahoo!","module":"SearchEngineKeywordsPerformance","action":"getCrawlingOverviewBing","documentation":"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.","onlineGuideUrl":"https:\/\/matomo.org\/guide\/installation-maintenance\/import-search-keywords\/","metricsDocumentation":{"nb_clicks":"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.","nb_impressions":"An impression is counted each time your website is displayed in a search engine results page.","ctr":"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.","position":"Average position of your website in the search engine results list (for this keyword).","SearchEngineKeywordsPerformance_bing_crawlstats_other_codes":"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).","SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots":"URLs currently blocked by your site\u2019s robots.txt.","SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx":"These codes appear when the server serves a page successfully","SearchEngineKeywordsPerformance_bing_crawlstats_code_301":"These codes appear when you have permanently moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_303":"These codes appear when you have temporarily moved content from one location (URL) to another.","SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx":"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.","SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx":"These codes appear when the server failed to fulfill an apparently valid request.","SearchEngineKeywordsPerformance_bing_crawlstats_timeout":"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.","SearchEngineKeywordsPerformance_bing_crawlstats_malware":"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.","SearchEngineKeywordsPerformance_bing_crawlstats_errors":"Number of errors occured for the Bing crawler.","SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages":"Number of pages the Bing crawler requested.","SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail":"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.","SearchEngineKeywordsPerformance_bing_crawlstats_inindex":"Total number of pages available in Bing index","SearchEngineKeywordsPerformance_bing_crawlstats_inlinks":"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.","SearchEngineKeywordsPerformance_yandex_crawlstats_inindex":"Total number of pages available in Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_appeared":"Pages that were newly added to Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_removed":"Pages that were removed from Yandex search index","SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages":"Number of pages the Yandex crawler requested.","SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx":"Crawled Pages with a 2xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx":"Crawled Pages with a 3xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx":"Crawled Pages with a 4xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx":"Crawled Pages with a 5xx code","SearchEngineKeywordsPerformance_yandex_crawlstats_errors":"Crawled paged that failed for any other reason"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01","uniqueId":"SearchEngineKeywordsPerformance_getCrawlingOverviewBing"},{"category":"Ecommerce","name":"Ecommerce Orders","module":"Goals","action":"get","parameters":{"idGoal":"ecommerceOrder"},"onlineGuideUrl":"https:\/\/matomo.org\/docs\/ecommerce-analytics\/","metrics":{"nb_conversions":"Ecommerce Orders","nb_visits_converted":"Visits with Conversions","conversion_rate":"Conversion Rate","revenue":"Revenue","revenue_subtotal":"Subtotal","revenue_tax":"Tax","revenue_shipping":"Shipping","revenue_discount":"Discount","items":"Purchased Products"},"metricsDocumentation":{"nb_visits_converted":"Number of visits where at least one goal was successfully converted.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"avg_order_revenue":"Average Order Value"},"metricTypes":{"nb_conversions":"number","nb_visits_converted":"number","conversion_rate":"percent","revenue":"money","revenue_subtotal":"money","revenue_tax":"money","revenue_shipping":"money","revenue_discount":"money","avg_order_revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01","uniqueId":"Goals_get_idGoal--ecommerceOrder"},{"category":"Ecommerce","name":"Ecommerce Orders - Visits to Conversion","module":"Goals","action":"getVisitsUntilConversion","parameters":{"idGoal":"ecommerceOrder"},"dimension":"Visits to Conversion","onlineGuideUrl":"https:\/\/matomo.org\/docs\/ecommerce-analytics\/","metrics":{"nb_conversions":"Conversions"},"metricTypes":{"nb_conversions":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceOrder&period=day&date=today","uniqueId":"Goals_getVisitsUntilConversion_idGoal--ecommerceOrder"},{"category":"Ecommerce","name":"Ecommerce Orders - Days to Conversion","module":"Goals","action":"getDaysToConversion","parameters":{"idGoal":"ecommerceOrder"},"dimension":"Days to Conversion","onlineGuideUrl":"https:\/\/matomo.org\/docs\/ecommerce-analytics\/","metrics":{"nb_conversions":"Conversions"},"metricTypes":{"nb_conversions":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceOrder&period=day&date=today","uniqueId":"Goals_getDaysToConversion_idGoal--ecommerceOrder"},{"category":"Ecommerce","name":"Abandoned Carts","module":"Goals","action":"get","parameters":{"idGoal":"ecommerceAbandonedCart"},"onlineGuideUrl":"https:\/\/matomo.org\/docs\/ecommerce-analytics\/","metrics":{"nb_conversions":"Abandoned Carts","conversion_rate":"Conversion Rate","revenue":"Revenue left in cart","items":"Products left in cart"},"metricsDocumentation":{"conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"avg_order_revenue":"Average Order Value"},"metricTypes":{"nb_conversions":"number","conversion_rate":"percent","revenue":"money","items":"number","avg_order_revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01","uniqueId":"Goals_get_idGoal--ecommerceAbandonedCart"},{"category":"Ecommerce","name":"Abandoned Carts - Visits to Conversion","module":"Goals","action":"getVisitsUntilConversion","parameters":{"idGoal":"ecommerceAbandonedCart"},"dimension":"Visits to Conversion","onlineGuideUrl":"https:\/\/matomo.org\/docs\/ecommerce-analytics\/","metrics":{"nb_conversions":"Conversions"},"metricTypes":{"nb_conversions":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceAbandonedCart&period=day&date=today","uniqueId":"Goals_getVisitsUntilConversion_idGoal--ecommerceAbandonedCart"},{"category":"Ecommerce","name":"Abandoned Carts - Days to Conversion","module":"Goals","action":"getDaysToConversion","parameters":{"idGoal":"ecommerceAbandonedCart"},"dimension":"Days to Conversion","onlineGuideUrl":"https:\/\/matomo.org\/docs\/ecommerce-analytics\/","metrics":{"nb_conversions":"Conversions"},"metricTypes":{"nb_conversions":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceAbandonedCart&period=day&date=today","uniqueId":"Goals_getDaysToConversion_idGoal--ecommerceAbandonedCart"},{"category":"Ecommerce","subcategory":"Products","name":"Product Name","module":"Goals","action":"getItemsName","dimension":"Product Name","onlineGuideUrl":"https:\/\/matomo.org\/docs\/ecommerce-analytics\/","metrics":{"revenue":"Product Revenue","quantity":"Quantity","orders":"Unique Purchases","nb_visits":"Visits"},"metricsDocumentation":{"revenue":"The total revenue generated by Product sales. Excludes tax, shipping and discount.","quantity":"Quantity is the total number of products sold for each Product Name.","orders":"The total number of Ecommerce orders which contained this Product Name at least once.","avg_price":"The average price for this Product Name.","avg_quantity":"The average quantity of this Product Name sold in Ecommerce orders.","nb_visits":"The number of visits on the Product\/Category page. This is also used to process the Product Name conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\/Category pages.","conversion_rate":"The Product Name conversion rate is the number of orders containing this product divided by number of visits on the product page."},"processedMetrics":{"avg_price":"Average Price","avg_quantity":"Average Quantity","conversion_rate":"Product Conversion Rate"},"metricTypes":{"revenue":"money","quantity":"number","orders":"number","nb_visits":"number","avg_price":"money","avg_quantity":"number","conversion_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=2025-09-02,2025-10-01","uniqueId":"Goals_getItemsName"},{"category":"Ecommerce","subcategory":"Products","name":"Product SKU","module":"Goals","action":"getItemsSku","dimension":"Product SKU","onlineGuideUrl":"https:\/\/matomo.org\/docs\/ecommerce-analytics\/","metrics":{"revenue":"Product Revenue","quantity":"Quantity","orders":"Unique Purchases","nb_visits":"Visits"},"metricsDocumentation":{"revenue":"The total revenue generated by Product sales. Excludes tax, shipping and discount.","quantity":"Quantity is the total number of products sold for each Product SKU.","orders":"The total number of Ecommerce orders which contained this Product SKU at least once.","avg_price":"The average price for this Product SKU.","avg_quantity":"The average quantity of this Product SKU sold in Ecommerce orders.","nb_visits":"The number of visits on the Product\/Category page. This is also used to process the Product SKU conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\/Category pages.","conversion_rate":"The Product SKU conversion rate is the number of orders containing this product divided by number of visits on the product page."},"processedMetrics":{"avg_price":"Average Price","avg_quantity":"Average Quantity","conversion_rate":"Product Conversion Rate"},"metricTypes":{"revenue":"money","quantity":"number","orders":"number","nb_visits":"number","avg_price":"money","avg_quantity":"number","conversion_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=2025-09-02,2025-10-01","uniqueId":"Goals_getItemsSku"},{"category":"Ecommerce","subcategory":"Products","name":"Product Category","module":"Goals","action":"getItemsCategory","dimension":"Product Category","onlineGuideUrl":"https:\/\/matomo.org\/docs\/ecommerce-analytics\/","metrics":{"revenue":"Product Revenue","quantity":"Quantity","orders":"Unique Purchases","nb_visits":"Visits"},"metricsDocumentation":{"revenue":"The total revenue generated by Product sales. Excludes tax, shipping and discount.","quantity":"Quantity is the total number of products sold for each Product Category.","orders":"The total number of Ecommerce orders which contained this Product Category at least once.","avg_price":"The average price for this Product Category.","avg_quantity":"The average quantity of this Product Category sold in Ecommerce orders.","nb_visits":"The number of visits on the Product\/Category page. This is also used to process the Product Category conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\/Category pages.","conversion_rate":"The Product Category conversion rate is the number of orders containing this product divided by number of visits on the product page."},"processedMetrics":{"avg_price":"Average Price","avg_quantity":"Average Quantity","conversion_rate":"Product Conversion Rate"},"metricTypes":{"revenue":"money","quantity":"number","orders":"number","nb_visits":"number","avg_price":"money","avg_quantity":"number","conversion_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=2025-09-02,2025-10-01","uniqueId":"Goals_getItemsCategory"},{"category":"Goals","name":"Goals","module":"Goals","action":"get","documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/","metrics":{"nb_conversions":"Conversions","nb_visits_converted":"Visits with Conversions","revenue":"Revenue"},"metricsDocumentation":{"nb_visits_converted":"Number of visits where at least one goal was successfully converted.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"conversion_rate":"Conversion Rate"},"metricTypes":{"nb_conversions":"number","nb_visits_converted":"number","revenue":"money","conversion_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01","uniqueId":"Goals_get"},{"category":"Goals","name":"Visits to Conversion","module":"Goals","action":"getVisitsUntilConversion","dimension":"Visits to Conversion","documentation":"This report shows the number of visits made before a visitor converts a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/","metrics":{"nb_conversions":"Conversions"},"metricsDocumentation":{"nb_conversions":"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting."},"metricTypes":{"nb_conversions":"number"},"constantRowsCount":true,"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&period=day&date=today","uniqueId":"Goals_getVisitsUntilConversion"},{"category":"Goals","name":"Days to Conversion","module":"Goals","action":"getDaysToConversion","dimension":"Days to Conversion","documentation":"This report shows how many days pass before your visitors convert a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/","metrics":{"nb_conversions":"Conversions"},"metricsDocumentation":{"nb_conversions":"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion."},"metricTypes":{"nb_conversions":"number"},"constantRowsCount":true,"metricsGoal":{"nb_conversions":"Conversions","revenue":"Revenue"},"processedMetricsGoal":{"revenue_per_visit":"Revenue per Visit"},"metricTypesGoal":{"revenue_per_visit":"money","nb_conversions":"number","conversion_rate":"percent","revenue":"money"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&period=day&date=today","uniqueId":"Goals_getDaysToConversion"},{"category":"Goals","name":"Goals Overview","module":"Goals","action":"get","parameters":{"idGoal":0},"documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/","metrics":{"nb_conversions":"Conversions","nb_visits_converted":"Visits with Conversions","revenue":"Revenue"},"metricsDocumentation":{"nb_visits_converted":"Number of visits where at least one goal was successfully converted.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"conversion_rate":"Conversion Rate"},"metricTypes":{"nb_conversions":"number","nb_visits_converted":"number","revenue":"money","conversion_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01","uniqueId":"Goals_get_idGoal--0"},{"category":"Goals","name":"Goals Overview - Visits to Conversion","module":"Goals","action":"getVisitsUntilConversion","parameters":{"idGoal":0},"dimension":"Visits to Conversion","documentation":"This report shows the number of visits made before a visitor converts a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/","metrics":{"nb_conversions":"Conversions"},"metricsDocumentation":{"nb_conversions":"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting."},"metricTypes":{"nb_conversions":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=0&period=day&date=today","uniqueId":"Goals_getVisitsUntilConversion_idGoal--0"},{"category":"Goals","name":"Goals Overview - Days to Conversion","module":"Goals","action":"getDaysToConversion","parameters":{"idGoal":0},"dimension":"Days to Conversion","documentation":"This report shows how many days pass before your visitors convert a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/","metrics":{"nb_conversions":"Conversions"},"metricsDocumentation":{"nb_conversions":"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion."},"metricTypes":{"nb_conversions":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=0&period=day&date=today","uniqueId":"Goals_getDaysToConversion_idGoal--0"},{"category":"Goals","name":"Goal New Job Application","module":"Goals","action":"get","parameters":{"idGoal":4},"documentation":"This report gives an overview of how well your visitors convert a specific goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/","metrics":{"nb_conversions":"Conversions","nb_visits_converted":"Visits with Conversions","revenue":"Revenue"},"metricsDocumentation":{"nb_visits_converted":"Number of visits where at least one goal was successfully converted.","conversion_rate":"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate."},"processedMetrics":{"conversion_rate":"Conversion Rate"},"metricTypes":{"nb_conversions":"number","nb_visits_converted":"number","revenue":"money","conversion_rate":"percent"},"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01","uniqueId":"Goals_get_idGoal--4"},{"category":"Goals","name":"New Job Application - Visits to Conversion","module":"Goals","action":"getVisitsUntilConversion","parameters":{"idGoal":4},"dimension":"Visits to Conversion","documentation":"This report shows the number of visits made before a visitor converts a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/","metrics":{"nb_conversions":"Conversions"},"metricsDocumentation":{"nb_conversions":"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting."},"metricTypes":{"nb_conversions":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=4&period=day&date=today","uniqueId":"Goals_getVisitsUntilConversion_idGoal--4"},{"category":"Goals","name":"New Job Application - Days to Conversion","module":"Goals","action":"getDaysToConversion","parameters":{"idGoal":4},"dimension":"Days to Conversion","documentation":"This report shows how many days pass before your visitors convert a goal.","onlineGuideUrl":"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/","metrics":{"nb_conversions":"Conversions"},"metricsDocumentation":{"nb_conversions":"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion."},"metricTypes":{"nb_conversions":"number"},"constantRowsCount":true,"imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=4&period=day&date=today","uniqueId":"Goals_getDaysToConversion_idGoal--4"},{"category":"Goals","name":"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (7 days))","module":"MultiChannelConversionAttribution","action":"getChannelAttribution","parameters":{"idGoal":4,"idCampaignDimensionCombination":0},"dimension":"Channel","metrics":{"nb_attribution_conversions_lastInteraction":"Conversions Last Interaction","nb_attribution_revenue_lastInteraction":"Revenue Last Interaction","nb_attribution_conversions_lastNonDirect":"Conversions Last Non-Direct","nb_attribution_revenue_lastNonDirect":"Revenue Last Non-Direct","nb_attribution_conversions_firstInteraction":"Conversions First Interaction","nb_attribution_revenue_firstInteraction":"Revenue First Interaction","nb_attribution_conversions_linear":"Conversions Linear","nb_attribution_revenue_linear":"Revenue Linear","nb_attribution_conversions_positionBased":"Conversions Position Based","nb_attribution_revenue_positionBased":"Revenue Position Based","nb_attribution_conversions_timeDecay":"Conversions Time Decay","nb_attribution_revenue_timeDecay":"Revenue Time Decay"},"metricsDocumentation":{"nb_attribution_conversions_lastInteraction":"The number of conversions for this channel when the attribution model \"Last Interaction\" is applied.","nb_attribution_revenue_lastInteraction":"The revenue for this channel when the attribution model \"Last Interaction\" is applied.","nb_attribution_conversions_lastNonDirect":"The number of conversions for this channel when the attribution model \"Last Non-Direct\" is applied.","nb_attribution_revenue_lastNonDirect":"The revenue for this channel when the attribution model \"Last Non-Direct\" is applied.","nb_attribution_conversions_firstInteraction":"The number of conversions for this channel when the attribution model \"First Interaction\" is applied.","nb_attribution_revenue_firstInteraction":"The revenue for this channel when the attribution model \"First Interaction\" is applied.","nb_attribution_conversions_linear":"The number of conversions for this channel when the attribution model \"Linear\" is applied.","nb_attribution_revenue_linear":"The revenue for this channel when the attribution model \"Linear\" is applied.","nb_attribution_conversions_positionBased":"The number of conversions for this channel when the attribution model \"Position Based\" is applied.","nb_attribution_revenue_positionBased":"The revenue for this channel when the attribution model \"Position Based\" is applied.","nb_attribution_conversions_timeDecay":"The number of conversions for this channel when the attribution model \"Time Decay\" is applied.","nb_attribution_revenue_timeDecay":"The revenue for this channel when the attribution model \"Time Decay\" is applied."},"processedMetrics":{"nb_attribution_conversions_lastInteraction":"Conversions","nb_attribution_revenue_lastInteraction":"Revenue","nb_attribution_conversions_lastNonDirect":"Conversions","nb_attribution_revenue_lastNonDirect":"Revenue","nb_attribution_conversions_firstInteraction":"Conversions","nb_attribution_revenue_firstInteraction":"Revenue","nb_attribution_conversions_linear":"Conversions","nb_attribution_revenue_linear":"Revenue","nb_attribution_conversions_positionBased":"Conversions","nb_attribution_revenue_positionBased":"Revenue","nb_attribution_conversions_timeDecay":"Conversions","nb_attribution_revenue_timeDecay":"Revenue"},"metricTypes":{"nb_attribution_conversions_lastInteraction":"unspecified","nb_attribution_revenue_lastInteraction":"unspecified","nb_attribution_conversions_lastNonDirect":"unspecified","nb_attribution_revenue_lastNonDirect":"unspecified","nb_attribution_conversions_firstInteraction":"unspecified","nb_attribution_revenue_firstInteraction":"unspecified","nb_attribution_conversions_linear":"unspecified","nb_attribution_revenue_linear":"unspecified","nb_attribution_conversions_positionBased":"unspecified","nb_attribution_revenue_positionBased":"unspecified","nb_attribution_conversions_timeDecay":"unspecified","nb_attribution_revenue_timeDecay":"unspecified"},"actionToLoadSubTables":"getChannelAttribution","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=2025-09-02,2025-10-01","uniqueId":"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--0"},{"category":"Goals","name":"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (30 days))","module":"MultiChannelConversionAttribution","action":"getChannelAttribution","parameters":{"idGoal":4,"idCampaignDimensionCombination":1},"dimension":"Channel","metrics":{"nb_attribution_conversions_lastInteraction":"Conversions Last Interaction","nb_attribution_revenue_lastInteraction":"Revenue Last Interaction","nb_attribution_conversions_lastNonDirect":"Conversions Last Non-Direct","nb_attribution_revenue_lastNonDirect":"Revenue Last Non-Direct","nb_attribution_conversions_firstInteraction":"Conversions First Interaction","nb_attribution_revenue_firstInteraction":"Revenue First Interaction","nb_attribution_conversions_linear":"Conversions Linear","nb_attribution_revenue_linear":"Revenue Linear","nb_attribution_conversions_positionBased":"Conversions Position Based","nb_attribution_revenue_positionBased":"Revenue Position Based","nb_attribution_conversions_timeDecay":"Conversions Time Decay","nb_attribution_revenue_timeDecay":"Revenue Time Decay"},"metricsDocumentation":{"nb_attribution_conversions_lastInteraction":"The number of conversions for this channel when the attribution model \"Last Interaction\" is applied.","nb_attribution_revenue_lastInteraction":"The revenue for this channel when the attribution model \"Last Interaction\" is applied.","nb_attribution_conversions_lastNonDirect":"The number of conversions for this channel when the attribution model \"Last Non-Direct\" is applied.","nb_attribution_revenue_lastNonDirect":"The revenue for this channel when the attribution model \"Last Non-Direct\" is applied.","nb_attribution_conversions_firstInteraction":"The number of conversions for this channel when the attribution model \"First Interaction\" is applied.","nb_attribution_revenue_firstInteraction":"The revenue for this channel when the attribution model \"First Interaction\" is applied.","nb_attribution_conversions_linear":"The number of conversions for this channel when the attribution model \"Linear\" is applied.","nb_attribution_revenue_linear":"The revenue for this channel when the attribution model \"Linear\" is applied.","nb_attribution_conversions_positionBased":"The number of conversions for this channel when the attribution model \"Position Based\" is applied.","nb_attribution_revenue_positionBased":"The revenue for this channel when the attribution model \"Position Based\" is applied.","nb_attribution_conversions_timeDecay":"The number of conversions for this channel when the attribution model \"Time Decay\" is applied.","nb_attribution_revenue_timeDecay":"The revenue for this channel when the attribution model \"Time Decay\" is applied."},"processedMetrics":{"nb_attribution_conversions_lastInteraction":"Conversions","nb_attribution_revenue_lastInteraction":"Revenue","nb_attribution_conversions_lastNonDirect":"Conversions","nb_attribution_revenue_lastNonDirect":"Revenue","nb_attribution_conversions_firstInteraction":"Conversions","nb_attribution_revenue_firstInteraction":"Revenue","nb_attribution_conversions_linear":"Conversions","nb_attribution_revenue_linear":"Revenue","nb_attribution_conversions_positionBased":"Conversions","nb_attribution_revenue_positionBased":"Revenue","nb_attribution_conversions_timeDecay":"Conversions","nb_attribution_revenue_timeDecay":"Revenue"},"metricTypes":{"nb_attribution_conversions_lastInteraction":"unspecified","nb_attribution_revenue_lastInteraction":"unspecified","nb_attribution_conversions_lastNonDirect":"unspecified","nb_attribution_revenue_lastNonDirect":"unspecified","nb_attribution_conversions_firstInteraction":"unspecified","nb_attribution_revenue_firstInteraction":"unspecified","nb_attribution_conversions_linear":"unspecified","nb_attribution_revenue_linear":"unspecified","nb_attribution_conversions_positionBased":"unspecified","nb_attribution_revenue_positionBased":"unspecified","nb_attribution_conversions_timeDecay":"unspecified","nb_attribution_revenue_timeDecay":"unspecified"},"actionToLoadSubTables":"getChannelAttribution","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=2025-09-02,2025-10-01","uniqueId":"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--1"},{"category":"Goals","name":"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (90 days))","module":"MultiChannelConversionAttribution","action":"getChannelAttribution","parameters":{"idGoal":4,"idCampaignDimensionCombination":2},"dimension":"Channel","metrics":{"nb_attribution_conversions_lastInteraction":"Conversions Last Interaction","nb_attribution_revenue_lastInteraction":"Revenue Last Interaction","nb_attribution_conversions_lastNonDirect":"Conversions Last Non-Direct","nb_attribution_revenue_lastNonDirect":"Revenue Last Non-Direct","nb_attribution_conversions_firstInteraction":"Conversions First Interaction","nb_attribution_revenue_firstInteraction":"Revenue First Interaction","nb_attribution_conversions_linear":"Conversions Linear","nb_attribution_revenue_linear":"Revenue Linear","nb_attribution_conversions_positionBased":"Conversions Position Based","nb_attribution_revenue_positionBased":"Revenue Position Based","nb_attribution_conversions_timeDecay":"Conversions Time Decay","nb_attribution_revenue_timeDecay":"Revenue Time Decay"},"metricsDocumentation":{"nb_attribution_conversions_lastInteraction":"The number of conversions for this channel when the attribution model \"Last Interaction\" is applied.","nb_attribution_revenue_lastInteraction":"The revenue for this channel when the attribution model \"Last Interaction\" is applied.","nb_attribution_conversions_lastNonDirect":"The number of conversions for this channel when the attribution model \"Last Non-Direct\" is applied.","nb_attribution_revenue_lastNonDirect":"The revenue for this channel when the attribution model \"Last Non-Direct\" is applied.","nb_attribution_conversions_firstInteraction":"The number of conversions for this channel when the attribution model \"First Interaction\" is applied.","nb_attribution_revenue_firstInteraction":"The revenue for this channel when the attribution model \"First Interaction\" is applied.","nb_attribution_conversions_linear":"The number of conversions for this channel when the attribution model \"Linear\" is applied.","nb_attribution_revenue_linear":"The revenue for this channel when the attribution model \"Linear\" is applied.","nb_attribution_conversions_positionBased":"The number of conversions for this channel when the attribution model \"Position Based\" is applied.","nb_attribution_revenue_positionBased":"The revenue for this channel when the attribution model \"Position Based\" is applied.","nb_attribution_conversions_timeDecay":"The number of conversions for this channel when the attribution model \"Time Decay\" is applied.","nb_attribution_revenue_timeDecay":"The revenue for this channel when the attribution model \"Time Decay\" is applied."},"processedMetrics":{"nb_attribution_conversions_lastInteraction":"Conversions","nb_attribution_revenue_lastInteraction":"Revenue","nb_attribution_conversions_lastNonDirect":"Conversions","nb_attribution_revenue_lastNonDirect":"Revenue","nb_attribution_conversions_firstInteraction":"Conversions","nb_attribution_revenue_firstInteraction":"Revenue","nb_attribution_conversions_linear":"Conversions","nb_attribution_revenue_linear":"Revenue","nb_attribution_conversions_positionBased":"Conversions","nb_attribution_revenue_positionBased":"Revenue","nb_attribution_conversions_timeDecay":"Conversions","nb_attribution_revenue_timeDecay":"Revenue"},"metricTypes":{"nb_attribution_conversions_lastInteraction":"unspecified","nb_attribution_revenue_lastInteraction":"unspecified","nb_attribution_conversions_lastNonDirect":"unspecified","nb_attribution_revenue_lastNonDirect":"unspecified","nb_attribution_conversions_firstInteraction":"unspecified","nb_attribution_revenue_firstInteraction":"unspecified","nb_attribution_conversions_linear":"unspecified","nb_attribution_revenue_linear":"unspecified","nb_attribution_conversions_positionBased":"unspecified","nb_attribution_revenue_positionBased":"unspecified","nb_attribution_conversions_timeDecay":"unspecified","nb_attribution_revenue_timeDecay":"unspecified"},"actionToLoadSubTables":"getChannelAttribution","imageGraphUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=today","imageGraphEvolutionUrl":"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=2025-09-02,2025-10-01","uniqueId":"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--2"}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getReportMetadata.xml b/tests/Resources/ExampleResponses/API.getReportMetadata.xml new file mode 100644 index 0000000..79b0af4 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getReportMetadata.xml @@ -0,0 +1,4623 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <row> + <category>All Websites</category> + <name>All Websites dashboard</name> + <module>MultiSites</module> + <action>getAll</action> + <dimension>Website</dimension> + <documentation>This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_actions>Actions</nb_actions> + <nb_pageviews>Pageviews</nb_pageviews> + <hits>Hits</hits> + <revenue>Revenue</revenue> + <nb_conversions>Conversions</nb_conversions> + <orders>Ecommerce Orders</orders> + <ecommerce_revenue>Product Revenue</ecommerce_revenue> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_pageviews>The number of times this page was visited.</nb_pageviews> + <hits>The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.</hits> + </metricsDocumentation> + <processedMetrics> + <visits_evolution>Visits Evolution</visits_evolution> + <actions_evolution>Actions Evolution</actions_evolution> + <pageviews_evolution>Pageviews Evolution</pageviews_evolution> + <hits_evolution>Hits Evolution</hits_evolution> + <revenue_evolution>Revenue Evolution</revenue_evolution> + <nb_conversions_evolution>Conversions Evolution</nb_conversions_evolution> + <orders_evolution>Ecommerce Orders Evolution</orders_evolution> + <ecommerce_revenue_evolution>Product Revenue Evolution</ecommerce_revenue_evolution> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_actions>number</nb_actions> + <nb_pageviews>number</nb_pageviews> + <hits>number</hits> + <revenue>money</revenue> + <nb_conversions>number</nb_conversions> + <orders>number</orders> + <ecommerce_revenue>money</ecommerce_revenue> + <visits_evolution>percent</visits_evolution> + <actions_evolution>percent</actions_evolution> + <pageviews_evolution>percent</pageviews_evolution> + <hits_evolution>percent</hits_evolution> + <revenue_evolution>percent</revenue_evolution> + <nb_conversions_evolution>percent</nb_conversions_evolution> + <orders_evolution>percent</orders_evolution> + <ecommerce_revenue_evolution>percent</ecommerce_revenue_evolution> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MultiSites_getAll</uniqueId> + </row> + <row> + <category>All Websites</category> + <name>Single Website dashboard</name> + <module>MultiSites</module> + <action>getOne</action> + <dimension>Website</dimension> + <documentation>This report gives you an informational overview for a specific website, containing the most general metrics about your visitors.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_actions>Actions</nb_actions> + <nb_pageviews>Pageviews</nb_pageviews> + <hits>Hits</hits> + <revenue>Revenue</revenue> + <nb_conversions>Conversions</nb_conversions> + <orders>Ecommerce Orders</orders> + <ecommerce_revenue>Product Revenue</ecommerce_revenue> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_pageviews>The number of times this page was visited.</nb_pageviews> + <hits>The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.</hits> + </metricsDocumentation> + <processedMetrics> + <visits_evolution>Visits Evolution</visits_evolution> + <actions_evolution>Actions Evolution</actions_evolution> + <pageviews_evolution>Pageviews Evolution</pageviews_evolution> + <hits_evolution>Hits Evolution</hits_evolution> + <revenue_evolution>Revenue Evolution</revenue_evolution> + <nb_conversions_evolution>Conversions Evolution</nb_conversions_evolution> + <orders_evolution>Ecommerce Orders Evolution</orders_evolution> + <ecommerce_revenue_evolution>Product Revenue Evolution</ecommerce_revenue_evolution> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_actions>number</nb_actions> + <nb_pageviews>number</nb_pageviews> + <hits>number</hits> + <revenue>money</revenue> + <nb_conversions>number</nb_conversions> + <orders>number</orders> + <ecommerce_revenue>money</ecommerce_revenue> + <visits_evolution>percent</visits_evolution> + <actions_evolution>percent</actions_evolution> + <pageviews_evolution>percent</pageviews_evolution> + <hits_evolution>percent</hits_evolution> + <revenue_evolution>percent</revenue_evolution> + <nb_conversions_evolution>percent</nb_conversions_evolution> + <orders_evolution>percent</orders_evolution> + <ecommerce_revenue_evolution>percent</ecommerce_revenue_evolution> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MultiSites_getOne</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Overview</subcategory> + <name>Visits Summary</name> + <module>VisitsSummary</module> + <action>get</action> + <documentation>This report provides a very general overview of how your visitors behave.</documentation> + <metrics> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_visits>Visits</nb_visits> + <nb_users>Users</nb_users> + <nb_actions>Actions</nb_actions> + <max_actions>Maximum actions in one visit</max_actions> + </metrics> + <metricsDocumentation> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + </metricsDocumentation> + <processedMetrics> + <bounce_rate>Bounce Rate</bounce_rate> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Visit Duration (in seconds)</avg_time_on_site> + </processedMetrics> + <metricTypes> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_visits>number</nb_visits> + <nb_users>number</nb_users> + <nb_actions>number</nb_actions> + <max_actions>number</max_actions> + <bounce_rate>percent</bounce_rate> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>VisitsSummary_get</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Locations</subcategory> + <name>Country</name> + <module>UserCountry</module> + <action>getCountry</action> + <dimension>Country</dimension> + <documentation>Shows which country your visitors connected from when accessing your website.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>UserCountry_getCountry</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Locations</subcategory> + <name>Continent</name> + <module>UserCountry</module> + <action>getContinent</action> + <dimension>Continent</dimension> + <documentation>Shows which continent your visitors connected from when accessing your website.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>UserCountry_getContinent</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Locations</subcategory> + <name>Region</name> + <module>UserCountry</module> + <action>getRegion</action> + <dimension>Region</dimension> + <documentation>Shows which region your visitors connected from when accessing website.<br/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel="noreferrer noopener" target="_blank" href="http://www.maxmind.com/?rId=piwik">MaxMind</a> GeoIP databases are more accurate than the gratis ones. <a rel="noreferrer noopener" target="_blank" href="http://www.maxmind.com/en/city_accuracy?rId=piwik">Click here</a> to see how accurate they are.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>UserCountry_getRegion</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Locations</subcategory> + <name>Web-browser language</name> + <module>UserLanguage</module> + <action>getLanguage</action> + <dimension>Language</dimension> + <documentation>Shows which language the visitor's browsers are using. (e.g. "French")</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <relatedReports> + <row> + <name>Language code</name> + <module>UserLanguage</module> + <action>getLanguageCode</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>UserLanguage_getLanguage</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Locations</subcategory> + <name>City</name> + <module>UserCountry</module> + <action>getCity</action> + <dimension>City</dimension> + <documentation>Shows the cities your visitors connected from when accessing your website.<br/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel="noreferrer noopener" target="_blank" href="http://www.maxmind.com/?rId=piwik">MaxMind</a> GeoIP databases are more accurate than the gratis ones. <a rel="noreferrer noopener" target="_blank" href="http://www.maxmind.com/en/city_accuracy?rId=piwik">Click here</a> to see how accurate they are.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>UserCountry_getCity</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Locations</subcategory> + <name>Language code</name> + <module>UserLanguage</module> + <action>getLanguageCode</action> + <dimension>Language</dimension> + <documentation>Shows which exact language code the visitor's browsers is set to. (e.g. "German — Austria (de-at)")</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <relatedReports> + <row> + <name>Web-browser language</name> + <module>UserLanguage</module> + <action>getLanguage</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>UserLanguage_getLanguageCode</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Devices</subcategory> + <name>Device type</name> + <module>DevicesDetection</module> + <action>getType</action> + <dimension>Device type</dimension> + <documentation>This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>DevicesDetection_getType</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Devices</subcategory> + <name>Device model</name> + <module>DevicesDetection</module> + <action>getModel</action> + <dimension>Device model</dimension> + <documentation>This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>DevicesDetection_getModel</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Devices</subcategory> + <name>Device brand</name> + <module>DevicesDetection</module> + <action>getBrand</action> + <dimension>Device brand</dimension> + <documentation>This report shows the brands / manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>DevicesDetection_getBrand</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Devices</subcategory> + <name>Screen Resolution</name> + <module>Resolution</module> + <action>getResolution</action> + <dimension>Resolution</dimension> + <documentation>This report shows the screen resolutions your visitors used when viewing your website.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <relatedReports> + <row> + <name>Configurations</name> + <module>Resolution</module> + <action>getConfiguration</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Resolution_getResolution</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Software</subcategory> + <name>Operating System versions</name> + <module>DevicesDetection</module> + <action>getOsVersions</action> + <dimension>Operating system version</dimension> + <documentation>This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <relatedReports> + <row> + <name>Operating System families</name> + <module>DevicesDetection</module> + <action>getOsFamilies</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>DevicesDetection_getOsVersions</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Software</subcategory> + <name>Browsers</name> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <dimension>Browser</dimension> + <documentation>This report contains information about what kind of browser your visitors were using.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <relatedReports> + <row> + <name>Browser version</name> + <module>DevicesDetection</module> + <action>getBrowserVersions</action> + </row> + </relatedReports> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>DevicesDetection_getBrowsers</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Software</subcategory> + <name>Browser version</name> + <module>DevicesDetection</module> + <action>getBrowserVersions</action> + <dimension>Browser version</dimension> + <documentation>This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <relatedReports> + <row> + <name>Browsers</name> + <module>DevicesDetection</module> + <action>getBrowsers</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>DevicesDetection_getBrowserVersions</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Software</subcategory> + <name>Configurations</name> + <module>Resolution</module> + <action>getConfiguration</action> + <dimension>Configuration</dimension> + <documentation>This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <relatedReports> + <row> + <name>Screen Resolution</name> + <module>Resolution</module> + <action>getResolution</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Resolution_getConfiguration</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Software</subcategory> + <name>Operating System families</name> + <module>DevicesDetection</module> + <action>getOsFamilies</action> + <dimension>Operating system family</dimension> + <documentation>This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <relatedReports> + <row> + <name>Operating System versions</name> + <module>DevicesDetection</module> + <action>getOsVersions</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>DevicesDetection_getOsFamilies</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Software</subcategory> + <name>Browser engines</name> + <module>DevicesDetection</module> + <action>getBrowserEngines</action> + <dimension>Browser engine</dimension> + <documentation>This report shows your visitors' browsers broken down into browser engines. <br /> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>DevicesDetection_getBrowserEngines</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Software</subcategory> + <name>Browser Plugins</name> + <module>DevicePlugins</module> + <action>getPlugin</action> + <dimension>Plugin</dimension> + <documentation>This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_visits_percentage>The percentage of total visits where the plugin was detected. A visit may include multiple plugins. The value is rounded down to whole numbers.</nb_visits_percentage> + </metricsDocumentation> + <processedMetrics> + <nb_visits_percentage>% Visits</nb_visits_percentage> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_visits_percentage>percent</nb_visits_percentage> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicePlugins&apiAction=getPlugin&period=day&date=today</imageGraphUrl> + <uniqueId>DevicePlugins_getPlugin</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Times</subcategory> + <name>Visits per local time</name> + <module>VisitTime</module> + <action>getVisitInformationPerLocalTime</action> + <dimension>Local time — hour (start of visit)</dimension> + <documentation>This graph shows what time it was in the <strong> visitors' time zones </strong> during their visits.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <relatedReports> + <row> + <name>Visits by day of the week</name> + <module>VisitTime</module> + <action>getByDayOfWeek</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerLocalTime&period=day&date=today</imageGraphUrl> + <uniqueId>VisitTime_getVisitInformationPerLocalTime</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Times</subcategory> + <name>Visits per hour in the site's timezone</name> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <dimension>Site time — hour (start of visit)</dimension> + <documentation>This graph shows what time it was in the <strong> site's time zone </strong> during the visits.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerServerTime&period=day&date=today</imageGraphUrl> + <uniqueId>VisitTime_getVisitInformationPerServerTime</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Times</subcategory> + <name>Visits by day of the week</name> + <module>VisitTime</module> + <action>getByDayOfWeek</action> + <dimension>Day of the week</dimension> + <documentation>This graph shows the number of visits your website received on each day of the week.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <relatedReports> + <row> + <name>Visits per local time</name> + <module>VisitTime</module> + <action>getVisitInformationPerLocalTime</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getByDayOfWeek&period=day&date=today</imageGraphUrl> + <uniqueId>VisitTime_getByDayOfWeek</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>User IDs</subcategory> + <name>User IDs</name> + <module>UserId</module> + <action>getUsers</action> + <dimension>UserId</dimension> + <documentation>Shows visits and other general metrics for every individual User ID.</documentation> + <onlineGuideUrl>https://matomo.org/docs/user-id/</onlineGuideUrl> + <metrics> + <label>Label</label> + <nb_visits>Visits</nb_visits> + <nb_actions>Actions</nb_actions> + <nb_visits_converted>Visits with Conversions</nb_visits_converted> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_visits_converted>Number of visits where at least one goal was successfully converted.</nb_visits_converted> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_actions>number</nb_actions> + <nb_visits_converted>number</nb_visits_converted> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>UserId_getUsers</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>Custom Variables</subcategory> + <name>Custom Variables</name> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <dimension>Custom Variable name</dimension> + <documentation>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br /> For more information about Custom Variables in general, read the <a href="https://matomo.org/docs/custom-variables/" rel="noreferrer noopener" target="_blank">Custom Variables documentation on matomo.org</a></documentation> + <onlineGuideUrl>https://matomo.org/docs/custom-variables/</onlineGuideUrl> + <dimensions> + <CustomVariables_CustomVariableName>Custom Variable name</CustomVariables_CustomVariableName> + <CustomVariables_CustomVariableValue>Custom Variable value</CustomVariables_CustomVariableValue> + </dimensions> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <actionToLoadSubTables>getCustomVariablesValuesFromNameId</actionToLoadSubTables> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>CustomVariables_getCustomVariables</uniqueId> + </row> + <row> + <category>Visitors</category> + <subcategory>customdimension1</subcategory> + <name>User Type</name> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <parameters> + <idDimension>1</idDimension> + </parameters> + <dimension>User Type</dimension> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + </metricsDocumentation> + <processedMetrics> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <nb_actions_per_visit>number</nb_actions_per_visit> + </metricTypes> + <actionToLoadSubTables>getCustomDimension</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>CustomDimensions_getCustomDimension_idDimension--1</uniqueId> + </row> + <row> + <category>Actions</category> + <name>Actions - Main metrics</name> + <module>Actions</module> + <action>get</action> + <documentation>This report provides a very basic overview of what actions your visitors take on your website.</documentation> + <metrics> + <nb_pageviews>Pageviews</nb_pageviews> + <nb_uniq_pageviews>Unique Pageviews</nb_uniq_pageviews> + <nb_downloads>Downloads</nb_downloads> + <nb_uniq_downloads>Unique Downloads</nb_uniq_downloads> + <nb_outlinks>Outlinks</nb_outlinks> + <nb_uniq_outlinks>Unique Outlinks</nb_uniq_outlinks> + <nb_searches>Searches</nb_searches> + <nb_keywords>Unique Keywords</nb_keywords> + <hits>Hits</hits> + </metrics> + <metricsDocumentation> + <nb_pageviews>The number of times this page was visited.</nb_pageviews> + <nb_uniq_pageviews>The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.</nb_uniq_pageviews> + <nb_downloads>The number of times this link was clicked.</nb_downloads> + <nb_uniq_downloads>The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.</nb_uniq_downloads> + <nb_outlinks>The number of times this link was clicked.</nb_outlinks> + <nb_uniq_outlinks>The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.</nb_uniq_outlinks> + <nb_searches>The number of visits that searched for this keyword on your website's search engine.</nb_searches> + <hits>The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.</hits> + <avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation> + </metricsDocumentation> + <processedMetrics> + <avg_time_generation>Avg. generation time</avg_time_generation> + </processedMetrics> + <metricTypes> + <nb_pageviews>number</nb_pageviews> + <nb_uniq_pageviews>number</nb_uniq_pageviews> + <nb_downloads>number</nb_downloads> + <nb_uniq_downloads>number</nb_uniq_downloads> + <nb_outlinks>number</nb_outlinks> + <nb_uniq_outlinks>number</nb_uniq_outlinks> + <nb_searches>number</nb_searches> + <nb_keywords>number</nb_keywords> + <hits>number</hits> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_get</uniqueId> + </row> + <row> + <category>Actions</category> + <name>Users Flow</name> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <dimension>Interaction</dimension> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_exits>Exits</nb_exits> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_proceeded>The number of visits that proceeded to the next interaction and did not exit your website or app.</nb_proceeded> + <proceeded_rate>The percentage of visits that performed another interaction after performing an interaction.</proceeded_rate> + <exit_rate>The percentage of visits that have left your website or app after this interaction.</exit_rate> + <nb_exits>The number of visits that did not leave after this interaction.</nb_exits> + </metricsDocumentation> + <processedMetrics> + <nb_proceeded>Proceeded</nb_proceeded> + <proceeded_rate>Proceeded Rate</proceeded_rate> + <exit_rate>Exit rate</exit_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_exits>number</nb_exits> + <nb_proceeded>number</nb_proceeded> + <proceeded_rate>percent</proceeded_rate> + <exit_rate>percent</exit_rate> + </metricTypes> + <actionToLoadSubTables>getUsersFlowPretty</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>UsersFlow_getUsersFlowPretty</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Pages</subcategory> + <name>Page URLs</name> + <module>Actions</module> + <action>getPageUrls</action> + <dimension>Page URL</dimension> + <documentation>This report contains information about the page URLs that have been visited. <br /> The table is organized hierarchically, the URLs are displayed as a folder structure.<br />Use the plus and minus icons on the left to navigate.</documentation> + <metrics> + <nb_hits>Pageviews</nb_hits> + <nb_visits>Unique Pageviews</nb_visits> + </metrics> + <metricsDocumentation> + <nb_hits>The number of times this page was visited.</nb_hits> + <nb_visits>The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.</nb_visits> + <avg_time_on_page>The average amount of time visitors spent on this page (only the page, not the entire website).</avg_time_on_page> + <bounce_rate>The percentage of visits that started on this page and left the website straight away.</bounce_rate> + <exit_rate>The percentage of visits that left the website after viewing this page.</exit_rate> + <avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation> + </metricsDocumentation> + <processedMetrics> + <avg_time_on_page>Avg. time on page</avg_time_on_page> + <bounce_rate>Bounce Rate</bounce_rate> + <exit_rate>Exit rate</exit_rate> + <avg_time_generation>Avg. generation time</avg_time_generation> + </processedMetrics> + <metricTypes> + <nb_hits>number</nb_hits> + <nb_visits>number</nb_visits> + <avg_time_on_page>duration_s</avg_time_on_page> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <actionToLoadSubTables>getPageUrls</actionToLoadSubTables> + <relatedReports> + <row> + <name>Entry pages</name> + <module>Actions</module> + <action>getEntryPageUrls</action> + </row> + <row> + <name>Exit pages</name> + <module>Actions</module> + <action>getExitPageUrls</action> + </row> + </relatedReports> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <nb_conversions_attrib>Conversions</nb_conversions_attrib> + <revenue_attrib>Revenue</revenue_attrib> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + <nb_conversions_page_rate>Viewed before conversion rate</nb_conversions_page_rate> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <nb_conversions_attrib>number</nb_conversions_attrib> + <revenue_attrib>money</revenue_attrib> + <nb_conversions_page_rate>percent</nb_conversions_page_rate> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getPageUrls</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Entry pages</subcategory> + <name>Entry pages</name> + <module>Actions</module> + <action>getEntryPageUrls</action> + <dimension>Entry Page URL</dimension> + <documentation>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br /> The entry URLs are displayed as a folder structure.<br />Use the plus and minus icons on the left to navigate.</documentation> + <metrics> + <entry_nb_visits>Entrances</entry_nb_visits> + <entry_bounce_count>Bounces</entry_bounce_count> + </metrics> + <metricsDocumentation> + <entry_nb_visits>Number of visits that started on this page.</entry_nb_visits> + <entry_bounce_count>Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.</entry_bounce_count> + <bounce_rate>The percentage of visits that started on this page and left the website straight away.</bounce_rate> + <avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation> + </metricsDocumentation> + <processedMetrics> + <bounce_rate>Bounce Rate</bounce_rate> + <avg_time_generation>Avg. generation time</avg_time_generation> + </processedMetrics> + <metricTypes> + <entry_nb_visits>number</entry_nb_visits> + <entry_bounce_count>number</entry_bounce_count> + <avg_time_on_page>duration_s</avg_time_on_page> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <actionToLoadSubTables>getEntryPageUrls</actionToLoadSubTables> + <relatedReports> + <row> + <name>Entry page titles</name> + <module>Actions</module> + <action>getEntryPageTitles</action> + </row> + </relatedReports> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <nb_conversions_entry>Conversions</nb_conversions_entry> + <revenue_entry>Revenue</revenue_entry> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + <revenue_per_entry>Revenue per Entry</revenue_per_entry> + <nb_conversions_entry_rate>Conversion Rate</nb_conversions_entry_rate> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <nb_conversions_entry>number</nb_conversions_entry> + <revenue_entry>money</revenue_entry> + <revenue_per_entry>number</revenue_per_entry> + <nb_conversions_entry_rate>percent</nb_conversions_entry_rate> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getEntryPageUrls</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Entry pages</subcategory> + <name>Entry page titles</name> + <module>Actions</module> + <action>getEntryPageTitles</action> + <dimension>Entry Page title</dimension> + <documentation>This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.</documentation> + <metrics> + <entry_nb_visits>Entrances</entry_nb_visits> + <entry_bounce_count>Bounces</entry_bounce_count> + </metrics> + <metricsDocumentation> + <entry_nb_visits>Number of visits that started on this page.</entry_nb_visits> + <entry_bounce_count>Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.</entry_bounce_count> + <bounce_rate>The percentage of visits that started on this page and left the website straight away.</bounce_rate> + <avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation> + </metricsDocumentation> + <processedMetrics> + <bounce_rate>Bounce Rate</bounce_rate> + <avg_time_generation>Avg. generation time</avg_time_generation> + </processedMetrics> + <metricTypes> + <entry_nb_visits>number</entry_nb_visits> + <entry_bounce_count>number</entry_bounce_count> + <avg_time_on_page>duration_s</avg_time_on_page> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <actionToLoadSubTables>getEntryPageTitles</actionToLoadSubTables> + <relatedReports> + <row> + <name>Page titles</name> + <module>Actions</module> + <action>getPageTitles</action> + </row> + <row> + <name>Entry pages</name> + <module>Actions</module> + <action>getEntryPageUrls</action> + </row> + </relatedReports> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <nb_conversions_entry>Conversions</nb_conversions_entry> + <revenue_entry>Revenue</revenue_entry> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + <revenue_per_entry>Revenue per Entry</revenue_per_entry> + <nb_conversions_entry_rate>Conversion Rate</nb_conversions_entry_rate> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <nb_conversions_entry>number</nb_conversions_entry> + <revenue_entry>money</revenue_entry> + <revenue_per_entry>number</revenue_per_entry> + <nb_conversions_entry_rate>percent</nb_conversions_entry_rate> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getEntryPageTitles</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Exit pages</subcategory> + <name>Exit pages</name> + <module>Actions</module> + <action>getExitPageUrls</action> + <dimension>Exit Page URL</dimension> + <documentation>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br /> The exit URLs are displayed as a folder structure.<br />Use the plus and minus icons on the left to navigate.</documentation> + <metrics> + <exit_nb_visits>Exits</exit_nb_visits> + <nb_visits>Unique Pageviews</nb_visits> + </metrics> + <metricsDocumentation> + <exit_nb_visits>Number of visits that ended on this page.</exit_nb_visits> + <nb_visits>The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.</nb_visits> + <avg_time_on_page>The average amount of time visitors spent on this page (only the page, not the entire website).</avg_time_on_page> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <exit_rate>The percentage of visits that left the website after viewing this page.</exit_rate> + <avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation> + </metricsDocumentation> + <processedMetrics> + <exit_rate>Exit rate</exit_rate> + <avg_time_generation>Avg. generation time</avg_time_generation> + </processedMetrics> + <metricTypes> + <exit_nb_visits>number</exit_nb_visits> + <nb_visits>number</nb_visits> + <avg_time_on_page>duration_s</avg_time_on_page> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <actionToLoadSubTables>getExitPageUrls</actionToLoadSubTables> + <relatedReports> + <row> + <name>Exit page titles</name> + <module>Actions</module> + <action>getExitPageTitles</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getExitPageUrls</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Exit pages</subcategory> + <name>Exit page titles</name> + <module>Actions</module> + <action>getExitPageTitles</action> + <dimension>Exit Page Title</dimension> + <documentation>This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.</documentation> + <metrics> + <exit_nb_visits>Exits</exit_nb_visits> + <nb_visits>Unique Pageviews</nb_visits> + </metrics> + <metricsDocumentation> + <exit_nb_visits>Number of visits that ended on this page.</exit_nb_visits> + <nb_visits>The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.</nb_visits> + <exit_rate>The percentage of visits that left the website after viewing this page.</exit_rate> + <avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation> + </metricsDocumentation> + <processedMetrics> + <exit_rate>Exit rate</exit_rate> + <avg_time_generation>Avg. generation time</avg_time_generation> + </processedMetrics> + <metricTypes> + <exit_nb_visits>number</exit_nb_visits> + <nb_visits>number</nb_visits> + <avg_time_on_page>duration_s</avg_time_on_page> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <actionToLoadSubTables>getExitPageTitles</actionToLoadSubTables> + <relatedReports> + <row> + <name>Page titles</name> + <module>Actions</module> + <action>getPageTitles</action> + </row> + <row> + <name>Exit pages</name> + <module>Actions</module> + <action>getExitPageUrls</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getExitPageTitles</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Page titles</subcategory> + <name>Page titles</name> + <module>Actions</module> + <action>getPageTitles</action> + <dimension>Page Title</dimension> + <documentation>This report contains information about the titles of the pages that have been visited. <br /> The page title is the HTML <title> Tag that most browsers show in their window title.</documentation> + <metrics> + <nb_hits>Pageviews</nb_hits> + <nb_visits>Unique Pageviews</nb_visits> + </metrics> + <metricsDocumentation> + <nb_hits>The number of times this page was visited.</nb_hits> + <nb_visits>The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.</nb_visits> + <avg_time_on_page>The average amount of time visitors spent on this page (only the page, not the entire website).</avg_time_on_page> + <bounce_rate>The percentage of visits that started on this page and left the website straight away.</bounce_rate> + <exit_rate>The percentage of visits that left the website after viewing this page.</exit_rate> + <avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation> + </metricsDocumentation> + <processedMetrics> + <avg_time_on_page>Avg. time on page</avg_time_on_page> + <bounce_rate>Bounce Rate</bounce_rate> + <exit_rate>Exit rate</exit_rate> + <avg_time_generation>Avg. generation time</avg_time_generation> + </processedMetrics> + <metricTypes> + <nb_hits>number</nb_hits> + <nb_visits>number</nb_visits> + <avg_time_on_page>duration_s</avg_time_on_page> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <actionToLoadSubTables>getPageTitles</actionToLoadSubTables> + <relatedReports> + <row> + <name>Entry page titles</name> + <module>Actions</module> + <action>getEntryPageTitles</action> + </row> + <row> + <name>Exit page titles</name> + <module>Actions</module> + <action>getExitPageTitles</action> + </row> + </relatedReports> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <nb_conversions_attrib>Conversions</nb_conversions_attrib> + <revenue_attrib>Revenue</revenue_attrib> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + <nb_conversions_page_rate>Viewed before conversion rate</nb_conversions_page_rate> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <nb_conversions_attrib>number</nb_conversions_attrib> + <revenue_attrib>money</revenue_attrib> + <nb_conversions_page_rate>percent</nb_conversions_page_rate> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getPageTitles</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Site Search</subcategory> + <name>Site Search Keywords</name> + <module>Actions</module> + <action>getSiteSearchKeywords</action> + <dimension>Keyword</dimension> + <documentation>This report lists the Search Keywords that visitors searched for on your internal Search Engine.<br/><br/>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.</documentation> + <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl> + <metrics> + <nb_visits>Searches</nb_visits> + <nb_pages_per_search>Search Results pages</nb_pages_per_search> + </metrics> + <metricsDocumentation> + <nb_visits>The number of visits that searched for this keyword on your website's search engine.</nb_visits> + <nb_pages_per_search>Visitors will search on your website, and sometimes click "next" to view more results. This is the average number of search results pages viewed for this keyword.</nb_pages_per_search> + <exit_rate>The percentage of visits that left the website after searching for this Keyword on your Site Search engine.</exit_rate> + </metricsDocumentation> + <processedMetrics> + <exit_rate>% Search Exits</exit_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_pages_per_search>number</nb_pages_per_search> + <avg_time_on_page>duration_s</avg_time_on_page> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getSiteSearchKeywords</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Site Search</subcategory> + <name>Pages Following a Site Search</name> + <module>Actions</module> + <action>getPageUrlsFollowingSiteSearch</action> + <dimension>Destination Page</dimension> + <documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br/>Use the plus and minus icons on the left to navigate.</documentation> + <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl> + <metrics> + <nb_hits_following_search>Clicked in search results</nb_hits_following_search> + <nb_hits>Pageviews</nb_hits> + </metrics> + <metricsDocumentation> + <nb_hits_following_search>The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.</nb_hits_following_search> + <nb_hits>The number of times this page was visited.</nb_hits> + </metricsDocumentation> + <metricTypes> + <nb_hits_following_search>number</nb_hits_following_search> + <nb_hits>number</nb_hits> + <avg_time_on_page>duration_s</avg_time_on_page> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <relatedReports> + <row> + <name>Page Titles Following a Site Search</name> + <module>Actions</module> + <action>getPageTitlesFollowingSiteSearch</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getPageUrlsFollowingSiteSearch</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Site Search</subcategory> + <name>Search Keywords with No Results</name> + <module>Actions</module> + <action>getSiteSearchNoResultKeywords</action> + <dimension>Keyword with No Search Result</dimension> + <documentation>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.<br /><br />This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?</documentation> + <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl> + <metrics> + <nb_visits>Searches</nb_visits> + </metrics> + <metricsDocumentation> + <nb_visits>The number of visits that searched for this keyword on your website's search engine.</nb_visits> + <exit_rate>The percentage of visits that left the website after searching for this Keyword on your Site Search engine.</exit_rate> + </metricsDocumentation> + <processedMetrics> + <exit_rate>% Search Exits</exit_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <avg_time_on_page>duration_s</avg_time_on_page> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getSiteSearchNoResultKeywords</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Site Search</subcategory> + <name>Page Titles Following a Site Search</name> + <module>Actions</module> + <action>getPageTitlesFollowingSiteSearch</action> + <dimension>Destination Page</dimension> + <documentation>When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br/>Use the plus and minus icons on the left to navigate.</documentation> + <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl> + <metrics> + <nb_hits_following_search>Clicked in search results</nb_hits_following_search> + <nb_hits>Pageviews</nb_hits> + </metrics> + <metricsDocumentation> + <nb_hits_following_search>The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.</nb_hits_following_search> + <nb_hits>The number of times this page was visited.</nb_hits> + </metricsDocumentation> + <metricTypes> + <nb_hits_following_search>number</nb_hits_following_search> + <nb_hits>number</nb_hits> + <avg_time_on_page>duration_s</avg_time_on_page> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <relatedReports> + <row> + <name>Pages Following a Site Search</name> + <module>Actions</module> + <action>getPageUrlsFollowingSiteSearch</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getPageTitlesFollowingSiteSearch</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Site Search</subcategory> + <name>Search Categories</name> + <module>Actions</module> + <action>getSiteSearchCategories</action> + <dimension>Search Category</dimension> + <documentation>This report lists the Categories that visitors selected when they made a Search on your website.<br/>For example, Ecommerce websites typically have a "Category" selector so that visitors can restrict their searches to all products in a specific Category.</documentation> + <onlineGuideUrl>https://matomo.org/docs/site-search/</onlineGuideUrl> + <metrics> + <nb_visits>Searches</nb_visits> + <nb_pages_per_search>Search Results pages</nb_pages_per_search> + <exit_rate>% Search Exits</exit_rate> + </metrics> + <metricsDocumentation> + <nb_visits>The number of visits that searched for this keyword on your website's search engine.</nb_visits> + <nb_pages_per_search>Visitors will search on your website, and sometimes click "next" to view more results. This is the average number of search results pages viewed for this keyword.</nb_pages_per_search> + <exit_rate>The percentage of visits that left the website after searching for this Keyword on your Site Search engine.</exit_rate> + </metricsDocumentation> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_pages_per_search>number</nb_pages_per_search> + <exit_rate>percent</exit_rate> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getSiteSearchCategories</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Outlinks</subcategory> + <name>Outlinks</name> + <module>Actions</module> + <action>getOutlinks</action> + <dimension>Clicked Outlink</dimension> + <documentation>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br />Use the plus and minus icons on the left to navigate.</documentation> + <metrics> + <nb_visits>Unique Clicks</nb_visits> + <nb_hits>Clicks</nb_hits> + </metrics> + <metricsDocumentation> + <nb_visits>The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.</nb_visits> + <nb_hits>The number of times this link was clicked.</nb_hits> + </metricsDocumentation> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_hits>number</nb_hits> + </metricTypes> + <actionToLoadSubTables>getOutlinks</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getOutlinks</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Downloads</subcategory> + <name>Downloads</name> + <module>Actions</module> + <action>getDownloads</action> + <dimension>Download URL</dimension> + <documentation>In this report, you can see which files your visitors have downloaded. <br /> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.</documentation> + <metrics> + <nb_visits>Unique Downloads</nb_visits> + <nb_hits>Downloads</nb_hits> + </metrics> + <metricsDocumentation> + <nb_visits>The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.</nb_visits> + <nb_hits>The number of times this link was clicked.</nb_hits> + </metricsDocumentation> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_hits>number</nb_hits> + </metricTypes> + <actionToLoadSubTables>getDownloads</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Actions_getDownloads</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Events</subcategory> + <name>Event Categories</name> + <module>Events</module> + <action>getCategory</action> + <dimension>Event Category</dimension> + <documentation>This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.</documentation> + <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl> + <dimensions> + <Events_EventCategory>Event Category</Events_EventCategory> + <Events_EventAction>Event Action</Events_EventAction> + </dimensions> + <metrics> + <nb_events>Events</nb_events> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <sum_event_value>Event value</sum_event_value> + <min_event_value>Minimum Event value</min_event_value> + <max_event_value>Maximum Event value</max_event_value> + <nb_events_with_value>Events with a value</nb_events_with_value> + </metrics> + <metricsDocumentation> + <nb_events>Total number of events</nb_events> + <nb_visits>The total number of visits where at least one event was triggered.</nb_visits> + <nb_uniq_visitors>The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.</nb_uniq_visitors> + <sum_event_value>The sum of event values</sum_event_value> + <min_event_value>The minimum value for this event</min_event_value> + <max_event_value>The maximum value for this event</max_event_value> + <nb_events_with_value>Number of events where an Event value was set</nb_events_with_value> + <avg_event_value>The average of all values for this event</avg_event_value> + </metricsDocumentation> + <processedMetrics> + <avg_event_value>The average of all values for this event</avg_event_value> + </processedMetrics> + <metricTypes> + <nb_events>number</nb_events> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <sum_event_value>number</sum_event_value> + <min_event_value>number</min_event_value> + <max_event_value>number</max_event_value> + <nb_events_with_value>number</nb_events_with_value> + <avg_event_value>number</avg_event_value> + </metricTypes> + <actionToLoadSubTables>getActionFromCategoryId</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Events_getCategory</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Events</subcategory> + <name>Event Actions</name> + <module>Events</module> + <action>getAction</action> + <dimension>Event Action</dimension> + <documentation>This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.</documentation> + <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl> + <dimensions> + <Events_EventAction>Event Action</Events_EventAction> + <Events_EventName>Event Name</Events_EventName> + </dimensions> + <metrics> + <nb_events>Events</nb_events> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <sum_event_value>Event value</sum_event_value> + <min_event_value>Minimum Event value</min_event_value> + <max_event_value>Maximum Event value</max_event_value> + <nb_events_with_value>Events with a value</nb_events_with_value> + </metrics> + <metricsDocumentation> + <nb_events>Total number of events</nb_events> + <nb_visits>The total number of visits where at least one event was triggered.</nb_visits> + <nb_uniq_visitors>The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.</nb_uniq_visitors> + <sum_event_value>The sum of event values</sum_event_value> + <min_event_value>The minimum value for this event</min_event_value> + <max_event_value>The maximum value for this event</max_event_value> + <nb_events_with_value>Number of events where an Event value was set</nb_events_with_value> + <avg_event_value>The average of all values for this event</avg_event_value> + </metricsDocumentation> + <processedMetrics> + <avg_event_value>The average of all values for this event</avg_event_value> + </processedMetrics> + <metricTypes> + <nb_events>number</nb_events> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <sum_event_value>number</sum_event_value> + <min_event_value>number</min_event_value> + <max_event_value>number</max_event_value> + <nb_events_with_value>number</nb_events_with_value> + <avg_event_value>number</avg_event_value> + </metricTypes> + <actionToLoadSubTables>getNameFromActionId</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Events_getAction</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Events</subcategory> + <name>Event Names</name> + <module>Events</module> + <action>getName</action> + <dimension>Event Name</dimension> + <documentation>This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.</documentation> + <onlineGuideUrl>https://matomo.org/docs/event-tracking/</onlineGuideUrl> + <dimensions> + <Events_EventName>Event Name</Events_EventName> + <Events_EventAction>Event Action</Events_EventAction> + </dimensions> + <metrics> + <nb_events>Events</nb_events> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <sum_event_value>Event value</sum_event_value> + <min_event_value>Minimum Event value</min_event_value> + <max_event_value>Maximum Event value</max_event_value> + <nb_events_with_value>Events with a value</nb_events_with_value> + </metrics> + <metricsDocumentation> + <nb_events>Total number of events</nb_events> + <nb_visits>The total number of visits where at least one event was triggered.</nb_visits> + <nb_uniq_visitors>The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.</nb_uniq_visitors> + <sum_event_value>The sum of event values</sum_event_value> + <min_event_value>The minimum value for this event</min_event_value> + <max_event_value>The maximum value for this event</max_event_value> + <nb_events_with_value>Number of events where an Event value was set</nb_events_with_value> + <avg_event_value>The average of all values for this event</avg_event_value> + </metricsDocumentation> + <processedMetrics> + <avg_event_value>The average of all values for this event</avg_event_value> + </processedMetrics> + <metricTypes> + <nb_events>number</nb_events> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <sum_event_value>number</sum_event_value> + <min_event_value>number</min_event_value> + <max_event_value>number</max_event_value> + <nb_events_with_value>number</nb_events_with_value> + <avg_event_value>number</avg_event_value> + </metricTypes> + <actionToLoadSubTables>getActionFromNameId</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Events_getName</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Contents</subcategory> + <name>Content Name</name> + <module>Contents</module> + <action>getContentNames</action> + <dimension>Content Name</dimension> + <documentation>This report shows the names of the content your visitors viewed and interacted with.</documentation> + <onlineGuideUrl>https://matomo.org/docs/content-tracking/</onlineGuideUrl> + <metrics> + <nb_impressions>Impressions</nb_impressions> + <nb_interactions>Content Interactions</nb_interactions> + </metrics> + <metricsDocumentation> + <nb_impressions>An impression is counted each time your website is displayed in a search engine results page.</nb_impressions> + <nb_interactions>The number of times a content block was interacted with (eg, a 'click' on a banner or ad).</nb_interactions> + <interaction_rate>The ratio of content impressions to interactions.</interaction_rate> + </metricsDocumentation> + <processedMetrics> + <interaction_rate>Interaction Rate</interaction_rate> + </processedMetrics> + <metricTypes> + <nb_impressions>number</nb_impressions> + <nb_interactions>number</nb_interactions> + <interaction_rate>percent</interaction_rate> + </metricTypes> + <actionToLoadSubTables>getContentNames</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Contents_getContentNames</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Contents</subcategory> + <name>Content Piece</name> + <module>Contents</module> + <action>getContentPieces</action> + <dimension>Content Piece</dimension> + <documentation>This report shows the pieces of content your visitors viewed and interacted with.</documentation> + <onlineGuideUrl>https://matomo.org/docs/content-tracking/</onlineGuideUrl> + <metrics> + <nb_impressions>Impressions</nb_impressions> + <nb_interactions>Content Interactions</nb_interactions> + </metrics> + <metricsDocumentation> + <nb_impressions>An impression is counted each time your website is displayed in a search engine results page.</nb_impressions> + <nb_interactions>The number of times a content block was interacted with (eg, a 'click' on a banner or ad).</nb_interactions> + <interaction_rate>The ratio of content impressions to interactions.</interaction_rate> + </metricsDocumentation> + <processedMetrics> + <interaction_rate>Interaction Rate</interaction_rate> + </processedMetrics> + <metricTypes> + <nb_impressions>number</nb_impressions> + <nb_interactions>number</nb_interactions> + <interaction_rate>percent</interaction_rate> + </metricTypes> + <actionToLoadSubTables>getContentPieces</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Contents_getContentPieces</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Engagement</subcategory> + <name>Length of visits</name> + <module>VisitorInterest</module> + <action>getNumberOfVisitsPerVisitDuration</action> + <dimension>Visit duration</dimension> + <documentation>How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br />Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + </metricsDocumentation> + <metricTypes> + <nb_visits>number</nb_visits> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerVisitDuration&period=day&date=today</imageGraphUrl> + <uniqueId>VisitorInterest_getNumberOfVisitsPerVisitDuration</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Engagement</subcategory> + <name>Pages per visit</name> + <module>VisitorInterest</module> + <action>getNumberOfVisitsPerPage</action> + <dimension>Pages per visit</dimension> + <documentation>How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.<br />Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + </metricsDocumentation> + <metricTypes> + <nb_visits>number</nb_visits> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerPage&period=day&date=today</imageGraphUrl> + <uniqueId>VisitorInterest_getNumberOfVisitsPerPage</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Engagement</subcategory> + <name>Visits by visit number</name> + <module>VisitorInterest</module> + <action>getNumberOfVisitsByVisitCount</action> + <dimension>Visits by visit number</dimension> + <documentation>The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more.<br />Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_visits_percentage>The percentage of totals visits, where visitors had this amount of visits in total yet.</nb_visits_percentage> + </metricsDocumentation> + <processedMetrics> + <nb_visits_percentage>% Visits</nb_visits_percentage> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_visits_percentage>percent</nb_visits_percentage> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByVisitCount&period=day&date=today</imageGraphUrl> + <uniqueId>VisitorInterest_getNumberOfVisitsByVisitCount</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Engagement</subcategory> + <name>Visits by days since last visit</name> + <module>VisitorInterest</module> + <action>getNumberOfVisitsByDaysSinceLast</action> + <dimension>Days since last visit</dimension> + <documentation>How many visits were from returning visitors whose last visit was a certain number of days ago.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + </metricsDocumentation> + <metricTypes> + <nb_visits>number</nb_visits> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByDaysSinceLast&period=day&date=today</imageGraphUrl> + <uniqueId>VisitorInterest_getNumberOfVisitsByDaysSinceLast</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Engagement</subcategory> + <name>Returning Visits</name> + <module>VisitFrequency</module> + <action>get</action> + <documentation>This report shows general metrics like visits for returning visitors side by side with the same metrics for new visitors. Learn how returning visitors perform overall compared to new visitors.</documentation> + <metrics> + <nb_visits_returning>Returning Visits</nb_visits_returning> + <nb_actions_returning>Actions by Returning Visits</nb_actions_returning> + <nb_uniq_visitors_returning>Unique returning visitors</nb_uniq_visitors_returning> + <nb_users_returning>Returning Users</nb_users_returning> + <max_actions_returning>Maximum actions in one returning visit</max_actions_returning> + <nb_visits_new>New Visits</nb_visits_new> + <nb_actions_new>Actions by New Visits</nb_actions_new> + <nb_uniq_visitors_new>Unique new visitors</nb_uniq_visitors_new> + <nb_users_new>New Users</nb_users_new> + <max_actions_new>max_actions_new</max_actions_new> + </metrics> + <processedMetrics> + <avg_time_on_site_returning>Avg. Duration of a Returning Visit (in sec)</avg_time_on_site_returning> + <nb_actions_per_visit_returning>Avg. Actions per Returning Visit</nb_actions_per_visit_returning> + <bounce_rate_returning>Bounce Rate for Returning Visits</bounce_rate_returning> + <avg_time_on_site_new>Avg. Duration of a New Visit (in sec)</avg_time_on_site_new> + <nb_actions_per_visit_new>Avg. Actions per New Visit</nb_actions_per_visit_new> + <bounce_rate_new>Bounce Rate for New Visits</bounce_rate_new> + </processedMetrics> + <metricTypes> + <nb_visits_returning>number</nb_visits_returning> + <nb_actions_returning>number</nb_actions_returning> + <nb_uniq_visitors_returning>number</nb_uniq_visitors_returning> + <nb_users_returning>number</nb_users_returning> + <max_actions_returning>number</max_actions_returning> + <nb_visits_new>number</nb_visits_new> + <nb_actions_new>number</nb_actions_new> + <nb_uniq_visitors_new>number</nb_uniq_visitors_new> + <nb_users_new>number</nb_users_new> + <max_actions_new>number</max_actions_new> + <avg_time_on_site_returning>duration_s</avg_time_on_site_returning> + <nb_actions_per_visit_returning>number</nb_actions_per_visit_returning> + <bounce_rate_returning>percent</bounce_rate_returning> + <avg_time_on_site_new>duration_s</avg_time_on_site_new> + <nb_actions_per_visit_new>number</nb_actions_per_visit_new> + <bounce_rate_new>percent</bounce_rate_new> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>VisitFrequency_get</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>Performance</subcategory> + <name>Performance overview</name> + <module>PagePerformance</module> + <action>get</action> + <documentation>This report provides an overview of how fast your webpages become visible to your visitors. This includes both how long it takes for browsers to download your webpages and how long it takes for browsers to display them.</documentation> + <onlineGuideUrl>https://matomo.org/faq/how-to/how-do-i-see-page-performance-reports/</onlineGuideUrl> + <metrics> + <avg_time_network>Avg. network time</avg_time_network> + <avg_time_server>Avg. server time</avg_time_server> + <avg_time_transfer>Avg. transfer time</avg_time_transfer> + <avg_time_dom_processing>Avg. DOM processing time</avg_time_dom_processing> + <avg_time_dom_completion>Avg. DOM completion time</avg_time_dom_completion> + <avg_time_on_load>Avg. on load time</avg_time_on_load> + <avg_page_load_time>Avg. page load time</avg_page_load_time> + </metrics> + <metricsDocumentation> + <avg_time_network>Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.</avg_time_network> + <avg_time_server>Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.</avg_time_server> + <avg_time_transfer>Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.</avg_time_transfer> + <avg_time_dom_processing>Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.</avg_time_dom_processing> + <avg_time_dom_completion>Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.</avg_time_dom_completion> + <avg_time_on_load>Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.</avg_time_on_load> + <avg_page_load_time>Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser</avg_page_load_time> + </metricsDocumentation> + <processedMetrics> + <avg_time_network>Avg. network time</avg_time_network> + <avg_time_server>Avg. server time</avg_time_server> + <avg_time_transfer>Avg. transfer time</avg_time_transfer> + <avg_time_dom_processing>Avg. DOM processing time</avg_time_dom_processing> + <avg_time_dom_completion>Avg. DOM completion time</avg_time_dom_completion> + <avg_time_on_load>Avg. on load time</avg_time_on_load> + <avg_page_load_time>Avg. page load time</avg_page_load_time> + </processedMetrics> + <metricTypes> + <avg_time_network>duration_s</avg_time_network> + <avg_time_server>duration_s</avg_time_server> + <avg_time_transfer>duration_s</avg_time_transfer> + <avg_time_dom_processing>duration_s</avg_time_dom_processing> + <avg_time_dom_completion>duration_s</avg_time_dom_completion> + <avg_time_on_load>duration_s</avg_time_on_load> + <avg_page_load_time>duration_s</avg_page_load_time> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>PagePerformance_get</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>customdimension2</subcategory> + <name>Page Author</name> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <parameters> + <idDimension>2</idDimension> + </parameters> + <dimension>Page Author</dimension> + <metrics> + <nb_hits>Actions</nb_hits> + <nb_visits>Unique Actions</nb_visits> + </metrics> + <metricsDocumentation> + <nb_hits>The number of times this page was visited.</nb_hits> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <avg_time_on_dimension>Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.</avg_time_on_dimension> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <exit_rate>The percentage of visits that left the website after viewing this page.</exit_rate> + <avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation> + </metricsDocumentation> + <processedMetrics> + <avg_time_on_dimension>Avg. Time On Dimension</avg_time_on_dimension> + <bounce_rate>Bounce Rate</bounce_rate> + <exit_rate>Exit rate</exit_rate> + <avg_time_generation>Avg. generation time</avg_time_generation> + </processedMetrics> + <metricTypes> + <nb_hits>number</nb_hits> + <nb_visits>number</nb_visits> + <avg_time_on_dimension>duration_s</avg_time_on_dimension> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <actionToLoadSubTables>getCustomDimension</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>CustomDimensions_getCustomDimension_idDimension--2</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>customdimension4</subcategory> + <name>Page Location</name> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <parameters> + <idDimension>4</idDimension> + </parameters> + <dimension>Page Location</dimension> + <metrics> + <nb_hits>Actions</nb_hits> + <nb_visits>Unique Actions</nb_visits> + </metrics> + <metricsDocumentation> + <nb_hits>The number of times this page was visited.</nb_hits> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <avg_time_on_dimension>Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.</avg_time_on_dimension> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <exit_rate>The percentage of visits that left the website after viewing this page.</exit_rate> + <avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation> + </metricsDocumentation> + <processedMetrics> + <avg_time_on_dimension>Avg. Time On Dimension</avg_time_on_dimension> + <bounce_rate>Bounce Rate</bounce_rate> + <exit_rate>Exit rate</exit_rate> + <avg_time_generation>Avg. generation time</avg_time_generation> + </processedMetrics> + <metricTypes> + <nb_hits>number</nb_hits> + <nb_visits>number</nb_visits> + <avg_time_on_dimension>duration_s</avg_time_on_dimension> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <actionToLoadSubTables>getCustomDimension</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>CustomDimensions_getCustomDimension_idDimension--4</uniqueId> + </row> + <row> + <category>Actions</category> + <subcategory>customdimension5</subcategory> + <name>Page Type</name> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <parameters> + <idDimension>5</idDimension> + </parameters> + <dimension>Page Type</dimension> + <metrics> + <nb_hits>Actions</nb_hits> + <nb_visits>Unique Actions</nb_visits> + </metrics> + <metricsDocumentation> + <nb_hits>The number of times this page was visited.</nb_hits> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <avg_time_on_dimension>Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.</avg_time_on_dimension> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <exit_rate>The percentage of visits that left the website after viewing this page.</exit_rate> + <avg_time_generation>The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!</avg_time_generation> + </metricsDocumentation> + <processedMetrics> + <avg_time_on_dimension>Avg. Time On Dimension</avg_time_on_dimension> + <bounce_rate>Bounce Rate</bounce_rate> + <exit_rate>Exit rate</exit_rate> + <avg_time_generation>Avg. generation time</avg_time_generation> + </processedMetrics> + <metricTypes> + <nb_hits>number</nb_hits> + <nb_visits>number</nb_visits> + <avg_time_on_dimension>duration_s</avg_time_on_dimension> + <bounce_rate>percent</bounce_rate> + <exit_rate>percent</exit_rate> + <avg_time_generation>duration_s</avg_time_generation> + </metricTypes> + <actionToLoadSubTables>getCustomDimension</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>CustomDimensions_getCustomDimension_idDimension--5</uniqueId> + </row> + <row> + <category>Referrers</category> + <name>Referrers Overview</name> + <module>Referrers</module> + <action>get</action> + <documentation>This report shows what acquisition channels your visitors used to get to your website, and the number of visits each channel type is responsible for.</documentation> + <metrics> + <Referrers_visitorsFromSearchEngines>Visitors from Search Engines</Referrers_visitorsFromSearchEngines> + <Referrers_visitorsFromSearchEngines_percent>Percent of Visitors from Search Engines</Referrers_visitorsFromSearchEngines_percent> + <Referrers_visitorsFromSocialNetworks>Visitors from Social Networks</Referrers_visitorsFromSocialNetworks> + <Referrers_visitorsFromSocialNetworks_percent>Percent of Visitors from Social Networks</Referrers_visitorsFromSocialNetworks_percent> + <Referrers_visitorsFromAIAssistants>Visitors from AI Assistants</Referrers_visitorsFromAIAssistants> + <Referrers_visitorsFromAIAssistants_percent>Percent of Visitors from AI Assistants</Referrers_visitorsFromAIAssistants_percent> + <Referrers_visitorsFromDirectEntry>Visitors from Direct Entry</Referrers_visitorsFromDirectEntry> + <Referrers_visitorsFromDirectEntry_percent>Percent of Visitors from Direct Entry</Referrers_visitorsFromDirectEntry_percent> + <Referrers_visitorsFromWebsites>Visitors from Websites</Referrers_visitorsFromWebsites> + <Referrers_visitorsFromWebsites_percent>Percent of Visitors from Websites</Referrers_visitorsFromWebsites_percent> + <Referrers_visitorsFromCampaigns>Visitors from Campaigns</Referrers_visitorsFromCampaigns> + <Referrers_visitorsFromCampaigns_percent>Percent of Visitors from Campaigns</Referrers_visitorsFromCampaigns_percent> + <Referrers_distinctSearchEngines>Distinct search engines</Referrers_distinctSearchEngines> + <Referrers_distinctSocialNetworks>Distinct social networks</Referrers_distinctSocialNetworks> + <Referrers_distinctAIAssistants>Distinct AI assistants</Referrers_distinctAIAssistants> + <Referrers_distinctWebsites>Distinct websites</Referrers_distinctWebsites> + <Referrers_distinctKeywords>Distinct keywords</Referrers_distinctKeywords> + <Referrers_distinctCampaigns>Distinct campaigns</Referrers_distinctCampaigns> + </metrics> + <metricTypes> + <Referrers_visitorsFromSearchEngines>number</Referrers_visitorsFromSearchEngines> + <Referrers_visitorsFromSearchEngines_percent>percent</Referrers_visitorsFromSearchEngines_percent> + <Referrers_visitorsFromSocialNetworks>number</Referrers_visitorsFromSocialNetworks> + <Referrers_visitorsFromSocialNetworks_percent>percent</Referrers_visitorsFromSocialNetworks_percent> + <Referrers_visitorsFromAIAssistants>number</Referrers_visitorsFromAIAssistants> + <Referrers_visitorsFromAIAssistants_percent>percent</Referrers_visitorsFromAIAssistants_percent> + <Referrers_visitorsFromDirectEntry>number</Referrers_visitorsFromDirectEntry> + <Referrers_visitorsFromDirectEntry_percent>percent</Referrers_visitorsFromDirectEntry_percent> + <Referrers_visitorsFromWebsites>number</Referrers_visitorsFromWebsites> + <Referrers_visitorsFromWebsites_percent>percent</Referrers_visitorsFromWebsites_percent> + <Referrers_visitorsFromCampaigns>number</Referrers_visitorsFromCampaigns> + <Referrers_visitorsFromCampaigns_percent>percent</Referrers_visitorsFromCampaigns_percent> + <Referrers_distinctSearchEngines>number</Referrers_distinctSearchEngines> + <Referrers_distinctSocialNetworks>number</Referrers_distinctSocialNetworks> + <Referrers_distinctAIAssistants>number</Referrers_distinctAIAssistants> + <Referrers_distinctWebsites>number</Referrers_distinctWebsites> + <Referrers_distinctKeywords>number</Referrers_distinctKeywords> + <Referrers_distinctCampaigns>number</Referrers_distinctCampaigns> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Referrers_get</uniqueId> + </row> + <row> + <category>Referrers</category> + <name>Combined imported keywords</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsImported</action> + <dimension>Keyword</dimension> + <documentation>Report showing all keywords imported from all configured search engines.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + <metrics> + <nb_clicks>Clicks</nb_clicks> + <nb_impressions>Impressions</nb_impressions> + <ctr>CTR</ctr> + <position>Avg. position</position> + </metrics> + <metricsDocumentation> + <nb_clicks>A click is counted each time someone clicks on a link pointing to your website on a search engine results page.</nb_clicks> + <nb_impressions>An impression is counted each time your website is displayed in a search engine results page.</nb_impressions> + <ctr>Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.</ctr> + <position>Average position of your website in the search engine results list (for this keyword).</position> + <SearchEngineKeywordsPerformance_bing_crawlstats_other_codes>Groups all other codes that are not matched by any other value (such as 1xx or informational codes).</SearchEngineKeywordsPerformance_bing_crawlstats_other_codes> + <SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots>URLs currently blocked by your site’s robots.txt.</SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx>These codes appear when the server serves a page successfully</SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_301>These codes appear when you have permanently moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_301> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_303>These codes appear when you have temporarily moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_303> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx>These codes appear when there was a likely an error in the request which prevented the server from being able to process it.</SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx>These codes appear when the server failed to fulfill an apparently valid request.</SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_timeout>This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.</SearchEngineKeywordsPerformance_bing_crawlstats_timeout> + <SearchEngineKeywordsPerformance_bing_crawlstats_malware>Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.</SearchEngineKeywordsPerformance_bing_crawlstats_malware> + <SearchEngineKeywordsPerformance_bing_crawlstats_errors>Number of errors occured for the Bing crawler.</SearchEngineKeywordsPerformance_bing_crawlstats_errors> + <SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages>Number of pages the Bing crawler requested.</SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail>This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.</SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail> + <SearchEngineKeywordsPerformance_bing_crawlstats_inindex>Total number of pages available in Bing index</SearchEngineKeywordsPerformance_bing_crawlstats_inindex> + <SearchEngineKeywordsPerformance_bing_crawlstats_inlinks>Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.</SearchEngineKeywordsPerformance_bing_crawlstats_inlinks> + <SearchEngineKeywordsPerformance_yandex_crawlstats_inindex>Total number of pages available in Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_inindex> + <SearchEngineKeywordsPerformance_yandex_crawlstats_appeared>Pages that were newly added to Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_appeared> + <SearchEngineKeywordsPerformance_yandex_crawlstats_removed>Pages that were removed from Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_removed> + <SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages>Number of pages the Yandex crawler requested.</SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx>Crawled Pages with a 2xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx>Crawled Pages with a 3xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx>Crawled Pages with a 4xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx>Crawled Pages with a 5xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_errors>Crawled paged that failed for any other reason</SearchEngineKeywordsPerformance_yandex_crawlstats_errors> + </metricsDocumentation> + <metricTypes> + <nb_clicks>number</nb_clicks> + <nb_impressions>number</nb_impressions> + <ctr>number</ctr> + <position>number</position> + </metricTypes> + <relatedReports> + <row> + <name>Combined keywords</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywords</action> + </row> + <row> + <name>Keywords (including not defined)</name> + <module>Referrers</module> + <action>getKeywords</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>SearchEngineKeywordsPerformance_getKeywordsImported</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>All Channels</subcategory> + <name>Channel Type</name> + <module>Referrers</module> + <action>getReferrerType</action> + <dimension>Channel Type</dimension> + <documentation>This table contains information about the distribution of the channel types.<br /><b>Direct Entry:</b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br /><b>Search Engines:</b> A visitor was referred to your website by a search engine. <br /> See the "Search Engines & Keywords" report for more details.<br /><b>Websites:</b> The visitor followed a link on another website that led to your site. <br /> See the "Websites" report for more details.<br /><b>Campaigns:</b> Visitors that came to your website as the result of a campaign. <br /> See the "Campaigns" report for more details.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Referrers_getReferrerType</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>All Channels</subcategory> + <name>All Channels</name> + <module>Referrers</module> + <action>getAll</action> + <dimension>Referrer</dimension> + <documentation>This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.</documentation> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAll&period=day&date=today</imageGraphUrl> + <uniqueId>Referrers_getAll</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Search Engines & Keywords</subcategory> + <name>Combined keywords</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywords</action> + <dimension>Keyword</dimension> + <documentation>Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + <metrics> + <nb_visits>Visits</nb_visits> + </metrics> + <metricsDocumentation> + <nb_clicks>A click is counted each time someone clicks on a link pointing to your website on a search engine results page.</nb_clicks> + <nb_impressions>An impression is counted each time your website is displayed in a search engine results page.</nb_impressions> + <ctr>Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.</ctr> + <position>Average position of your website in the search engine results list (for this keyword).</position> + <SearchEngineKeywordsPerformance_bing_crawlstats_other_codes>Groups all other codes that are not matched by any other value (such as 1xx or informational codes).</SearchEngineKeywordsPerformance_bing_crawlstats_other_codes> + <SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots>URLs currently blocked by your site’s robots.txt.</SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx>These codes appear when the server serves a page successfully</SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_301>These codes appear when you have permanently moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_301> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_303>These codes appear when you have temporarily moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_303> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx>These codes appear when there was a likely an error in the request which prevented the server from being able to process it.</SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx>These codes appear when the server failed to fulfill an apparently valid request.</SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_timeout>This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.</SearchEngineKeywordsPerformance_bing_crawlstats_timeout> + <SearchEngineKeywordsPerformance_bing_crawlstats_malware>Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.</SearchEngineKeywordsPerformance_bing_crawlstats_malware> + <SearchEngineKeywordsPerformance_bing_crawlstats_errors>Number of errors occured for the Bing crawler.</SearchEngineKeywordsPerformance_bing_crawlstats_errors> + <SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages>Number of pages the Bing crawler requested.</SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail>This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.</SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail> + <SearchEngineKeywordsPerformance_bing_crawlstats_inindex>Total number of pages available in Bing index</SearchEngineKeywordsPerformance_bing_crawlstats_inindex> + <SearchEngineKeywordsPerformance_bing_crawlstats_inlinks>Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.</SearchEngineKeywordsPerformance_bing_crawlstats_inlinks> + <SearchEngineKeywordsPerformance_yandex_crawlstats_inindex>Total number of pages available in Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_inindex> + <SearchEngineKeywordsPerformance_yandex_crawlstats_appeared>Pages that were newly added to Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_appeared> + <SearchEngineKeywordsPerformance_yandex_crawlstats_removed>Pages that were removed from Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_removed> + <SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages>Number of pages the Yandex crawler requested.</SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx>Crawled Pages with a 2xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx>Crawled Pages with a 3xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx>Crawled Pages with a 4xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx>Crawled Pages with a 5xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_errors>Crawled paged that failed for any other reason</SearchEngineKeywordsPerformance_yandex_crawlstats_errors> + </metricsDocumentation> + <metricTypes> + <nb_visits>number</nb_visits> + </metricTypes> + <relatedReports> + <row> + <name>Combined imported keywords</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsImported</action> + </row> + <row> + <name>Keywords (including not defined)</name> + <module>Referrers</module> + <action>getKeywords</action> + </row> + </relatedReports> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>SearchEngineKeywordsPerformance_getKeywords</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Search Engines & Keywords</subcategory> + <name>Search Engines</name> + <module>Referrers</module> + <action>getSearchEngines</action> + <dimension>Search Engine</dimension> + <documentation>This report shows which search engines referred users to your website. <br /> By clicking on a row in the table, you can see what users were searching for using a specific search engine.</documentation> + <dimensions> + <Referrers_SearchEngine>Search Engine</Referrers_SearchEngine> + <Referrers_Keyword>Keyword</Referrers_Keyword> + </dimensions> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <actionToLoadSubTables>getKeywordsFromSearchEngineId</actionToLoadSubTables> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Referrers_getSearchEngines</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Search Engines & Keywords</subcategory> + <name>Keywords (including not defined)</name> + <module>Referrers</module> + <action>getKeywords</action> + <dimension>Keyword</dimension> + <documentation>This report shows which keywords users were searching for before they were referred to your website. <br /><br /> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br /><br />Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.</documentation> + <dimensions> + <Referrers_Keyword>Keyword</Referrers_Keyword> + <Referrers_SearchEngine>Search Engine</Referrers_SearchEngine> + </dimensions> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <actionToLoadSubTables>getSearchEnginesFromKeywordId</actionToLoadSubTables> + <relatedReports> + <row> + <name>Combined imported keywords</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsImported</action> + </row> + <row> + <name>Combined keywords</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywords</action> + </row> + </relatedReports> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Referrers_getKeywords</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Search Engines & Keywords</subcategory> + <name>Web keywords on Google</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleWeb</action> + <dimension>Keyword</dimension> + <documentation>Keywords used in Google <b>web</b> search that generated links to your website in the search result list.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + <metrics> + <nb_clicks>Clicks</nb_clicks> + <nb_impressions>Impressions</nb_impressions> + <ctr>CTR</ctr> + <position>Avg. position</position> + </metrics> + <metricsDocumentation> + <nb_clicks>A click is counted each time someone clicks on a link pointing to your website on a search engine results page.</nb_clicks> + <nb_impressions>An impression is counted each time your website is displayed in a search engine results page.</nb_impressions> + <ctr>Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.</ctr> + <position>Average position of your website in the search engine results list (for this keyword).</position> + <SearchEngineKeywordsPerformance_bing_crawlstats_other_codes>Groups all other codes that are not matched by any other value (such as 1xx or informational codes).</SearchEngineKeywordsPerformance_bing_crawlstats_other_codes> + <SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots>URLs currently blocked by your site’s robots.txt.</SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx>These codes appear when the server serves a page successfully</SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_301>These codes appear when you have permanently moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_301> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_303>These codes appear when you have temporarily moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_303> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx>These codes appear when there was a likely an error in the request which prevented the server from being able to process it.</SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx>These codes appear when the server failed to fulfill an apparently valid request.</SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_timeout>This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.</SearchEngineKeywordsPerformance_bing_crawlstats_timeout> + <SearchEngineKeywordsPerformance_bing_crawlstats_malware>Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.</SearchEngineKeywordsPerformance_bing_crawlstats_malware> + <SearchEngineKeywordsPerformance_bing_crawlstats_errors>Number of errors occured for the Bing crawler.</SearchEngineKeywordsPerformance_bing_crawlstats_errors> + <SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages>Number of pages the Bing crawler requested.</SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail>This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.</SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail> + <SearchEngineKeywordsPerformance_bing_crawlstats_inindex>Total number of pages available in Bing index</SearchEngineKeywordsPerformance_bing_crawlstats_inindex> + <SearchEngineKeywordsPerformance_bing_crawlstats_inlinks>Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.</SearchEngineKeywordsPerformance_bing_crawlstats_inlinks> + <SearchEngineKeywordsPerformance_yandex_crawlstats_inindex>Total number of pages available in Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_inindex> + <SearchEngineKeywordsPerformance_yandex_crawlstats_appeared>Pages that were newly added to Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_appeared> + <SearchEngineKeywordsPerformance_yandex_crawlstats_removed>Pages that were removed from Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_removed> + <SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages>Number of pages the Yandex crawler requested.</SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx>Crawled Pages with a 2xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx>Crawled Pages with a 3xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx>Crawled Pages with a 4xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx>Crawled Pages with a 5xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_errors>Crawled paged that failed for any other reason</SearchEngineKeywordsPerformance_yandex_crawlstats_errors> + </metricsDocumentation> + <metricTypes> + <nb_clicks>number</nb_clicks> + <nb_impressions>number</nb_impressions> + <ctr>number</ctr> + <position>number</position> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>SearchEngineKeywordsPerformance_getKeywordsGoogleWeb</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Search Engines & Keywords</subcategory> + <name>Keywords (on Bing and Yahoo!)</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsBing</action> + <dimension>Keyword</dimension> + <documentation>Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + <metrics> + <nb_clicks>Clicks</nb_clicks> + <nb_impressions>Impressions</nb_impressions> + <ctr>CTR</ctr> + <position>Avg. position</position> + </metrics> + <metricsDocumentation> + <nb_clicks>A click is counted each time someone clicks on a link pointing to your website on a search engine results page.</nb_clicks> + <nb_impressions>An impression is counted each time your website is displayed in a search engine results page.</nb_impressions> + <ctr>Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.</ctr> + <position>Average position of your website in the search engine results list (for this keyword).</position> + <SearchEngineKeywordsPerformance_bing_crawlstats_other_codes>Groups all other codes that are not matched by any other value (such as 1xx or informational codes).</SearchEngineKeywordsPerformance_bing_crawlstats_other_codes> + <SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots>URLs currently blocked by your site’s robots.txt.</SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx>These codes appear when the server serves a page successfully</SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_301>These codes appear when you have permanently moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_301> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_303>These codes appear when you have temporarily moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_303> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx>These codes appear when there was a likely an error in the request which prevented the server from being able to process it.</SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx>These codes appear when the server failed to fulfill an apparently valid request.</SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_timeout>This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.</SearchEngineKeywordsPerformance_bing_crawlstats_timeout> + <SearchEngineKeywordsPerformance_bing_crawlstats_malware>Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.</SearchEngineKeywordsPerformance_bing_crawlstats_malware> + <SearchEngineKeywordsPerformance_bing_crawlstats_errors>Number of errors occured for the Bing crawler.</SearchEngineKeywordsPerformance_bing_crawlstats_errors> + <SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages>Number of pages the Bing crawler requested.</SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail>This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.</SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail> + <SearchEngineKeywordsPerformance_bing_crawlstats_inindex>Total number of pages available in Bing index</SearchEngineKeywordsPerformance_bing_crawlstats_inindex> + <SearchEngineKeywordsPerformance_bing_crawlstats_inlinks>Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.</SearchEngineKeywordsPerformance_bing_crawlstats_inlinks> + <SearchEngineKeywordsPerformance_yandex_crawlstats_inindex>Total number of pages available in Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_inindex> + <SearchEngineKeywordsPerformance_yandex_crawlstats_appeared>Pages that were newly added to Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_appeared> + <SearchEngineKeywordsPerformance_yandex_crawlstats_removed>Pages that were removed from Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_removed> + <SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages>Number of pages the Yandex crawler requested.</SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx>Crawled Pages with a 2xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx>Crawled Pages with a 3xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx>Crawled Pages with a 4xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx>Crawled Pages with a 5xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_errors>Crawled paged that failed for any other reason</SearchEngineKeywordsPerformance_yandex_crawlstats_errors> + </metricsDocumentation> + <metricTypes> + <nb_clicks>number</nb_clicks> + <nb_impressions>number</nb_impressions> + <ctr>number</ctr> + <position>number</position> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>SearchEngineKeywordsPerformance_getKeywordsBing</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Search Engines & Keywords</subcategory> + <name>Image keywords on Google</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleImage</action> + <dimension>Keyword</dimension> + <documentation>Keywords used in Google <b>image</b> search that generated links to your website in the search result list.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + <metrics> + <nb_clicks>Clicks</nb_clicks> + <nb_impressions>Impressions</nb_impressions> + <ctr>CTR</ctr> + <position>Avg. position</position> + </metrics> + <metricsDocumentation> + <nb_clicks>A click is counted each time someone clicks on a link pointing to your website on a search engine results page.</nb_clicks> + <nb_impressions>An impression is counted each time your website is displayed in a search engine results page.</nb_impressions> + <ctr>Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.</ctr> + <position>Average position of your website in the search engine results list (for this keyword).</position> + <SearchEngineKeywordsPerformance_bing_crawlstats_other_codes>Groups all other codes that are not matched by any other value (such as 1xx or informational codes).</SearchEngineKeywordsPerformance_bing_crawlstats_other_codes> + <SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots>URLs currently blocked by your site’s robots.txt.</SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx>These codes appear when the server serves a page successfully</SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_301>These codes appear when you have permanently moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_301> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_303>These codes appear when you have temporarily moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_303> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx>These codes appear when there was a likely an error in the request which prevented the server from being able to process it.</SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx>These codes appear when the server failed to fulfill an apparently valid request.</SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_timeout>This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.</SearchEngineKeywordsPerformance_bing_crawlstats_timeout> + <SearchEngineKeywordsPerformance_bing_crawlstats_malware>Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.</SearchEngineKeywordsPerformance_bing_crawlstats_malware> + <SearchEngineKeywordsPerformance_bing_crawlstats_errors>Number of errors occured for the Bing crawler.</SearchEngineKeywordsPerformance_bing_crawlstats_errors> + <SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages>Number of pages the Bing crawler requested.</SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail>This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.</SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail> + <SearchEngineKeywordsPerformance_bing_crawlstats_inindex>Total number of pages available in Bing index</SearchEngineKeywordsPerformance_bing_crawlstats_inindex> + <SearchEngineKeywordsPerformance_bing_crawlstats_inlinks>Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.</SearchEngineKeywordsPerformance_bing_crawlstats_inlinks> + <SearchEngineKeywordsPerformance_yandex_crawlstats_inindex>Total number of pages available in Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_inindex> + <SearchEngineKeywordsPerformance_yandex_crawlstats_appeared>Pages that were newly added to Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_appeared> + <SearchEngineKeywordsPerformance_yandex_crawlstats_removed>Pages that were removed from Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_removed> + <SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages>Number of pages the Yandex crawler requested.</SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx>Crawled Pages with a 2xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx>Crawled Pages with a 3xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx>Crawled Pages with a 4xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx>Crawled Pages with a 5xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_errors>Crawled paged that failed for any other reason</SearchEngineKeywordsPerformance_yandex_crawlstats_errors> + </metricsDocumentation> + <metricTypes> + <nb_clicks>number</nb_clicks> + <nb_impressions>number</nb_impressions> + <ctr>number</ctr> + <position>number</position> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>SearchEngineKeywordsPerformance_getKeywordsGoogleImage</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Search Engines & Keywords</subcategory> + <name>Video keywords on Google</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleVideo</action> + <dimension>Keyword</dimension> + <documentation>Keywords used in Google <b>video</b> search that generated links to your website in the search result list.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + <metrics> + <nb_clicks>Clicks</nb_clicks> + <nb_impressions>Impressions</nb_impressions> + <ctr>CTR</ctr> + <position>Avg. position</position> + </metrics> + <metricsDocumentation> + <nb_clicks>A click is counted each time someone clicks on a link pointing to your website on a search engine results page.</nb_clicks> + <nb_impressions>An impression is counted each time your website is displayed in a search engine results page.</nb_impressions> + <ctr>Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.</ctr> + <position>Average position of your website in the search engine results list (for this keyword).</position> + <SearchEngineKeywordsPerformance_bing_crawlstats_other_codes>Groups all other codes that are not matched by any other value (such as 1xx or informational codes).</SearchEngineKeywordsPerformance_bing_crawlstats_other_codes> + <SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots>URLs currently blocked by your site’s robots.txt.</SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx>These codes appear when the server serves a page successfully</SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_301>These codes appear when you have permanently moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_301> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_303>These codes appear when you have temporarily moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_303> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx>These codes appear when there was a likely an error in the request which prevented the server from being able to process it.</SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx>These codes appear when the server failed to fulfill an apparently valid request.</SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_timeout>This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.</SearchEngineKeywordsPerformance_bing_crawlstats_timeout> + <SearchEngineKeywordsPerformance_bing_crawlstats_malware>Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.</SearchEngineKeywordsPerformance_bing_crawlstats_malware> + <SearchEngineKeywordsPerformance_bing_crawlstats_errors>Number of errors occured for the Bing crawler.</SearchEngineKeywordsPerformance_bing_crawlstats_errors> + <SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages>Number of pages the Bing crawler requested.</SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail>This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.</SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail> + <SearchEngineKeywordsPerformance_bing_crawlstats_inindex>Total number of pages available in Bing index</SearchEngineKeywordsPerformance_bing_crawlstats_inindex> + <SearchEngineKeywordsPerformance_bing_crawlstats_inlinks>Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.</SearchEngineKeywordsPerformance_bing_crawlstats_inlinks> + <SearchEngineKeywordsPerformance_yandex_crawlstats_inindex>Total number of pages available in Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_inindex> + <SearchEngineKeywordsPerformance_yandex_crawlstats_appeared>Pages that were newly added to Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_appeared> + <SearchEngineKeywordsPerformance_yandex_crawlstats_removed>Pages that were removed from Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_removed> + <SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages>Number of pages the Yandex crawler requested.</SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx>Crawled Pages with a 2xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx>Crawled Pages with a 3xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx>Crawled Pages with a 4xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx>Crawled Pages with a 5xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_errors>Crawled paged that failed for any other reason</SearchEngineKeywordsPerformance_yandex_crawlstats_errors> + </metricsDocumentation> + <metricTypes> + <nb_clicks>number</nb_clicks> + <nb_impressions>number</nb_impressions> + <ctr>number</ctr> + <position>number</position> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>SearchEngineKeywordsPerformance_getKeywordsGoogleVideo</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Websites</subcategory> + <name>Websites</name> + <module>Referrers</module> + <action>getWebsites</action> + <dimension>Website</dimension> + <documentation>In this table, you can see which websites referred visitors to your site. <br /> By clicking on a row in the table, you can see which URLs the links to your website were on.</documentation> + <dimensions> + <Referrers_Website>Website</Referrers_Website> + <Referrers_WebsitePage>Website Page</Referrers_WebsitePage> + </dimensions> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <actionToLoadSubTables>getUrlsFromWebsiteId</actionToLoadSubTables> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Referrers_getWebsites</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Social Networks</subcategory> + <name>Social Networks</name> + <module>Referrers</module> + <action>getSocials</action> + <dimension>Social network</dimension> + <documentation>This report shows which social networks led visitors to your website.<br />By clicking on a row in the table, you can see from which social network pages visitors came to your website.</documentation> + <dimensions> + <Referrers_SocialNetwork>Social network</Referrers_SocialNetwork> + <Referrers_WebsitePage>Website Page</Referrers_WebsitePage> + </dimensions> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <actionToLoadSubTables>getUrlsForSocial</actionToLoadSubTables> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Referrers_getSocials</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>AI Assistants</subcategory> + <name>AI Assistants</name> + <module>Referrers</module> + <action>getAIAssistants</action> + <dimension>AI Assistant</dimension> + <documentation>This report shows which AI assistants led visitors to your website.<br />By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.</documentation> + <dimensions> + <Referrers_AIAssistant>AI Assistant</Referrers_AIAssistant> + <Referrers_WebsitePage>Website Page</Referrers_WebsitePage> + </dimensions> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <actionToLoadSubTables>getUrlsForAIAssistant</actionToLoadSubTables> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Referrers_getAIAssistants</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Campaigns</subcategory> + <name>Campaign Names</name> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <dimension>Campaign Name</dimension> + <onlineGuideUrl>https://matomo.org/guide/reports/acquisition-and-marketing-channels/</onlineGuideUrl> + <dimensions> + <MarketingCampaignsReporting_CampaignName>Campaign Name</MarketingCampaignsReporting_CampaignName> + <MarketingCampaignsReporting_CombinedKeywordContent>Keyword - Content</MarketingCampaignsReporting_CombinedKeywordContent> + </dimensions> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <actionToLoadSubTables>getKeywordContentFromNameId</actionToLoadSubTables> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MarketingCampaignsReporting_getName</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Campaigns</subcategory> + <name>Campaign Keywords</name> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <dimension>Campaign Keyword</dimension> + <onlineGuideUrl>https://matomo.org/guide/reports/acquisition-and-marketing-channels/</onlineGuideUrl> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MarketingCampaignsReporting_getKeyword</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Campaigns</subcategory> + <name>Campaign Sources</name> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <dimension>Campaign Source</dimension> + <onlineGuideUrl>https://matomo.org/guide/reports/acquisition-and-marketing-channels/</onlineGuideUrl> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MarketingCampaignsReporting_getSource</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Campaigns</subcategory> + <name>Campaign Mediums</name> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <dimension>Campaign Medium</dimension> + <onlineGuideUrl>https://matomo.org/guide/reports/acquisition-and-marketing-channels/</onlineGuideUrl> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MarketingCampaignsReporting_getMedium</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Campaigns</subcategory> + <name>Campaign Contents</name> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <dimension>Campaign Content</dimension> + <onlineGuideUrl>https://matomo.org/guide/reports/acquisition-and-marketing-channels/</onlineGuideUrl> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MarketingCampaignsReporting_getContent</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Campaigns</subcategory> + <name>Campaign Source - Medium</name> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <dimension>Source - Medium</dimension> + <onlineGuideUrl>https://matomo.org/guide/reports/acquisition-and-marketing-channels/</onlineGuideUrl> + <dimensions> + <MarketingCampaignsReporting_CampaignSourceMedium>Source - Medium</MarketingCampaignsReporting_CampaignSourceMedium> + <MarketingCampaignsReporting_CampaignName>Campaign Name</MarketingCampaignsReporting_CampaignName> + </dimensions> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <actionToLoadSubTables>getNameFromSourceMediumId</actionToLoadSubTables> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MarketingCampaignsReporting_getSourceMedium</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Campaigns</subcategory> + <name>Campaign Ids</name> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <dimension>Campaign Id</dimension> + <onlineGuideUrl>https://matomo.org/guide/reports/acquisition-and-marketing-channels/</onlineGuideUrl> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MarketingCampaignsReporting_getId</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Campaigns</subcategory> + <name>Campaign Groups</name> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <dimension>Campaign Group</dimension> + <onlineGuideUrl>https://matomo.org/guide/reports/acquisition-and-marketing-channels/</onlineGuideUrl> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MarketingCampaignsReporting_getGroup</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Campaigns</subcategory> + <name>Campaign Placements</name> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <dimension>Campaign Placement</dimension> + <onlineGuideUrl>https://matomo.org/guide/reports/acquisition-and-marketing-channels/</onlineGuideUrl> + <metrics> + <nb_visits>Visits</nb_visits> + <nb_uniq_visitors>Unique visitors</nb_uniq_visitors> + <nb_actions>Actions</nb_actions> + <nb_users>Users</nb_users> + </metrics> + <metricsDocumentation> + <nb_visits>If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.</nb_visits> + <nb_uniq_visitors>The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.</nb_uniq_visitors> + <nb_actions>The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.</nb_actions> + <nb_users>The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').</nb_users> + <nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit> + <avg_time_on_site>The average duration of a visit.</avg_time_on_site> + <bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <nb_actions_per_visit>Actions per Visit</nb_actions_per_visit> + <avg_time_on_site>Avg. Time on Website</avg_time_on_site> + <bounce_rate>Bounce Rate</bounce_rate> + </processedMetrics> + <metricTypes> + <nb_visits>number</nb_visits> + <nb_uniq_visitors>number</nb_uniq_visitors> + <nb_actions>number</nb_actions> + <nb_users>number</nb_users> + <nb_actions_per_visit>number</nb_actions_per_visit> + <avg_time_on_site>duration_s</avg_time_on_site> + <bounce_rate>percent</bounce_rate> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MarketingCampaignsReporting_getPlacement</uniqueId> + </row> + <row> + <category>Referrers</category> + <subcategory>Crawling overview</subcategory> + <name>Crawl overview for Bing and Yahoo!</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getCrawlingOverviewBing</action> + <documentation>The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.</documentation> + <onlineGuideUrl>https://matomo.org/guide/installation-maintenance/import-search-keywords/</onlineGuideUrl> + <metricsDocumentation> + <nb_clicks>A click is counted each time someone clicks on a link pointing to your website on a search engine results page.</nb_clicks> + <nb_impressions>An impression is counted each time your website is displayed in a search engine results page.</nb_impressions> + <ctr>Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.</ctr> + <position>Average position of your website in the search engine results list (for this keyword).</position> + <SearchEngineKeywordsPerformance_bing_crawlstats_other_codes>Groups all other codes that are not matched by any other value (such as 1xx or informational codes).</SearchEngineKeywordsPerformance_bing_crawlstats_other_codes> + <SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots>URLs currently blocked by your site’s robots.txt.</SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx>These codes appear when the server serves a page successfully</SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_301>These codes appear when you have permanently moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_301> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_303>These codes appear when you have temporarily moved content from one location (URL) to another.</SearchEngineKeywordsPerformance_bing_crawlstats_code_303> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx>These codes appear when there was a likely an error in the request which prevented the server from being able to process it.</SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx>These codes appear when the server failed to fulfill an apparently valid request.</SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_bing_crawlstats_timeout>This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.</SearchEngineKeywordsPerformance_bing_crawlstats_timeout> + <SearchEngineKeywordsPerformance_bing_crawlstats_malware>Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.</SearchEngineKeywordsPerformance_bing_crawlstats_malware> + <SearchEngineKeywordsPerformance_bing_crawlstats_errors>Number of errors occured for the Bing crawler.</SearchEngineKeywordsPerformance_bing_crawlstats_errors> + <SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages>Number of pages the Bing crawler requested.</SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail>This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.</SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail> + <SearchEngineKeywordsPerformance_bing_crawlstats_inindex>Total number of pages available in Bing index</SearchEngineKeywordsPerformance_bing_crawlstats_inindex> + <SearchEngineKeywordsPerformance_bing_crawlstats_inlinks>Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.</SearchEngineKeywordsPerformance_bing_crawlstats_inlinks> + <SearchEngineKeywordsPerformance_yandex_crawlstats_inindex>Total number of pages available in Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_inindex> + <SearchEngineKeywordsPerformance_yandex_crawlstats_appeared>Pages that were newly added to Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_appeared> + <SearchEngineKeywordsPerformance_yandex_crawlstats_removed>Pages that were removed from Yandex search index</SearchEngineKeywordsPerformance_yandex_crawlstats_removed> + <SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages>Number of pages the Yandex crawler requested.</SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx>Crawled Pages with a 2xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx>Crawled Pages with a 3xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx>Crawled Pages with a 4xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx>Crawled Pages with a 5xx code</SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx> + <SearchEngineKeywordsPerformance_yandex_crawlstats_errors>Crawled paged that failed for any other reason</SearchEngineKeywordsPerformance_yandex_crawlstats_errors> + </metricsDocumentation> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>SearchEngineKeywordsPerformance_getCrawlingOverviewBing</uniqueId> + </row> + <row> + <category>Ecommerce</category> + <name>Ecommerce Orders</name> + <module>Goals</module> + <action>get</action> + <parameters> + <idGoal>ecommerceOrder</idGoal> + </parameters> + <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Ecommerce Orders</nb_conversions> + <nb_visits_converted>Visits with Conversions</nb_visits_converted> + <conversion_rate>Conversion Rate</conversion_rate> + <revenue>Revenue</revenue> + <revenue_subtotal>Subtotal</revenue_subtotal> + <revenue_tax>Tax</revenue_tax> + <revenue_shipping>Shipping</revenue_shipping> + <revenue_discount>Discount</revenue_discount> + <items>Purchased Products</items> + </metrics> + <metricsDocumentation> + <nb_visits_converted>Number of visits where at least one goal was successfully converted.</nb_visits_converted> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <avg_order_revenue>Average Order Value</avg_order_revenue> + </processedMetrics> + <metricTypes> + <nb_conversions>number</nb_conversions> + <nb_visits_converted>number</nb_visits_converted> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + <revenue_subtotal>money</revenue_subtotal> + <revenue_tax>money</revenue_tax> + <revenue_shipping>money</revenue_shipping> + <revenue_discount>money</revenue_discount> + <avg_order_revenue>money</avg_order_revenue> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Goals_get_idGoal--ecommerceOrder</uniqueId> + </row> + <row> + <category>Ecommerce</category> + <name>Ecommerce Orders - Visits to Conversion</name> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <parameters> + <idGoal>ecommerceOrder</idGoal> + </parameters> + <dimension>Visits to Conversion</dimension> + <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + </metrics> + <metricTypes> + <nb_conversions>number</nb_conversions> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceOrder&period=day&date=today</imageGraphUrl> + <uniqueId>Goals_getVisitsUntilConversion_idGoal--ecommerceOrder</uniqueId> + </row> + <row> + <category>Ecommerce</category> + <name>Ecommerce Orders - Days to Conversion</name> + <module>Goals</module> + <action>getDaysToConversion</action> + <parameters> + <idGoal>ecommerceOrder</idGoal> + </parameters> + <dimension>Days to Conversion</dimension> + <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + </metrics> + <metricTypes> + <nb_conversions>number</nb_conversions> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceOrder&period=day&date=today</imageGraphUrl> + <uniqueId>Goals_getDaysToConversion_idGoal--ecommerceOrder</uniqueId> + </row> + <row> + <category>Ecommerce</category> + <name>Abandoned Carts</name> + <module>Goals</module> + <action>get</action> + <parameters> + <idGoal>ecommerceAbandonedCart</idGoal> + </parameters> + <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Abandoned Carts</nb_conversions> + <conversion_rate>Conversion Rate</conversion_rate> + <revenue>Revenue left in cart</revenue> + <items>Products left in cart</items> + </metrics> + <metricsDocumentation> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <avg_order_revenue>Average Order Value</avg_order_revenue> + </processedMetrics> + <metricTypes> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + <items>number</items> + <avg_order_revenue>money</avg_order_revenue> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Goals_get_idGoal--ecommerceAbandonedCart</uniqueId> + </row> + <row> + <category>Ecommerce</category> + <name>Abandoned Carts - Visits to Conversion</name> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <parameters> + <idGoal>ecommerceAbandonedCart</idGoal> + </parameters> + <dimension>Visits to Conversion</dimension> + <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + </metrics> + <metricTypes> + <nb_conversions>number</nb_conversions> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceAbandonedCart&period=day&date=today</imageGraphUrl> + <uniqueId>Goals_getVisitsUntilConversion_idGoal--ecommerceAbandonedCart</uniqueId> + </row> + <row> + <category>Ecommerce</category> + <name>Abandoned Carts - Days to Conversion</name> + <module>Goals</module> + <action>getDaysToConversion</action> + <parameters> + <idGoal>ecommerceAbandonedCart</idGoal> + </parameters> + <dimension>Days to Conversion</dimension> + <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + </metrics> + <metricTypes> + <nb_conversions>number</nb_conversions> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceAbandonedCart&period=day&date=today</imageGraphUrl> + <uniqueId>Goals_getDaysToConversion_idGoal--ecommerceAbandonedCart</uniqueId> + </row> + <row> + <category>Ecommerce</category> + <subcategory>Products</subcategory> + <name>Product Name</name> + <module>Goals</module> + <action>getItemsName</action> + <dimension>Product Name</dimension> + <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl> + <metrics> + <revenue>Product Revenue</revenue> + <quantity>Quantity</quantity> + <orders>Unique Purchases</orders> + <nb_visits>Visits</nb_visits> + </metrics> + <metricsDocumentation> + <revenue>The total revenue generated by Product sales. Excludes tax, shipping and discount.</revenue> + <quantity>Quantity is the total number of products sold for each Product Name.</quantity> + <orders>The total number of Ecommerce orders which contained this Product Name at least once.</orders> + <avg_price>The average price for this Product Name.</avg_price> + <avg_quantity>The average quantity of this Product Name sold in Ecommerce orders.</avg_quantity> + <nb_visits>The number of visits on the Product/Category page. This is also used to process the Product Name conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product/Category pages.</nb_visits> + <conversion_rate>The Product Name conversion rate is the number of orders containing this product divided by number of visits on the product page.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <avg_price>Average Price</avg_price> + <avg_quantity>Average Quantity</avg_quantity> + <conversion_rate>Product Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <revenue>money</revenue> + <quantity>number</quantity> + <orders>number</orders> + <nb_visits>number</nb_visits> + <avg_price>money</avg_price> + <avg_quantity>number</avg_quantity> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Goals_getItemsName</uniqueId> + </row> + <row> + <category>Ecommerce</category> + <subcategory>Products</subcategory> + <name>Product SKU</name> + <module>Goals</module> + <action>getItemsSku</action> + <dimension>Product SKU</dimension> + <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl> + <metrics> + <revenue>Product Revenue</revenue> + <quantity>Quantity</quantity> + <orders>Unique Purchases</orders> + <nb_visits>Visits</nb_visits> + </metrics> + <metricsDocumentation> + <revenue>The total revenue generated by Product sales. Excludes tax, shipping and discount.</revenue> + <quantity>Quantity is the total number of products sold for each Product SKU.</quantity> + <orders>The total number of Ecommerce orders which contained this Product SKU at least once.</orders> + <avg_price>The average price for this Product SKU.</avg_price> + <avg_quantity>The average quantity of this Product SKU sold in Ecommerce orders.</avg_quantity> + <nb_visits>The number of visits on the Product/Category page. This is also used to process the Product SKU conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product/Category pages.</nb_visits> + <conversion_rate>The Product SKU conversion rate is the number of orders containing this product divided by number of visits on the product page.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <avg_price>Average Price</avg_price> + <avg_quantity>Average Quantity</avg_quantity> + <conversion_rate>Product Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <revenue>money</revenue> + <quantity>number</quantity> + <orders>number</orders> + <nb_visits>number</nb_visits> + <avg_price>money</avg_price> + <avg_quantity>number</avg_quantity> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Goals_getItemsSku</uniqueId> + </row> + <row> + <category>Ecommerce</category> + <subcategory>Products</subcategory> + <name>Product Category</name> + <module>Goals</module> + <action>getItemsCategory</action> + <dimension>Product Category</dimension> + <onlineGuideUrl>https://matomo.org/docs/ecommerce-analytics/</onlineGuideUrl> + <metrics> + <revenue>Product Revenue</revenue> + <quantity>Quantity</quantity> + <orders>Unique Purchases</orders> + <nb_visits>Visits</nb_visits> + </metrics> + <metricsDocumentation> + <revenue>The total revenue generated by Product sales. Excludes tax, shipping and discount.</revenue> + <quantity>Quantity is the total number of products sold for each Product Category.</quantity> + <orders>The total number of Ecommerce orders which contained this Product Category at least once.</orders> + <avg_price>The average price for this Product Category.</avg_price> + <avg_quantity>The average quantity of this Product Category sold in Ecommerce orders.</avg_quantity> + <nb_visits>The number of visits on the Product/Category page. This is also used to process the Product Category conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product/Category pages.</nb_visits> + <conversion_rate>The Product Category conversion rate is the number of orders containing this product divided by number of visits on the product page.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <avg_price>Average Price</avg_price> + <avg_quantity>Average Quantity</avg_quantity> + <conversion_rate>Product Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <revenue>money</revenue> + <quantity>number</quantity> + <orders>number</orders> + <nb_visits>number</nb_visits> + <avg_price>money</avg_price> + <avg_quantity>number</avg_quantity> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Goals_getItemsCategory</uniqueId> + </row> + <row> + <category>Goals</category> + <name>Goals</name> + <module>Goals</module> + <action>get</action> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + <nb_visits_converted>Visits with Conversions</nb_visits_converted> + <revenue>Revenue</revenue> + </metrics> + <metricsDocumentation> + <nb_visits_converted>Number of visits where at least one goal was successfully converted.</nb_visits_converted> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_conversions>number</nb_conversions> + <nb_visits_converted>number</nb_visits_converted> + <revenue>money</revenue> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Goals_get</uniqueId> + </row> + <row> + <category>Goals</category> + <name>Visits to Conversion</name> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <dimension>Visits to Conversion</dimension> + <documentation>This report shows the number of visits made before a visitor converts a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + </metrics> + <metricsDocumentation> + <nb_conversions>The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.</nb_conversions> + </metricsDocumentation> + <metricTypes> + <nb_conversions>number</nb_conversions> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&period=day&date=today</imageGraphUrl> + <uniqueId>Goals_getVisitsUntilConversion</uniqueId> + </row> + <row> + <category>Goals</category> + <name>Days to Conversion</name> + <module>Goals</module> + <action>getDaysToConversion</action> + <dimension>Days to Conversion</dimension> + <documentation>This report shows how many days pass before your visitors convert a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + </metrics> + <metricsDocumentation> + <nb_conversions>The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.</nb_conversions> + </metricsDocumentation> + <metricTypes> + <nb_conversions>number</nb_conversions> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <metricsGoal> + <nb_conversions>Conversions</nb_conversions> + <revenue>Revenue</revenue> + </metricsGoal> + <processedMetricsGoal> + <revenue_per_visit>Revenue per Visit</revenue_per_visit> + </processedMetricsGoal> + <metricTypesGoal> + <revenue_per_visit>money</revenue_per_visit> + <nb_conversions>number</nb_conversions> + <conversion_rate>percent</conversion_rate> + <revenue>money</revenue> + </metricTypesGoal> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&period=day&date=today</imageGraphUrl> + <uniqueId>Goals_getDaysToConversion</uniqueId> + </row> + <row> + <category>Goals</category> + <name>Goals Overview</name> + <module>Goals</module> + <action>get</action> + <parameters> + <idGoal>0</idGoal> + </parameters> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + <nb_visits_converted>Visits with Conversions</nb_visits_converted> + <revenue>Revenue</revenue> + </metrics> + <metricsDocumentation> + <nb_visits_converted>Number of visits where at least one goal was successfully converted.</nb_visits_converted> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_conversions>number</nb_conversions> + <nb_visits_converted>number</nb_visits_converted> + <revenue>money</revenue> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Goals_get_idGoal--0</uniqueId> + </row> + <row> + <category>Goals</category> + <name>Goals Overview - Visits to Conversion</name> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <parameters> + <idGoal>0</idGoal> + </parameters> + <dimension>Visits to Conversion</dimension> + <documentation>This report shows the number of visits made before a visitor converts a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + </metrics> + <metricsDocumentation> + <nb_conversions>The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.</nb_conversions> + </metricsDocumentation> + <metricTypes> + <nb_conversions>number</nb_conversions> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=0&period=day&date=today</imageGraphUrl> + <uniqueId>Goals_getVisitsUntilConversion_idGoal--0</uniqueId> + </row> + <row> + <category>Goals</category> + <name>Goals Overview - Days to Conversion</name> + <module>Goals</module> + <action>getDaysToConversion</action> + <parameters> + <idGoal>0</idGoal> + </parameters> + <dimension>Days to Conversion</dimension> + <documentation>This report shows how many days pass before your visitors convert a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + </metrics> + <metricsDocumentation> + <nb_conversions>The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.</nb_conversions> + </metricsDocumentation> + <metricTypes> + <nb_conversions>number</nb_conversions> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=0&period=day&date=today</imageGraphUrl> + <uniqueId>Goals_getDaysToConversion_idGoal--0</uniqueId> + </row> + <row> + <category>Goals</category> + <name>Goal New Job Application</name> + <module>Goals</module> + <action>get</action> + <parameters> + <idGoal>4</idGoal> + </parameters> + <documentation>This report gives an overview of how well your visitors convert a specific goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + <nb_visits_converted>Visits with Conversions</nb_visits_converted> + <revenue>Revenue</revenue> + </metrics> + <metricsDocumentation> + <nb_visits_converted>Number of visits where at least one goal was successfully converted.</nb_visits_converted> + <conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate> + </metricsDocumentation> + <processedMetrics> + <conversion_rate>Conversion Rate</conversion_rate> + </processedMetrics> + <metricTypes> + <nb_conversions>number</nb_conversions> + <nb_visits_converted>number</nb_visits_converted> + <revenue>money</revenue> + <conversion_rate>percent</conversion_rate> + </metricTypes> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>Goals_get_idGoal--4</uniqueId> + </row> + <row> + <category>Goals</category> + <name>New Job Application - Visits to Conversion</name> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <parameters> + <idGoal>4</idGoal> + </parameters> + <dimension>Visits to Conversion</dimension> + <documentation>This report shows the number of visits made before a visitor converts a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + </metrics> + <metricsDocumentation> + <nb_conversions>The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.</nb_conversions> + </metricsDocumentation> + <metricTypes> + <nb_conversions>number</nb_conversions> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=4&period=day&date=today</imageGraphUrl> + <uniqueId>Goals_getVisitsUntilConversion_idGoal--4</uniqueId> + </row> + <row> + <category>Goals</category> + <name>New Job Application - Days to Conversion</name> + <module>Goals</module> + <action>getDaysToConversion</action> + <parameters> + <idGoal>4</idGoal> + </parameters> + <dimension>Days to Conversion</dimension> + <documentation>This report shows how many days pass before your visitors convert a goal.</documentation> + <onlineGuideUrl>https://matomo.org/docs/tracking-goals-web-analytics/</onlineGuideUrl> + <metrics> + <nb_conversions>Conversions</nb_conversions> + </metrics> + <metricsDocumentation> + <nb_conversions>The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.</nb_conversions> + </metricsDocumentation> + <metricTypes> + <nb_conversions>number</nb_conversions> + </metricTypes> + <constantRowsCount>1</constantRowsCount> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=4&period=day&date=today</imageGraphUrl> + <uniqueId>Goals_getDaysToConversion_idGoal--4</uniqueId> + </row> + <row> + <category>Goals</category> + <name>Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (7 days))</name> + <module>MultiChannelConversionAttribution</module> + <action>getChannelAttribution</action> + <parameters> + <idGoal>4</idGoal> + <idCampaignDimensionCombination>0</idCampaignDimensionCombination> + </parameters> + <dimension>Channel</dimension> + <metrics> + <nb_attribution_conversions_lastInteraction>Conversions Last Interaction</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>Revenue Last Interaction</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>Conversions Last Non-Direct</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>Revenue Last Non-Direct</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>Conversions First Interaction</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>Revenue First Interaction</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>Conversions Linear</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>Revenue Linear</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>Conversions Position Based</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>Revenue Position Based</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>Conversions Time Decay</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>Revenue Time Decay</nb_attribution_revenue_timeDecay> + </metrics> + <metricsDocumentation> + <nb_attribution_conversions_lastInteraction>The number of conversions for this channel when the attribution model "Last Interaction" is applied.</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>The revenue for this channel when the attribution model "Last Interaction" is applied.</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>The number of conversions for this channel when the attribution model "Last Non-Direct" is applied.</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>The revenue for this channel when the attribution model "Last Non-Direct" is applied.</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>The number of conversions for this channel when the attribution model "First Interaction" is applied.</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>The revenue for this channel when the attribution model "First Interaction" is applied.</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>The number of conversions for this channel when the attribution model "Linear" is applied.</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>The revenue for this channel when the attribution model "Linear" is applied.</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>The number of conversions for this channel when the attribution model "Position Based" is applied.</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>The revenue for this channel when the attribution model "Position Based" is applied.</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>The number of conversions for this channel when the attribution model "Time Decay" is applied.</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>The revenue for this channel when the attribution model "Time Decay" is applied.</nb_attribution_revenue_timeDecay> + </metricsDocumentation> + <processedMetrics> + <nb_attribution_conversions_lastInteraction>Conversions</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>Revenue</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>Conversions</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>Revenue</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>Conversions</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>Revenue</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>Conversions</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>Revenue</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>Conversions</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>Revenue</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>Conversions</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>Revenue</nb_attribution_revenue_timeDecay> + </processedMetrics> + <metricTypes> + <nb_attribution_conversions_lastInteraction>unspecified</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>unspecified</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>unspecified</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>unspecified</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>unspecified</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>unspecified</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>unspecified</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>unspecified</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>unspecified</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>unspecified</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>unspecified</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>unspecified</nb_attribution_revenue_timeDecay> + </metricTypes> + <actionToLoadSubTables>getChannelAttribution</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--0</uniqueId> + </row> + <row> + <category>Goals</category> + <name>Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (30 days))</name> + <module>MultiChannelConversionAttribution</module> + <action>getChannelAttribution</action> + <parameters> + <idGoal>4</idGoal> + <idCampaignDimensionCombination>1</idCampaignDimensionCombination> + </parameters> + <dimension>Channel</dimension> + <metrics> + <nb_attribution_conversions_lastInteraction>Conversions Last Interaction</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>Revenue Last Interaction</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>Conversions Last Non-Direct</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>Revenue Last Non-Direct</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>Conversions First Interaction</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>Revenue First Interaction</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>Conversions Linear</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>Revenue Linear</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>Conversions Position Based</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>Revenue Position Based</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>Conversions Time Decay</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>Revenue Time Decay</nb_attribution_revenue_timeDecay> + </metrics> + <metricsDocumentation> + <nb_attribution_conversions_lastInteraction>The number of conversions for this channel when the attribution model "Last Interaction" is applied.</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>The revenue for this channel when the attribution model "Last Interaction" is applied.</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>The number of conversions for this channel when the attribution model "Last Non-Direct" is applied.</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>The revenue for this channel when the attribution model "Last Non-Direct" is applied.</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>The number of conversions for this channel when the attribution model "First Interaction" is applied.</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>The revenue for this channel when the attribution model "First Interaction" is applied.</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>The number of conversions for this channel when the attribution model "Linear" is applied.</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>The revenue for this channel when the attribution model "Linear" is applied.</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>The number of conversions for this channel when the attribution model "Position Based" is applied.</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>The revenue for this channel when the attribution model "Position Based" is applied.</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>The number of conversions for this channel when the attribution model "Time Decay" is applied.</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>The revenue for this channel when the attribution model "Time Decay" is applied.</nb_attribution_revenue_timeDecay> + </metricsDocumentation> + <processedMetrics> + <nb_attribution_conversions_lastInteraction>Conversions</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>Revenue</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>Conversions</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>Revenue</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>Conversions</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>Revenue</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>Conversions</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>Revenue</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>Conversions</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>Revenue</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>Conversions</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>Revenue</nb_attribution_revenue_timeDecay> + </processedMetrics> + <metricTypes> + <nb_attribution_conversions_lastInteraction>unspecified</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>unspecified</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>unspecified</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>unspecified</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>unspecified</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>unspecified</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>unspecified</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>unspecified</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>unspecified</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>unspecified</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>unspecified</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>unspecified</nb_attribution_revenue_timeDecay> + </metricTypes> + <actionToLoadSubTables>getChannelAttribution</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--1</uniqueId> + </row> + <row> + <category>Goals</category> + <name>Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (90 days))</name> + <module>MultiChannelConversionAttribution</module> + <action>getChannelAttribution</action> + <parameters> + <idGoal>4</idGoal> + <idCampaignDimensionCombination>2</idCampaignDimensionCombination> + </parameters> + <dimension>Channel</dimension> + <metrics> + <nb_attribution_conversions_lastInteraction>Conversions Last Interaction</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>Revenue Last Interaction</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>Conversions Last Non-Direct</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>Revenue Last Non-Direct</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>Conversions First Interaction</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>Revenue First Interaction</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>Conversions Linear</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>Revenue Linear</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>Conversions Position Based</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>Revenue Position Based</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>Conversions Time Decay</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>Revenue Time Decay</nb_attribution_revenue_timeDecay> + </metrics> + <metricsDocumentation> + <nb_attribution_conversions_lastInteraction>The number of conversions for this channel when the attribution model "Last Interaction" is applied.</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>The revenue for this channel when the attribution model "Last Interaction" is applied.</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>The number of conversions for this channel when the attribution model "Last Non-Direct" is applied.</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>The revenue for this channel when the attribution model "Last Non-Direct" is applied.</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>The number of conversions for this channel when the attribution model "First Interaction" is applied.</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>The revenue for this channel when the attribution model "First Interaction" is applied.</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>The number of conversions for this channel when the attribution model "Linear" is applied.</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>The revenue for this channel when the attribution model "Linear" is applied.</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>The number of conversions for this channel when the attribution model "Position Based" is applied.</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>The revenue for this channel when the attribution model "Position Based" is applied.</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>The number of conversions for this channel when the attribution model "Time Decay" is applied.</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>The revenue for this channel when the attribution model "Time Decay" is applied.</nb_attribution_revenue_timeDecay> + </metricsDocumentation> + <processedMetrics> + <nb_attribution_conversions_lastInteraction>Conversions</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>Revenue</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>Conversions</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>Revenue</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>Conversions</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>Revenue</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>Conversions</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>Revenue</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>Conversions</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>Revenue</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>Conversions</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>Revenue</nb_attribution_revenue_timeDecay> + </processedMetrics> + <metricTypes> + <nb_attribution_conversions_lastInteraction>unspecified</nb_attribution_conversions_lastInteraction> + <nb_attribution_revenue_lastInteraction>unspecified</nb_attribution_revenue_lastInteraction> + <nb_attribution_conversions_lastNonDirect>unspecified</nb_attribution_conversions_lastNonDirect> + <nb_attribution_revenue_lastNonDirect>unspecified</nb_attribution_revenue_lastNonDirect> + <nb_attribution_conversions_firstInteraction>unspecified</nb_attribution_conversions_firstInteraction> + <nb_attribution_revenue_firstInteraction>unspecified</nb_attribution_revenue_firstInteraction> + <nb_attribution_conversions_linear>unspecified</nb_attribution_conversions_linear> + <nb_attribution_revenue_linear>unspecified</nb_attribution_revenue_linear> + <nb_attribution_conversions_positionBased>unspecified</nb_attribution_conversions_positionBased> + <nb_attribution_revenue_positionBased>unspecified</nb_attribution_revenue_positionBased> + <nb_attribution_conversions_timeDecay>unspecified</nb_attribution_conversions_timeDecay> + <nb_attribution_revenue_timeDecay>unspecified</nb_attribution_revenue_timeDecay> + </metricTypes> + <actionToLoadSubTables>getChannelAttribution</actionToLoadSubTables> + <imageGraphUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=today</imageGraphUrl> + <imageGraphEvolutionUrl>index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=2025-09-02,2025-10-01</imageGraphEvolutionUrl> + <uniqueId>MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--2</uniqueId> + </row> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getReportPagesMetadata.json b/tests/Resources/ExampleResponses/API.getReportPagesMetadata.json new file mode 100644 index 0000000..564b20d --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getReportPagesMetadata.json @@ -0,0 +1 @@ +[{"uniqueId":"General_Actions.customdimension2","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"customdimension2","name":"Page Author","order":70,"help":""},"widgets":[{"name":"Page Author","module":"CustomDimensions","action":"getCustomDimension","order":202,"parameters":{"module":"CustomDimensions","action":"getCustomDimension","idDimension":"2"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionidDimension2","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.customdimension4","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"customdimension4","name":"Page Location","order":71,"help":""},"widgets":[{"name":"Page Location","module":"CustomDimensions","action":"getCustomDimension","order":204,"parameters":{"module":"CustomDimensions","action":"getCustomDimension","idDimension":"4"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionidDimension4","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.customdimension5","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"customdimension5","name":"Page Type","order":72,"help":""},"widgets":[{"name":"Page Type","module":"CustomDimensions","action":"getCustomDimension","order":205,"parameters":{"module":"CustomDimensions","action":"getCustomDimension","idDimension":"5"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionidDimension5","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.VisitorInterest_Engagement","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"VisitorInterest_Engagement","name":"Engagement","order":46,"help":"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\/p>"},"widgets":[{"name":"Visits per visit duration","module":"VisitorInterest","action":"getNumberOfVisitsPerVisitDuration","order":115,"parameters":{"module":"VisitorInterest","action":"getNumberOfVisitsPerVisitDuration"},"uniqueId":"widgetVisitorInterestgetNumberOfVisitsPerVisitDuration","isWide":false,"viewDataTable":"cloud","isReport":true},{"name":"Visits per number of pages","module":"VisitorInterest","action":"getNumberOfVisitsPerPage","order":120,"parameters":{"module":"VisitorInterest","action":"getNumberOfVisitsPerPage"},"uniqueId":"widgetVisitorInterestgetNumberOfVisitsPerPage","isWide":false,"viewDataTable":"cloud","isReport":true},{"name":"Visits by visit number","module":"VisitorInterest","action":"getNumberOfVisitsByVisitCount","order":125,"parameters":{"module":"VisitorInterest","action":"getNumberOfVisitsByVisitCount"},"uniqueId":"widgetVisitorInterestgetNumberOfVisitsByVisitCount","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Visits by days since last visit","module":"VisitorInterest","action":"getNumberOfVisitsByDaysSinceLast","order":130,"parameters":{"module":"VisitorInterest","action":"getNumberOfVisitsByDaysSinceLast"},"uniqueId":"widgetVisitorInterestgetNumberOfVisitsByDaysSinceLast","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Returning Visits Over Time","module":"VisitFrequency","action":"getEvolutionGraph","order":1,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"VisitFrequency","action":"getEvolutionGraph"},"uniqueId":"widgetVisitFrequencygetEvolutionGraphforceView1viewDataTablegraphEvolution","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Frequency Overview","module":"VisitFrequency","action":"get","order":2,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"VisitFrequency","action":"get"},"uniqueId":"widgetVisitFrequencygetforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true}]},{"uniqueId":"General_Actions.Transitions_Transitions","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Transitions_Transitions","name":"Transitions","order":46,"help":"<p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \"Transitions\" report.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/transitions\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions\" rel=\"noreferrer noopener\" target=\"_blank\">More details<\/a><\/p>"},"widgets":[{"name":"Transitions","module":"Transitions","action":"getTransitions","order":99,"parameters":{"module":"Transitions","action":"getTransitions"},"uniqueId":"widgetTransitionsgetTransitions","isWide":false}]},{"uniqueId":"General_Actions.General_Downloads","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"General_Downloads","name":"Downloads","order":35,"help":"<p>In this report, you can see which files your visitors have downloaded.<\/p><p>What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.<\/p>"},"widgets":[{"name":"Downloads","module":"Actions","action":"getDownloads","order":109,"parameters":{"module":"Actions","action":"getDownloads"},"uniqueId":"widgetActionsgetDownloads","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.Actions_SubmenuPagesEntry","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuPagesEntry","name":"Entry pages","order":10,"help":"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\/p><p>The entry URLs are displayed as a folder structure.<\/p><p>Use the plus and minus icons on the left to navigate.<\/p>"},"widgets":[{"name":"Entry pages","module":"Actions","action":"getEntryPageUrls","order":103,"parameters":{"module":"Actions","action":"getEntryPageUrls"},"uniqueId":"widgetActionsgetEntryPageUrls","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Page Titles","module":"Actions","action":"getEntryPageTitles","order":106,"parameters":{"module":"Actions","action":"getEntryPageTitles"},"uniqueId":"widgetActionsgetEntryPageTitles","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.Actions_SubmenuPagesExit","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuPagesExit","name":"Exit pages","order":15,"help":"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\/p><p>The exit URLs are displayed as a folder structure.<\/p><p>Use the plus and minus icons on the left to navigate.<\/p>"},"widgets":[{"name":"Exit pages","module":"Actions","action":"getExitPageUrls","order":104,"parameters":{"module":"Actions","action":"getExitPageUrls"},"uniqueId":"widgetActionsgetExitPageUrls","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Exit page titles","module":"Actions","action":"getExitPageTitles","order":107,"parameters":{"module":"Actions","action":"getExitPageTitles"},"uniqueId":"widgetActionsgetExitPageTitles","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.General_Outlinks","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"General_Outlinks","name":"Outlinks","order":30,"help":"<p>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<\/p><p>Use the plus and minus icons on the left to navigate.<\/p>"},"widgets":[{"name":"Outlinks","module":"Actions","action":"getOutlinks","order":108,"parameters":{"module":"Actions","action":"getOutlinks"},"uniqueId":"widgetActionsgetOutlinks","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.Actions_SubmenuPageTitles","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuPageTitles","name":"Page titles","order":20,"help":"<p>This report contains information about the titles of the pages that have been visited.<\/p><p>The page title is the HTML <title> Tag that most browsers show in their window title.<\/p>"},"widgets":[{"name":"Page titles","module":"Actions","action":"getPageTitles","order":105,"parameters":{"module":"Actions","action":"getPageTitles"},"uniqueId":"widgetActionsgetPageTitles","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.General_Pages","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"General_Pages","name":"Pages","order":5,"help":"<p>This report contains information about the page URLs that have been visited.<\/p><p>The table is organized hierarchically, the URLs are displayed as a folder structure.<\/p><p>Use the plus and minus icons on the left to navigate.<\/p>"},"widgets":[{"name":"Pages","module":"Actions","action":"getPageUrls","order":102,"parameters":{"module":"Actions","action":"getPageUrls"},"uniqueId":"widgetActionsgetPageUrls","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.Actions_SubmenuSitesearch","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuSitesearch","name":"Site Search","order":25,"help":"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\u2019t find easily, and more.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/site-search\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in the Site Search guide.<\/a><\/p>"},"widgets":[{"name":"Site Search Keywords","module":"Actions","action":"getSiteSearchKeywords","order":115,"parameters":{"module":"Actions","action":"getSiteSearchKeywords"},"uniqueId":"widgetActionsgetSiteSearchKeywords","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Pages Following a Site Search","module":"Actions","action":"getPageUrlsFollowingSiteSearch","order":116,"parameters":{"module":"Actions","action":"getPageUrlsFollowingSiteSearch"},"uniqueId":"widgetActionsgetPageUrlsFollowingSiteSearch","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Search Keywords with No Results","module":"Actions","action":"getSiteSearchNoResultKeywords","order":118,"parameters":{"module":"Actions","action":"getSiteSearchNoResultKeywords"},"uniqueId":"widgetActionsgetSiteSearchNoResultKeywords","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Page Titles Following a Site Search","module":"Actions","action":"getPageTitlesFollowingSiteSearch","order":119,"parameters":{"module":"Actions","action":"getPageTitlesFollowingSiteSearch"},"uniqueId":"widgetActionsgetPageTitlesFollowingSiteSearch","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Search Categories","module":"Actions","action":"getSiteSearchCategories","order":120,"parameters":{"module":"Actions","action":"getSiteSearchCategories"},"uniqueId":"widgetActionsgetSiteSearchCategories","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.Events_Events","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Events_Events","name":"Events","order":40,"help":"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/event-tracking\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more about event tracking here.<\/a><\/p>"},"widgets":[{"name":"","module":"CoreHome","action":"renderWidgetContainer","order":99,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Events"},"uniqueId":"widgetEvents","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Event Categories","category":{"id":"General_Actions","name":"Actions","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Events_Events","name":"Events","order":99,"help":""},"module":"Events","action":"getCategory","order":100,"parameters":{"module":"Events","action":"getCategory","secondaryDimension":"eventAction"},"uniqueId":"widgetEventsgetCategorysecondaryDimensioneventAction","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Event Actions","category":{"id":"General_Actions","name":"Actions","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Events_Events","name":"Events","order":99,"help":""},"module":"Events","action":"getAction","order":101,"parameters":{"module":"Events","action":"getAction","secondaryDimension":"eventName"},"uniqueId":"widgetEventsgetActionsecondaryDimensioneventName","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Event Names","category":{"id":"General_Actions","name":"Actions","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Events_Events","name":"Events","order":99,"help":""},"module":"Events","action":"getName","order":102,"parameters":{"module":"Events","action":"getName","secondaryDimension":"eventAction"},"uniqueId":"widgetEventsgetNamesecondaryDimensioneventAction","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"General_Actions.Contents_Contents","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Contents_Contents","name":"Contents","order":45,"help":"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in the Content Tracking guide.<\/a><\/p>"},"widgets":[{"name":"","module":"CoreHome","action":"renderWidgetContainer","order":99,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Contents"},"uniqueId":"widgetContents","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Content Name","category":{"id":"General_Actions","name":"Actions","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Contents_Contents","name":"Contents","order":99,"help":""},"module":"Contents","action":"getContentNames","order":135,"parameters":{"module":"Contents","action":"getContentNames"},"uniqueId":"widgetContentsgetContentNames","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Content Piece","category":{"id":"General_Actions","name":"Actions","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Contents_Contents","name":"Contents","order":99,"help":""},"module":"Contents","action":"getContentPieces","order":136,"parameters":{"module":"Contents","action":"getContentPieces"},"uniqueId":"widgetContentsgetContentPieces","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"General_Actions.PagePerformance_Performance","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"PagePerformance_Performance","name":"Performance","order":47,"help":"<p>The Performance section can help you analyse how fast your website or app is performing on the whole and help discover whether you have specific pages that significantly deviate from your averages.<\/p><p>You can also find reports showing exactly how long each page of your website takes to load and what is contributing to their loading time.<\/p>"},"widgets":[{"name":"Evolution of page performance metrics","module":"PagePerformance","action":"getEvolutionGraph","order":1,"parameters":{"forceView":"1","viewDataTable":"graphStackedBarEvolution","module":"PagePerformance","action":"getEvolutionGraph"},"uniqueId":"widgetPagePerformancegetEvolutionGraphforceView1viewDataTablegraphStackedBarEvolution","isWide":false,"viewDataTable":"graphStackedBarEvolution","isReport":true},{"name":"","module":"PagePerformance","action":"get","order":2,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"PagePerformance","action":"get"},"uniqueId":"widgetPagePerformancegetforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Page URLs","module":"Actions","action":"getPageUrls","order":3,"parameters":{"forceView":"1","viewDataTable":"tablePerformanceColumns","module":"Actions","action":"getPageUrls","performance":1},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletablePerformanceColumnsperformance1","isWide":true,"viewDataTable":"tablePerformanceColumns","isReport":true},{"name":"Page titles","module":"Actions","action":"getPageTitles","order":4,"parameters":{"forceView":"1","viewDataTable":"tablePerformanceColumns","module":"Actions","action":"getPageTitles","performance":1},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletablePerformanceColumnsperformance1","isWide":true,"viewDataTable":"tablePerformanceColumns","isReport":true}]},{"uniqueId":"General_Actions.UsersFlow_TopPaths","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"UsersFlow_TopPaths","name":"Top Paths","order":48,"help":"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\/p>"},"widgets":[{"name":"Users Flow - Top Paths - Page URLs","module":"UsersFlow","action":"getUsersFlowPretty","order":2000,"parameters":{"module":"UsersFlow","action":"getUsersFlowPretty","topPaths":"1"},"uniqueId":"widgetUsersFlowgetUsersFlowPrettytopPaths1","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Users Flow - Overview - Page URLs","module":"UsersFlow","action":"getUsersFlowPretty","order":2001,"parameters":{"module":"UsersFlow","action":"getUsersFlowPretty"},"uniqueId":"widgetUsersFlowgetUsersFlowPretty","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Users Flow - Top Paths - Page Titles","module":"UsersFlow","action":"getUsersFlowPretty","order":2002,"parameters":{"module":"UsersFlow","action":"getUsersFlowPretty","topPaths":"1","dataSource":"page_title"},"uniqueId":"widgetUsersFlowgetUsersFlowPrettytopPaths1dataSourcepage_title","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Users Flow - Overview - Page Titles","module":"UsersFlow","action":"getUsersFlowPretty","order":2003,"parameters":{"module":"UsersFlow","action":"getUsersFlowPretty","dataSource":"page_title"},"uniqueId":"widgetUsersFlowgetUsersFlowPrettydataSourcepage_title","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.UsersFlow_UsersFlow","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"UsersFlow_UsersFlow","name":"Users Flow","order":47,"help":"<p>This data is based on the 5000 most popular connections per interaction. If you want to include more or less data, you can change the number of connections per step by adjusting the value of the <code>[UsersFlow] usersflow_num_max_links_per_interaction<\/code> configuration in the <code>config\/config.ini.php<\/code> file. The \"Explore traffic\" feature is currently only available to \"day\", \"week\", \"month\" and \"range\" periods.<\/p>"},"widgets":[{"name":"Users Flow - Visualization","module":"UsersFlow","action":"getUsersFlow","order":2000,"parameters":{"module":"UsersFlow","action":"getUsersFlow"},"uniqueId":"widgetUsersFlowgetUsersFlow","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Actions.SearchEngineKeywordsPerformance_CrawlingErrors","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"SearchEngineKeywordsPerformance_CrawlingErrors","name":"Crawling errors","order":99,"help":""},"widgets":[{"name":"Crawl errors on Bing","module":"SearchEngineKeywordsPerformance","action":"getCrawlingErrorExamplesBing","order":102,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getCrawlingErrorExamplesBing"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetCrawlingErrorExamplesBing","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Visitors.customdimension1","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"customdimension1","name":"User Type","order":73,"help":""},"widgets":[{"name":"User Type","module":"CustomDimensions","action":"getCustomDimension","order":201,"parameters":{"module":"CustomDimensions","action":"getCustomDimension","idDimension":"1"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionidDimension1","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Visitors.DevicesDetection_Devices","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Devices","name":"Devices","order":15,"help":"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\/p>"},"widgets":[{"name":"Device type","module":"DevicesDetection","action":"getType","order":100,"parameters":{"module":"DevicesDetection","action":"getType"},"uniqueId":"widgetDevicesDetectiongetType","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Device model","module":"DevicesDetection","action":"getModel","order":102,"parameters":{"module":"DevicesDetection","action":"getModel"},"uniqueId":"widgetDevicesDetectiongetModel","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Device brand","module":"DevicesDetection","action":"getBrand","order":104,"parameters":{"module":"DevicesDetection","action":"getBrand"},"uniqueId":"widgetDevicesDetectiongetBrand","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Screen Resolution","module":"Resolution","action":"getResolution","order":108,"parameters":{"module":"Resolution","action":"getResolution"},"uniqueId":"widgetResolutiongetResolution","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Visitors.DevicesDetection_Software","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Software","name":"Software","order":20,"help":"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\/p>"},"widgets":[{"name":"Operating System versions","module":"DevicesDetection","action":"getOsVersions","order":102,"parameters":{"module":"DevicesDetection","action":"getOsVersions"},"uniqueId":"widgetDevicesDetectiongetOsVersions","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Browsers","module":"DevicesDetection","action":"getBrowsers","order":105,"parameters":{"module":"DevicesDetection","action":"getBrowsers"},"uniqueId":"widgetDevicesDetectiongetBrowsers","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Browser version","module":"DevicesDetection","action":"getBrowserVersions","order":106,"parameters":{"module":"DevicesDetection","action":"getBrowserVersions"},"uniqueId":"widgetDevicesDetectiongetBrowserVersions","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Configurations","module":"Resolution","action":"getConfiguration","order":107,"parameters":{"module":"Resolution","action":"getConfiguration"},"uniqueId":"widgetResolutiongetConfiguration","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Operating System families","module":"DevicesDetection","action":"getOsFamilies","order":108,"parameters":{"module":"DevicesDetection","action":"getOsFamilies"},"uniqueId":"widgetDevicesDetectiongetOsFamilies","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Browser engines","module":"DevicesDetection","action":"getBrowserEngines","order":110,"parameters":{"module":"DevicesDetection","action":"getBrowserEngines"},"uniqueId":"widgetDevicesDetectiongetBrowserEngines","isWide":false,"viewDataTable":"graphPie","isReport":true},{"name":"Browser Plugins","module":"DevicePlugins","action":"getPlugin","order":113,"parameters":{"module":"DevicePlugins","action":"getPlugin"},"uniqueId":"widgetDevicePluginsgetPlugin","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Visitors.General_Overview","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":2,"help":"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\/p>"},"widgets":[{"name":"Visits Over Time","module":"VisitsSummary","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"VisitsSummary","action":"getEvolutionGraph"},"uniqueId":"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Visits Overview","module":"VisitsSummary","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"VisitsSummary","action":"get"},"uniqueId":"widgetVisitsSummarygetforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true}]},{"uniqueId":"General_Visitors.UserCountry_SubmenuLocations","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserCountry_SubmenuLocations","name":"Locations","order":10,"help":"<p>The \"Locations\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\/p>"},"widgets":[{"name":"Visitor Map","module":"UserCountryMap","action":"visitorMap","order":1,"parameters":{"module":"UserCountryMap","action":"visitorMap"},"uniqueId":"widgetUserCountryMapvisitorMap","isWide":false},{"name":"Country","module":"UserCountry","action":"getCountry","order":105,"parameters":{"module":"UserCountry","action":"getCountry"},"uniqueId":"widgetUserCountrygetCountry","isWide":false,"viewDataTable":"table","isReport":true},{"name":"","module":"CoreHome","action":"renderWidgetContainer","order":106,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Continent"},"uniqueId":"widgetContinent","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"Continent","category":{"id":"General_Visitors","name":"Visitors","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"UserCountry_SubmenuLocations","name":"Locations","order":99,"help":""},"module":"UserCountry","action":"getContinent","order":106,"parameters":{"module":"UserCountry","action":"getContinent"},"uniqueId":"widgetUserCountrygetContinent","isWide":false,"viewDataTable":"table","isReport":true},{"name":"","category":{"id":"General_Visitors","name":"Visitors","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"UserCountry_SubmenuLocations","name":"Locations","order":99,"help":""},"module":"UserCountry","action":"getDistinctCountries","order":106,"parameters":{"module":"UserCountry","action":"getDistinctCountries"},"uniqueId":"widgetUserCountrygetDistinctCountries","isWide":false,"viewDataTable":"table","isReport":true}]},{"name":"Region","module":"UserCountry","action":"getRegion","order":107,"parameters":{"module":"UserCountry","action":"getRegion"},"uniqueId":"widgetUserCountrygetRegion","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Web-browser language","module":"UserLanguage","action":"getLanguage","order":108,"parameters":{"module":"UserLanguage","action":"getLanguage"},"uniqueId":"widgetUserLanguagegetLanguage","isWide":false,"viewDataTable":"table","isReport":true},{"name":"City","module":"UserCountry","action":"getCity","order":110,"parameters":{"module":"UserCountry","action":"getCity"},"uniqueId":"widgetUserCountrygetCity","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Language code","module":"UserLanguage","action":"getLanguageCode","order":111,"parameters":{"module":"UserLanguage","action":"getLanguageCode"},"uniqueId":"widgetUserLanguagegetLanguageCode","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Visitors.VisitTime_SubmenuTimes","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"VisitTime_SubmenuTimes","name":"Times","order":35,"help":"<p>The \"Times\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\/p>"},"widgets":[{"name":"Visits per local time","module":"VisitTime","action":"getVisitInformationPerLocalTime","order":115,"parameters":{"module":"VisitTime","action":"getVisitInformationPerLocalTime"},"uniqueId":"widgetVisitTimegetVisitInformationPerLocalTime","isWide":false,"viewDataTable":"graphVerticalBar","isReport":true},{"name":"Visits per hour in the site's timezone","module":"VisitTime","action":"getVisitInformationPerServerTime","order":120,"parameters":{"module":"VisitTime","action":"getVisitInformationPerServerTime"},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTime","isWide":false,"viewDataTable":"graphVerticalBar","isReport":true},{"name":"Visits by day of the week","module":"VisitTime","action":"getByDayOfWeek","order":125,"parameters":{"module":"VisitTime","action":"getByDayOfWeek"},"uniqueId":"widgetVisitTimegetByDayOfWeek","isWide":false,"viewDataTable":"graphVerticalBar","isReport":true}]},{"uniqueId":"General_Visitors.UserCountryMap_RealTimeMap","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserCountryMap_RealTimeMap","name":"Real-time Map","order":9,"help":"<p>Shows the location of website visitors the last 30 minutes, and flashes for new ones. Recent visits are shown as large orange bubbles, and older ones as smaller gray ones. It refreshes every five seconds.<\/p>"},"widgets":[{"name":"Real-time Map","module":"UserCountryMap","action":"realtimeMap","order":15,"parameters":{"module":"UserCountryMap","action":"realtimeMap"},"uniqueId":"widgetUserCountryMaprealtimeMap","isWide":true}]},{"uniqueId":"General_Visitors.General_RealTime","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"General_RealTime","name":"Real-time","order":7,"help":"<p>The visits in the real-time report show the real-time flow of visits to your website. It includes a real-time counter of your visits and page views in the last 24 hours and the previous 30 minutes.<\/p><p>This report refreshes every 5 seconds and displays new visits (or existing visitors that view a new page) at the top of the list with a fade-in effect.<\/p>"},"widgets":[{"name":"Visits in real-time","module":"Live","action":"widget","order":20,"parameters":{"module":"Live","action":"widget"},"uniqueId":"widgetLivewidget","isWide":true}]},{"uniqueId":"General_Visitors.Live_VisitorLog","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"Live_VisitorLog","name":"Visits Log","order":5,"help":"<p>The visits log shows you every visit your website receives in detail. Find out which actions each visitor has performed, how they got to your site, a bit about who they are, and more (while still complying with your local privacy regulations).<\/p><p>While other reports in Matomo show how your visitors behave at an aggregate level, the visits log provides granular detail. You can also use segments to narrow it down to specific types of visits to understand your visitors better.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/real-time\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Live.getLastVisitsDetails\" target=\"_blank\" rel=\"noreferrer noopener\">Learn more in the visit-log guide.<\/a><\/p>"},"widgets":[{"name":"Visits Log","module":"Live","action":"getLastVisitsDetails","order":10,"parameters":{"forceView":"1","viewDataTable":"VisitorLog","module":"Live","action":"getLastVisitsDetails","small":1},"uniqueId":"widgetLivegetLastVisitsDetailsforceView1viewDataTableVisitorLogsmall1","isWide":false,"viewDataTable":"VisitorLog","isReport":true}]},{"uniqueId":"General_Visitors.UserId_UserReportTitle","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserId_UserReportTitle","name":"User IDs","order":40,"help":"<p>The user ID report shows visits associated with all your registered and logged in users. Understand website usage by its specific users and find out who your most and least active users are.<\/p><p><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/matomo.org\/docs\/user-id?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.UserId.getUsers\"><span class=\"icon-info\"><\/span> Learn more<\/a><\/p>"},"widgets":[{"name":"User IDs","module":"UserId","action":"getUsers","order":109,"parameters":{"module":"UserId","action":"getUsers"},"uniqueId":"widgetUserIdgetUsers","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"General_Visitors.CustomVariables_CustomVariables","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"CustomVariables_CustomVariables","name":"Custom Variables","order":45,"help":"<p>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/custom-variables\/\" rel=\"noreferrer noopener\" target=\"_blank\">Read more about this topic in the online guide.<\/a><\/p>"},"widgets":[{"name":"Custom Variables","module":"CustomVariables","action":"getCustomVariables","order":110,"parameters":{"module":"CustomVariables","action":"getCustomVariables"},"uniqueId":"widgetCustomVariablesgetCustomVariables","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"Dashboard_Dashboard.1","category":{"id":"Dashboard_Dashboard","name":"Dashboard","order":0,"icon":"icon-reporting-dashboard","help":"<p>This is a dashboard page. Dashboards are a collection of Matomo's widgets that you add yourself to suit your specific needs. Mix and match any of Matomo's widgets to get the data <strong>*you*<\/strong> need at a glance.<\/p>","widget":null},"subcategory":{"id":"1","name":"Dashboard","order":1,"help":""},"widgets":[{"name":"","module":"Dashboard","action":"embeddedIndex","order":99,"parameters":{"module":"Dashboard","action":"embeddedIndex","idDashboard":1},"uniqueId":"widgetDashboardembeddedIndexidDashboard1","isWide":false}]},{"uniqueId":"Referrers_Referrers.Referrers_AIAssistants","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_AIAssistants","name":"AI Assistants","order":18,"help":"<p>In this table, you can see which AI assistants referred visitors to your site.<\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\/p>"},"widgets":[{"name":"AI Assistants","module":"Referrers","action":"getAIAssistants","order":113,"parameters":{"module":"Referrers","action":"getAIAssistants"},"uniqueId":"widgetReferrersgetAIAssistants","isWide":false,"viewDataTable":"graphPie","isReport":true}]},{"uniqueId":"Referrers_Referrers.Referrers_WidgetGetAll","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_WidgetGetAll","name":"All Channels","order":5,"help":"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\/p>"},"widgets":[{"name":"Channel Types","module":"Referrers","action":"getReferrerType","order":101,"parameters":{"module":"Referrers","action":"getReferrerType"},"uniqueId":"widgetReferrersgetReferrerType","isWide":false,"viewDataTable":"tableAllColumns","isReport":true},{"name":"Referrers","module":"Referrers","action":"getAll","order":102,"parameters":{"module":"Referrers","action":"getAll"},"uniqueId":"widgetReferrersgetAll","isWide":false,"viewDataTable":"tableAllColumns","isReport":true}]},{"uniqueId":"Referrers_Referrers.Referrers_URLCampaignBuilder","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_URLCampaignBuilder","name":"Campaign URL Builder","order":21,"help":""},"widgets":[{"name":"Campaign URL Builder","module":"Referrers","action":"getCampaignUrlBuilder","order":99,"parameters":{"module":"Referrers","action":"getCampaignUrlBuilder"},"uniqueId":"widgetReferrersgetCampaignUrlBuilder","isWide":false}]},{"uniqueId":"Referrers_Referrers.Referrers_Campaigns","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Campaigns","name":"Campaigns","order":20,"help":"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\/p>"},"widgets":[{"name":"Campaign Names","module":"MarketingCampaignsReporting","action":"getName","order":101,"parameters":{"module":"MarketingCampaignsReporting","action":"getName"},"uniqueId":"widgetMarketingCampaignsReportinggetName","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Keywords","module":"MarketingCampaignsReporting","action":"getKeyword","order":102,"parameters":{"module":"MarketingCampaignsReporting","action":"getKeyword"},"uniqueId":"widgetMarketingCampaignsReportinggetKeyword","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Sources","module":"MarketingCampaignsReporting","action":"getSource","order":103,"parameters":{"module":"MarketingCampaignsReporting","action":"getSource"},"uniqueId":"widgetMarketingCampaignsReportinggetSource","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Mediums","module":"MarketingCampaignsReporting","action":"getMedium","order":104,"parameters":{"module":"MarketingCampaignsReporting","action":"getMedium"},"uniqueId":"widgetMarketingCampaignsReportinggetMedium","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Contents","module":"MarketingCampaignsReporting","action":"getContent","order":105,"parameters":{"module":"MarketingCampaignsReporting","action":"getContent"},"uniqueId":"widgetMarketingCampaignsReportinggetContent","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Source - Medium","module":"MarketingCampaignsReporting","action":"getSourceMedium","order":106,"parameters":{"module":"MarketingCampaignsReporting","action":"getSourceMedium"},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMedium","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Ids","module":"MarketingCampaignsReporting","action":"getId","order":107,"parameters":{"module":"MarketingCampaignsReporting","action":"getId"},"uniqueId":"widgetMarketingCampaignsReportinggetId","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Groups","module":"MarketingCampaignsReporting","action":"getGroup","order":108,"parameters":{"module":"MarketingCampaignsReporting","action":"getGroup"},"uniqueId":"widgetMarketingCampaignsReportinggetGroup","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Placements","module":"MarketingCampaignsReporting","action":"getPlacement","order":109,"parameters":{"module":"MarketingCampaignsReporting","action":"getPlacement"},"uniqueId":"widgetMarketingCampaignsReportinggetPlacement","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"Referrers_Referrers.General_Overview","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":2,"help":"<p>The Acquisition Overview shows you the percentage of your traffic from all sources over a selected date range.<\/p><p>You can also click on a specific channel type to display it within the evolution graph. This can help you discover which channels contribute the most traffic to your site as well as any potential patterns over time. For example, a certain channel may perform better on weekends.<\/p>"},"widgets":[{"name":"Evolution over the period","module":"Referrers","action":"getEvolutionGraph","order":9,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Referrers","action":"getEvolutionGraph","columns":["nb_visits"]},"uniqueId":"widgetReferrersgetEvolutionGraphforceView1viewDataTablegraphEvolutioncolumnsArray","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Channel Type","module":"Referrers","action":"getSparklines","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Referrers","action":"getSparklines"},"uniqueId":"widgetReferrersgetSparklinesforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true}]},{"uniqueId":"Referrers_Referrers.Referrers_SubmenuSearchEngines","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_SubmenuSearchEngines","name":"Search Engines & Keywords","order":10,"help":"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\/p><p><a href=\"https:\/\/matomo.org\/matomo-cloud\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Matomo Cloud<\/a> and <a href=\"https:\/\/plugins.matomo.org\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Search Engine Keywords Performance<\/a> plugin users will receive the best results from this report.<\/p>"},"widgets":[{"name":"Combined keywords","module":"SearchEngineKeywordsPerformance","action":"getKeywords","order":101,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getKeywords"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetKeywords","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Search Engines","module":"Referrers","action":"getSearchEngines","order":107,"parameters":{"module":"Referrers","action":"getSearchEngines"},"uniqueId":"widgetReferrersgetSearchEngines","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Keywords (including not defined)","module":"Referrers","action":"getKeywords","order":110,"parameters":{"module":"Referrers","action":"getKeywords"},"uniqueId":"widgetReferrersgetKeywords","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Web keywords on Google","module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleWeb","order":110,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleWeb"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleWeb","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Keywords (on Bing and Yahoo!)","module":"SearchEngineKeywordsPerformance","action":"getKeywordsBing","order":115,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getKeywordsBing"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetKeywordsBing","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Image keywords on Google","module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleImage","order":120,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleImage"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleImage","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Video keywords on Google","module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleVideo","order":125,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleVideo"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleVideo","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"Referrers_Referrers.Referrers_Socials","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Socials","name":"Social Networks","order":16,"help":"<p>In this table, you can see which websites referred visitors to your site.<\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\/p>"},"widgets":[{"name":"Social Networks","module":"Referrers","action":"getSocials","order":111,"parameters":{"module":"Referrers","action":"getSocials"},"uniqueId":"widgetReferrersgetSocials","isWide":false,"viewDataTable":"graphPie","isReport":true}]},{"uniqueId":"Referrers_Referrers.Referrers_SubmenuWebsitesOnly","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_SubmenuWebsitesOnly","name":"Websites","order":15,"help":"<p>In this table, you can see which websites referred visitors to your site.<\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\/p>"},"widgets":[{"name":"Websites","module":"Referrers","action":"getWebsites","order":105,"parameters":{"module":"Referrers","action":"getWebsites"},"uniqueId":"widgetReferrersgetWebsites","isWide":false,"viewDataTable":"tableAllColumns","isReport":true}]},{"uniqueId":"Referrers_Referrers.SearchEngineKeywordsPerformance_CrawlingStats","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"SearchEngineKeywordsPerformance_CrawlingStats","name":"Crawling overview","order":25,"help":"<p>The Crawling overview reports all the most critical information about how Search Engines robots crawl your websites. These metrics are updated approximately once per day with data provided by the search engines.<\/p>"},"widgets":[{"name":"","module":"CoreHome","action":"renderWidgetContainer","order":110,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"CrawlingStatsBing"},"uniqueId":"widgetCrawlingStatsBing","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"Crawl overview for Bing and Yahoo!","category":{"id":"Referrers_Referrers","name":"Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"SearchEngineKeywordsPerformance_CrawlingStats","name":"Crawling overview","order":99,"help":""},"module":"SearchEngineKeywordsPerformance","action":"getCrawlingOverviewBing","order":110,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"SearchEngineKeywordsPerformance","action":"getCrawlingOverviewBing"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetCrawlingOverviewBingforceView1viewDataTablegraphEvolution","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Referrers_Referrers","name":"Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"SearchEngineKeywordsPerformance_CrawlingStats","name":"Crawling overview","order":99,"help":""},"module":"SearchEngineKeywordsPerformance","action":"getCrawlingOverviewBing","order":110,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"SearchEngineKeywordsPerformance","action":"getCrawlingOverviewBing"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetCrawlingOverviewBingforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true}]}]},{"uniqueId":"Goals_Goals.8","category":{"id":"Goals_Goals","name":"Goals","order":25,"icon":"icon-reporting-goal","help":"","widget":null},"subcategory":{"id":"8","name":"Agoda click","order":900,"help":""},"widgets":[{"name":"Agoda click","module":"CoreHome","action":"renderWidgetContainer","order":6,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goal_8"},"uniqueId":"widgetGoal_8","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"8","name":"8","order":99,"help":""},"module":"Goals","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Goals","action":"getEvolutionGraph","idGoal":8},"uniqueId":"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal8","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"8","name":"8","order":99,"help":""},"module":"Goals","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Goals","action":"get","idGoal":8,"allow_multiple":0},"uniqueId":"widgetGoalsgetforceView1viewDataTablesparklinesidGoal8allow_multiple0","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Conversions Overview","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"8","name":"8","order":99,"help":""},"module":"Goals","action":"goalConversionsOverview","order":25,"parameters":{"module":"Goals","action":"goalConversionsOverview","idGoal":8},"uniqueId":"widgetGoalsgoalConversionsOverviewidGoal8","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":8},"viewDataTable":"table","isReport":true}]},{"name":"Goal Agoda click conversions by type of visit","module":"CoreHome","action":"renderWidgetContainer","order":35,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goals8"},"uniqueId":"widgetGoals8","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":8},"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Country","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCountry","order":301,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCountry","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Continent","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getContinent","order":302,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getContinent","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Region","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getRegion","order":303,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getRegion","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"City","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCity","order":304,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCity","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device type","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getType","order":305,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getType","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device model","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getModel","order":306,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getModel","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device brand","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrand","order":307,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrand","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Browsers","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrowsers","order":308,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrowsers","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits per hour in the site's timezone","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"VisitTime","action":"getVisitInformationPerServerTime","order":401,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"VisitTime","action":"getVisitInformationPerServerTime","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Custom Variables","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomVariables","action":"getCustomVariables","order":402,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomVariables","action":"getCustomVariables","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"User Type","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":403,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomDimensions","action":"getCustomDimension","documentationForGoalsPage":"1","idGoal":8,"idDimension":"1"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8idDimension1","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page URLs","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageUrls","order":101,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageUrls","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry pages","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageUrls","order":102,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageUrls","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageTitles","order":103,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageTitles","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageTitles","order":104,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageTitles","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Channel Type","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getReferrerType","order":1,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getReferrerType","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Search Engines","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSearchEngines","order":2,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSearchEngines","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Keywords (including not defined)","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getKeywords","order":3,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getKeywords","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Websites","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getWebsites","order":4,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getWebsites","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Social Networks","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSocials","order":5,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSocials","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"AI Assistants","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getAIAssistants","order":6,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getAIAssistants","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Names","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getName","order":7,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getName","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Keywords","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getKeyword","order":8,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getKeyword","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Sources","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSource","order":9,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSource","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Mediums","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getMedium","order":10,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getMedium","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Contents","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getContent","order":11,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getContent","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Source - Medium","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSourceMedium","order":12,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSourceMedium","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Ids","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getId","order":13,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getId","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Groups","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getGroup","order":14,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getGroup","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Placements","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getPlacement","order":15,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getPlacement","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getVisitsUntilConversion","order":201,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getVisitsUntilConversion","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Days to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getDaysToConversion","order":202,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getDaysToConversion","documentationForGoalsPage":"1","idGoal":8},"uniqueId":"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal8","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"Goals_Goals.7","category":{"id":"Goals_Goals","name":"Goals","order":25,"icon":"icon-reporting-goal","help":"","widget":null},"subcategory":{"id":"7","name":"Liveaboard.com click","order":901,"help":""},"widgets":[{"name":"Liveaboard.com click","module":"CoreHome","action":"renderWidgetContainer","order":5,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goal_7"},"uniqueId":"widgetGoal_7","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"7","name":"7","order":99,"help":""},"module":"Goals","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Goals","action":"getEvolutionGraph","idGoal":7},"uniqueId":"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal7","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"7","name":"7","order":99,"help":""},"module":"Goals","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Goals","action":"get","idGoal":7,"allow_multiple":0},"uniqueId":"widgetGoalsgetforceView1viewDataTablesparklinesidGoal7allow_multiple0","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Conversions Overview","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"7","name":"7","order":99,"help":""},"module":"Goals","action":"goalConversionsOverview","order":25,"parameters":{"module":"Goals","action":"goalConversionsOverview","idGoal":7},"uniqueId":"widgetGoalsgoalConversionsOverviewidGoal7","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":7},"viewDataTable":"table","isReport":true}]},{"name":"Goal Liveaboard.com click conversions by type of visit","module":"CoreHome","action":"renderWidgetContainer","order":35,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goals7"},"uniqueId":"widgetGoals7","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":7},"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Country","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCountry","order":301,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCountry","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Continent","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getContinent","order":302,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getContinent","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Region","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getRegion","order":303,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getRegion","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"City","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCity","order":304,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCity","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device type","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getType","order":305,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getType","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device model","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getModel","order":306,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getModel","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device brand","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrand","order":307,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrand","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Browsers","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrowsers","order":308,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrowsers","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits per hour in the site's timezone","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"VisitTime","action":"getVisitInformationPerServerTime","order":401,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"VisitTime","action":"getVisitInformationPerServerTime","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Custom Variables","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomVariables","action":"getCustomVariables","order":402,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomVariables","action":"getCustomVariables","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"User Type","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":403,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomDimensions","action":"getCustomDimension","documentationForGoalsPage":"1","idGoal":7,"idDimension":"1"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7idDimension1","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page URLs","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageUrls","order":101,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageUrls","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry pages","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageUrls","order":102,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageUrls","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageTitles","order":103,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageTitles","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageTitles","order":104,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageTitles","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Channel Type","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getReferrerType","order":1,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getReferrerType","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Search Engines","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSearchEngines","order":2,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSearchEngines","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Keywords (including not defined)","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getKeywords","order":3,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getKeywords","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Websites","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getWebsites","order":4,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getWebsites","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Social Networks","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSocials","order":5,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSocials","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"AI Assistants","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getAIAssistants","order":6,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getAIAssistants","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Names","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getName","order":7,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getName","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Keywords","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getKeyword","order":8,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getKeyword","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Sources","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSource","order":9,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSource","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Mediums","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getMedium","order":10,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getMedium","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Contents","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getContent","order":11,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getContent","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Source - Medium","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSourceMedium","order":12,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSourceMedium","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Ids","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getId","order":13,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getId","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Groups","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getGroup","order":14,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getGroup","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Placements","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getPlacement","order":15,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getPlacement","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getVisitsUntilConversion","order":201,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getVisitsUntilConversion","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Days to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getDaysToConversion","order":202,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getDaysToConversion","documentationForGoalsPage":"1","idGoal":7},"uniqueId":"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal7","isWide":false,"viewDataTable":"table","isReport":true}]},{"name":"Funnel Overview","module":"Funnels","action":"getMetrics","order":26,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":7,"goal_overview":"1","idFunnel":8},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7goal_overview1idFunnel8","isWide":false,"viewDataTable":"sparklines","isReport":true}]},{"uniqueId":"Goals_Goals.4","category":{"id":"Goals_Goals","name":"Goals","order":25,"icon":"icon-reporting-goal","help":"","widget":null},"subcategory":{"id":"4","name":"New Job Application","order":902,"help":""},"widgets":[{"name":"New Job Application","module":"CoreHome","action":"renderWidgetContainer","order":2,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goal_4"},"uniqueId":"widgetGoal_4","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"4","name":"4","order":99,"help":""},"module":"Goals","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Goals","action":"getEvolutionGraph","idGoal":4},"uniqueId":"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal4","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"4","name":"4","order":99,"help":""},"module":"Goals","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Goals","action":"get","idGoal":4,"allow_multiple":0},"uniqueId":"widgetGoalsgetforceView1viewDataTablesparklinesidGoal4allow_multiple0","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Conversions Overview","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"4","name":"4","order":99,"help":""},"module":"Goals","action":"goalConversionsOverview","order":25,"parameters":{"module":"Goals","action":"goalConversionsOverview","idGoal":4},"uniqueId":"widgetGoalsgoalConversionsOverviewidGoal4","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":4},"viewDataTable":"table","isReport":true}]},{"name":"Goal New Job Application conversions by type of visit","module":"CoreHome","action":"renderWidgetContainer","order":35,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goals4"},"uniqueId":"widgetGoals4","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":4},"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Country","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCountry","order":301,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCountry","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Continent","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getContinent","order":302,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getContinent","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Region","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getRegion","order":303,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getRegion","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"City","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCity","order":304,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCity","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device type","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getType","order":305,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getType","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device model","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getModel","order":306,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getModel","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device brand","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrand","order":307,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrand","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Browsers","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrowsers","order":308,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrowsers","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits per hour in the site's timezone","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"VisitTime","action":"getVisitInformationPerServerTime","order":401,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"VisitTime","action":"getVisitInformationPerServerTime","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Custom Variables","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomVariables","action":"getCustomVariables","order":402,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomVariables","action":"getCustomVariables","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"User Type","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":403,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomDimensions","action":"getCustomDimension","documentationForGoalsPage":"1","idGoal":4,"idDimension":"1"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4idDimension1","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page URLs","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageUrls","order":101,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageUrls","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry pages","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageUrls","order":102,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageUrls","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageTitles","order":103,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageTitles","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageTitles","order":104,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageTitles","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Channel Type","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getReferrerType","order":1,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getReferrerType","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Search Engines","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSearchEngines","order":2,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSearchEngines","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Keywords (including not defined)","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getKeywords","order":3,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getKeywords","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Websites","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getWebsites","order":4,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getWebsites","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Social Networks","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSocials","order":5,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSocials","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"AI Assistants","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getAIAssistants","order":6,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getAIAssistants","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Names","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getName","order":7,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getName","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Keywords","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getKeyword","order":8,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getKeyword","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Sources","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSource","order":9,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSource","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Mediums","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getMedium","order":10,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getMedium","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Contents","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getContent","order":11,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getContent","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Source - Medium","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSourceMedium","order":12,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSourceMedium","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Ids","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getId","order":13,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getId","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Groups","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getGroup","order":14,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getGroup","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Placements","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getPlacement","order":15,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getPlacement","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getVisitsUntilConversion","order":201,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getVisitsUntilConversion","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Days to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getDaysToConversion","order":202,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getDaysToConversion","documentationForGoalsPage":"1","idGoal":4},"uniqueId":"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal4","isWide":false,"viewDataTable":"table","isReport":true}]},{"name":"Funnel Overview","module":"Funnels","action":"getMetrics","order":26,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":4,"goal_overview":"1","idFunnel":7},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4goal_overview1idFunnel7","isWide":false,"viewDataTable":"sparklines","isReport":true}]},{"uniqueId":"Goals_Goals.6","category":{"id":"Goals_Goals","name":"Goals","order":25,"icon":"icon-reporting-goal","help":"","widget":null},"subcategory":{"id":"6","name":"New Resume","order":903,"help":""},"widgets":[{"name":"New Resume","module":"CoreHome","action":"renderWidgetContainer","order":4,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goal_6"},"uniqueId":"widgetGoal_6","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"6","name":"6","order":99,"help":""},"module":"Goals","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Goals","action":"getEvolutionGraph","idGoal":6},"uniqueId":"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal6","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"6","name":"6","order":99,"help":""},"module":"Goals","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Goals","action":"get","idGoal":6,"allow_multiple":0},"uniqueId":"widgetGoalsgetforceView1viewDataTablesparklinesidGoal6allow_multiple0","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Conversions Overview","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"6","name":"6","order":99,"help":""},"module":"Goals","action":"goalConversionsOverview","order":25,"parameters":{"module":"Goals","action":"goalConversionsOverview","idGoal":6},"uniqueId":"widgetGoalsgoalConversionsOverviewidGoal6","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":6},"viewDataTable":"table","isReport":true}]},{"name":"Goal New Resume conversions by type of visit","module":"CoreHome","action":"renderWidgetContainer","order":35,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goals6"},"uniqueId":"widgetGoals6","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":6},"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Country","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCountry","order":301,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCountry","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Continent","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getContinent","order":302,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getContinent","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Region","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getRegion","order":303,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getRegion","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"City","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCity","order":304,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCity","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device type","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getType","order":305,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getType","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device model","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getModel","order":306,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getModel","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device brand","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrand","order":307,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrand","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Browsers","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrowsers","order":308,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrowsers","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits per hour in the site's timezone","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"VisitTime","action":"getVisitInformationPerServerTime","order":401,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"VisitTime","action":"getVisitInformationPerServerTime","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Custom Variables","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomVariables","action":"getCustomVariables","order":402,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomVariables","action":"getCustomVariables","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"User Type","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":403,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomDimensions","action":"getCustomDimension","documentationForGoalsPage":"1","idGoal":6,"idDimension":"1"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6idDimension1","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page URLs","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageUrls","order":101,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageUrls","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry pages","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageUrls","order":102,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageUrls","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageTitles","order":103,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageTitles","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageTitles","order":104,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageTitles","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Channel Type","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getReferrerType","order":1,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getReferrerType","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Search Engines","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSearchEngines","order":2,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSearchEngines","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Keywords (including not defined)","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getKeywords","order":3,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getKeywords","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Websites","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getWebsites","order":4,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getWebsites","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Social Networks","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSocials","order":5,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSocials","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"AI Assistants","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getAIAssistants","order":6,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getAIAssistants","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Names","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getName","order":7,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getName","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Keywords","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getKeyword","order":8,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getKeyword","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Sources","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSource","order":9,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSource","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Mediums","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getMedium","order":10,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getMedium","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Contents","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getContent","order":11,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getContent","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Source - Medium","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSourceMedium","order":12,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSourceMedium","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Ids","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getId","order":13,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getId","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Groups","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getGroup","order":14,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getGroup","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Placements","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getPlacement","order":15,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getPlacement","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getVisitsUntilConversion","order":201,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getVisitsUntilConversion","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Days to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getDaysToConversion","order":202,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getDaysToConversion","documentationForGoalsPage":"1","idGoal":6},"uniqueId":"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal6","isWide":false,"viewDataTable":"table","isReport":true}]},{"name":"Funnel Overview","module":"Funnels","action":"getMetrics","order":26,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":6,"goal_overview":"1","idFunnel":2},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6goal_overview1idFunnel2","isWide":false,"viewDataTable":"sparklines","isReport":true}]},{"uniqueId":"Goals_Goals.10","category":{"id":"Goals_Goals","name":"Goals","order":25,"icon":"icon-reporting-goal","help":"","widget":null},"subcategory":{"id":"10","name":"Newsletter Signup","order":904,"help":""},"widgets":[{"name":"Newsletter Signup","module":"CoreHome","action":"renderWidgetContainer","order":8,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goal_10"},"uniqueId":"widgetGoal_10","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"10","name":"10","order":99,"help":""},"module":"Goals","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Goals","action":"getEvolutionGraph","idGoal":10},"uniqueId":"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal10","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"10","name":"10","order":99,"help":""},"module":"Goals","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Goals","action":"get","idGoal":10,"allow_multiple":0},"uniqueId":"widgetGoalsgetforceView1viewDataTablesparklinesidGoal10allow_multiple0","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Conversions Overview","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"10","name":"10","order":99,"help":""},"module":"Goals","action":"goalConversionsOverview","order":25,"parameters":{"module":"Goals","action":"goalConversionsOverview","idGoal":10},"uniqueId":"widgetGoalsgoalConversionsOverviewidGoal10","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":10},"viewDataTable":"table","isReport":true}]},{"name":"Goal Newsletter Signup conversions by type of visit","module":"CoreHome","action":"renderWidgetContainer","order":35,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goals10"},"uniqueId":"widgetGoals10","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":10},"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Country","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCountry","order":301,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCountry","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Continent","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getContinent","order":302,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getContinent","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Region","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getRegion","order":303,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getRegion","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"City","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCity","order":304,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCity","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device type","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getType","order":305,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getType","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device model","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getModel","order":306,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getModel","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device brand","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrand","order":307,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrand","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Browsers","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrowsers","order":308,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrowsers","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits per hour in the site's timezone","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"VisitTime","action":"getVisitInformationPerServerTime","order":401,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"VisitTime","action":"getVisitInformationPerServerTime","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Custom Variables","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomVariables","action":"getCustomVariables","order":402,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomVariables","action":"getCustomVariables","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"User Type","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":403,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomDimensions","action":"getCustomDimension","documentationForGoalsPage":"1","idGoal":10,"idDimension":"1"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10idDimension1","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page URLs","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageUrls","order":101,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageUrls","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry pages","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageUrls","order":102,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageUrls","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageTitles","order":103,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageTitles","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageTitles","order":104,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageTitles","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Channel Type","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getReferrerType","order":1,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getReferrerType","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Search Engines","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSearchEngines","order":2,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSearchEngines","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Keywords (including not defined)","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getKeywords","order":3,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getKeywords","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Websites","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getWebsites","order":4,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getWebsites","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Social Networks","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSocials","order":5,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSocials","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"AI Assistants","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getAIAssistants","order":6,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getAIAssistants","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Names","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getName","order":7,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getName","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Keywords","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getKeyword","order":8,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getKeyword","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Sources","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSource","order":9,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSource","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Mediums","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getMedium","order":10,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getMedium","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Contents","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getContent","order":11,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getContent","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Source - Medium","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSourceMedium","order":12,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSourceMedium","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Ids","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getId","order":13,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getId","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Groups","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getGroup","order":14,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getGroup","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Placements","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getPlacement","order":15,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getPlacement","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getVisitsUntilConversion","order":201,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getVisitsUntilConversion","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Days to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getDaysToConversion","order":202,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getDaysToConversion","documentationForGoalsPage":"1","idGoal":10},"uniqueId":"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal10","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"Goals_Goals.9","category":{"id":"Goals_Goals","name":"Goals","order":25,"icon":"icon-reporting-goal","help":"","widget":null},"subcategory":{"id":"9","name":"User Comments","order":905,"help":""},"widgets":[{"name":"User Comments","module":"CoreHome","action":"renderWidgetContainer","order":7,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goal_9"},"uniqueId":"widgetGoal_9","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"9","name":"9","order":99,"help":""},"module":"Goals","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Goals","action":"getEvolutionGraph","idGoal":9},"uniqueId":"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal9","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"9","name":"9","order":99,"help":""},"module":"Goals","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Goals","action":"get","idGoal":9,"allow_multiple":1},"uniqueId":"widgetGoalsgetforceView1viewDataTablesparklinesidGoal9allow_multiple1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Conversions Overview","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"9","name":"9","order":99,"help":""},"module":"Goals","action":"goalConversionsOverview","order":25,"parameters":{"module":"Goals","action":"goalConversionsOverview","idGoal":9},"uniqueId":"widgetGoalsgoalConversionsOverviewidGoal9","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":9},"viewDataTable":"table","isReport":true}]},{"name":"Goal User Comments conversions by type of visit","module":"CoreHome","action":"renderWidgetContainer","order":35,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goals9"},"uniqueId":"widgetGoals9","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":9},"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Country","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCountry","order":301,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCountry","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Continent","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getContinent","order":302,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getContinent","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Region","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getRegion","order":303,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getRegion","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"City","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCity","order":304,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCity","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device type","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getType","order":305,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getType","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device model","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getModel","order":306,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getModel","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device brand","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrand","order":307,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrand","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Browsers","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrowsers","order":308,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrowsers","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits per hour in the site's timezone","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"VisitTime","action":"getVisitInformationPerServerTime","order":401,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"VisitTime","action":"getVisitInformationPerServerTime","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Custom Variables","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomVariables","action":"getCustomVariables","order":402,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomVariables","action":"getCustomVariables","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"User Type","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":403,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomDimensions","action":"getCustomDimension","documentationForGoalsPage":"1","idGoal":9,"idDimension":"1"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9idDimension1","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page URLs","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageUrls","order":101,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageUrls","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry pages","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageUrls","order":102,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageUrls","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageTitles","order":103,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageTitles","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageTitles","order":104,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageTitles","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Channel Type","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getReferrerType","order":1,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getReferrerType","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Search Engines","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSearchEngines","order":2,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSearchEngines","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Keywords (including not defined)","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getKeywords","order":3,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getKeywords","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Websites","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getWebsites","order":4,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getWebsites","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Social Networks","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSocials","order":5,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSocials","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"AI Assistants","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getAIAssistants","order":6,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getAIAssistants","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Names","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getName","order":7,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getName","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Keywords","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getKeyword","order":8,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getKeyword","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Sources","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSource","order":9,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSource","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Mediums","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getMedium","order":10,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getMedium","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Contents","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getContent","order":11,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getContent","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Source - Medium","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSourceMedium","order":12,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSourceMedium","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Ids","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getId","order":13,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getId","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Groups","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getGroup","order":14,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getGroup","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Placements","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getPlacement","order":15,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getPlacement","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getVisitsUntilConversion","order":201,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getVisitsUntilConversion","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Days to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getDaysToConversion","order":202,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getDaysToConversion","documentationForGoalsPage":"1","idGoal":9},"uniqueId":"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal9","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"Goals_Goals.5","category":{"id":"Goals_Goals","name":"Goals","order":25,"icon":"icon-reporting-goal","help":"","widget":null},"subcategory":{"id":"5","name":"View Submit Job","order":906,"help":""},"widgets":[{"name":"View Submit Job","module":"CoreHome","action":"renderWidgetContainer","order":3,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goal_5"},"uniqueId":"widgetGoal_5","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"5","name":"5","order":99,"help":""},"module":"Goals","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Goals","action":"getEvolutionGraph","idGoal":5},"uniqueId":"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal5","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"5","name":"5","order":99,"help":""},"module":"Goals","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Goals","action":"get","idGoal":5,"allow_multiple":0},"uniqueId":"widgetGoalsgetforceView1viewDataTablesparklinesidGoal5allow_multiple0","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Conversions Overview","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"5","name":"5","order":99,"help":""},"module":"Goals","action":"goalConversionsOverview","order":25,"parameters":{"module":"Goals","action":"goalConversionsOverview","idGoal":5},"uniqueId":"widgetGoalsgoalConversionsOverviewidGoal5","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":5},"viewDataTable":"table","isReport":true}]},{"name":"Goal View Submit Job conversions by type of visit","module":"CoreHome","action":"renderWidgetContainer","order":35,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goals5"},"uniqueId":"widgetGoals5","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":5},"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Country","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCountry","order":301,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCountry","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Continent","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getContinent","order":302,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getContinent","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Region","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getRegion","order":303,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getRegion","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"City","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCity","order":304,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCity","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device type","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getType","order":305,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getType","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device model","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getModel","order":306,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getModel","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device brand","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrand","order":307,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrand","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Browsers","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrowsers","order":308,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrowsers","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits per hour in the site's timezone","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"VisitTime","action":"getVisitInformationPerServerTime","order":401,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"VisitTime","action":"getVisitInformationPerServerTime","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Custom Variables","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomVariables","action":"getCustomVariables","order":402,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomVariables","action":"getCustomVariables","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"User Type","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":403,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomDimensions","action":"getCustomDimension","documentationForGoalsPage":"1","idGoal":5,"idDimension":"1"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5idDimension1","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page URLs","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageUrls","order":101,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageUrls","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry pages","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageUrls","order":102,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageUrls","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageTitles","order":103,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageTitles","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageTitles","order":104,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageTitles","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Channel Type","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getReferrerType","order":1,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getReferrerType","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Search Engines","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSearchEngines","order":2,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSearchEngines","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Keywords (including not defined)","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getKeywords","order":3,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getKeywords","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Websites","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getWebsites","order":4,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getWebsites","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Social Networks","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSocials","order":5,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSocials","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"AI Assistants","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getAIAssistants","order":6,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getAIAssistants","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Names","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getName","order":7,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getName","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Keywords","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getKeyword","order":8,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getKeyword","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Sources","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSource","order":9,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSource","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Mediums","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getMedium","order":10,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getMedium","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Contents","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getContent","order":11,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getContent","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Source - Medium","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSourceMedium","order":12,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSourceMedium","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Ids","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getId","order":13,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getId","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Groups","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getGroup","order":14,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getGroup","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Placements","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getPlacement","order":15,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getPlacement","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getVisitsUntilConversion","order":201,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getVisitsUntilConversion","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Days to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getDaysToConversion","order":202,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getDaysToConversion","documentationForGoalsPage":"1","idGoal":5},"uniqueId":"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal5","isWide":false,"viewDataTable":"table","isReport":true}]},{"name":"Funnel Overview","module":"Funnels","action":"getMetrics","order":26,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":5,"goal_overview":"1","idFunnel":3},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5goal_overview1idFunnel3","isWide":false,"viewDataTable":"sparklines","isReport":true}]},{"uniqueId":"Goals_Goals.General_Overview","category":{"id":"Goals_Goals","name":"Goals","order":25,"icon":"icon-reporting-goal","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":2,"help":"<p>The Goals Overview reports on the performance of the goals defined for your website. You can access your goal\u2019s conversion percentages, amount of revenue generated and full reports for each.<\/p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Goals.Overview\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in our Goals guide here.<\/a><\/p>"},"widgets":[{"name":"Overview","module":"CoreHome","action":"renderWidgetContainer","order":0,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"GoalsOverview"},"uniqueId":"widgetGoalsOverview","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":99,"help":""},"module":"Goals","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Goals","action":"getEvolutionGraph"},"uniqueId":"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolution","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":99,"help":""},"module":"Goals","action":"getMetrics","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Goals","action":"getMetrics"},"uniqueId":"widgetGoalsgetMetricsforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":99,"help":""},"module":"Goals","action":"getSparklines","order":25,"parameters":{"module":"Goals","action":"getSparklines"},"uniqueId":"widgetGoalsgetSparklines","isWide":false,"viewDataTable":null,"isReport":true}]},{"name":"Conversions overview by type of visit","module":"CoreHome","action":"renderWidgetContainer","order":35,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Goals"},"uniqueId":"widgetGoals","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions"},"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Country","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCountry","order":301,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCountry","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Continent","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getContinent","order":302,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getContinent","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Region","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getRegion","order":303,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getRegion","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"City","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"UserCountry","action":"getCity","order":304,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCity","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device type","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getType","order":305,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getType","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device model","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getModel","order":306,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getModel","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device brand","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrand","order":307,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrand","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Browsers","category":{"id":"Goals by User location","name":"Goals by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User location","name":"Goals by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrowsers","order":308,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrowsers","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits per hour in the site's timezone","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"VisitTime","action":"getVisitInformationPerServerTime","order":401,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"VisitTime","action":"getVisitInformationPerServerTime","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Custom Variables","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomVariables","action":"getCustomVariables","order":402,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomVariables","action":"getCustomVariables","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"User Type","category":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by User attribute","name":"Goals by User attribute","order":99,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":403,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomDimensions","action":"getCustomDimension","documentationForGoalsPage":"1","idGoal":"0","idDimension":"1"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0idDimension1","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page URLs","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageUrls","order":101,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageUrls","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry pages","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageUrls","order":102,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageUrls","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageTitles","order":103,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageTitles","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page titles","category":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Pages","name":"Goals by Pages","order":99,"help":""},"module":"Actions","action":"getPageTitles","order":104,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageTitles","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Channel Type","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getReferrerType","order":1,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getReferrerType","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Search Engines","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSearchEngines","order":2,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSearchEngines","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Keywords (including not defined)","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getKeywords","order":3,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getKeywords","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Websites","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getWebsites","order":4,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getWebsites","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Social Networks","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getSocials","order":5,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSocials","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"AI Assistants","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"Referrers","action":"getAIAssistants","order":6,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getAIAssistants","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Names","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getName","order":7,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getName","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Keywords","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getKeyword","order":8,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getKeyword","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Sources","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSource","order":9,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSource","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Mediums","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getMedium","order":10,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getMedium","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Contents","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getContent","order":11,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getContent","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Source - Medium","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSourceMedium","order":12,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSourceMedium","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Ids","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getId","order":13,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getId","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Groups","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getGroup","order":14,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getGroup","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Placements","category":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals by Referrers","name":"Goals by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getPlacement","order":15,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getPlacement","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getVisitsUntilConversion","order":201,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getVisitsUntilConversion","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Days to Conversion","category":{"id":"Goals engagement","name":"Goals engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals engagement","name":"Goals engagement","order":99,"help":""},"module":"Goals","action":"getDaysToConversion","order":202,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getDaysToConversion","documentationForGoalsPage":"1","idGoal":"0"},"uniqueId":"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal0","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"Goals_Goals.Goals_ManageGoals","category":{"id":"Goals_Goals","name":"Goals","order":25,"icon":"icon-reporting-goal","help":"","widget":null},"subcategory":{"id":"Goals_ManageGoals","name":"Manage Goals","order":9999,"help":"<p>This section allows you to create and edit Goals for specific actions which visitors take on your site, such as visiting a certain page or submitting a specific form. Goal reports vary but can help you track your website performance against business objectives such as lead generation, online sales and increased brand exposure.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in our Goals guide here.<\/a><\/p>"},"widgets":[{"name":"Manage Goals","module":"Goals","action":"editGoals","order":99,"parameters":{"module":"Goals","action":"editGoals"},"uniqueId":"widgetGoalseditGoals","isWide":false}]},{"uniqueId":"Goals_Goals.MultiChannelConversionAttribution_MultiAttribution","category":{"id":"Goals_Goals","name":"Goals","order":25,"icon":"icon-reporting-goal","help":"","widget":null},"subcategory":{"id":"MultiChannelConversionAttribution_MultiAttribution","name":"Multi Attribution","order":3,"help":"<p>Get a clear understanding of how much credit towards your Goals each of your marketing channels is actually responsible for, so you can shift your marketing efforts wisely.<\/p>"},"widgets":[{"name":"Multi Channel Conversion Attribution","module":"MultiChannelConversionAttribution","action":"getMultiAttribution","order":99,"parameters":{"module":"MultiChannelConversionAttribution","action":"getMultiAttribution"},"uniqueId":"widgetMultiChannelConversionAttributiongetMultiAttribution","isWide":false}]},{"uniqueId":"Goals_Ecommerce.Goals_EcommerceLog","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Goals_EcommerceLog","name":"Ecommerce Log","order":5,"help":"<p>The Ecommerce log provides granular session-level data so you can look at the full session for each user that either made a purchase or abandoned their cart. This can help you understand what users do before and after purchasing to reveal optimisation opportunities.<\/p><p>Data on this page is updated in real-time.<\/p>"},"widgets":[{"name":"Ecommerce Log","module":"Ecommerce","action":"getEcommerceLog","order":99,"parameters":{"module":"Ecommerce","action":"getEcommerceLog"},"uniqueId":"widgetEcommercegetEcommerceLog","isWide":false}]},{"uniqueId":"Goals_Ecommerce.General_Overview","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":2,"help":"<p>The Ecommerce Overview section is the best place to get a high-level view of your online store\u2019s performance. At a glance, you can see how many sales you\u2019re making, how much revenue you are generating, and your website\u2019s conversion rate.<\/p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/ecommerce-analytics\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Ecommerce.Overview\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in our Ecommerce guide here.<\/a><\/p>"},"widgets":[{"name":"Ecommerce Overview","module":"CoreHome","action":"renderWidgetContainer","order":1,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"EcommerceOverview"},"uniqueId":"widgetEcommerceOverview","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":99,"help":""},"module":"Goals","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Goals","action":"getEvolutionGraph","idGoal":"ecommerceOrder"},"uniqueId":"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoalecommerceOrder","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":99,"help":""},"module":"Ecommerce","action":"getSparklines","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Ecommerce","action":"getSparklines","idGoal":"ecommerceOrder"},"uniqueId":"widgetEcommercegetSparklinesforceView1viewDataTablesparklinesidGoalecommerceOrder","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Conversions Overview","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"ecommerceOrder","name":"ecommerceOrder","order":99,"help":""},"module":"Ecommerce","action":"getConversionsOverview","order":25,"parameters":{"module":"Ecommerce","action":"getConversionsOverview","idGoal":"ecommerceOrder"},"uniqueId":"widgetEcommercegetConversionsOverviewidGoalecommerceOrder","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":"ecommerceOrder"},"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"Goals_Ecommerce.Goals_Products","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Goals_Products","name":"Products","order":10,"help":"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\/p>"},"widgets":[{"name":"","module":"CoreHome","action":"renderWidgetContainer","order":99,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Products"},"uniqueId":"widgetProducts","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Product Name","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals_Products","name":"Products","order":99,"help":""},"module":"Goals","action":"getItemsName","order":130,"parameters":{"module":"Goals","action":"getItemsName"},"uniqueId":"widgetGoalsgetItemsName","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Product SKU","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals_Products","name":"Products","order":99,"help":""},"module":"Goals","action":"getItemsSku","order":131,"parameters":{"module":"Goals","action":"getItemsSku"},"uniqueId":"widgetGoalsgetItemsSku","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Product Category","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Goals_Products","name":"Products","order":99,"help":""},"module":"Goals","action":"getItemsCategory","order":132,"parameters":{"module":"Goals","action":"getItemsCategory"},"uniqueId":"widgetGoalsgetItemsCategory","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"Goals_Ecommerce.Ecommerce_Sales","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Ecommerce_Sales","name":"Sales","order":15,"help":"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\/p>"},"widgets":[{"name":"","module":"CoreHome","action":"renderWidgetContainer","order":5,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","idGoal":"ecommerceOrder","containerId":"GoalsOrder"},"uniqueId":"widgetGoalsOrderidGoalecommerceOrder","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Country","category":{"id":"Sales by User location","name":"Sales by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User location","name":"Sales by User location","order":99,"help":""},"module":"UserCountry","action":"getCountry","order":301,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCountry","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Continent","category":{"id":"Sales by User location","name":"Sales by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User location","name":"Sales by User location","order":99,"help":""},"module":"UserCountry","action":"getContinent","order":302,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getContinent","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Region","category":{"id":"Sales by User location","name":"Sales by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User location","name":"Sales by User location","order":99,"help":""},"module":"UserCountry","action":"getRegion","order":303,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getRegion","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"City","category":{"id":"Sales by User location","name":"Sales by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User location","name":"Sales by User location","order":99,"help":""},"module":"UserCountry","action":"getCity","order":304,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"UserCountry","action":"getCity","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device type","category":{"id":"Sales by User location","name":"Sales by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User location","name":"Sales by User location","order":99,"help":""},"module":"DevicesDetection","action":"getType","order":305,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getType","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device model","category":{"id":"Sales by User location","name":"Sales by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User location","name":"Sales by User location","order":99,"help":""},"module":"DevicesDetection","action":"getModel","order":306,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getModel","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Device brand","category":{"id":"Sales by User location","name":"Sales by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User location","name":"Sales by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrand","order":307,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrand","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Browsers","category":{"id":"Sales by User location","name":"Sales by User location","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User location","name":"Sales by User location","order":99,"help":""},"module":"DevicesDetection","action":"getBrowsers","order":308,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"DevicesDetection","action":"getBrowsers","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits per hour in the site's timezone","category":{"id":"Sales by User attribute","name":"Sales by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User attribute","name":"Sales by User attribute","order":99,"help":""},"module":"VisitTime","action":"getVisitInformationPerServerTime","order":401,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"VisitTime","action":"getVisitInformationPerServerTime","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Custom Variables","category":{"id":"Sales by User attribute","name":"Sales by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User attribute","name":"Sales by User attribute","order":99,"help":""},"module":"CustomVariables","action":"getCustomVariables","order":402,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomVariables","action":"getCustomVariables","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"User Type","category":{"id":"Sales by User attribute","name":"Sales by User attribute","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by User attribute","name":"Sales by User attribute","order":99,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":403,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomDimensions","action":"getCustomDimension","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","idDimension":"1","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrderidDimension1segmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page URLs","category":{"id":"Sales by Pages","name":"Sales by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Pages","name":"Sales by Pages","order":99,"help":""},"module":"Actions","action":"getPageUrls","order":101,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageUrls","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry pages","category":{"id":"Sales by Pages","name":"Sales by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Pages","name":"Sales by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageUrls","order":102,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageUrls","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Entry page titles","category":{"id":"Sales by Pages","name":"Sales by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Pages","name":"Sales by Pages","order":99,"help":""},"module":"Actions","action":"getEntryPageTitles","order":103,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageTitles","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Page titles","category":{"id":"Sales by Pages","name":"Sales by Pages","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Pages","name":"Sales by Pages","order":99,"help":""},"module":"Actions","action":"getPageTitles","order":104,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageTitles","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Channel Type","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"Referrers","action":"getReferrerType","order":1,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getReferrerType","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Search Engines","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"Referrers","action":"getSearchEngines","order":2,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSearchEngines","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Keywords (including not defined)","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"Referrers","action":"getKeywords","order":3,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getKeywords","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Websites","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"Referrers","action":"getWebsites","order":4,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getWebsites","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Social Networks","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"Referrers","action":"getSocials","order":5,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getSocials","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"AI Assistants","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"Referrers","action":"getAIAssistants","order":6,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Referrers","action":"getAIAssistants","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Names","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getName","order":7,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getName","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Keywords","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getKeyword","order":8,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getKeyword","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Sources","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSource","order":9,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSource","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Mediums","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getMedium","order":10,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getMedium","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Contents","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getContent","order":11,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getContent","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Source - Medium","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getSourceMedium","order":12,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getSourceMedium","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Ids","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getId","order":13,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getId","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Groups","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getGroup","order":14,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getGroup","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Campaign Placements","category":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales by Referrers","name":"Sales by Referrers","order":99,"help":""},"module":"MarketingCampaignsReporting","action":"getPlacement","order":15,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"MarketingCampaignsReporting","action":"getPlacement","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Visits to Conversion","category":{"id":"Sales engagement","name":"Sales engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales engagement","name":"Sales engagement","order":99,"help":""},"module":"Goals","action":"getVisitsUntilConversion","order":201,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getVisitsUntilConversion","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Days to Conversion","category":{"id":"Sales engagement","name":"Sales engagement","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Sales engagement","name":"Sales engagement","order":99,"help":""},"module":"Goals","action":"getDaysToConversion","order":202,"parameters":{"forceView":"1","viewDataTable":"table","module":"Goals","action":"getDaysToConversion","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"Goals_Ecommerce.MultiChannelConversionAttribution_MultiAttribution","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"MultiChannelConversionAttribution_MultiAttribution","name":"Multi Attribution","order":20,"help":"<p>Get a clear understanding of how much credit towards your sales each of your marketing channels are actually responsible for so you can shift your marketing efforts wisely.<\/p>"},"widgets":[{"name":"Multi Channel Conversion Attribution","module":"MultiChannelConversionAttribution","action":"getEcommerceAttribution","order":98,"parameters":{"module":"MultiChannelConversionAttribution","action":"getEcommerceAttribution"},"uniqueId":"widgetMultiChannelConversionAttributiongetEcommerceAttribution","isWide":false}]},{"uniqueId":"AbTesting_Experiments.9","category":{"id":"AbTesting_Experiments","name":"A\/B Tests","order":51,"icon":"abtestingicon-lab","help":"","widget":null},"subcategory":{"id":"9","name":"AffiliateLinkEffectiveness","order":20,"help":""},"widgets":[{"name":"A\/B test \"AffiliateLinkEffectiveness\"","module":"AbTesting","action":"summary","order":1,"parameters":{"module":"AbTesting","action":"summary","idExperiment":"9"},"uniqueId":"widgetAbTestingsummaryidExperiment9","isWide":false},{"name":"Conversions \"Goal Liveaboard.com click\"","module":"AbTesting","action":"getMetricDetails","order":15,"parameters":{"forceView":"1","viewDataTable":"table","module":"AbTesting","action":"getMetricDetails","idExperiment":"9","successMetric":"nb_conversions_goal_7"},"uniqueId":"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment9successMetricnb_conversions_goal_7","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"AbTesting","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"AbTesting","action":"getEvolutionGraph","idExperiment":"9","variationName":"Original","columns":["nb_visits"]},"uniqueId":"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment9variationNameOriginalcolumnsArray","isWide":true,"viewDataTable":"graphEvolution","isReport":true},{"name":"Overview","module":"AbTesting","action":"getMetricsOverview","order":10,"parameters":{"forceView":"1","viewDataTable":"table","module":"AbTesting","action":"getMetricsOverview","idExperiment":"9"},"uniqueId":"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment9","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"AbTesting_Experiments.10","category":{"id":"AbTesting_Experiments","name":"A\/B Tests","order":51,"icon":"abtestingicon-lab","help":"","widget":null},"subcategory":{"id":"10","name":"IDivedThereLinkMove","order":21,"help":""},"widgets":[{"name":"A\/B test \"IDivedThereLinkMove\"","module":"AbTesting","action":"summary","order":1,"parameters":{"module":"AbTesting","action":"summary","idExperiment":"10"},"uniqueId":"widgetAbTestingsummaryidExperiment10","isWide":false},{"name":"Conversions \"Goal User Comments\"","module":"AbTesting","action":"getMetricDetails","order":15,"parameters":{"forceView":"1","viewDataTable":"table","module":"AbTesting","action":"getMetricDetails","idExperiment":"10","successMetric":"nb_conversions_goal_9"},"uniqueId":"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment10successMetricnb_conversions_goal_9","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"AbTesting","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"AbTesting","action":"getEvolutionGraph","idExperiment":"10","variationName":"Original","columns":["nb_visits"]},"uniqueId":"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment10variationNameOriginalcolumnsArray","isWide":true,"viewDataTable":"graphEvolution","isReport":true},{"name":"Overview","module":"AbTesting","action":"getMetricsOverview","order":10,"parameters":{"forceView":"1","viewDataTable":"table","module":"AbTesting","action":"getMetricsOverview","idExperiment":"10"},"uniqueId":"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment10","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"AbTesting_Experiments.11","category":{"id":"AbTesting_Experiments","name":"A\/B Tests","order":51,"icon":"abtestingicon-lab","help":"","widget":null},"subcategory":{"id":"11","name":"JobsListingCallToActionChange","order":22,"help":""},"widgets":[{"name":"A\/B test \"JobsListingCallToActionChange\"","module":"AbTesting","action":"summary","order":1,"parameters":{"module":"AbTesting","action":"summary","idExperiment":"11"},"uniqueId":"widgetAbTestingsummaryidExperiment11","isWide":false},{"name":"Conversions \"Goal View Submit Job\"","module":"AbTesting","action":"getMetricDetails","order":15,"parameters":{"forceView":"1","viewDataTable":"table","module":"AbTesting","action":"getMetricDetails","idExperiment":"11","successMetric":"nb_conversions_goal_5"},"uniqueId":"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment11successMetricnb_conversions_goal_5","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"AbTesting","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"AbTesting","action":"getEvolutionGraph","idExperiment":"11","variationName":"Original","columns":["nb_visits"]},"uniqueId":"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment11variationNameOriginalcolumnsArray","isWide":true,"viewDataTable":"graphEvolution","isReport":true},{"name":"Overview","module":"AbTesting","action":"getMetricsOverview","order":10,"parameters":{"forceView":"1","viewDataTable":"table","module":"AbTesting","action":"getMetricsOverview","idExperiment":"11"},"uniqueId":"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment11","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"AbTesting_Experiments.12","category":{"id":"AbTesting_Experiments","name":"A\/B Tests","order":51,"icon":"abtestingicon-lab","help":"","widget":null},"subcategory":{"id":"12","name":"JobPageRelevantCallToAction","order":23,"help":""},"widgets":[{"name":"A\/B test \"JobPageRelevantCallToAction\"","module":"AbTesting","action":"summary","order":1,"parameters":{"module":"AbTesting","action":"summary","idExperiment":"12"},"uniqueId":"widgetAbTestingsummaryidExperiment12","isWide":false},{"name":"Conversions \"Goal New Job Application\"","module":"AbTesting","action":"getMetricDetails","order":15,"parameters":{"forceView":"1","viewDataTable":"table","module":"AbTesting","action":"getMetricDetails","idExperiment":"12","successMetric":"nb_conversions_goal_4"},"uniqueId":"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment12successMetricnb_conversions_goal_4","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"AbTesting","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"AbTesting","action":"getEvolutionGraph","idExperiment":"12","variationName":"Original","columns":["nb_visits"]},"uniqueId":"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment12variationNameOriginalcolumnsArray","isWide":true,"viewDataTable":"graphEvolution","isReport":true},{"name":"Overview","module":"AbTesting","action":"getMetricsOverview","order":10,"parameters":{"forceView":"1","viewDataTable":"table","module":"AbTesting","action":"getMetricsOverview","idExperiment":"12"},"uniqueId":"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment12","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"AbTesting_Experiments.13","category":{"id":"AbTesting_Experiments","name":"A\/B Tests","order":51,"icon":"abtestingicon-lab","help":"","widget":null},"subcategory":{"id":"13","name":"DivingPageTitles","order":24,"help":""},"widgets":[{"name":"A\/B test \"DivingPageTitles\"","module":"AbTesting","action":"summary","order":1,"parameters":{"module":"AbTesting","action":"summary","idExperiment":"13"},"uniqueId":"widgetAbTestingsummaryidExperiment13","isWide":false},{"name":"Conversions \"Goal Liveaboard.com click\"","module":"AbTesting","action":"getMetricDetails","order":15,"parameters":{"forceView":"1","viewDataTable":"table","module":"AbTesting","action":"getMetricDetails","idExperiment":"13","successMetric":"nb_conversions_goal_7"},"uniqueId":"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment13successMetricnb_conversions_goal_7","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"AbTesting","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"AbTesting","action":"getEvolutionGraph","idExperiment":"13","variationName":"Original","columns":["nb_visits"]},"uniqueId":"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment13variationNameOriginalcolumnsArray","isWide":true,"viewDataTable":"graphEvolution","isReport":true},{"name":"Overview","module":"AbTesting","action":"getMetricsOverview","order":10,"parameters":{"forceView":"1","viewDataTable":"table","module":"AbTesting","action":"getMetricsOverview","idExperiment":"13"},"uniqueId":"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment13","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"AbTesting_Experiments.General_Overview","category":{"id":"AbTesting_Experiments","name":"A\/B Tests","order":51,"icon":"abtestingicon-lab","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":5,"help":"<p>An A\/B test lets you compare different versions and see which variation is more successful. Here you will find an overview of all active tests and associated conversion rates.<\/p>"},"widgets":[{"name":"","module":"AbTesting","action":"overview","order":11,"parameters":{"module":"AbTesting","action":"overview"},"uniqueId":"widgetAbTestingoverview","isWide":false}]},{"uniqueId":"CrashAnalytics_Crashes.CrashAnalytics_AllCrashes","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":70,"icon":"icon-bug","help":"","widget":null},"subcategory":{"id":"CrashAnalytics_AllCrashes","name":"All Crashes","order":73,"help":"<p>This page provides information about every crash that occurred within the selected period.<\/p>"},"widgets":[{"name":"","module":"CoreHome","action":"renderWidgetContainer","order":200,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"Crashes"},"uniqueId":"widgetCrashes","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"New","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Crashes by","name":"Crashes by","order":99,"help":""},"module":"CrashAnalytics","action":"getNewCrashes","order":135,"parameters":{"module":"CrashAnalytics","action":"getNewCrashes"},"uniqueId":"widgetCrashAnalyticsgetNewCrashes","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Reappeared","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Crashes by","name":"Crashes by","order":99,"help":""},"module":"CrashAnalytics","action":"getReappearedCrashes","order":140,"parameters":{"module":"CrashAnalytics","action":"getReappearedCrashes"},"uniqueId":"widgetCrashAnalyticsgetReappearedCrashes","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Disappeared","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Crashes by","name":"Crashes by","order":99,"help":""},"module":"CrashAnalytics","action":"getDisappearedCrashes","order":145,"parameters":{"module":"CrashAnalytics","action":"getDisappearedCrashes"},"uniqueId":"widgetCrashAnalyticsgetDisappearedCrashes","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Page URL","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Crashes by Pages","name":"Crashes by Pages","order":99,"help":""},"module":"CrashAnalytics","action":"getCrashesByPageUrl","order":105,"parameters":{"module":"CrashAnalytics","action":"getCrashesByPageUrl"},"uniqueId":"widgetCrashAnalyticsgetCrashesByPageUrl","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Page Title","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Crashes by Pages","name":"Crashes by Pages","order":99,"help":""},"module":"CrashAnalytics","action":"getCrashesByPageTitle","order":110,"parameters":{"module":"CrashAnalytics","action":"getCrashesByPageTitle"},"uniqueId":"widgetCrashAnalyticsgetCrashesByPageTitle","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Source","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Crashes by","name":"Crashes by","order":99,"help":""},"module":"CrashAnalytics","action":"getCrashesBySource","order":115,"parameters":{"module":"CrashAnalytics","action":"getCrashesBySource"},"uniqueId":"widgetCrashAnalyticsgetCrashesBySource","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Category","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Crashes by","name":"Crashes by","order":99,"help":""},"module":"CrashAnalytics","action":"getCrashesByCategory","order":120,"parameters":{"module":"CrashAnalytics","action":"getCrashesByCategory"},"uniqueId":"widgetCrashAnalyticsgetCrashesByCategory","isWide":false,"viewDataTable":"table","isReport":true},{"name":"First Party","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Crashes by","name":"Crashes by","order":99,"help":""},"module":"CrashAnalytics","action":"getCrashesByFirstParty","order":125,"parameters":{"module":"CrashAnalytics","action":"getCrashesByFirstParty"},"uniqueId":"widgetCrashAnalyticsgetCrashesByFirstParty","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Third Party","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Crashes by","name":"Crashes by","order":99,"help":""},"module":"CrashAnalytics","action":"getCrashesByThirdParty","order":130,"parameters":{"module":"CrashAnalytics","action":"getCrashesByThirdParty"},"uniqueId":"widgetCrashAnalyticsgetCrashesByThirdParty","isWide":false,"viewDataTable":"table","isReport":true}]},{"name":"Crash Messages","module":"CrashAnalytics","action":"getCrashMessages","order":110,"parameters":{"module":"CrashAnalytics","action":"getCrashMessages"},"uniqueId":"widgetCrashAnalyticsgetCrashMessages","isWide":false,"viewDataTable":"table","isReport":true},{"name":"All Crash Messages","module":"CrashAnalytics","action":"getAllCrashMessages","order":111,"parameters":{"module":"CrashAnalytics","action":"getAllCrashMessages"},"uniqueId":"widgetCrashAnalyticsgetAllCrashMessages","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Unidentified Crash Messages","module":"CrashAnalytics","action":"getUnidentifiedCrashMessages","order":112,"parameters":{"module":"CrashAnalytics","action":"getUnidentifiedCrashMessages"},"uniqueId":"widgetCrashAnalyticsgetUnidentifiedCrashMessages","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"CrashAnalytics_Crashes.CrashAnalytics_Overview","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":70,"icon":"icon-bug","help":"","widget":null},"subcategory":{"id":"CrashAnalytics_Overview","name":"Overview","order":71,"help":"<p>This page provides an overview of the crashes that are occurred on your website within the selected period. You can see the number of crashes over time, along with which crashes had newly occurred, which crashes disappeared and which crashes reappeared after an absence.<\/p>"},"widgets":[{"name":"Evolution over the period","module":"CrashAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"CrashAnalytics","action":"getEvolutionGraph"},"uniqueId":"widgetCrashAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolution","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Crashes Overview","module":"CrashAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"CrashAnalytics","action":"get"},"uniqueId":"widgetCrashAnalyticsgetforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"New crashes","module":"CrashAnalytics","action":"getNewCrashes","order":135,"parameters":{"module":"CrashAnalytics","action":"getNewCrashes"},"uniqueId":"widgetCrashAnalyticsgetNewCrashes","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Reappeared crashes","module":"CrashAnalytics","action":"getReappearedCrashes","order":140,"parameters":{"module":"CrashAnalytics","action":"getReappearedCrashes"},"uniqueId":"widgetCrashAnalyticsgetReappearedCrashes","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Disappeared crashes","module":"CrashAnalytics","action":"getDisappearedCrashes","order":145,"parameters":{"module":"CrashAnalytics","action":"getDisappearedCrashes"},"uniqueId":"widgetCrashAnalyticsgetDisappearedCrashes","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"CrashAnalytics_Crashes.CrashAnalytics_RealTime","category":{"id":"CrashAnalytics_Crashes","name":"Crashes","order":70,"icon":"icon-bug","help":"","widget":null},"subcategory":{"id":"CrashAnalytics_RealTime","name":"Real-time","order":72,"help":"<p>This page provides an overview of the crashes that are currently occurring on your website. Monitor the state of your website and respond to issues quickly.<\/p>"},"widgets":[{"name":"Crash overview last 30 minutes","module":"CrashAnalytics","action":"getLastCrashesOverview","order":141,"parameters":{"module":"CrashAnalytics","action":"getLastCrashesOverview","lastMinutes":30},"uniqueId":"widgetCrashAnalyticsgetLastCrashesOverviewlastMinutes30","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Crash overview last 8 hours","module":"CrashAnalytics","action":"getLastCrashesOverview","order":142,"parameters":{"module":"CrashAnalytics","action":"getLastCrashesOverview","lastMinutes":480},"uniqueId":"widgetCrashAnalyticsgetLastCrashesOverviewlastMinutes480","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Top crashes last 30 minutes","module":"CrashAnalytics","action":"getLastTopCrashes","order":151,"parameters":{"module":"CrashAnalytics","action":"getLastTopCrashes","lastMinutes":30},"uniqueId":"widgetCrashAnalyticsgetLastTopCrasheslastMinutes30","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Top crashes last 8 hours","module":"CrashAnalytics","action":"getLastTopCrashes","order":152,"parameters":{"module":"CrashAnalytics","action":"getLastTopCrashes","lastMinutes":480},"uniqueId":"widgetCrashAnalyticsgetLastTopCrasheslastMinutes480","isWide":false,"viewDataTable":"table","isReport":true},{"name":"New crashes last 8 hours","module":"CrashAnalytics","action":"getLastNewCrashes","order":161,"parameters":{"module":"CrashAnalytics","action":"getLastNewCrashes","lastMinutes":480},"uniqueId":"widgetCrashAnalyticsgetLastNewCrasheslastMinutes480","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Reappeared crashes last 8 hours","module":"CrashAnalytics","action":"getLastReappearedCrashes","order":171,"parameters":{"module":"CrashAnalytics","action":"getLastReappearedCrashes","lastMinutes":480},"uniqueId":"widgetCrashAnalyticsgetLastReappearedCrasheslastMinutes480","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Disappeared crashes last 8 hours","module":"CrashAnalytics","action":"getLastDisappearedCrashes","order":181,"parameters":{"module":"CrashAnalytics","action":"getLastDisappearedCrashes","lastMinutes":480},"uniqueId":"widgetCrashAnalyticsgetLastDisappearedCrasheslastMinutes480","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"CustomReports_CustomReports.2","category":{"id":"CustomReports_CustomReports","name":"Custom Reports","order":65,"icon":"icon-business","help":"","widget":null},"subcategory":{"id":"2","name":"Bali pages, breakdown new\/returning","order":100,"help":""},"widgets":[{"name":"Bali pages, breakdown new\/returning","module":"CustomReports","action":"getCustomReport","order":100,"parameters":{"module":"CustomReports","action":"getCustomReport","idCustomReport":2},"uniqueId":"widgetCustomReportsgetCustomReportidCustomReport2","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"CustomReports_CustomReports.5","category":{"id":"CustomReports_CustomReports","name":"Custom Reports","order":65,"icon":"icon-business","help":"","widget":null},"subcategory":{"id":"5","name":"Country by New\/returning with a filter","order":101,"help":""},"widgets":[{"name":"Country by New\/returning with a filter","module":"CustomReports","action":"getCustomReport","order":100,"parameters":{"module":"CustomReports","action":"getCustomReport","idCustomReport":5},"uniqueId":"widgetCustomReportsgetCustomReportidCustomReport5","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"CustomReports_CustomReports.8","category":{"id":"CustomReports_CustomReports","name":"Custom Reports","order":65,"icon":"icon-business","help":"","widget":null},"subcategory":{"id":"8","name":"Evolution KPIs","order":102,"help":""},"widgets":[{"name":"Evolution KPIs","module":"CustomReports","action":"getEvolutionGraph","order":100,"parameters":{"module":"CustomReports","action":"getEvolutionGraph","idCustomReport":8},"uniqueId":"widgetCustomReportsgetEvolutionGraphidCustomReport8","isWide":false,"viewDataTable":"graphEvolution","isReport":true}]},{"uniqueId":"CustomReports_CustomReports.1","category":{"id":"CustomReports_CustomReports","name":"Custom Reports","order":65,"icon":"icon-business","help":"","widget":null},"subcategory":{"id":"1","name":"Pages by New\/Returning visitor","order":103,"help":""},"widgets":[{"name":"Pages by New\/Returning visitor","module":"CustomReports","action":"getCustomReport","order":100,"parameters":{"module":"CustomReports","action":"getCustomReport","idCustomReport":1},"uniqueId":"widgetCustomReportsgetCustomReportidCustomReport1","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"FormAnalytics_Forms.2","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"2","name":"Comment Form","order":20,"help":""},"widgets":[{"name":"Page URLs","module":"FormAnalytics","action":"getPageUrls","order":20,"parameters":{"module":"FormAnalytics","action":"getPageUrls","idForm":2},"uniqueId":"widgetFormAnalyticsgetPageUrlsidForm2","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Form \"Comment Form\"","module":"FormAnalytics","action":"formSummary","order":1,"parameters":{"module":"FormAnalytics","action":"formSummary","idForm":2},"uniqueId":"widgetFormAnalyticsformSummaryidForm2","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"FormAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"FormAnalytics","action":"getEvolutionGraph","idForm":2},"uniqueId":"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm2","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"FormAnalytics","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":2},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm2","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Forms Timings","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":2,"timings":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm2timings1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Comment Form","module":"CoreHome","action":"renderWidgetContainer","order":25,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","idForm":2,"containerId":"forms_2"},"uniqueId":"widgetforms_2idForm2","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Drop Off Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getDropOffFields","order":205,"parameters":{"module":"FormAnalytics","action":"getDropOffFields","idForm":2},"uniqueId":"widgetFormAnalyticsgetDropOffFieldsidForm2","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getEntryFields","order":210,"parameters":{"module":"FormAnalytics","action":"getEntryFields","idForm":2},"uniqueId":"widgetFormAnalyticsgetEntryFieldsidForm2","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Timings","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldTimings","order":220,"parameters":{"module":"FormAnalytics","action":"getFieldTimings","idForm":2},"uniqueId":"widgetFormAnalyticsgetFieldTimingsidForm2","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Size","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldSize","order":225,"parameters":{"module":"FormAnalytics","action":"getFieldSize","idForm":2},"uniqueId":"widgetFormAnalyticsgetFieldSizeidForm2","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Used Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getMostUsedFields","order":230,"parameters":{"module":"FormAnalytics","action":"getMostUsedFields","idForm":2},"uniqueId":"widgetFormAnalyticsgetMostUsedFieldsidForm2","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Corrected","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldCorrections","order":235,"parameters":{"module":"FormAnalytics","action":"getFieldCorrections","idForm":2},"uniqueId":"widgetFormAnalyticsgetFieldCorrectionsidForm2","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Unneeded Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getUneededFields","order":240,"parameters":{"module":"FormAnalytics","action":"getUneededFields","idForm":2},"uniqueId":"widgetFormAnalyticsgetUneededFieldsidForm2","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"FormAnalytics_Forms.7","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"7","name":"Apply to Job Form","order":21,"help":""},"widgets":[{"name":"Page URLs","module":"FormAnalytics","action":"getPageUrls","order":20,"parameters":{"module":"FormAnalytics","action":"getPageUrls","idForm":7},"uniqueId":"widgetFormAnalyticsgetPageUrlsidForm7","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Form \"Apply to Job Form\"","module":"FormAnalytics","action":"formSummary","order":1,"parameters":{"module":"FormAnalytics","action":"formSummary","idForm":7},"uniqueId":"widgetFormAnalyticsformSummaryidForm7","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"FormAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"FormAnalytics","action":"getEvolutionGraph","idForm":7},"uniqueId":"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm7","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"FormAnalytics","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":7},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm7","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Forms Timings","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":7,"timings":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm7timings1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Apply to Job Form","module":"CoreHome","action":"renderWidgetContainer","order":25,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","idForm":7,"containerId":"forms_7"},"uniqueId":"widgetforms_7idForm7","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Drop Off Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getDropOffFields","order":205,"parameters":{"module":"FormAnalytics","action":"getDropOffFields","idForm":7},"uniqueId":"widgetFormAnalyticsgetDropOffFieldsidForm7","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getEntryFields","order":210,"parameters":{"module":"FormAnalytics","action":"getEntryFields","idForm":7},"uniqueId":"widgetFormAnalyticsgetEntryFieldsidForm7","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Timings","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldTimings","order":220,"parameters":{"module":"FormAnalytics","action":"getFieldTimings","idForm":7},"uniqueId":"widgetFormAnalyticsgetFieldTimingsidForm7","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Size","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldSize","order":225,"parameters":{"module":"FormAnalytics","action":"getFieldSize","idForm":7},"uniqueId":"widgetFormAnalyticsgetFieldSizeidForm7","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Used Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getMostUsedFields","order":230,"parameters":{"module":"FormAnalytics","action":"getMostUsedFields","idForm":7},"uniqueId":"widgetFormAnalyticsgetMostUsedFieldsidForm7","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Corrected","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldCorrections","order":235,"parameters":{"module":"FormAnalytics","action":"getFieldCorrections","idForm":7},"uniqueId":"widgetFormAnalyticsgetFieldCorrectionsidForm7","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Unneeded Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getUneededFields","order":240,"parameters":{"module":"FormAnalytics","action":"getUneededFields","idForm":7},"uniqueId":"widgetFormAnalyticsgetUneededFieldsidForm7","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"FormAnalytics_Forms.29","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"29","name":"Add Job Form","order":22,"help":""},"widgets":[{"name":"Page URLs","module":"FormAnalytics","action":"getPageUrls","order":20,"parameters":{"module":"FormAnalytics","action":"getPageUrls","idForm":29},"uniqueId":"widgetFormAnalyticsgetPageUrlsidForm29","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Form \"Add Job Form\"","module":"FormAnalytics","action":"formSummary","order":1,"parameters":{"module":"FormAnalytics","action":"formSummary","idForm":29},"uniqueId":"widgetFormAnalyticsformSummaryidForm29","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"FormAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"FormAnalytics","action":"getEvolutionGraph","idForm":29},"uniqueId":"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm29","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"FormAnalytics","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":29},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm29","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Forms Timings","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":29,"timings":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm29timings1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Add Job Form","module":"CoreHome","action":"renderWidgetContainer","order":25,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","idForm":29,"containerId":"forms_29"},"uniqueId":"widgetforms_29idForm29","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Drop Off Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getDropOffFields","order":205,"parameters":{"module":"FormAnalytics","action":"getDropOffFields","idForm":29},"uniqueId":"widgetFormAnalyticsgetDropOffFieldsidForm29","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getEntryFields","order":210,"parameters":{"module":"FormAnalytics","action":"getEntryFields","idForm":29},"uniqueId":"widgetFormAnalyticsgetEntryFieldsidForm29","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Timings","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldTimings","order":220,"parameters":{"module":"FormAnalytics","action":"getFieldTimings","idForm":29},"uniqueId":"widgetFormAnalyticsgetFieldTimingsidForm29","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Size","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldSize","order":225,"parameters":{"module":"FormAnalytics","action":"getFieldSize","idForm":29},"uniqueId":"widgetFormAnalyticsgetFieldSizeidForm29","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Used Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getMostUsedFields","order":230,"parameters":{"module":"FormAnalytics","action":"getMostUsedFields","idForm":29},"uniqueId":"widgetFormAnalyticsgetMostUsedFieldsidForm29","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Corrected","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldCorrections","order":235,"parameters":{"module":"FormAnalytics","action":"getFieldCorrections","idForm":29},"uniqueId":"widgetFormAnalyticsgetFieldCorrectionsidForm29","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Unneeded Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getUneededFields","order":240,"parameters":{"module":"FormAnalytics","action":"getUneededFields","idForm":29},"uniqueId":"widgetFormAnalyticsgetUneededFieldsidForm29","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"FormAnalytics_Forms.30","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"30","name":"Candidate Registration Form","order":23,"help":""},"widgets":[{"name":"Page URLs","module":"FormAnalytics","action":"getPageUrls","order":20,"parameters":{"module":"FormAnalytics","action":"getPageUrls","idForm":30},"uniqueId":"widgetFormAnalyticsgetPageUrlsidForm30","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Form \"Candidate Registration Form\"","module":"FormAnalytics","action":"formSummary","order":1,"parameters":{"module":"FormAnalytics","action":"formSummary","idForm":30},"uniqueId":"widgetFormAnalyticsformSummaryidForm30","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"FormAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"FormAnalytics","action":"getEvolutionGraph","idForm":30},"uniqueId":"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm30","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"FormAnalytics","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":30},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm30","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Forms Timings","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":30,"timings":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm30timings1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Candidate Registration Form","module":"CoreHome","action":"renderWidgetContainer","order":25,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","idForm":30,"containerId":"forms_30"},"uniqueId":"widgetforms_30idForm30","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Drop Off Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getDropOffFields","order":205,"parameters":{"module":"FormAnalytics","action":"getDropOffFields","idForm":30},"uniqueId":"widgetFormAnalyticsgetDropOffFieldsidForm30","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getEntryFields","order":210,"parameters":{"module":"FormAnalytics","action":"getEntryFields","idForm":30},"uniqueId":"widgetFormAnalyticsgetEntryFieldsidForm30","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Timings","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldTimings","order":220,"parameters":{"module":"FormAnalytics","action":"getFieldTimings","idForm":30},"uniqueId":"widgetFormAnalyticsgetFieldTimingsidForm30","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Size","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldSize","order":225,"parameters":{"module":"FormAnalytics","action":"getFieldSize","idForm":30},"uniqueId":"widgetFormAnalyticsgetFieldSizeidForm30","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Used Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getMostUsedFields","order":230,"parameters":{"module":"FormAnalytics","action":"getMostUsedFields","idForm":30},"uniqueId":"widgetFormAnalyticsgetMostUsedFieldsidForm30","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Corrected","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldCorrections","order":235,"parameters":{"module":"FormAnalytics","action":"getFieldCorrections","idForm":30},"uniqueId":"widgetFormAnalyticsgetFieldCorrectionsidForm30","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Unneeded Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getUneededFields","order":240,"parameters":{"module":"FormAnalytics","action":"getUneededFields","idForm":30},"uniqueId":"widgetFormAnalyticsgetUneededFieldsidForm30","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"FormAnalytics_Forms.31","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"31","name":"Resume Search","order":24,"help":""},"widgets":[{"name":"Page URLs","module":"FormAnalytics","action":"getPageUrls","order":20,"parameters":{"module":"FormAnalytics","action":"getPageUrls","idForm":31},"uniqueId":"widgetFormAnalyticsgetPageUrlsidForm31","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Form \"Resume Search\"","module":"FormAnalytics","action":"formSummary","order":1,"parameters":{"module":"FormAnalytics","action":"formSummary","idForm":31},"uniqueId":"widgetFormAnalyticsformSummaryidForm31","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"FormAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"FormAnalytics","action":"getEvolutionGraph","idForm":31},"uniqueId":"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm31","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"FormAnalytics","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":31},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm31","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Forms Timings","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":31,"timings":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm31timings1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Resume Search","module":"CoreHome","action":"renderWidgetContainer","order":25,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","idForm":31,"containerId":"forms_31"},"uniqueId":"widgetforms_31idForm31","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Drop Off Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getDropOffFields","order":205,"parameters":{"module":"FormAnalytics","action":"getDropOffFields","idForm":31},"uniqueId":"widgetFormAnalyticsgetDropOffFieldsidForm31","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getEntryFields","order":210,"parameters":{"module":"FormAnalytics","action":"getEntryFields","idForm":31},"uniqueId":"widgetFormAnalyticsgetEntryFieldsidForm31","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Timings","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldTimings","order":220,"parameters":{"module":"FormAnalytics","action":"getFieldTimings","idForm":31},"uniqueId":"widgetFormAnalyticsgetFieldTimingsidForm31","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Size","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldSize","order":225,"parameters":{"module":"FormAnalytics","action":"getFieldSize","idForm":31},"uniqueId":"widgetFormAnalyticsgetFieldSizeidForm31","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Used Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getMostUsedFields","order":230,"parameters":{"module":"FormAnalytics","action":"getMostUsedFields","idForm":31},"uniqueId":"widgetFormAnalyticsgetMostUsedFieldsidForm31","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Corrected","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldCorrections","order":235,"parameters":{"module":"FormAnalytics","action":"getFieldCorrections","idForm":31},"uniqueId":"widgetFormAnalyticsgetFieldCorrectionsidForm31","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Unneeded Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getUneededFields","order":240,"parameters":{"module":"FormAnalytics","action":"getUneededFields","idForm":31},"uniqueId":"widgetFormAnalyticsgetUneededFieldsidForm31","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"FormAnalytics_Forms.32","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"32","name":"Build Resume Form","order":25,"help":""},"widgets":[{"name":"Page URLs","module":"FormAnalytics","action":"getPageUrls","order":20,"parameters":{"module":"FormAnalytics","action":"getPageUrls","idForm":32},"uniqueId":"widgetFormAnalyticsgetPageUrlsidForm32","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Form \"Build Resume Form\"","module":"FormAnalytics","action":"formSummary","order":1,"parameters":{"module":"FormAnalytics","action":"formSummary","idForm":32},"uniqueId":"widgetFormAnalyticsformSummaryidForm32","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"FormAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"FormAnalytics","action":"getEvolutionGraph","idForm":32},"uniqueId":"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm32","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"FormAnalytics","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":32},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm32","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Forms Timings","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":32,"timings":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm32timings1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Build Resume Form","module":"CoreHome","action":"renderWidgetContainer","order":25,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","idForm":32,"containerId":"forms_32"},"uniqueId":"widgetforms_32idForm32","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Drop Off Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getDropOffFields","order":205,"parameters":{"module":"FormAnalytics","action":"getDropOffFields","idForm":32},"uniqueId":"widgetFormAnalyticsgetDropOffFieldsidForm32","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getEntryFields","order":210,"parameters":{"module":"FormAnalytics","action":"getEntryFields","idForm":32},"uniqueId":"widgetFormAnalyticsgetEntryFieldsidForm32","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Timings","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldTimings","order":220,"parameters":{"module":"FormAnalytics","action":"getFieldTimings","idForm":32},"uniqueId":"widgetFormAnalyticsgetFieldTimingsidForm32","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Size","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldSize","order":225,"parameters":{"module":"FormAnalytics","action":"getFieldSize","idForm":32},"uniqueId":"widgetFormAnalyticsgetFieldSizeidForm32","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Used Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getMostUsedFields","order":230,"parameters":{"module":"FormAnalytics","action":"getMostUsedFields","idForm":32},"uniqueId":"widgetFormAnalyticsgetMostUsedFieldsidForm32","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Corrected","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldCorrections","order":235,"parameters":{"module":"FormAnalytics","action":"getFieldCorrections","idForm":32},"uniqueId":"widgetFormAnalyticsgetFieldCorrectionsidForm32","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Unneeded Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getUneededFields","order":240,"parameters":{"module":"FormAnalytics","action":"getUneededFields","idForm":32},"uniqueId":"widgetFormAnalyticsgetUneededFieldsidForm32","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"FormAnalytics_Forms.40","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"40","name":"Contact Us Form","order":26,"help":""},"widgets":[{"name":"Page URLs","module":"FormAnalytics","action":"getPageUrls","order":20,"parameters":{"module":"FormAnalytics","action":"getPageUrls","idForm":40},"uniqueId":"widgetFormAnalyticsgetPageUrlsidForm40","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Form \"Contact Us Form\"","module":"FormAnalytics","action":"formSummary","order":1,"parameters":{"module":"FormAnalytics","action":"formSummary","idForm":40},"uniqueId":"widgetFormAnalyticsformSummaryidForm40","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"FormAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"FormAnalytics","action":"getEvolutionGraph","idForm":40},"uniqueId":"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm40","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"FormAnalytics","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":40},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Forms Timings","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":40,"timings":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40timings1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Contact Us Form","module":"CoreHome","action":"renderWidgetContainer","order":25,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","idForm":40,"containerId":"forms_40"},"uniqueId":"widgetforms_40idForm40","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Drop Off Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getDropOffFields","order":205,"parameters":{"module":"FormAnalytics","action":"getDropOffFields","idForm":40},"uniqueId":"widgetFormAnalyticsgetDropOffFieldsidForm40","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getEntryFields","order":210,"parameters":{"module":"FormAnalytics","action":"getEntryFields","idForm":40},"uniqueId":"widgetFormAnalyticsgetEntryFieldsidForm40","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Timings","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldTimings","order":220,"parameters":{"module":"FormAnalytics","action":"getFieldTimings","idForm":40},"uniqueId":"widgetFormAnalyticsgetFieldTimingsidForm40","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Size","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldSize","order":225,"parameters":{"module":"FormAnalytics","action":"getFieldSize","idForm":40},"uniqueId":"widgetFormAnalyticsgetFieldSizeidForm40","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Used Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getMostUsedFields","order":230,"parameters":{"module":"FormAnalytics","action":"getMostUsedFields","idForm":40},"uniqueId":"widgetFormAnalyticsgetMostUsedFieldsidForm40","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Corrected","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldCorrections","order":235,"parameters":{"module":"FormAnalytics","action":"getFieldCorrections","idForm":40},"uniqueId":"widgetFormAnalyticsgetFieldCorrectionsidForm40","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Unneeded Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getUneededFields","order":240,"parameters":{"module":"FormAnalytics","action":"getUneededFields","idForm":40},"uniqueId":"widgetFormAnalyticsgetUneededFieldsidForm40","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"FormAnalytics_Forms.41","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"41","name":"Newsletter Signup Form","order":27,"help":""},"widgets":[{"name":"Page URLs","module":"FormAnalytics","action":"getPageUrls","order":20,"parameters":{"module":"FormAnalytics","action":"getPageUrls","idForm":41},"uniqueId":"widgetFormAnalyticsgetPageUrlsidForm41","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Form \"Newsletter Signup Form\"","module":"FormAnalytics","action":"formSummary","order":1,"parameters":{"module":"FormAnalytics","action":"formSummary","idForm":41},"uniqueId":"widgetFormAnalyticsformSummaryidForm41","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"FormAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"FormAnalytics","action":"getEvolutionGraph","idForm":41},"uniqueId":"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm41","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"FormAnalytics","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":41},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Forms Timings","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":41,"timings":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41timings1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Newsletter Signup Form","module":"CoreHome","action":"renderWidgetContainer","order":25,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","idForm":41,"containerId":"forms_41"},"uniqueId":"widgetforms_41idForm41","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Drop Off Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getDropOffFields","order":205,"parameters":{"module":"FormAnalytics","action":"getDropOffFields","idForm":41},"uniqueId":"widgetFormAnalyticsgetDropOffFieldsidForm41","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getEntryFields","order":210,"parameters":{"module":"FormAnalytics","action":"getEntryFields","idForm":41},"uniqueId":"widgetFormAnalyticsgetEntryFieldsidForm41","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Timings","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldTimings","order":220,"parameters":{"module":"FormAnalytics","action":"getFieldTimings","idForm":41},"uniqueId":"widgetFormAnalyticsgetFieldTimingsidForm41","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Size","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldSize","order":225,"parameters":{"module":"FormAnalytics","action":"getFieldSize","idForm":41},"uniqueId":"widgetFormAnalyticsgetFieldSizeidForm41","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Used Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getMostUsedFields","order":230,"parameters":{"module":"FormAnalytics","action":"getMostUsedFields","idForm":41},"uniqueId":"widgetFormAnalyticsgetMostUsedFieldsidForm41","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Corrected","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldCorrections","order":235,"parameters":{"module":"FormAnalytics","action":"getFieldCorrections","idForm":41},"uniqueId":"widgetFormAnalyticsgetFieldCorrectionsidForm41","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Unneeded Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getUneededFields","order":240,"parameters":{"module":"FormAnalytics","action":"getUneededFields","idForm":41},"uniqueId":"widgetFormAnalyticsgetUneededFieldsidForm41","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"FormAnalytics_Forms.42","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"42","name":"Checkout Form","order":28,"help":""},"widgets":[{"name":"Page URLs","module":"FormAnalytics","action":"getPageUrls","order":20,"parameters":{"module":"FormAnalytics","action":"getPageUrls","idForm":42},"uniqueId":"widgetFormAnalyticsgetPageUrlsidForm42","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Form \"Checkout Form\"","module":"FormAnalytics","action":"formSummary","order":1,"parameters":{"module":"FormAnalytics","action":"formSummary","idForm":42},"uniqueId":"widgetFormAnalyticsformSummaryidForm42","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Evolution over the period","module":"FormAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"FormAnalytics","action":"getEvolutionGraph","idForm":42},"uniqueId":"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm42","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"FormAnalytics","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":42},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Forms Timings","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":42,"timings":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42timings1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Checkout Form","module":"CoreHome","action":"renderWidgetContainer","order":25,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","idForm":42,"containerId":"forms_42"},"uniqueId":"widgetforms_42idForm42","isWide":false,"layout":"ByDimension","isContainer":true,"widgets":[{"name":"Drop Off Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getDropOffFields","order":205,"parameters":{"module":"FormAnalytics","action":"getDropOffFields","idForm":42},"uniqueId":"widgetFormAnalyticsgetDropOffFieldsidForm42","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getEntryFields","order":210,"parameters":{"module":"FormAnalytics","action":"getEntryFields","idForm":42},"uniqueId":"widgetFormAnalyticsgetEntryFieldsidForm42","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Timings","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldTimings","order":220,"parameters":{"module":"FormAnalytics","action":"getFieldTimings","idForm":42},"uniqueId":"widgetFormAnalyticsgetFieldTimingsidForm42","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Field Size","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldSize","order":225,"parameters":{"module":"FormAnalytics","action":"getFieldSize","idForm":42},"uniqueId":"widgetFormAnalyticsgetFieldSizeidForm42","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Used Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getMostUsedFields","order":230,"parameters":{"module":"FormAnalytics","action":"getMostUsedFields","idForm":42},"uniqueId":"widgetFormAnalyticsgetMostUsedFieldsidForm42","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most Corrected","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getFieldCorrections","order":235,"parameters":{"module":"FormAnalytics","action":"getFieldCorrections","idForm":42},"uniqueId":"widgetFormAnalyticsgetFieldCorrectionsidForm42","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Unneeded Fields","category":{"id":"FormAnalytics_Forms","name":"Forms","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"Fields","name":"Fields","order":99,"help":""},"module":"FormAnalytics","action":"getUneededFields","order":240,"parameters":{"module":"FormAnalytics","action":"getUneededFields","idForm":42},"uniqueId":"widgetFormAnalyticsgetUneededFieldsidForm42","isWide":false,"viewDataTable":"table","isReport":true}]}]},{"uniqueId":"FormAnalytics_Forms.General_Overview","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":2,"help":"<p>Increase conversions from your online forms and lose fewer visitors by learning everything about your users\u2019 behaviour and where they get stuck on your forms.<\/p>"},"widgets":[{"name":"Evolution over the period","module":"FormAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"FormAnalytics","action":"getEvolutionGraph"},"uniqueId":"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolution","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Forms Timings","module":"FormAnalytics","action":"get","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","timings":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinestimings1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Contact Us Form","module":"FormAnalytics","action":"get","order":60,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":40,"summary":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40summary1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Newsletter Signup Form","module":"FormAnalytics","action":"get","order":61,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":41,"summary":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41summary1","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Checkout Form","module":"FormAnalytics","action":"get","order":62,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"FormAnalytics","action":"get","idForm":42,"summary":"1"},"uniqueId":"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42summary1","isWide":false,"viewDataTable":"sparklines","isReport":true}]},{"uniqueId":"FormAnalytics_Forms.FormAnalytics_TypeRealTime","category":{"id":"FormAnalytics_Forms","name":"Forms","order":49,"icon":"icon-form","help":"","widget":null},"subcategory":{"id":"FormAnalytics_TypeRealTime","name":"Real-time","order":5,"help":"<p>Analyse your form performance in real-time with conversion reports calculated for the last 30 minutes and the previous 24 hours.<\/p>"},"widgets":[{"name":"Forms overview last 30 minutes","module":"FormAnalytics","action":"getCounters","order":140,"parameters":{"module":"FormAnalytics","action":"getCounters"},"uniqueId":"widgetFormAnalyticsgetCounters","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Forms overview last 24 hours","module":"FormAnalytics","action":"getCounters","order":142,"parameters":{"module":"FormAnalytics","action":"getCounters","lastMinutes":1440},"uniqueId":"widgetFormAnalyticsgetCounterslastMinutes1440","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Most popular forms last 30 minutes","module":"FormAnalytics","action":"getCurrentMostPopularForms","order":150,"parameters":{"module":"FormAnalytics","action":"getCurrentMostPopularForms"},"uniqueId":"widgetFormAnalyticsgetCurrentMostPopularForms","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Most popular forms last 24 hours","module":"FormAnalytics","action":"getCurrentMostPopularForms","order":152,"parameters":{"module":"FormAnalytics","action":"getCurrentMostPopularForms","lastMinutes":1440},"uniqueId":"widgetFormAnalyticsgetCurrentMostPopularFormslastMinutes1440","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"Funnels_Funnels.8","category":{"id":"Funnels_Funnels","name":"Funnels","order":28,"icon":"icon-funnel","help":"","widget":null},"subcategory":{"id":"8","name":"Liveaboard.com click","order":6,"help":""},"widgets":[{"name":"Funnel Report","module":"Funnels","action":"funnelReport","order":20,"parameters":{"module":"Funnels","action":"funnelReport","idGoal":7,"idFunnel":8},"uniqueId":"widgetFunnelsfunnelReportidGoal7idFunnel8","isWide":true,"viewDataTable":"graphEvolution","isReport":true},{"name":"Evolution for Liveaboard.com click","module":"Funnels","action":"getEvolutionGraph","order":40,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Funnels","action":"getEvolutionGraph","idGoal":7,"columns":"funnel_conversion_rate","idFunnel":8},"uniqueId":"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal7columnsfunnel_conversion_rateidFunnel8","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"Funnels","action":"getMetrics","order":50,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":7,"idFunnel":8},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7idFunnel8","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Liveaboard.com click","module":"Funnels","action":"funnelSummary","order":5,"parameters":{"module":"Funnels","action":"funnelSummary","idGoal":7,"idFunnel":8},"uniqueId":"widgetFunnelsfunnelSummaryidGoal7idFunnel8","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Funnel details","module":"Funnels","action":"funnelReportTable","order":30,"parameters":{"module":"Funnels","action":"funnelReportTable","idGoal":7,"idFunnel":8,"filter_limit":-1},"uniqueId":"widgetFunnelsfunnelReportTableidGoal7idFunnel8filter_limit-1","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"Funnels_Funnels.7","category":{"id":"Funnels_Funnels","name":"Funnels","order":28,"icon":"icon-funnel","help":"","widget":null},"subcategory":{"id":"7","name":"New Job Application","order":7,"help":""},"widgets":[{"name":"Funnel Report","module":"Funnels","action":"funnelReport","order":20,"parameters":{"module":"Funnels","action":"funnelReport","idGoal":4,"idFunnel":7},"uniqueId":"widgetFunnelsfunnelReportidGoal4idFunnel7","isWide":true,"viewDataTable":"graphEvolution","isReport":true},{"name":"Evolution for New Job Application","module":"Funnels","action":"getEvolutionGraph","order":40,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Funnels","action":"getEvolutionGraph","idGoal":4,"columns":"funnel_conversion_rate","idFunnel":7},"uniqueId":"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal4columnsfunnel_conversion_rateidFunnel7","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"Funnels","action":"getMetrics","order":50,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":4,"idFunnel":7},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4idFunnel7","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"New Job Application","module":"Funnels","action":"funnelSummary","order":5,"parameters":{"module":"Funnels","action":"funnelSummary","idGoal":4,"idFunnel":7},"uniqueId":"widgetFunnelsfunnelSummaryidGoal4idFunnel7","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Funnel details","module":"Funnels","action":"funnelReportTable","order":30,"parameters":{"module":"Funnels","action":"funnelReportTable","idGoal":4,"idFunnel":7,"filter_limit":-1},"uniqueId":"widgetFunnelsfunnelReportTableidGoal4idFunnel7filter_limit-1","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"Funnels_Funnels.2","category":{"id":"Funnels_Funnels","name":"Funnels","order":28,"icon":"icon-funnel","help":"","widget":null},"subcategory":{"id":"2","name":"New Resume","order":8,"help":""},"widgets":[{"name":"Funnel Report","module":"Funnels","action":"funnelReport","order":20,"parameters":{"module":"Funnels","action":"funnelReport","idGoal":6,"idFunnel":2},"uniqueId":"widgetFunnelsfunnelReportidGoal6idFunnel2","isWide":true,"viewDataTable":"graphEvolution","isReport":true},{"name":"Evolution for New Resume","module":"Funnels","action":"getEvolutionGraph","order":40,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Funnels","action":"getEvolutionGraph","idGoal":6,"columns":"funnel_conversion_rate","idFunnel":2},"uniqueId":"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal6columnsfunnel_conversion_rateidFunnel2","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"Funnels","action":"getMetrics","order":50,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":6,"idFunnel":2},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6idFunnel2","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"New Resume","module":"Funnels","action":"funnelSummary","order":5,"parameters":{"module":"Funnels","action":"funnelSummary","idGoal":6,"idFunnel":2},"uniqueId":"widgetFunnelsfunnelSummaryidGoal6idFunnel2","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Funnel details","module":"Funnels","action":"funnelReportTable","order":30,"parameters":{"module":"Funnels","action":"funnelReportTable","idGoal":6,"idFunnel":2,"filter_limit":-1},"uniqueId":"widgetFunnelsfunnelReportTableidGoal6idFunnel2filter_limit-1","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"Funnels_Funnels.99","category":{"id":"Funnels_Funnels","name":"Funnels","order":28,"icon":"icon-funnel","help":"","widget":null},"subcategory":{"id":"99","name":"Sales","order":9,"help":""},"widgets":[{"name":"Funnel Report","module":"Funnels","action":"funnelReport","order":20,"parameters":{"module":"Funnels","action":"funnelReport","idGoal":0,"idFunnel":99},"uniqueId":"widgetFunnelsfunnelReportidGoal0idFunnel99","isWide":true,"viewDataTable":"graphEvolution","isReport":true},{"name":"Evolution for Sales","module":"Funnels","action":"getEvolutionGraph","order":40,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Funnels","action":"getEvolutionGraph","idGoal":0,"columns":"funnel_conversion_rate","idFunnel":99},"uniqueId":"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal0columnsfunnel_conversion_rateidFunnel99","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"Funnels","action":"getMetrics","order":50,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":0,"idFunnel":99},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal0idFunnel99","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Sales","module":"Funnels","action":"funnelSummary","order":5,"parameters":{"module":"Funnels","action":"funnelSummary","idGoal":0,"idFunnel":99},"uniqueId":"widgetFunnelsfunnelSummaryidGoal0idFunnel99","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Funnel details","module":"Funnels","action":"funnelReportTable","order":30,"parameters":{"module":"Funnels","action":"funnelReportTable","idGoal":0,"idFunnel":99,"filter_limit":-1},"uniqueId":"widgetFunnelsfunnelReportTableidGoal0idFunnel99filter_limit-1","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"Funnels_Funnels.3","category":{"id":"Funnels_Funnels","name":"Funnels","order":28,"icon":"icon-funnel","help":"","widget":null},"subcategory":{"id":"3","name":"View Submit Job","order":10,"help":""},"widgets":[{"name":"Funnel Report","module":"Funnels","action":"funnelReport","order":20,"parameters":{"module":"Funnels","action":"funnelReport","idGoal":5,"idFunnel":3},"uniqueId":"widgetFunnelsfunnelReportidGoal5idFunnel3","isWide":true,"viewDataTable":"graphEvolution","isReport":true},{"name":"Evolution for View Submit Job","module":"Funnels","action":"getEvolutionGraph","order":40,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Funnels","action":"getEvolutionGraph","idGoal":5,"columns":"funnel_conversion_rate","idFunnel":3},"uniqueId":"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal5columnsfunnel_conversion_rateidFunnel3","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","module":"Funnels","action":"getMetrics","order":50,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":5,"idFunnel":3},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5idFunnel3","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"View Submit Job","module":"Funnels","action":"funnelSummary","order":5,"parameters":{"module":"Funnels","action":"funnelSummary","idGoal":5,"idFunnel":3},"uniqueId":"widgetFunnelsfunnelSummaryidGoal5idFunnel3","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Funnel details","module":"Funnels","action":"funnelReportTable","order":30,"parameters":{"module":"Funnels","action":"funnelReportTable","idGoal":5,"idFunnel":3,"filter_limit":-1},"uniqueId":"widgetFunnelsfunnelReportTableidGoal5idFunnel3filter_limit-1","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"Funnels_Funnels.General_Overview","category":{"id":"Funnels_Funnels","name":"Funnels","order":28,"icon":"icon-funnel","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":5,"help":"<p>Identify and understand where your visitors drop off to increase your conversions, sales and revenue with your existing traffic.<\/p>"},"widgets":[{"name":"Funnels Overview","module":"CoreHome","action":"renderWidgetContainer","order":10,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"FunnelsOverview"},"uniqueId":"widgetFunnelsOverview","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"Liveaboard.com click","category":{"id":"Funnels_Funnels","name":"Funnels","order":99,"icon":"","help":"","widget":null},"subcategory":null,"module":"Funnels","action":"getMetrics","order":1,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":7,"funnels_overview":"1","showtitle":"1","idFunnel":8},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7funnels_overview1showtitle1idFunnel8","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"New Job Application","category":{"id":"Funnels_Funnels","name":"Funnels","order":99,"icon":"","help":"","widget":null},"subcategory":null,"module":"Funnels","action":"getMetrics","order":2,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":4,"funnels_overview":"1","showtitle":"1","idFunnel":7},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4funnels_overview1showtitle1idFunnel7","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"New Resume","category":{"id":"Funnels_Funnels","name":"Funnels","order":99,"icon":"","help":"","widget":null},"subcategory":null,"module":"Funnels","action":"getMetrics","order":3,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":6,"funnels_overview":"1","showtitle":"1","idFunnel":2},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6funnels_overview1showtitle1idFunnel2","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Sales","category":{"id":"Funnels_Funnels","name":"Funnels","order":99,"icon":"","help":"","widget":null},"subcategory":null,"module":"Funnels","action":"getMetrics","order":4,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":0,"funnels_overview":"1","showtitle":"1","idFunnel":99},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal0funnels_overview1showtitle1idFunnel99","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"View Submit Job","category":{"id":"Funnels_Funnels","name":"Funnels","order":99,"icon":"","help":"","widget":null},"subcategory":null,"module":"Funnels","action":"getMetrics","order":5,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Funnels","action":"getMetrics","idGoal":5,"funnels_overview":"1","showtitle":"1","idFunnel":3},"uniqueId":"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5funnels_overview1showtitle1idFunnel3","isWide":false,"viewDataTable":"sparklines","isReport":true}]}]},{"uniqueId":"Funnels_Funnels.Funnels_ManageFunnels","category":{"id":"Funnels_Funnels","name":"Funnels","order":28,"icon":"icon-funnel","help":"","widget":null},"subcategory":{"id":"Funnels_ManageFunnels","name":"Manage Funnels","order":9999,"help":""},"widgets":[{"name":"Manage Funnels","module":"Funnels","action":"editFunnels","order":99,"parameters":{"module":"Funnels","action":"editFunnels"},"uniqueId":"widgetFunnelseditFunnels","isWide":false}]},{"uniqueId":"HeatmapSessionRecording_Heatmaps.11","category":{"id":"HeatmapSessionRecording_Heatmaps","name":"Heatmaps","order":58,"icon":"icon-drop","help":"","widget":null},"subcategory":{"id":"11","name":"Homepage","order":20,"help":""},"widgets":[{"name":"","module":"HeatmapSessionRecording","action":"showHeatmap","order":99,"parameters":{"module":"HeatmapSessionRecording","action":"showHeatmap","idSiteHsr":11},"uniqueId":"widgetHeatmapSessionRecordingshowHeatmapidSiteHsr11","isWide":false}]},{"uniqueId":"HeatmapSessionRecording_SessionRecordings.13","category":{"id":"HeatmapSessionRecording_SessionRecordings","name":"Session Recordings","order":59,"icon":"icon-play","help":"","widget":null},"subcategory":{"id":"13","name":"Homepage","order":20,"help":""},"widgets":[{"name":"Session recording \"Homepage\"","module":"HeatmapSessionRecording","action":"getRecordedSessions","order":101,"parameters":{"module":"HeatmapSessionRecording","action":"getRecordedSessions","idSiteHsr":13},"uniqueId":"widgetHeatmapSessionRecordinggetRecordedSessionsidSiteHsr13","isWide":false,"viewDataTable":"table","isReport":true}]},{"uniqueId":"MediaAnalytics_Media.MediaAnalytics_TypeAudienceLog","category":{"id":"MediaAnalytics_Media","name":"Media","order":50,"icon":"icon-folder-charts","help":"","widget":null},"subcategory":{"id":"MediaAnalytics_TypeAudienceLog","name":"Audience Log","order":25,"help":"<p>This is a real-time log of all visits that include a media interaction such as a video play. You can see every action each user took within their visit and some basic details about the visitor to understand the broader context of their interaction.<\/p>"},"widgets":[{"name":"Log of visitors who have played media","module":"MediaAnalytics","action":"getAudienceLog","order":99,"parameters":{"module":"MediaAnalytics","action":"getAudienceLog"},"uniqueId":"widgetMediaAnalyticsgetAudienceLog","isWide":false}]},{"uniqueId":"MediaAnalytics_Media.MediaAnalytics_TypeAudienceMap","category":{"id":"MediaAnalytics_Media","name":"Media","order":50,"icon":"icon-folder-charts","help":"","widget":null},"subcategory":{"id":"MediaAnalytics_TypeAudienceMap","name":"Audience Map","order":30,"help":"<p>View a world map overlaid with data about how many visits from each country and region have performed media actions on your site such as playing audio or video files.<\/p>"},"widgets":[{"name":"Map of Media Plays","module":"MediaAnalytics","action":"audienceMap","order":99,"parameters":{"module":"MediaAnalytics","action":"audienceMap"},"uniqueId":"widgetMediaAnalyticsaudienceMap","isWide":false}]},{"uniqueId":"MediaAnalytics_Media.MediaAnalytics_TypeAudio","category":{"id":"MediaAnalytics_Media","name":"Media","order":50,"icon":"icon-folder-charts","help":"","widget":null},"subcategory":{"id":"MediaAnalytics_TypeAudio","name":"Audio","order":15,"help":"<p>The Audio section provides detailed reports on which audio files have been played, how often and their completion rates.<\/p>"},"widgets":[{"name":"Audio Titles","module":"MediaAnalytics","action":"getAudioTitles","order":102,"parameters":{"module":"MediaAnalytics","action":"getAudioTitles"},"uniqueId":"widgetMediaAnalyticsgetAudioTitles","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Audio Resource URLs","module":"MediaAnalytics","action":"getAudioResources","order":104,"parameters":{"module":"MediaAnalytics","action":"getAudioResources"},"uniqueId":"widgetMediaAnalyticsgetAudioResources","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Audio Resources URLs Grouped","module":"MediaAnalytics","action":"getGroupedAudioResources","order":106,"parameters":{"module":"MediaAnalytics","action":"getGroupedAudioResources"},"uniqueId":"widgetMediaAnalyticsgetGroupedAudioResources","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Audio per hour in website's timezone","module":"MediaAnalytics","action":"getAudioHours","order":108,"parameters":{"module":"MediaAnalytics","action":"getAudioHours"},"uniqueId":"widgetMediaAnalyticsgetAudioHours","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"MediaAnalytics_Media.General_Overview","category":{"id":"MediaAnalytics_Media","name":"Media","order":50,"icon":"icon-folder-charts","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":2,"help":"<p>Grow your business with advanced video & audio analytics. Get powerful insights into how often your audience watches your videos and listens to your audio. Learn how many of the visitors who start interacting with your media complete it.<\/p>"},"widgets":[{"name":"Getting Started","module":"MediaAnalytics","action":"gettingStarted","order":1,"parameters":{"module":"MediaAnalytics","action":"gettingStarted"},"uniqueId":"widgetMediaAnalyticsgettingStarted","isWide":false,"middlewareParameters":{"module":"MediaAnalytics","action":"hasNoRecords"}},{"name":"Evolution over the period","module":"MediaAnalytics","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"MediaAnalytics","action":"getEvolutionGraph","columns":["nb_plays"]},"uniqueId":"widgetMediaAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutioncolumnsArray","isWide":false,"middlewareParameters":{"module":"MediaAnalytics","action":"hasRecords"},"viewDataTable":"graphEvolution","isReport":true},{"name":"Report","module":"MediaAnalytics","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"MediaAnalytics","action":"get"},"uniqueId":"widgetMediaAnalyticsgetforceView1viewDataTablesparklines","isWide":false,"middlewareParameters":{"module":"MediaAnalytics","action":"hasRecords"},"viewDataTable":"sparklines","isReport":true}]},{"uniqueId":"MediaAnalytics_Media.MediaAnalytics_MediaPlayers","category":{"id":"MediaAnalytics_Media","name":"Media","order":50,"icon":"icon-folder-charts","help":"","widget":null},"subcategory":{"id":"MediaAnalytics_MediaPlayers","name":"Media Players","order":20,"help":"<p>This reports on the most used media players on your site so you can optimise your media delivery based on the most popular mediums and players.<\/p>"},"widgets":[{"name":"Media Players","module":"MediaAnalytics","action":"getPlayers","order":136,"parameters":{"module":"MediaAnalytics","action":"getPlayers"},"uniqueId":"widgetMediaAnalyticsgetPlayers","isWide":true,"viewDataTable":"table","isReport":true}]},{"uniqueId":"MediaAnalytics_Media.MediaAnalytics_TypeRealTime","category":{"id":"MediaAnalytics_Media","name":"Media","order":50,"icon":"icon-folder-charts","help":"","widget":null},"subcategory":{"id":"MediaAnalytics_TypeRealTime","name":"Real-time","order":5,"help":"<p>Analyse your media performance in real-time with duration and play reports calculated for the last 30 minutes and the previous 24 hours.<\/p>"},"widgets":[{"name":"Most Popular Media Last 24 hours","module":"MediaAnalytics","action":"mostPlays","order":102,"parameters":{"module":"MediaAnalytics","action":"mostPlays","lastMinutes":1440},"uniqueId":"widgetMediaAnalyticsmostPlayslastMinutes1440","isWide":false},{"name":"Real-time Media Plays","module":"MediaAnalytics","action":"currentPlays","order":99,"parameters":{"module":"MediaAnalytics","action":"currentPlays"},"uniqueId":"widgetMediaAnalyticscurrentPlays","isWide":false},{"name":"Time Spent Playing Media","module":"MediaAnalytics","action":"currentTime","order":100,"parameters":{"module":"MediaAnalytics","action":"currentTime"},"uniqueId":"widgetMediaAnalyticscurrentTime","isWide":false},{"name":"Most Popular Media Last 30 minutes","module":"MediaAnalytics","action":"mostPlays","order":101,"parameters":{"module":"MediaAnalytics","action":"mostPlays","lastMinutes":"30"},"uniqueId":"widgetMediaAnalyticsmostPlayslastMinutes30","isWide":false},{"name":"Real-time Map of Media Plays","module":"MediaAnalytics","action":"realTimeAudienceMap","order":103,"parameters":{"module":"MediaAnalytics","action":"realTimeAudienceMap"},"uniqueId":"widgetMediaAnalyticsrealTimeAudienceMap","isWide":true}]},{"uniqueId":"MediaAnalytics_Media.MediaAnalytics_TypeVideo","category":{"id":"MediaAnalytics_Media","name":"Media","order":50,"icon":"icon-folder-charts","help":"","widget":null},"subcategory":{"id":"MediaAnalytics_TypeVideo","name":"Video","order":10,"help":"<p>The Video section provides detailed reports on exactly which videos have been played, how often, their completion rates and even their display resolution.<\/p>"},"widgets":[{"name":"Video Titles","module":"MediaAnalytics","action":"getVideoTitles","order":101,"parameters":{"module":"MediaAnalytics","action":"getVideoTitles"},"uniqueId":"widgetMediaAnalyticsgetVideoTitles","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Video Resource URLs","module":"MediaAnalytics","action":"getVideoResources","order":103,"parameters":{"module":"MediaAnalytics","action":"getVideoResources"},"uniqueId":"widgetMediaAnalyticsgetVideoResources","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Video Resource URLs Grouped","module":"MediaAnalytics","action":"getGroupedVideoResources","order":105,"parameters":{"module":"MediaAnalytics","action":"getGroupedVideoResources"},"uniqueId":"widgetMediaAnalyticsgetGroupedVideoResources","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Videos per hour in website's timezone","module":"MediaAnalytics","action":"getVideoHours","order":107,"parameters":{"module":"MediaAnalytics","action":"getVideoHours"},"uniqueId":"widgetMediaAnalyticsgetVideoHours","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Video Resolutions","module":"MediaAnalytics","action":"getVideoResolutions","order":109,"parameters":{"module":"MediaAnalytics","action":"getVideoResolutions"},"uniqueId":"widgetMediaAnalyticsgetVideoResolutions","isWide":true,"viewDataTable":"table","isReport":true}]}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getReportPagesMetadata.xml b/tests/Resources/ExampleResponses/API.getReportPagesMetadata.xml new file mode 100644 index 0000000..00f4687 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getReportPagesMetadata.xml @@ -0,0 +1,18748 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <row> + <uniqueId>General_Actions.customdimension2</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>customdimension2</id> + <name>Page Author</name> + <order>70</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page Author</name> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>202</order> + <parameters> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <idDimension>2</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionidDimension2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.customdimension4</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>customdimension4</id> + <name>Page Location</name> + <order>71</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page Location</name> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>204</order> + <parameters> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <idDimension>4</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionidDimension4</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.customdimension5</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>customdimension5</id> + <name>Page Type</name> + <order>72</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page Type</name> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>205</order> + <parameters> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <idDimension>5</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionidDimension5</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.VisitorInterest_Engagement</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>VisitorInterest_Engagement</id> + <name>Engagement</name> + <order>46</order> + <help><p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.</p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.</p></help> + </subcategory> + <widgets> + <row> + <name>Visits per visit duration</name> + <module>VisitorInterest</module> + <action>getNumberOfVisitsPerVisitDuration</action> + <order>115</order> + <parameters> + <module>VisitorInterest</module> + <action>getNumberOfVisitsPerVisitDuration</action> + </parameters> + <uniqueId>widgetVisitorInterestgetNumberOfVisitsPerVisitDuration</uniqueId> + <isWide>0</isWide> + <viewDataTable>cloud</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per number of pages</name> + <module>VisitorInterest</module> + <action>getNumberOfVisitsPerPage</action> + <order>120</order> + <parameters> + <module>VisitorInterest</module> + <action>getNumberOfVisitsPerPage</action> + </parameters> + <uniqueId>widgetVisitorInterestgetNumberOfVisitsPerPage</uniqueId> + <isWide>0</isWide> + <viewDataTable>cloud</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits by visit number</name> + <module>VisitorInterest</module> + <action>getNumberOfVisitsByVisitCount</action> + <order>125</order> + <parameters> + <module>VisitorInterest</module> + <action>getNumberOfVisitsByVisitCount</action> + </parameters> + <uniqueId>widgetVisitorInterestgetNumberOfVisitsByVisitCount</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits by days since last visit</name> + <module>VisitorInterest</module> + <action>getNumberOfVisitsByDaysSinceLast</action> + <order>130</order> + <parameters> + <module>VisitorInterest</module> + <action>getNumberOfVisitsByDaysSinceLast</action> + </parameters> + <uniqueId>widgetVisitorInterestgetNumberOfVisitsByDaysSinceLast</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Returning Visits Over Time</name> + <module>VisitFrequency</module> + <action>getEvolutionGraph</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>VisitFrequency</module> + <action>getEvolutionGraph</action> + </parameters> + <uniqueId>widgetVisitFrequencygetEvolutionGraphforceView1viewDataTablegraphEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Frequency Overview</name> + <module>VisitFrequency</module> + <action>get</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>VisitFrequency</module> + <action>get</action> + </parameters> + <uniqueId>widgetVisitFrequencygetforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.Transitions_Transitions</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Transitions_Transitions</id> + <name>Transitions</name> + <order>46</order> + <help><p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful "Transitions" report.</p><p><a href="https://matomo.org/docs/transitions/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions" rel="noreferrer noopener" target="_blank">More details</a></p></help> + </subcategory> + <widgets> + <row> + <name>Transitions</name> + <module>Transitions</module> + <action>getTransitions</action> + <order>99</order> + <parameters> + <module>Transitions</module> + <action>getTransitions</action> + </parameters> + <uniqueId>widgetTransitionsgetTransitions</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.General_Downloads</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Downloads</id> + <name>Downloads</name> + <order>35</order> + <help><p>In this report, you can see which files your visitors have downloaded.</p><p>What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.</p></help> + </subcategory> + <widgets> + <row> + <name>Downloads</name> + <module>Actions</module> + <action>getDownloads</action> + <order>109</order> + <parameters> + <module>Actions</module> + <action>getDownloads</action> + </parameters> + <uniqueId>widgetActionsgetDownloads</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.Actions_SubmenuPagesEntry</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuPagesEntry</id> + <name>Entry pages</name> + <order>10</order> + <help><p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.</p><p>The entry URLs are displayed as a folder structure.</p><p>Use the plus and minus icons on the left to navigate.</p></help> + </subcategory> + <widgets> + <row> + <name>Entry pages</name> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>103</order> + <parameters> + <module>Actions</module> + <action>getEntryPageUrls</action> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrls</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Page Titles</name> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>106</order> + <parameters> + <module>Actions</module> + <action>getEntryPageTitles</action> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitles</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.Actions_SubmenuPagesExit</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuPagesExit</id> + <name>Exit pages</name> + <order>15</order> + <help><p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.</p><p>The exit URLs are displayed as a folder structure.</p><p>Use the plus and minus icons on the left to navigate.</p></help> + </subcategory> + <widgets> + <row> + <name>Exit pages</name> + <module>Actions</module> + <action>getExitPageUrls</action> + <order>104</order> + <parameters> + <module>Actions</module> + <action>getExitPageUrls</action> + </parameters> + <uniqueId>widgetActionsgetExitPageUrls</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Exit page titles</name> + <module>Actions</module> + <action>getExitPageTitles</action> + <order>107</order> + <parameters> + <module>Actions</module> + <action>getExitPageTitles</action> + </parameters> + <uniqueId>widgetActionsgetExitPageTitles</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.General_Outlinks</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Outlinks</id> + <name>Outlinks</name> + <order>30</order> + <help><p>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).</p><p>Use the plus and minus icons on the left to navigate.</p></help> + </subcategory> + <widgets> + <row> + <name>Outlinks</name> + <module>Actions</module> + <action>getOutlinks</action> + <order>108</order> + <parameters> + <module>Actions</module> + <action>getOutlinks</action> + </parameters> + <uniqueId>widgetActionsgetOutlinks</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.Actions_SubmenuPageTitles</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuPageTitles</id> + <name>Page titles</name> + <order>20</order> + <help><p>This report contains information about the titles of the pages that have been visited.</p><p>The page title is the HTML &lt;title&gt; Tag that most browsers show in their window title.</p></help> + </subcategory> + <widgets> + <row> + <name>Page titles</name> + <module>Actions</module> + <action>getPageTitles</action> + <order>105</order> + <parameters> + <module>Actions</module> + <action>getPageTitles</action> + </parameters> + <uniqueId>widgetActionsgetPageTitles</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.General_Pages</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Pages</id> + <name>Pages</name> + <order>5</order> + <help><p>This report contains information about the page URLs that have been visited.</p><p>The table is organized hierarchically, the URLs are displayed as a folder structure.</p><p>Use the plus and minus icons on the left to navigate.</p></help> + </subcategory> + <widgets> + <row> + <name>Pages</name> + <module>Actions</module> + <action>getPageUrls</action> + <order>102</order> + <parameters> + <module>Actions</module> + <action>getPageUrls</action> + </parameters> + <uniqueId>widgetActionsgetPageUrls</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.Actions_SubmenuSitesearch</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuSitesearch</id> + <name>Site Search</name> + <order>25</order> + <help><p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.</p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can’t find easily, and more.</p><p><a href="https://matomo.org/docs/site-search/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories" rel="noreferrer noopener" target="_blank">Learn more in the Site Search guide.</a></p></help> + </subcategory> + <widgets> + <row> + <name>Site Search Keywords</name> + <module>Actions</module> + <action>getSiteSearchKeywords</action> + <order>115</order> + <parameters> + <module>Actions</module> + <action>getSiteSearchKeywords</action> + </parameters> + <uniqueId>widgetActionsgetSiteSearchKeywords</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Pages Following a Site Search</name> + <module>Actions</module> + <action>getPageUrlsFollowingSiteSearch</action> + <order>116</order> + <parameters> + <module>Actions</module> + <action>getPageUrlsFollowingSiteSearch</action> + </parameters> + <uniqueId>widgetActionsgetPageUrlsFollowingSiteSearch</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Keywords with No Results</name> + <module>Actions</module> + <action>getSiteSearchNoResultKeywords</action> + <order>118</order> + <parameters> + <module>Actions</module> + <action>getSiteSearchNoResultKeywords</action> + </parameters> + <uniqueId>widgetActionsgetSiteSearchNoResultKeywords</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page Titles Following a Site Search</name> + <module>Actions</module> + <action>getPageTitlesFollowingSiteSearch</action> + <order>119</order> + <parameters> + <module>Actions</module> + <action>getPageTitlesFollowingSiteSearch</action> + </parameters> + <uniqueId>widgetActionsgetPageTitlesFollowingSiteSearch</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Categories</name> + <module>Actions</module> + <action>getSiteSearchCategories</action> + <order>120</order> + <parameters> + <module>Actions</module> + <action>getSiteSearchCategories</action> + </parameters> + <uniqueId>widgetActionsgetSiteSearchCategories</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.Events_Events</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Events_Events</id> + <name>Events</name> + <order>40</order> + <help><p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.</p><p><a href="https://matomo.org/docs/event-tracking/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory" rel="noreferrer noopener" target="_blank">Learn more about event tracking here.</a></p></help> + </subcategory> + <widgets> + <row> + <name /> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>99</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Events</containerId> + </parameters> + <uniqueId>widgetEvents</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Event Categories</name> + <category> + <id>General_Actions</id> + <name>Actions</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Events_Events</id> + <name>Events</name> + <order>99</order> + <help /> + </subcategory> + <module>Events</module> + <action>getCategory</action> + <order>100</order> + <parameters> + <module>Events</module> + <action>getCategory</action> + <secondaryDimension>eventAction</secondaryDimension> + </parameters> + <uniqueId>widgetEventsgetCategorysecondaryDimensioneventAction</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Event Actions</name> + <category> + <id>General_Actions</id> + <name>Actions</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Events_Events</id> + <name>Events</name> + <order>99</order> + <help /> + </subcategory> + <module>Events</module> + <action>getAction</action> + <order>101</order> + <parameters> + <module>Events</module> + <action>getAction</action> + <secondaryDimension>eventName</secondaryDimension> + </parameters> + <uniqueId>widgetEventsgetActionsecondaryDimensioneventName</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Event Names</name> + <category> + <id>General_Actions</id> + <name>Actions</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Events_Events</id> + <name>Events</name> + <order>99</order> + <help /> + </subcategory> + <module>Events</module> + <action>getName</action> + <order>102</order> + <parameters> + <module>Events</module> + <action>getName</action> + <secondaryDimension>eventAction</secondaryDimension> + </parameters> + <uniqueId>widgetEventsgetNamesecondaryDimensioneventAction</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.Contents_Contents</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Contents_Contents</id> + <name>Contents</name> + <order>45</order> + <help><p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.</p><p><a href="https://matomo.org/docs/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames" rel="noreferrer noopener" target="_blank">Learn more in the Content Tracking guide.</a></p></help> + </subcategory> + <widgets> + <row> + <name /> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>99</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Contents</containerId> + </parameters> + <uniqueId>widgetContents</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Content Name</name> + <category> + <id>General_Actions</id> + <name>Actions</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Contents_Contents</id> + <name>Contents</name> + <order>99</order> + <help /> + </subcategory> + <module>Contents</module> + <action>getContentNames</action> + <order>135</order> + <parameters> + <module>Contents</module> + <action>getContentNames</action> + </parameters> + <uniqueId>widgetContentsgetContentNames</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Content Piece</name> + <category> + <id>General_Actions</id> + <name>Actions</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Contents_Contents</id> + <name>Contents</name> + <order>99</order> + <help /> + </subcategory> + <module>Contents</module> + <action>getContentPieces</action> + <order>136</order> + <parameters> + <module>Contents</module> + <action>getContentPieces</action> + </parameters> + <uniqueId>widgetContentsgetContentPieces</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.PagePerformance_Performance</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>PagePerformance_Performance</id> + <name>Performance</name> + <order>47</order> + <help><p>The Performance section can help you analyse how fast your website or app is performing on the whole and help discover whether you have specific pages that significantly deviate from your averages.</p><p>You can also find reports showing exactly how long each page of your website takes to load and what is contributing to their loading time.</p></help> + </subcategory> + <widgets> + <row> + <name>Evolution of page performance metrics</name> + <module>PagePerformance</module> + <action>getEvolutionGraph</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphStackedBarEvolution</viewDataTable> + <module>PagePerformance</module> + <action>getEvolutionGraph</action> + </parameters> + <uniqueId>widgetPagePerformancegetEvolutionGraphforceView1viewDataTablegraphStackedBarEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphStackedBarEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>PagePerformance</module> + <action>get</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>PagePerformance</module> + <action>get</action> + </parameters> + <uniqueId>widgetPagePerformancegetforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URLs</name> + <module>Actions</module> + <action>getPageUrls</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tablePerformanceColumns</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <performance>1</performance> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletablePerformanceColumnsperformance1</uniqueId> + <isWide>1</isWide> + <viewDataTable>tablePerformanceColumns</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <module>Actions</module> + <action>getPageTitles</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tablePerformanceColumns</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <performance>1</performance> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletablePerformanceColumnsperformance1</uniqueId> + <isWide>1</isWide> + <viewDataTable>tablePerformanceColumns</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.UsersFlow_TopPaths</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>UsersFlow_TopPaths</id> + <name>Top Paths</name> + <order>48</order> + <help><p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.</p></help> + </subcategory> + <widgets> + <row> + <name>Users Flow - Top Paths - Page URLs</name> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <order>2000</order> + <parameters> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <topPaths>1</topPaths> + </parameters> + <uniqueId>widgetUsersFlowgetUsersFlowPrettytopPaths1</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Users Flow - Overview - Page URLs</name> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <order>2001</order> + <parameters> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + </parameters> + <uniqueId>widgetUsersFlowgetUsersFlowPretty</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Users Flow - Top Paths - Page Titles</name> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <order>2002</order> + <parameters> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <topPaths>1</topPaths> + <dataSource>page_title</dataSource> + </parameters> + <uniqueId>widgetUsersFlowgetUsersFlowPrettytopPaths1dataSourcepage_title</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Users Flow - Overview - Page Titles</name> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <order>2003</order> + <parameters> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <dataSource>page_title</dataSource> + </parameters> + <uniqueId>widgetUsersFlowgetUsersFlowPrettydataSourcepage_title</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.UsersFlow_UsersFlow</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>UsersFlow_UsersFlow</id> + <name>Users Flow</name> + <order>47</order> + <help><p>This data is based on the 5000 most popular connections per interaction. If you want to include more or less data, you can change the number of connections per step by adjusting the value of the <code>[UsersFlow] usersflow_num_max_links_per_interaction</code> configuration in the <code>config/config.ini.php</code> file. The "Explore traffic" feature is currently only available to "day", "week", "month" and "range" periods.</p></help> + </subcategory> + <widgets> + <row> + <name>Users Flow - Visualization</name> + <module>UsersFlow</module> + <action>getUsersFlow</action> + <order>2000</order> + <parameters> + <module>UsersFlow</module> + <action>getUsersFlow</action> + </parameters> + <uniqueId>widgetUsersFlowgetUsersFlow</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Actions.SearchEngineKeywordsPerformance_CrawlingErrors</uniqueId> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>SearchEngineKeywordsPerformance_CrawlingErrors</id> + <name>Crawling errors</name> + <order>99</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Crawl errors on Bing</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getCrawlingErrorExamplesBing</action> + <order>102</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getCrawlingErrorExamplesBing</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetCrawlingErrorExamplesBing</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.customdimension1</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>customdimension1</id> + <name>User Type</name> + <order>73</order> + <help /> + </subcategory> + <widgets> + <row> + <name>User Type</name> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>201</order> + <parameters> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <idDimension>1</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionidDimension1</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.DevicesDetection_Devices</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Devices</id> + <name>Devices</name> + <order>15</order> + <help><p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.</p></help> + </subcategory> + <widgets> + <row> + <name>Device type</name> + <module>DevicesDetection</module> + <action>getType</action> + <order>100</order> + <parameters> + <module>DevicesDetection</module> + <action>getType</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetType</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <module>DevicesDetection</module> + <action>getModel</action> + <order>102</order> + <parameters> + <module>DevicesDetection</module> + <action>getModel</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetModel</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>104</order> + <parameters> + <module>DevicesDetection</module> + <action>getBrand</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrand</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Screen Resolution</name> + <module>Resolution</module> + <action>getResolution</action> + <order>108</order> + <parameters> + <module>Resolution</module> + <action>getResolution</action> + </parameters> + <uniqueId>widgetResolutiongetResolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.DevicesDetection_Software</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Software</id> + <name>Software</name> + <order>20</order> + <help><p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.</p></help> + </subcategory> + <widgets> + <row> + <name>Operating System versions</name> + <module>DevicesDetection</module> + <action>getOsVersions</action> + <order>102</order> + <parameters> + <module>DevicesDetection</module> + <action>getOsVersions</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetOsVersions</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>105</order> + <parameters> + <module>DevicesDetection</module> + <action>getBrowsers</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsers</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browser version</name> + <module>DevicesDetection</module> + <action>getBrowserVersions</action> + <order>106</order> + <parameters> + <module>DevicesDetection</module> + <action>getBrowserVersions</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowserVersions</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Configurations</name> + <module>Resolution</module> + <action>getConfiguration</action> + <order>107</order> + <parameters> + <module>Resolution</module> + <action>getConfiguration</action> + </parameters> + <uniqueId>widgetResolutiongetConfiguration</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Operating System families</name> + <module>DevicesDetection</module> + <action>getOsFamilies</action> + <order>108</order> + <parameters> + <module>DevicesDetection</module> + <action>getOsFamilies</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetOsFamilies</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browser engines</name> + <module>DevicesDetection</module> + <action>getBrowserEngines</action> + <order>110</order> + <parameters> + <module>DevicesDetection</module> + <action>getBrowserEngines</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowserEngines</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphPie</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browser Plugins</name> + <module>DevicePlugins</module> + <action>getPlugin</action> + <order>113</order> + <parameters> + <module>DevicePlugins</module> + <action>getPlugin</action> + </parameters> + <uniqueId>widgetDevicePluginsgetPlugin</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.General_Overview</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>2</order> + <help><p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.</p></help> + </subcategory> + <widgets> + <row> + <name>Visits Over Time</name> + <module>VisitsSummary</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>VisitsSummary</module> + <action>getEvolutionGraph</action> + </parameters> + <uniqueId>widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits Overview</name> + <module>VisitsSummary</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>VisitsSummary</module> + <action>get</action> + </parameters> + <uniqueId>widgetVisitsSummarygetforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.UserCountry_SubmenuLocations</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserCountry_SubmenuLocations</id> + <name>Locations</name> + <order>10</order> + <help><p>The "Locations" section is the best way to find out what countries, continents, regions, and cities your website visitors come from — in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.</p></help> + </subcategory> + <widgets> + <row> + <name>Visitor Map</name> + <module>UserCountryMap</module> + <action>visitorMap</action> + <order>1</order> + <parameters> + <module>UserCountryMap</module> + <action>visitorMap</action> + </parameters> + <uniqueId>widgetUserCountryMapvisitorMap</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Country</name> + <module>UserCountry</module> + <action>getCountry</action> + <order>105</order> + <parameters> + <module>UserCountry</module> + <action>getCountry</action> + </parameters> + <uniqueId>widgetUserCountrygetCountry</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>106</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Continent</containerId> + </parameters> + <uniqueId>widgetContinent</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Continent</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>UserCountry_SubmenuLocations</id> + <name>Locations</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>106</order> + <parameters> + <module>UserCountry</module> + <action>getContinent</action> + </parameters> + <uniqueId>widgetUserCountrygetContinent</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>UserCountry_SubmenuLocations</id> + <name>Locations</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getDistinctCountries</action> + <order>106</order> + <parameters> + <module>UserCountry</module> + <action>getDistinctCountries</action> + </parameters> + <uniqueId>widgetUserCountrygetDistinctCountries</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Region</name> + <module>UserCountry</module> + <action>getRegion</action> + <order>107</order> + <parameters> + <module>UserCountry</module> + <action>getRegion</action> + </parameters> + <uniqueId>widgetUserCountrygetRegion</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Web-browser language</name> + <module>UserLanguage</module> + <action>getLanguage</action> + <order>108</order> + <parameters> + <module>UserLanguage</module> + <action>getLanguage</action> + </parameters> + <uniqueId>widgetUserLanguagegetLanguage</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>City</name> + <module>UserCountry</module> + <action>getCity</action> + <order>110</order> + <parameters> + <module>UserCountry</module> + <action>getCity</action> + </parameters> + <uniqueId>widgetUserCountrygetCity</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Language code</name> + <module>UserLanguage</module> + <action>getLanguageCode</action> + <order>111</order> + <parameters> + <module>UserLanguage</module> + <action>getLanguageCode</action> + </parameters> + <uniqueId>widgetUserLanguagegetLanguageCode</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.VisitTime_SubmenuTimes</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>VisitTime_SubmenuTimes</id> + <name>Times</name> + <order>35</order> + <help><p>The "Times" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.</p></help> + </subcategory> + <widgets> + <row> + <name>Visits per local time</name> + <module>VisitTime</module> + <action>getVisitInformationPerLocalTime</action> + <order>115</order> + <parameters> + <module>VisitTime</module> + <action>getVisitInformationPerLocalTime</action> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerLocalTime</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphVerticalBar</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>120</order> + <parameters> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTime</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphVerticalBar</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits by day of the week</name> + <module>VisitTime</module> + <action>getByDayOfWeek</action> + <order>125</order> + <parameters> + <module>VisitTime</module> + <action>getByDayOfWeek</action> + </parameters> + <uniqueId>widgetVisitTimegetByDayOfWeek</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphVerticalBar</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.UserCountryMap_RealTimeMap</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserCountryMap_RealTimeMap</id> + <name>Real-time Map</name> + <order>9</order> + <help><p>Shows the location of website visitors the last 30 minutes, and flashes for new ones. Recent visits are shown as large orange bubbles, and older ones as smaller gray ones. It refreshes every five seconds.</p></help> + </subcategory> + <widgets> + <row> + <name>Real-time Map</name> + <module>UserCountryMap</module> + <action>realtimeMap</action> + <order>15</order> + <parameters> + <module>UserCountryMap</module> + <action>realtimeMap</action> + </parameters> + <uniqueId>widgetUserCountryMaprealtimeMap</uniqueId> + <isWide>1</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.General_RealTime</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>General_RealTime</id> + <name>Real-time</name> + <order>7</order> + <help><p>The visits in the real-time report show the real-time flow of visits to your website. It includes a real-time counter of your visits and page views in the last 24 hours and the previous 30 minutes.</p><p>This report refreshes every 5 seconds and displays new visits (or existing visitors that view a new page) at the top of the list with a fade-in effect.</p></help> + </subcategory> + <widgets> + <row> + <name>Visits in real-time</name> + <module>Live</module> + <action>widget</action> + <order>20</order> + <parameters> + <module>Live</module> + <action>widget</action> + </parameters> + <uniqueId>widgetLivewidget</uniqueId> + <isWide>1</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.Live_VisitorLog</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>Live_VisitorLog</id> + <name>Visits Log</name> + <order>5</order> + <help><p>The visits log shows you every visit your website receives in detail. Find out which actions each visitor has performed, how they got to your site, a bit about who they are, and more (while still complying with your local privacy regulations).</p><p>While other reports in Matomo show how your visitors behave at an aggregate level, the visits log provides granular detail. You can also use segments to narrow it down to specific types of visits to understand your visitors better.</p><p><a href="https://matomo.org/docs/real-time/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Live.getLastVisitsDetails" target="_blank" rel="noreferrer noopener">Learn more in the visit-log guide.</a></p></help> + </subcategory> + <widgets> + <row> + <name>Visits Log</name> + <module>Live</module> + <action>getLastVisitsDetails</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>VisitorLog</viewDataTable> + <module>Live</module> + <action>getLastVisitsDetails</action> + <small>1</small> + </parameters> + <uniqueId>widgetLivegetLastVisitsDetailsforceView1viewDataTableVisitorLogsmall1</uniqueId> + <isWide>0</isWide> + <viewDataTable>VisitorLog</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.UserId_UserReportTitle</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserId_UserReportTitle</id> + <name>User IDs</name> + <order>40</order> + <help><p>The user ID report shows visits associated with all your registered and logged in users. Understand website usage by its specific users and find out who your most and least active users are.</p><p><a target="_blank" rel="noopener noreferrer" href="https://matomo.org/docs/user-id?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.UserId.getUsers"><span class="icon-info"></span> Learn more</a></p></help> + </subcategory> + <widgets> + <row> + <name>User IDs</name> + <module>UserId</module> + <action>getUsers</action> + <order>109</order> + <parameters> + <module>UserId</module> + <action>getUsers</action> + </parameters> + <uniqueId>widgetUserIdgetUsers</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>General_Visitors.CustomVariables_CustomVariables</uniqueId> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>CustomVariables_CustomVariables</id> + <name>Custom Variables</name> + <order>45</order> + <help><p>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.</p><p><a href="https://matomo.org/docs/custom-variables/" rel="noreferrer noopener" target="_blank">Read more about this topic in the online guide.</a></p></help> + </subcategory> + <widgets> + <row> + <name>Custom Variables</name> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>110</order> + <parameters> + <module>CustomVariables</module> + <action>getCustomVariables</action> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariables</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Dashboard_Dashboard.1</uniqueId> + <category> + <id>Dashboard_Dashboard</id> + <name>Dashboard</name> + <order>0</order> + <icon>icon-reporting-dashboard</icon> + <help><p>This is a dashboard page. Dashboards are a collection of Matomo's widgets that you add yourself to suit your specific needs. Mix and match any of Matomo's widgets to get the data <strong>*you*</strong> need at a glance.</p></help> + <widget /> + </category> + <subcategory> + <id>1</id> + <name>Dashboard</name> + <order>1</order> + <help /> + </subcategory> + <widgets> + <row> + <name /> + <module>Dashboard</module> + <action>embeddedIndex</action> + <order>99</order> + <parameters> + <module>Dashboard</module> + <action>embeddedIndex</action> + <idDashboard>1</idDashboard> + </parameters> + <uniqueId>widgetDashboardembeddedIndexidDashboard1</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>Referrers_Referrers.Referrers_AIAssistants</uniqueId> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_AIAssistants</id> + <name>AI Assistants</name> + <order>18</order> + <help><p>In this table, you can see which AI assistants referred visitors to your site.</p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.</p></help> + </subcategory> + <widgets> + <row> + <name>AI Assistants</name> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>113</order> + <parameters> + <module>Referrers</module> + <action>getAIAssistants</action> + </parameters> + <uniqueId>widgetReferrersgetAIAssistants</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphPie</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Referrers_Referrers.Referrers_WidgetGetAll</uniqueId> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_WidgetGetAll</id> + <name>All Channels</name> + <order>5</order> + <help><p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.</p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.</p></help> + </subcategory> + <widgets> + <row> + <name>Channel Types</name> + <module>Referrers</module> + <action>getReferrerType</action> + <order>101</order> + <parameters> + <module>Referrers</module> + <action>getReferrerType</action> + </parameters> + <uniqueId>widgetReferrersgetReferrerType</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableAllColumns</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Referrers</name> + <module>Referrers</module> + <action>getAll</action> + <order>102</order> + <parameters> + <module>Referrers</module> + <action>getAll</action> + </parameters> + <uniqueId>widgetReferrersgetAll</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableAllColumns</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Referrers_Referrers.Referrers_URLCampaignBuilder</uniqueId> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_URLCampaignBuilder</id> + <name>Campaign URL Builder</name> + <order>21</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Campaign URL Builder</name> + <module>Referrers</module> + <action>getCampaignUrlBuilder</action> + <order>99</order> + <parameters> + <module>Referrers</module> + <action>getCampaignUrlBuilder</action> + </parameters> + <uniqueId>widgetReferrersgetCampaignUrlBuilder</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>Referrers_Referrers.Referrers_Campaigns</uniqueId> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Campaigns</id> + <name>Campaigns</name> + <order>20</order> + <help><p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.</p></help> + </subcategory> + <widgets> + <row> + <name>Campaign Names</name> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>101</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetName</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>102</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeyword</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>103</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSource</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>104</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMedium</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>105</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContent</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>106</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMedium</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>107</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetId</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>108</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroup</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>109</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacement</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Referrers_Referrers.General_Overview</uniqueId> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>2</order> + <help><p>The Acquisition Overview shows you the percentage of your traffic from all sources over a selected date range.</p><p>You can also click on a specific channel type to display it within the evolution graph. This can help you discover which channels contribute the most traffic to your site as well as any potential patterns over time. For example, a certain channel may perform better on weekends.</p></help> + </subcategory> + <widgets> + <row> + <name>Evolution over the period</name> + <module>Referrers</module> + <action>getEvolutionGraph</action> + <order>9</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Referrers</module> + <action>getEvolutionGraph</action> + <columns> + <row>nb_visits</row> + </columns> + </parameters> + <uniqueId>widgetReferrersgetEvolutionGraphforceView1viewDataTablegraphEvolutioncolumnsArray</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Type</name> + <module>Referrers</module> + <action>getSparklines</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Referrers</module> + <action>getSparklines</action> + </parameters> + <uniqueId>widgetReferrersgetSparklinesforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Referrers_Referrers.Referrers_SubmenuSearchEngines</uniqueId> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_SubmenuSearchEngines</id> + <name>Search Engines & Keywords</name> + <order>10</order> + <help><p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.</p><p><a href="https://matomo.org/matomo-cloud/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Matomo Cloud</a> and <a href="https://plugins.matomo.org/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Search Engine Keywords Performance</a> plugin users will receive the best results from this report.</p></help> + </subcategory> + <widgets> + <row> + <name>Combined keywords</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywords</action> + <order>101</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywords</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetKeywords</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>107</order> + <parameters> + <module>Referrers</module> + <action>getSearchEngines</action> + </parameters> + <uniqueId>widgetReferrersgetSearchEngines</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <module>Referrers</module> + <action>getKeywords</action> + <order>110</order> + <parameters> + <module>Referrers</module> + <action>getKeywords</action> + </parameters> + <uniqueId>widgetReferrersgetKeywords</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Web keywords on Google</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleWeb</action> + <order>110</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleWeb</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetKeywordsGoogleWeb</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (on Bing and Yahoo!)</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsBing</action> + <order>115</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsBing</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetKeywordsBing</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Image keywords on Google</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleImage</action> + <order>120</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleImage</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetKeywordsGoogleImage</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Video keywords on Google</name> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleVideo</action> + <order>125</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleVideo</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetKeywordsGoogleVideo</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Referrers_Referrers.Referrers_Socials</uniqueId> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Socials</id> + <name>Social Networks</name> + <order>16</order> + <help><p>In this table, you can see which websites referred visitors to your site.</p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.</p></help> + </subcategory> + <widgets> + <row> + <name>Social Networks</name> + <module>Referrers</module> + <action>getSocials</action> + <order>111</order> + <parameters> + <module>Referrers</module> + <action>getSocials</action> + </parameters> + <uniqueId>widgetReferrersgetSocials</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphPie</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Referrers_Referrers.Referrers_SubmenuWebsitesOnly</uniqueId> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_SubmenuWebsitesOnly</id> + <name>Websites</name> + <order>15</order> + <help><p>In this table, you can see which websites referred visitors to your site.</p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.</p></help> + </subcategory> + <widgets> + <row> + <name>Websites</name> + <module>Referrers</module> + <action>getWebsites</action> + <order>105</order> + <parameters> + <module>Referrers</module> + <action>getWebsites</action> + </parameters> + <uniqueId>widgetReferrersgetWebsites</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableAllColumns</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Referrers_Referrers.SearchEngineKeywordsPerformance_CrawlingStats</uniqueId> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>SearchEngineKeywordsPerformance_CrawlingStats</id> + <name>Crawling overview</name> + <order>25</order> + <help><p>The Crawling overview reports all the most critical information about how Search Engines robots crawl your websites. These metrics are updated approximately once per day with data provided by the search engines.</p></help> + </subcategory> + <widgets> + <row> + <name /> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>110</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>CrawlingStatsBing</containerId> + </parameters> + <uniqueId>widgetCrawlingStatsBing</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Crawl overview for Bing and Yahoo!</name> + <category> + <id>Referrers_Referrers</id> + <name>Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>SearchEngineKeywordsPerformance_CrawlingStats</id> + <name>Crawling overview</name> + <order>99</order> + <help /> + </subcategory> + <module>SearchEngineKeywordsPerformance</module> + <action>getCrawlingOverviewBing</action> + <order>110</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>SearchEngineKeywordsPerformance</module> + <action>getCrawlingOverviewBing</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetCrawlingOverviewBingforceView1viewDataTablegraphEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Referrers_Referrers</id> + <name>Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>SearchEngineKeywordsPerformance_CrawlingStats</id> + <name>Crawling overview</name> + <order>99</order> + <help /> + </subcategory> + <module>SearchEngineKeywordsPerformance</module> + <action>getCrawlingOverviewBing</action> + <order>110</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>SearchEngineKeywordsPerformance</module> + <action>getCrawlingOverviewBing</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetCrawlingOverviewBingforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Goals.8</uniqueId> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>25</order> + <icon>icon-reporting-goal</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>8</id> + <name>Agoda click</name> + <order>900</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Agoda click</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>6</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goal_8</containerId> + </parameters> + <uniqueId>widgetGoal_8</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>8</id> + <name>8</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Goals</module> + <action>getEvolutionGraph</action> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>8</id> + <name>8</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Goals</module> + <action>get</action> + <idGoal>8</idGoal> + <allow_multiple>0</allow_multiple> + </parameters> + <uniqueId>widgetGoalsgetforceView1viewDataTablesparklinesidGoal8allow_multiple0</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Conversions Overview</name> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>8</id> + <name>8</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>goalConversionsOverview</action> + <order>25</order> + <parameters> + <module>Goals</module> + <action>goalConversionsOverview</action> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetGoalsgoalConversionsOverviewidGoal8</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>8</idGoal> + </middlewareParameters> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Goal Agoda click conversions by type of visit</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>35</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goals8</containerId> + </parameters> + <uniqueId>widgetGoals8</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>8</idGoal> + </middlewareParameters> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Country</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCountry</action> + <order>301</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCountry</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Continent</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>302</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getContinent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Region</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getRegion</action> + <order>303</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getRegion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>City</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCity</action> + <order>304</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCity</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device type</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getType</action> + <order>305</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getModel</action> + <order>306</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getModel</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>307</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrand</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>308</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>401</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Custom Variables</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>402</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User Type</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>403</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + <idDimension>1</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8idDimension1</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URLs</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>101</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry pages</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>102</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>103</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>104</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Type</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getReferrerType</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getReferrerType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSearchEngines</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getKeywords</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getKeywords</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Websites</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getWebsites</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getWebsites</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Social Networks</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSocials</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSocials</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>AI Assistants</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>6</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getAIAssistants</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Names</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>7</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>8</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>9</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>11</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>12</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>13</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>14</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <order>201</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Days to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getDaysToConversion</action> + <order>202</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getDaysToConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>8</idGoal> + </parameters> + <uniqueId>widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal8</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Goals.7</uniqueId> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>25</order> + <icon>icon-reporting-goal</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>7</id> + <name>Liveaboard.com click</name> + <order>901</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Liveaboard.com click</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>5</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goal_7</containerId> + </parameters> + <uniqueId>widgetGoal_7</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>7</id> + <name>7</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Goals</module> + <action>getEvolutionGraph</action> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>7</id> + <name>7</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Goals</module> + <action>get</action> + <idGoal>7</idGoal> + <allow_multiple>0</allow_multiple> + </parameters> + <uniqueId>widgetGoalsgetforceView1viewDataTablesparklinesidGoal7allow_multiple0</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Conversions Overview</name> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>7</id> + <name>7</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>goalConversionsOverview</action> + <order>25</order> + <parameters> + <module>Goals</module> + <action>goalConversionsOverview</action> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetGoalsgoalConversionsOverviewidGoal7</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>7</idGoal> + </middlewareParameters> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Goal Liveaboard.com click conversions by type of visit</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>35</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goals7</containerId> + </parameters> + <uniqueId>widgetGoals7</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>7</idGoal> + </middlewareParameters> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Country</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCountry</action> + <order>301</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCountry</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Continent</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>302</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getContinent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Region</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getRegion</action> + <order>303</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getRegion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>City</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCity</action> + <order>304</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCity</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device type</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getType</action> + <order>305</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getModel</action> + <order>306</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getModel</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>307</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrand</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>308</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>401</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Custom Variables</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>402</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User Type</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>403</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + <idDimension>1</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7idDimension1</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URLs</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>101</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry pages</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>102</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>103</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>104</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Type</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getReferrerType</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getReferrerType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSearchEngines</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getKeywords</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getKeywords</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Websites</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getWebsites</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getWebsites</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Social Networks</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSocials</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSocials</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>AI Assistants</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>6</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getAIAssistants</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Names</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>7</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>8</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>9</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>11</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>12</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>13</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>14</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <order>201</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Days to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getDaysToConversion</action> + <order>202</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getDaysToConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>7</idGoal> + </parameters> + <uniqueId>widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal7</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Funnel Overview</name> + <module>Funnels</module> + <action>getMetrics</action> + <order>26</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>7</idGoal> + <goal_overview>1</goal_overview> + <idFunnel>8</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7goal_overview1idFunnel8</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Goals.4</uniqueId> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>25</order> + <icon>icon-reporting-goal</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>4</id> + <name>New Job Application</name> + <order>902</order> + <help /> + </subcategory> + <widgets> + <row> + <name>New Job Application</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>2</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goal_4</containerId> + </parameters> + <uniqueId>widgetGoal_4</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>4</id> + <name>4</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Goals</module> + <action>getEvolutionGraph</action> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>4</id> + <name>4</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Goals</module> + <action>get</action> + <idGoal>4</idGoal> + <allow_multiple>0</allow_multiple> + </parameters> + <uniqueId>widgetGoalsgetforceView1viewDataTablesparklinesidGoal4allow_multiple0</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Conversions Overview</name> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>4</id> + <name>4</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>goalConversionsOverview</action> + <order>25</order> + <parameters> + <module>Goals</module> + <action>goalConversionsOverview</action> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetGoalsgoalConversionsOverviewidGoal4</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>4</idGoal> + </middlewareParameters> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Goal New Job Application conversions by type of visit</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>35</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goals4</containerId> + </parameters> + <uniqueId>widgetGoals4</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>4</idGoal> + </middlewareParameters> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Country</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCountry</action> + <order>301</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCountry</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Continent</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>302</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getContinent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Region</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getRegion</action> + <order>303</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getRegion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>City</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCity</action> + <order>304</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCity</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device type</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getType</action> + <order>305</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getModel</action> + <order>306</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getModel</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>307</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrand</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>308</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>401</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Custom Variables</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>402</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User Type</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>403</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + <idDimension>1</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4idDimension1</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URLs</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>101</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry pages</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>102</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>103</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>104</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Type</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getReferrerType</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getReferrerType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSearchEngines</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getKeywords</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getKeywords</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Websites</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getWebsites</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getWebsites</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Social Networks</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSocials</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSocials</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>AI Assistants</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>6</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getAIAssistants</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Names</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>7</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>8</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>9</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>11</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>12</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>13</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>14</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <order>201</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Days to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getDaysToConversion</action> + <order>202</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getDaysToConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>4</idGoal> + </parameters> + <uniqueId>widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal4</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Funnel Overview</name> + <module>Funnels</module> + <action>getMetrics</action> + <order>26</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>4</idGoal> + <goal_overview>1</goal_overview> + <idFunnel>7</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4goal_overview1idFunnel7</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Goals.6</uniqueId> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>25</order> + <icon>icon-reporting-goal</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>6</id> + <name>New Resume</name> + <order>903</order> + <help /> + </subcategory> + <widgets> + <row> + <name>New Resume</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>4</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goal_6</containerId> + </parameters> + <uniqueId>widgetGoal_6</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>6</id> + <name>6</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Goals</module> + <action>getEvolutionGraph</action> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>6</id> + <name>6</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Goals</module> + <action>get</action> + <idGoal>6</idGoal> + <allow_multiple>0</allow_multiple> + </parameters> + <uniqueId>widgetGoalsgetforceView1viewDataTablesparklinesidGoal6allow_multiple0</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Conversions Overview</name> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>6</id> + <name>6</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>goalConversionsOverview</action> + <order>25</order> + <parameters> + <module>Goals</module> + <action>goalConversionsOverview</action> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetGoalsgoalConversionsOverviewidGoal6</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>6</idGoal> + </middlewareParameters> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Goal New Resume conversions by type of visit</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>35</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goals6</containerId> + </parameters> + <uniqueId>widgetGoals6</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>6</idGoal> + </middlewareParameters> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Country</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCountry</action> + <order>301</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCountry</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Continent</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>302</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getContinent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Region</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getRegion</action> + <order>303</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getRegion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>City</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCity</action> + <order>304</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCity</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device type</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getType</action> + <order>305</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getModel</action> + <order>306</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getModel</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>307</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrand</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>308</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>401</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Custom Variables</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>402</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User Type</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>403</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + <idDimension>1</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6idDimension1</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URLs</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>101</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry pages</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>102</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>103</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>104</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Type</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getReferrerType</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getReferrerType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSearchEngines</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getKeywords</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getKeywords</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Websites</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getWebsites</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getWebsites</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Social Networks</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSocials</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSocials</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>AI Assistants</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>6</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getAIAssistants</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Names</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>7</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>8</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>9</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>11</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>12</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>13</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>14</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <order>201</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Days to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getDaysToConversion</action> + <order>202</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getDaysToConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>6</idGoal> + </parameters> + <uniqueId>widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal6</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Funnel Overview</name> + <module>Funnels</module> + <action>getMetrics</action> + <order>26</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>6</idGoal> + <goal_overview>1</goal_overview> + <idFunnel>2</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6goal_overview1idFunnel2</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Goals.10</uniqueId> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>25</order> + <icon>icon-reporting-goal</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>10</id> + <name>Newsletter Signup</name> + <order>904</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Newsletter Signup</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>8</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goal_10</containerId> + </parameters> + <uniqueId>widgetGoal_10</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>10</id> + <name>10</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Goals</module> + <action>getEvolutionGraph</action> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>10</id> + <name>10</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Goals</module> + <action>get</action> + <idGoal>10</idGoal> + <allow_multiple>0</allow_multiple> + </parameters> + <uniqueId>widgetGoalsgetforceView1viewDataTablesparklinesidGoal10allow_multiple0</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Conversions Overview</name> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>10</id> + <name>10</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>goalConversionsOverview</action> + <order>25</order> + <parameters> + <module>Goals</module> + <action>goalConversionsOverview</action> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetGoalsgoalConversionsOverviewidGoal10</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>10</idGoal> + </middlewareParameters> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Goal Newsletter Signup conversions by type of visit</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>35</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goals10</containerId> + </parameters> + <uniqueId>widgetGoals10</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>10</idGoal> + </middlewareParameters> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Country</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCountry</action> + <order>301</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCountry</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Continent</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>302</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getContinent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Region</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getRegion</action> + <order>303</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getRegion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>City</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCity</action> + <order>304</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCity</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device type</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getType</action> + <order>305</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getModel</action> + <order>306</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getModel</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>307</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrand</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>308</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>401</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Custom Variables</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>402</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User Type</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>403</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + <idDimension>1</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10idDimension1</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URLs</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>101</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry pages</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>102</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>103</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>104</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Type</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getReferrerType</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getReferrerType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSearchEngines</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getKeywords</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getKeywords</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Websites</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getWebsites</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getWebsites</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Social Networks</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSocials</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSocials</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>AI Assistants</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>6</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getAIAssistants</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Names</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>7</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>8</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>9</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>11</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>12</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>13</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>14</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <order>201</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Days to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getDaysToConversion</action> + <order>202</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getDaysToConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>10</idGoal> + </parameters> + <uniqueId>widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal10</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Goals.9</uniqueId> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>25</order> + <icon>icon-reporting-goal</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>9</id> + <name>User Comments</name> + <order>905</order> + <help /> + </subcategory> + <widgets> + <row> + <name>User Comments</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>7</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goal_9</containerId> + </parameters> + <uniqueId>widgetGoal_9</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>9</id> + <name>9</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Goals</module> + <action>getEvolutionGraph</action> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>9</id> + <name>9</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Goals</module> + <action>get</action> + <idGoal>9</idGoal> + <allow_multiple>1</allow_multiple> + </parameters> + <uniqueId>widgetGoalsgetforceView1viewDataTablesparklinesidGoal9allow_multiple1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Conversions Overview</name> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>9</id> + <name>9</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>goalConversionsOverview</action> + <order>25</order> + <parameters> + <module>Goals</module> + <action>goalConversionsOverview</action> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetGoalsgoalConversionsOverviewidGoal9</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>9</idGoal> + </middlewareParameters> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Goal User Comments conversions by type of visit</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>35</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goals9</containerId> + </parameters> + <uniqueId>widgetGoals9</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>9</idGoal> + </middlewareParameters> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Country</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCountry</action> + <order>301</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCountry</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Continent</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>302</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getContinent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Region</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getRegion</action> + <order>303</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getRegion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>City</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCity</action> + <order>304</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCity</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device type</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getType</action> + <order>305</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getModel</action> + <order>306</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getModel</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>307</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrand</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>308</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>401</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Custom Variables</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>402</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User Type</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>403</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + <idDimension>1</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9idDimension1</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URLs</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>101</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry pages</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>102</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>103</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>104</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Type</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getReferrerType</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getReferrerType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSearchEngines</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getKeywords</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getKeywords</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Websites</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getWebsites</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getWebsites</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Social Networks</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSocials</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSocials</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>AI Assistants</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>6</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getAIAssistants</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Names</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>7</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>8</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>9</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>11</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>12</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>13</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>14</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <order>201</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Days to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getDaysToConversion</action> + <order>202</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getDaysToConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>9</idGoal> + </parameters> + <uniqueId>widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal9</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Goals.5</uniqueId> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>25</order> + <icon>icon-reporting-goal</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>5</id> + <name>View Submit Job</name> + <order>906</order> + <help /> + </subcategory> + <widgets> + <row> + <name>View Submit Job</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>3</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goal_5</containerId> + </parameters> + <uniqueId>widgetGoal_5</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>5</id> + <name>5</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Goals</module> + <action>getEvolutionGraph</action> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>5</id> + <name>5</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Goals</module> + <action>get</action> + <idGoal>5</idGoal> + <allow_multiple>0</allow_multiple> + </parameters> + <uniqueId>widgetGoalsgetforceView1viewDataTablesparklinesidGoal5allow_multiple0</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Conversions Overview</name> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>5</id> + <name>5</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>goalConversionsOverview</action> + <order>25</order> + <parameters> + <module>Goals</module> + <action>goalConversionsOverview</action> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetGoalsgoalConversionsOverviewidGoal5</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>5</idGoal> + </middlewareParameters> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Goal View Submit Job conversions by type of visit</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>35</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goals5</containerId> + </parameters> + <uniqueId>widgetGoals5</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>5</idGoal> + </middlewareParameters> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Country</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCountry</action> + <order>301</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCountry</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Continent</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>302</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getContinent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Region</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getRegion</action> + <order>303</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getRegion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>City</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCity</action> + <order>304</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCity</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device type</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getType</action> + <order>305</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getModel</action> + <order>306</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getModel</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>307</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrand</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>308</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>401</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Custom Variables</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>402</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User Type</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>403</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + <idDimension>1</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5idDimension1</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URLs</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>101</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry pages</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>102</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>103</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>104</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Type</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getReferrerType</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getReferrerType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSearchEngines</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getKeywords</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getKeywords</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Websites</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getWebsites</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getWebsites</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Social Networks</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSocials</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSocials</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>AI Assistants</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>6</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getAIAssistants</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Names</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>7</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>8</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>9</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>11</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>12</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>13</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>14</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <order>201</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Days to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getDaysToConversion</action> + <order>202</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getDaysToConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>5</idGoal> + </parameters> + <uniqueId>widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal5</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Funnel Overview</name> + <module>Funnels</module> + <action>getMetrics</action> + <order>26</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>5</idGoal> + <goal_overview>1</goal_overview> + <idFunnel>3</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5goal_overview1idFunnel3</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Goals.General_Overview</uniqueId> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>25</order> + <icon>icon-reporting-goal</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>2</order> + <help><p>The Goals Overview reports on the performance of the goals defined for your website. You can access your goal’s conversion percentages, amount of revenue generated and full reports for each.</p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.</p><p><a href="https://matomo.org/docs/tracking-goals-web-analytics/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Goals.Overview" rel="noreferrer noopener" target="_blank">Learn more in our Goals guide here.</a></p></help> + </subcategory> + <widgets> + <row> + <name>Overview</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>0</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>GoalsOverview</containerId> + </parameters> + <uniqueId>widgetGoalsOverview</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Goals</module> + <action>getEvolutionGraph</action> + </parameters> + <uniqueId>widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getMetrics</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Goals</module> + <action>getMetrics</action> + </parameters> + <uniqueId>widgetGoalsgetMetricsforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getSparklines</action> + <order>25</order> + <parameters> + <module>Goals</module> + <action>getSparklines</action> + </parameters> + <uniqueId>widgetGoalsgetSparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable /> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Conversions overview by type of visit</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>35</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Goals</containerId> + </parameters> + <uniqueId>widgetGoals</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + </middlewareParameters> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Country</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCountry</action> + <order>301</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCountry</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Continent</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>302</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getContinent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Region</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getRegion</action> + <order>303</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getRegion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>City</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCity</action> + <order>304</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCity</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device type</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getType</action> + <order>305</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getModel</action> + <order>306</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getModel</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>307</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrand</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <category> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User location</id> + <name>Goals by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>308</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>401</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Custom Variables</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>402</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User Type</name> + <category> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by User attribute</id> + <name>Goals by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>403</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + <idDimension>1</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0idDimension1</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URLs</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>101</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry pages</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>102</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>103</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <category> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Pages</id> + <name>Goals by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>104</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Type</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getReferrerType</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getReferrerType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSearchEngines</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getKeywords</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getKeywords</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Websites</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getWebsites</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getWebsites</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Social Networks</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSocials</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSocials</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>AI Assistants</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>6</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getAIAssistants</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Names</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>7</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>8</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>9</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>11</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>12</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>13</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>14</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <category> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals by Referrers</id> + <name>Goals by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <order>201</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Days to Conversion</name> + <category> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals engagement</id> + <name>Goals engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getDaysToConversion</action> + <order>202</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getDaysToConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>0</idGoal> + </parameters> + <uniqueId>widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal0</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Goals.Goals_ManageGoals</uniqueId> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>25</order> + <icon>icon-reporting-goal</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals_ManageGoals</id> + <name>Manage Goals</name> + <order>9999</order> + <help><p>This section allows you to create and edit Goals for specific actions which visitors take on your site, such as visiting a certain page or submitting a specific form. Goal reports vary but can help you track your website performance against business objectives such as lead generation, online sales and increased brand exposure.</p><p><a href="https://matomo.org/docs/tracking-goals-web-analytics/" rel="noreferrer noopener" target="_blank">Learn more in our Goals guide here.</a></p></help> + </subcategory> + <widgets> + <row> + <name>Manage Goals</name> + <module>Goals</module> + <action>editGoals</action> + <order>99</order> + <parameters> + <module>Goals</module> + <action>editGoals</action> + </parameters> + <uniqueId>widgetGoalseditGoals</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Goals.MultiChannelConversionAttribution_MultiAttribution</uniqueId> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>25</order> + <icon>icon-reporting-goal</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>MultiChannelConversionAttribution_MultiAttribution</id> + <name>Multi Attribution</name> + <order>3</order> + <help><p>Get a clear understanding of how much credit towards your Goals each of your marketing channels is actually responsible for, so you can shift your marketing efforts wisely.</p></help> + </subcategory> + <widgets> + <row> + <name>Multi Channel Conversion Attribution</name> + <module>MultiChannelConversionAttribution</module> + <action>getMultiAttribution</action> + <order>99</order> + <parameters> + <module>MultiChannelConversionAttribution</module> + <action>getMultiAttribution</action> + </parameters> + <uniqueId>widgetMultiChannelConversionAttributiongetMultiAttribution</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Ecommerce.Goals_EcommerceLog</uniqueId> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals_EcommerceLog</id> + <name>Ecommerce Log</name> + <order>5</order> + <help><p>The Ecommerce log provides granular session-level data so you can look at the full session for each user that either made a purchase or abandoned their cart. This can help you understand what users do before and after purchasing to reveal optimisation opportunities.</p><p>Data on this page is updated in real-time.</p></help> + </subcategory> + <widgets> + <row> + <name>Ecommerce Log</name> + <module>Ecommerce</module> + <action>getEcommerceLog</action> + <order>99</order> + <parameters> + <module>Ecommerce</module> + <action>getEcommerceLog</action> + </parameters> + <uniqueId>widgetEcommercegetEcommerceLog</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Ecommerce.General_Overview</uniqueId> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>2</order> + <help><p>The Ecommerce Overview section is the best place to get a high-level view of your online store’s performance. At a glance, you can see how many sales you’re making, how much revenue you are generating, and your website’s conversion rate.</p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.</p><p><a href="https://matomo.org/docs/ecommerce-analytics/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Ecommerce.Overview" rel="noreferrer noopener" target="_blank">Learn more in our Ecommerce guide here.</a></p></help> + </subcategory> + <widgets> + <row> + <name>Ecommerce Overview</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>1</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>EcommerceOverview</containerId> + </parameters> + <uniqueId>widgetEcommerceOverview</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name /> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Goals</module> + <action>getEvolutionGraph</action> + <idGoal>ecommerceOrder</idGoal> + </parameters> + <uniqueId>widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoalecommerceOrder</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>99</order> + <help /> + </subcategory> + <module>Ecommerce</module> + <action>getSparklines</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Ecommerce</module> + <action>getSparklines</action> + <idGoal>ecommerceOrder</idGoal> + </parameters> + <uniqueId>widgetEcommercegetSparklinesforceView1viewDataTablesparklinesidGoalecommerceOrder</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Conversions Overview</name> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>ecommerceOrder</id> + <name>ecommerceOrder</name> + <order>99</order> + <help /> + </subcategory> + <module>Ecommerce</module> + <action>getConversionsOverview</action> + <order>25</order> + <parameters> + <module>Ecommerce</module> + <action>getConversionsOverview</action> + <idGoal>ecommerceOrder</idGoal> + </parameters> + <uniqueId>widgetEcommercegetConversionsOverviewidGoalecommerceOrder</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>ecommerceOrder</idGoal> + </middlewareParameters> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Ecommerce.Goals_Products</uniqueId> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals_Products</id> + <name>Products</name> + <order>10</order> + <help><p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.</p></help> + </subcategory> + <widgets> + <row> + <name /> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>99</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Products</containerId> + </parameters> + <uniqueId>widgetProducts</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Product Name</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals_Products</id> + <name>Products</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getItemsName</action> + <order>130</order> + <parameters> + <module>Goals</module> + <action>getItemsName</action> + </parameters> + <uniqueId>widgetGoalsgetItemsName</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Product SKU</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals_Products</id> + <name>Products</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getItemsSku</action> + <order>131</order> + <parameters> + <module>Goals</module> + <action>getItemsSku</action> + </parameters> + <uniqueId>widgetGoalsgetItemsSku</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Product Category</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals_Products</id> + <name>Products</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getItemsCategory</action> + <order>132</order> + <parameters> + <module>Goals</module> + <action>getItemsCategory</action> + </parameters> + <uniqueId>widgetGoalsgetItemsCategory</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Ecommerce.Ecommerce_Sales</uniqueId> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Ecommerce_Sales</id> + <name>Sales</name> + <order>15</order> + <help><p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.</p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.</p></help> + </subcategory> + <widgets> + <row> + <name /> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>5</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <idGoal>ecommerceOrder</idGoal> + <containerId>GoalsOrder</containerId> + </parameters> + <uniqueId>widgetGoalsOrderidGoalecommerceOrder</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Country</name> + <category> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCountry</action> + <order>301</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCountry</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Continent</name> + <category> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>302</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getContinent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Region</name> + <category> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getRegion</action> + <order>303</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getRegion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>City</name> + <category> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>UserCountry</module> + <action>getCity</action> + <order>304</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>UserCountry</module> + <action>getCity</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device type</name> + <category> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getType</action> + <order>305</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <category> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getModel</action> + <order>306</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getModel</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <category> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>307</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrand</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <category> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User location</id> + <name>Sales by User location</name> + <order>99</order> + <help /> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>308</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <category> + <id>Sales by User attribute</id> + <name>Sales by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User attribute</id> + <name>Sales by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>401</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Custom Variables</name> + <category> + <id>Sales by User attribute</id> + <name>Sales by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User attribute</id> + <name>Sales by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>402</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User Type</name> + <category> + <id>Sales by User attribute</id> + <name>Sales by User attribute</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by User attribute</id> + <name>Sales by User attribute</name> + <order>99</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>403</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <idDimension>1</idDimension> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrderidDimension1segmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URLs</name> + <category> + <id>Sales by Pages</id> + <name>Sales by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Pages</id> + <name>Sales by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>101</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry pages</name> + <category> + <id>Sales by Pages</id> + <name>Sales by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Pages</id> + <name>Sales by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>102</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry page titles</name> + <category> + <id>Sales by Pages</id> + <name>Sales by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Pages</id> + <name>Sales by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>103</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <category> + <id>Sales by Pages</id> + <name>Sales by Pages</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Pages</id> + <name>Sales by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>104</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Type</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getReferrerType</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getReferrerType</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSearchEngines</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getKeywords</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getKeywords</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Websites</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getWebsites</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getWebsites</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Social Networks</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getSocials</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getSocials</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>AI Assistants</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>6</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Referrers</module> + <action>getAIAssistants</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Names</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>7</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>8</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>9</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>11</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>12</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>13</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>14</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <category> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales by Referrers</id> + <name>Sales by Referrers</name> + <order>99</order> + <help /> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits to Conversion</name> + <category> + <id>Sales engagement</id> + <name>Sales engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales engagement</id> + <name>Sales engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <order>201</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getVisitsUntilConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Days to Conversion</name> + <category> + <id>Sales engagement</id> + <name>Sales engagement</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Sales engagement</id> + <name>Sales engagement</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getDaysToConversion</action> + <order>202</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>Goals</module> + <action>getDaysToConversion</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>Goals_Ecommerce.MultiChannelConversionAttribution_MultiAttribution</uniqueId> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>MultiChannelConversionAttribution_MultiAttribution</id> + <name>Multi Attribution</name> + <order>20</order> + <help><p>Get a clear understanding of how much credit towards your sales each of your marketing channels are actually responsible for so you can shift your marketing efforts wisely.</p></help> + </subcategory> + <widgets> + <row> + <name>Multi Channel Conversion Attribution</name> + <module>MultiChannelConversionAttribution</module> + <action>getEcommerceAttribution</action> + <order>98</order> + <parameters> + <module>MultiChannelConversionAttribution</module> + <action>getEcommerceAttribution</action> + </parameters> + <uniqueId>widgetMultiChannelConversionAttributiongetEcommerceAttribution</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>AbTesting_Experiments.9</uniqueId> + <category> + <id>AbTesting_Experiments</id> + <name>A/B Tests</name> + <order>51</order> + <icon>abtestingicon-lab</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>9</id> + <name>AffiliateLinkEffectiveness</name> + <order>20</order> + <help /> + </subcategory> + <widgets> + <row> + <name>A/B test "AffiliateLinkEffectiveness"</name> + <module>AbTesting</module> + <action>summary</action> + <order>1</order> + <parameters> + <module>AbTesting</module> + <action>summary</action> + <idExperiment>9</idExperiment> + </parameters> + <uniqueId>widgetAbTestingsummaryidExperiment9</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Conversions "Goal Liveaboard.com click"</name> + <module>AbTesting</module> + <action>getMetricDetails</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>AbTesting</module> + <action>getMetricDetails</action> + <idExperiment>9</idExperiment> + <successMetric>nb_conversions_goal_7</successMetric> + </parameters> + <uniqueId>widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment9successMetricnb_conversions_goal_7</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>AbTesting</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>AbTesting</module> + <action>getEvolutionGraph</action> + <idExperiment>9</idExperiment> + <variationName>Original</variationName> + <columns> + <row>nb_visits</row> + </columns> + </parameters> + <uniqueId>widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment9variationNameOriginalcolumnsArray</uniqueId> + <isWide>1</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Overview</name> + <module>AbTesting</module> + <action>getMetricsOverview</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>AbTesting</module> + <action>getMetricsOverview</action> + <idExperiment>9</idExperiment> + </parameters> + <uniqueId>widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment9</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>AbTesting_Experiments.10</uniqueId> + <category> + <id>AbTesting_Experiments</id> + <name>A/B Tests</name> + <order>51</order> + <icon>abtestingicon-lab</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>10</id> + <name>IDivedThereLinkMove</name> + <order>21</order> + <help /> + </subcategory> + <widgets> + <row> + <name>A/B test "IDivedThereLinkMove"</name> + <module>AbTesting</module> + <action>summary</action> + <order>1</order> + <parameters> + <module>AbTesting</module> + <action>summary</action> + <idExperiment>10</idExperiment> + </parameters> + <uniqueId>widgetAbTestingsummaryidExperiment10</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Conversions "Goal User Comments"</name> + <module>AbTesting</module> + <action>getMetricDetails</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>AbTesting</module> + <action>getMetricDetails</action> + <idExperiment>10</idExperiment> + <successMetric>nb_conversions_goal_9</successMetric> + </parameters> + <uniqueId>widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment10successMetricnb_conversions_goal_9</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>AbTesting</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>AbTesting</module> + <action>getEvolutionGraph</action> + <idExperiment>10</idExperiment> + <variationName>Original</variationName> + <columns> + <row>nb_visits</row> + </columns> + </parameters> + <uniqueId>widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment10variationNameOriginalcolumnsArray</uniqueId> + <isWide>1</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Overview</name> + <module>AbTesting</module> + <action>getMetricsOverview</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>AbTesting</module> + <action>getMetricsOverview</action> + <idExperiment>10</idExperiment> + </parameters> + <uniqueId>widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment10</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>AbTesting_Experiments.11</uniqueId> + <category> + <id>AbTesting_Experiments</id> + <name>A/B Tests</name> + <order>51</order> + <icon>abtestingicon-lab</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>11</id> + <name>JobsListingCallToActionChange</name> + <order>22</order> + <help /> + </subcategory> + <widgets> + <row> + <name>A/B test "JobsListingCallToActionChange"</name> + <module>AbTesting</module> + <action>summary</action> + <order>1</order> + <parameters> + <module>AbTesting</module> + <action>summary</action> + <idExperiment>11</idExperiment> + </parameters> + <uniqueId>widgetAbTestingsummaryidExperiment11</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Conversions "Goal View Submit Job"</name> + <module>AbTesting</module> + <action>getMetricDetails</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>AbTesting</module> + <action>getMetricDetails</action> + <idExperiment>11</idExperiment> + <successMetric>nb_conversions_goal_5</successMetric> + </parameters> + <uniqueId>widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment11successMetricnb_conversions_goal_5</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>AbTesting</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>AbTesting</module> + <action>getEvolutionGraph</action> + <idExperiment>11</idExperiment> + <variationName>Original</variationName> + <columns> + <row>nb_visits</row> + </columns> + </parameters> + <uniqueId>widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment11variationNameOriginalcolumnsArray</uniqueId> + <isWide>1</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Overview</name> + <module>AbTesting</module> + <action>getMetricsOverview</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>AbTesting</module> + <action>getMetricsOverview</action> + <idExperiment>11</idExperiment> + </parameters> + <uniqueId>widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment11</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>AbTesting_Experiments.12</uniqueId> + <category> + <id>AbTesting_Experiments</id> + <name>A/B Tests</name> + <order>51</order> + <icon>abtestingicon-lab</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>12</id> + <name>JobPageRelevantCallToAction</name> + <order>23</order> + <help /> + </subcategory> + <widgets> + <row> + <name>A/B test "JobPageRelevantCallToAction"</name> + <module>AbTesting</module> + <action>summary</action> + <order>1</order> + <parameters> + <module>AbTesting</module> + <action>summary</action> + <idExperiment>12</idExperiment> + </parameters> + <uniqueId>widgetAbTestingsummaryidExperiment12</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Conversions "Goal New Job Application"</name> + <module>AbTesting</module> + <action>getMetricDetails</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>AbTesting</module> + <action>getMetricDetails</action> + <idExperiment>12</idExperiment> + <successMetric>nb_conversions_goal_4</successMetric> + </parameters> + <uniqueId>widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment12successMetricnb_conversions_goal_4</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>AbTesting</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>AbTesting</module> + <action>getEvolutionGraph</action> + <idExperiment>12</idExperiment> + <variationName>Original</variationName> + <columns> + <row>nb_visits</row> + </columns> + </parameters> + <uniqueId>widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment12variationNameOriginalcolumnsArray</uniqueId> + <isWide>1</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Overview</name> + <module>AbTesting</module> + <action>getMetricsOverview</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>AbTesting</module> + <action>getMetricsOverview</action> + <idExperiment>12</idExperiment> + </parameters> + <uniqueId>widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment12</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>AbTesting_Experiments.13</uniqueId> + <category> + <id>AbTesting_Experiments</id> + <name>A/B Tests</name> + <order>51</order> + <icon>abtestingicon-lab</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>13</id> + <name>DivingPageTitles</name> + <order>24</order> + <help /> + </subcategory> + <widgets> + <row> + <name>A/B test "DivingPageTitles"</name> + <module>AbTesting</module> + <action>summary</action> + <order>1</order> + <parameters> + <module>AbTesting</module> + <action>summary</action> + <idExperiment>13</idExperiment> + </parameters> + <uniqueId>widgetAbTestingsummaryidExperiment13</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Conversions "Goal Liveaboard.com click"</name> + <module>AbTesting</module> + <action>getMetricDetails</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>AbTesting</module> + <action>getMetricDetails</action> + <idExperiment>13</idExperiment> + <successMetric>nb_conversions_goal_7</successMetric> + </parameters> + <uniqueId>widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment13successMetricnb_conversions_goal_7</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>AbTesting</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>AbTesting</module> + <action>getEvolutionGraph</action> + <idExperiment>13</idExperiment> + <variationName>Original</variationName> + <columns> + <row>nb_visits</row> + </columns> + </parameters> + <uniqueId>widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment13variationNameOriginalcolumnsArray</uniqueId> + <isWide>1</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Overview</name> + <module>AbTesting</module> + <action>getMetricsOverview</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>table</viewDataTable> + <module>AbTesting</module> + <action>getMetricsOverview</action> + <idExperiment>13</idExperiment> + </parameters> + <uniqueId>widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment13</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>AbTesting_Experiments.General_Overview</uniqueId> + <category> + <id>AbTesting_Experiments</id> + <name>A/B Tests</name> + <order>51</order> + <icon>abtestingicon-lab</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>5</order> + <help><p>An A/B test lets you compare different versions and see which variation is more successful. Here you will find an overview of all active tests and associated conversion rates.</p></help> + </subcategory> + <widgets> + <row> + <name /> + <module>AbTesting</module> + <action>overview</action> + <order>11</order> + <parameters> + <module>AbTesting</module> + <action>overview</action> + </parameters> + <uniqueId>widgetAbTestingoverview</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>CrashAnalytics_Crashes.CrashAnalytics_AllCrashes</uniqueId> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>70</order> + <icon>icon-bug</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>CrashAnalytics_AllCrashes</id> + <name>All Crashes</name> + <order>73</order> + <help><p>This page provides information about every crash that occurred within the selected period.</p></help> + </subcategory> + <widgets> + <row> + <name /> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>200</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>Crashes</containerId> + </parameters> + <uniqueId>widgetCrashes</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>New</name> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Crashes by</id> + <name>Crashes by</name> + <order>99</order> + <help /> + </subcategory> + <module>CrashAnalytics</module> + <action>getNewCrashes</action> + <order>135</order> + <parameters> + <module>CrashAnalytics</module> + <action>getNewCrashes</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetNewCrashes</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Reappeared</name> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Crashes by</id> + <name>Crashes by</name> + <order>99</order> + <help /> + </subcategory> + <module>CrashAnalytics</module> + <action>getReappearedCrashes</action> + <order>140</order> + <parameters> + <module>CrashAnalytics</module> + <action>getReappearedCrashes</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetReappearedCrashes</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Disappeared</name> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Crashes by</id> + <name>Crashes by</name> + <order>99</order> + <help /> + </subcategory> + <module>CrashAnalytics</module> + <action>getDisappearedCrashes</action> + <order>145</order> + <parameters> + <module>CrashAnalytics</module> + <action>getDisappearedCrashes</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetDisappearedCrashes</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page URL</name> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Crashes by Pages</id> + <name>Crashes by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>CrashAnalytics</module> + <action>getCrashesByPageUrl</action> + <order>105</order> + <parameters> + <module>CrashAnalytics</module> + <action>getCrashesByPageUrl</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetCrashesByPageUrl</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page Title</name> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Crashes by Pages</id> + <name>Crashes by Pages</name> + <order>99</order> + <help /> + </subcategory> + <module>CrashAnalytics</module> + <action>getCrashesByPageTitle</action> + <order>110</order> + <parameters> + <module>CrashAnalytics</module> + <action>getCrashesByPageTitle</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetCrashesByPageTitle</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Source</name> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Crashes by</id> + <name>Crashes by</name> + <order>99</order> + <help /> + </subcategory> + <module>CrashAnalytics</module> + <action>getCrashesBySource</action> + <order>115</order> + <parameters> + <module>CrashAnalytics</module> + <action>getCrashesBySource</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetCrashesBySource</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Category</name> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Crashes by</id> + <name>Crashes by</name> + <order>99</order> + <help /> + </subcategory> + <module>CrashAnalytics</module> + <action>getCrashesByCategory</action> + <order>120</order> + <parameters> + <module>CrashAnalytics</module> + <action>getCrashesByCategory</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetCrashesByCategory</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>First Party</name> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Crashes by</id> + <name>Crashes by</name> + <order>99</order> + <help /> + </subcategory> + <module>CrashAnalytics</module> + <action>getCrashesByFirstParty</action> + <order>125</order> + <parameters> + <module>CrashAnalytics</module> + <action>getCrashesByFirstParty</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetCrashesByFirstParty</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Third Party</name> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Crashes by</id> + <name>Crashes by</name> + <order>99</order> + <help /> + </subcategory> + <module>CrashAnalytics</module> + <action>getCrashesByThirdParty</action> + <order>130</order> + <parameters> + <module>CrashAnalytics</module> + <action>getCrashesByThirdParty</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetCrashesByThirdParty</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Crash Messages</name> + <module>CrashAnalytics</module> + <action>getCrashMessages</action> + <order>110</order> + <parameters> + <module>CrashAnalytics</module> + <action>getCrashMessages</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetCrashMessages</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>All Crash Messages</name> + <module>CrashAnalytics</module> + <action>getAllCrashMessages</action> + <order>111</order> + <parameters> + <module>CrashAnalytics</module> + <action>getAllCrashMessages</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetAllCrashMessages</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Unidentified Crash Messages</name> + <module>CrashAnalytics</module> + <action>getUnidentifiedCrashMessages</action> + <order>112</order> + <parameters> + <module>CrashAnalytics</module> + <action>getUnidentifiedCrashMessages</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetUnidentifiedCrashMessages</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>CrashAnalytics_Crashes.CrashAnalytics_Overview</uniqueId> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>70</order> + <icon>icon-bug</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>CrashAnalytics_Overview</id> + <name>Overview</name> + <order>71</order> + <help><p>This page provides an overview of the crashes that are occurred on your website within the selected period. You can see the number of crashes over time, along with which crashes had newly occurred, which crashes disappeared and which crashes reappeared after an absence.</p></help> + </subcategory> + <widgets> + <row> + <name>Evolution over the period</name> + <module>CrashAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>CrashAnalytics</module> + <action>getEvolutionGraph</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Crashes Overview</name> + <module>CrashAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>CrashAnalytics</module> + <action>get</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>New crashes</name> + <module>CrashAnalytics</module> + <action>getNewCrashes</action> + <order>135</order> + <parameters> + <module>CrashAnalytics</module> + <action>getNewCrashes</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetNewCrashes</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Reappeared crashes</name> + <module>CrashAnalytics</module> + <action>getReappearedCrashes</action> + <order>140</order> + <parameters> + <module>CrashAnalytics</module> + <action>getReappearedCrashes</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetReappearedCrashes</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Disappeared crashes</name> + <module>CrashAnalytics</module> + <action>getDisappearedCrashes</action> + <order>145</order> + <parameters> + <module>CrashAnalytics</module> + <action>getDisappearedCrashes</action> + </parameters> + <uniqueId>widgetCrashAnalyticsgetDisappearedCrashes</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>CrashAnalytics_Crashes.CrashAnalytics_RealTime</uniqueId> + <category> + <id>CrashAnalytics_Crashes</id> + <name>Crashes</name> + <order>70</order> + <icon>icon-bug</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>CrashAnalytics_RealTime</id> + <name>Real-time</name> + <order>72</order> + <help><p>This page provides an overview of the crashes that are currently occurring on your website. Monitor the state of your website and respond to issues quickly.</p></help> + </subcategory> + <widgets> + <row> + <name>Crash overview last 30 minutes</name> + <module>CrashAnalytics</module> + <action>getLastCrashesOverview</action> + <order>141</order> + <parameters> + <module>CrashAnalytics</module> + <action>getLastCrashesOverview</action> + <lastMinutes>30</lastMinutes> + </parameters> + <uniqueId>widgetCrashAnalyticsgetLastCrashesOverviewlastMinutes30</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Crash overview last 8 hours</name> + <module>CrashAnalytics</module> + <action>getLastCrashesOverview</action> + <order>142</order> + <parameters> + <module>CrashAnalytics</module> + <action>getLastCrashesOverview</action> + <lastMinutes>480</lastMinutes> + </parameters> + <uniqueId>widgetCrashAnalyticsgetLastCrashesOverviewlastMinutes480</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Top crashes last 30 minutes</name> + <module>CrashAnalytics</module> + <action>getLastTopCrashes</action> + <order>151</order> + <parameters> + <module>CrashAnalytics</module> + <action>getLastTopCrashes</action> + <lastMinutes>30</lastMinutes> + </parameters> + <uniqueId>widgetCrashAnalyticsgetLastTopCrasheslastMinutes30</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Top crashes last 8 hours</name> + <module>CrashAnalytics</module> + <action>getLastTopCrashes</action> + <order>152</order> + <parameters> + <module>CrashAnalytics</module> + <action>getLastTopCrashes</action> + <lastMinutes>480</lastMinutes> + </parameters> + <uniqueId>widgetCrashAnalyticsgetLastTopCrasheslastMinutes480</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>New crashes last 8 hours</name> + <module>CrashAnalytics</module> + <action>getLastNewCrashes</action> + <order>161</order> + <parameters> + <module>CrashAnalytics</module> + <action>getLastNewCrashes</action> + <lastMinutes>480</lastMinutes> + </parameters> + <uniqueId>widgetCrashAnalyticsgetLastNewCrasheslastMinutes480</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Reappeared crashes last 8 hours</name> + <module>CrashAnalytics</module> + <action>getLastReappearedCrashes</action> + <order>171</order> + <parameters> + <module>CrashAnalytics</module> + <action>getLastReappearedCrashes</action> + <lastMinutes>480</lastMinutes> + </parameters> + <uniqueId>widgetCrashAnalyticsgetLastReappearedCrasheslastMinutes480</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Disappeared crashes last 8 hours</name> + <module>CrashAnalytics</module> + <action>getLastDisappearedCrashes</action> + <order>181</order> + <parameters> + <module>CrashAnalytics</module> + <action>getLastDisappearedCrashes</action> + <lastMinutes>480</lastMinutes> + </parameters> + <uniqueId>widgetCrashAnalyticsgetLastDisappearedCrasheslastMinutes480</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>CustomReports_CustomReports.2</uniqueId> + <category> + <id>CustomReports_CustomReports</id> + <name>Custom Reports</name> + <order>65</order> + <icon>icon-business</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>2</id> + <name>Bali pages, breakdown new/returning</name> + <order>100</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Bali pages, breakdown new/returning</name> + <module>CustomReports</module> + <action>getCustomReport</action> + <order>100</order> + <parameters> + <module>CustomReports</module> + <action>getCustomReport</action> + <idCustomReport>2</idCustomReport> + </parameters> + <uniqueId>widgetCustomReportsgetCustomReportidCustomReport2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>CustomReports_CustomReports.5</uniqueId> + <category> + <id>CustomReports_CustomReports</id> + <name>Custom Reports</name> + <order>65</order> + <icon>icon-business</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>5</id> + <name>Country by New/returning with a filter</name> + <order>101</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Country by New/returning with a filter</name> + <module>CustomReports</module> + <action>getCustomReport</action> + <order>100</order> + <parameters> + <module>CustomReports</module> + <action>getCustomReport</action> + <idCustomReport>5</idCustomReport> + </parameters> + <uniqueId>widgetCustomReportsgetCustomReportidCustomReport5</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>CustomReports_CustomReports.8</uniqueId> + <category> + <id>CustomReports_CustomReports</id> + <name>Custom Reports</name> + <order>65</order> + <icon>icon-business</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>8</id> + <name>Evolution KPIs</name> + <order>102</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Evolution KPIs</name> + <module>CustomReports</module> + <action>getEvolutionGraph</action> + <order>100</order> + <parameters> + <module>CustomReports</module> + <action>getEvolutionGraph</action> + <idCustomReport>8</idCustomReport> + </parameters> + <uniqueId>widgetCustomReportsgetEvolutionGraphidCustomReport8</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>CustomReports_CustomReports.1</uniqueId> + <category> + <id>CustomReports_CustomReports</id> + <name>Custom Reports</name> + <order>65</order> + <icon>icon-business</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>1</id> + <name>Pages by New/Returning visitor</name> + <order>103</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Pages by New/Returning visitor</name> + <module>CustomReports</module> + <action>getCustomReport</action> + <order>100</order> + <parameters> + <module>CustomReports</module> + <action>getCustomReport</action> + <idCustomReport>1</idCustomReport> + </parameters> + <uniqueId>widgetCustomReportsgetCustomReportidCustomReport1</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.2</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>2</id> + <name>Comment Form</name> + <order>20</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page URLs</name> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <order>20</order> + <parameters> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetPageUrlsidForm2</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Form "Comment Form"</name> + <module>FormAnalytics</module> + <action>formSummary</action> + <order>1</order> + <parameters> + <module>FormAnalytics</module> + <action>formSummary</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsformSummaryidForm2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm2</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>FormAnalytics</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm2</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms Timings</name> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>2</idForm> + <timings>1</timings> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm2timings1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Comment Form</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>25</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <idForm>2</idForm> + <containerId>forms_2</containerId> + </parameters> + <uniqueId>widgetforms_2idForm2</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Drop Off Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <order>205</order> + <parameters> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetDropOffFieldsidForm2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <order>210</order> + <parameters> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEntryFieldsidForm2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Timings</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <order>220</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldTimingsidForm2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Size</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <order>225</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldSizeidForm2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Used Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <order>230</order> + <parameters> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetMostUsedFieldsidForm2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Corrected</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <order>235</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldCorrectionsidForm2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Unneeded Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <order>240</order> + <parameters> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <idForm>2</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetUneededFieldsidForm2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.7</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>7</id> + <name>Apply to Job Form</name> + <order>21</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page URLs</name> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <order>20</order> + <parameters> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetPageUrlsidForm7</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Form "Apply to Job Form"</name> + <module>FormAnalytics</module> + <action>formSummary</action> + <order>1</order> + <parameters> + <module>FormAnalytics</module> + <action>formSummary</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsformSummaryidForm7</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm7</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>FormAnalytics</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm7</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms Timings</name> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>7</idForm> + <timings>1</timings> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm7timings1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Apply to Job Form</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>25</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <idForm>7</idForm> + <containerId>forms_7</containerId> + </parameters> + <uniqueId>widgetforms_7idForm7</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Drop Off Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <order>205</order> + <parameters> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetDropOffFieldsidForm7</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <order>210</order> + <parameters> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEntryFieldsidForm7</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Timings</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <order>220</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldTimingsidForm7</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Size</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <order>225</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldSizeidForm7</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Used Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <order>230</order> + <parameters> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetMostUsedFieldsidForm7</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Corrected</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <order>235</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldCorrectionsidForm7</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Unneeded Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <order>240</order> + <parameters> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <idForm>7</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetUneededFieldsidForm7</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.29</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>29</id> + <name>Add Job Form</name> + <order>22</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page URLs</name> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <order>20</order> + <parameters> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetPageUrlsidForm29</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Form "Add Job Form"</name> + <module>FormAnalytics</module> + <action>formSummary</action> + <order>1</order> + <parameters> + <module>FormAnalytics</module> + <action>formSummary</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsformSummaryidForm29</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm29</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>FormAnalytics</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm29</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms Timings</name> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>29</idForm> + <timings>1</timings> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm29timings1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Add Job Form</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>25</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <idForm>29</idForm> + <containerId>forms_29</containerId> + </parameters> + <uniqueId>widgetforms_29idForm29</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Drop Off Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <order>205</order> + <parameters> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetDropOffFieldsidForm29</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <order>210</order> + <parameters> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEntryFieldsidForm29</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Timings</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <order>220</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldTimingsidForm29</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Size</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <order>225</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldSizeidForm29</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Used Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <order>230</order> + <parameters> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetMostUsedFieldsidForm29</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Corrected</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <order>235</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldCorrectionsidForm29</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Unneeded Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <order>240</order> + <parameters> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <idForm>29</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetUneededFieldsidForm29</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.30</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>30</id> + <name>Candidate Registration Form</name> + <order>23</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page URLs</name> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <order>20</order> + <parameters> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetPageUrlsidForm30</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Form "Candidate Registration Form"</name> + <module>FormAnalytics</module> + <action>formSummary</action> + <order>1</order> + <parameters> + <module>FormAnalytics</module> + <action>formSummary</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsformSummaryidForm30</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm30</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>FormAnalytics</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm30</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms Timings</name> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>30</idForm> + <timings>1</timings> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm30timings1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Candidate Registration Form</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>25</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <idForm>30</idForm> + <containerId>forms_30</containerId> + </parameters> + <uniqueId>widgetforms_30idForm30</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Drop Off Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <order>205</order> + <parameters> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetDropOffFieldsidForm30</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <order>210</order> + <parameters> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEntryFieldsidForm30</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Timings</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <order>220</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldTimingsidForm30</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Size</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <order>225</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldSizeidForm30</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Used Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <order>230</order> + <parameters> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetMostUsedFieldsidForm30</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Corrected</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <order>235</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldCorrectionsidForm30</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Unneeded Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <order>240</order> + <parameters> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <idForm>30</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetUneededFieldsidForm30</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.31</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>31</id> + <name>Resume Search</name> + <order>24</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page URLs</name> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <order>20</order> + <parameters> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetPageUrlsidForm31</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Form "Resume Search"</name> + <module>FormAnalytics</module> + <action>formSummary</action> + <order>1</order> + <parameters> + <module>FormAnalytics</module> + <action>formSummary</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsformSummaryidForm31</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm31</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>FormAnalytics</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm31</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms Timings</name> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>31</idForm> + <timings>1</timings> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm31timings1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Resume Search</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>25</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <idForm>31</idForm> + <containerId>forms_31</containerId> + </parameters> + <uniqueId>widgetforms_31idForm31</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Drop Off Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <order>205</order> + <parameters> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetDropOffFieldsidForm31</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <order>210</order> + <parameters> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEntryFieldsidForm31</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Timings</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <order>220</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldTimingsidForm31</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Size</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <order>225</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldSizeidForm31</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Used Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <order>230</order> + <parameters> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetMostUsedFieldsidForm31</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Corrected</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <order>235</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldCorrectionsidForm31</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Unneeded Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <order>240</order> + <parameters> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <idForm>31</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetUneededFieldsidForm31</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.32</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>32</id> + <name>Build Resume Form</name> + <order>25</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page URLs</name> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <order>20</order> + <parameters> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetPageUrlsidForm32</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Form "Build Resume Form"</name> + <module>FormAnalytics</module> + <action>formSummary</action> + <order>1</order> + <parameters> + <module>FormAnalytics</module> + <action>formSummary</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsformSummaryidForm32</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm32</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>FormAnalytics</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm32</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms Timings</name> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>32</idForm> + <timings>1</timings> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm32timings1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Build Resume Form</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>25</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <idForm>32</idForm> + <containerId>forms_32</containerId> + </parameters> + <uniqueId>widgetforms_32idForm32</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Drop Off Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <order>205</order> + <parameters> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetDropOffFieldsidForm32</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <order>210</order> + <parameters> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEntryFieldsidForm32</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Timings</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <order>220</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldTimingsidForm32</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Size</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <order>225</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldSizeidForm32</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Used Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <order>230</order> + <parameters> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetMostUsedFieldsidForm32</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Corrected</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <order>235</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldCorrectionsidForm32</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Unneeded Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <order>240</order> + <parameters> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <idForm>32</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetUneededFieldsidForm32</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.40</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>40</id> + <name>Contact Us Form</name> + <order>26</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page URLs</name> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <order>20</order> + <parameters> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetPageUrlsidForm40</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Form "Contact Us Form"</name> + <module>FormAnalytics</module> + <action>formSummary</action> + <order>1</order> + <parameters> + <module>FormAnalytics</module> + <action>formSummary</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsformSummaryidForm40</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm40</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>FormAnalytics</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms Timings</name> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>40</idForm> + <timings>1</timings> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40timings1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Contact Us Form</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>25</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <idForm>40</idForm> + <containerId>forms_40</containerId> + </parameters> + <uniqueId>widgetforms_40idForm40</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Drop Off Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <order>205</order> + <parameters> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetDropOffFieldsidForm40</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <order>210</order> + <parameters> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEntryFieldsidForm40</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Timings</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <order>220</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldTimingsidForm40</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Size</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <order>225</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldSizeidForm40</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Used Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <order>230</order> + <parameters> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetMostUsedFieldsidForm40</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Corrected</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <order>235</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldCorrectionsidForm40</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Unneeded Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <order>240</order> + <parameters> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <idForm>40</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetUneededFieldsidForm40</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.41</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>41</id> + <name>Newsletter Signup Form</name> + <order>27</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page URLs</name> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <order>20</order> + <parameters> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetPageUrlsidForm41</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Form "Newsletter Signup Form"</name> + <module>FormAnalytics</module> + <action>formSummary</action> + <order>1</order> + <parameters> + <module>FormAnalytics</module> + <action>formSummary</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsformSummaryidForm41</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm41</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>FormAnalytics</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms Timings</name> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>41</idForm> + <timings>1</timings> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41timings1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Newsletter Signup Form</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>25</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <idForm>41</idForm> + <containerId>forms_41</containerId> + </parameters> + <uniqueId>widgetforms_41idForm41</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Drop Off Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <order>205</order> + <parameters> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetDropOffFieldsidForm41</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <order>210</order> + <parameters> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEntryFieldsidForm41</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Timings</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <order>220</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldTimingsidForm41</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Size</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <order>225</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldSizeidForm41</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Used Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <order>230</order> + <parameters> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetMostUsedFieldsidForm41</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Corrected</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <order>235</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldCorrectionsidForm41</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Unneeded Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <order>240</order> + <parameters> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <idForm>41</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetUneededFieldsidForm41</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.42</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>42</id> + <name>Checkout Form</name> + <order>28</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Page URLs</name> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <order>20</order> + <parameters> + <module>FormAnalytics</module> + <action>getPageUrls</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetPageUrlsidForm42</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Form "Checkout Form"</name> + <module>FormAnalytics</module> + <action>formSummary</action> + <order>1</order> + <parameters> + <module>FormAnalytics</module> + <action>formSummary</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsformSummaryidForm42</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution over the period</name> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm42</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>FormAnalytics</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms Timings</name> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>42</idForm> + <timings>1</timings> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42timings1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Checkout Form</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>25</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <idForm>42</idForm> + <containerId>forms_42</containerId> + </parameters> + <uniqueId>widgetforms_42idForm42</uniqueId> + <isWide>0</isWide> + <layout>ByDimension</layout> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Drop Off Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <order>205</order> + <parameters> + <module>FormAnalytics</module> + <action>getDropOffFields</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetDropOffFieldsidForm42</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <order>210</order> + <parameters> + <module>FormAnalytics</module> + <action>getEntryFields</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetEntryFieldsidForm42</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Timings</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <order>220</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldTimings</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldTimingsidForm42</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Field Size</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <order>225</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldSize</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldSizeidForm42</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Used Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <order>230</order> + <parameters> + <module>FormAnalytics</module> + <action>getMostUsedFields</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetMostUsedFieldsidForm42</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most Corrected</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <order>235</order> + <parameters> + <module>FormAnalytics</module> + <action>getFieldCorrections</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetFieldCorrectionsidForm42</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Unneeded Fields</name> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>Fields</id> + <name>Fields</name> + <order>99</order> + <help /> + </subcategory> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <order>240</order> + <parameters> + <module>FormAnalytics</module> + <action>getUneededFields</action> + <idForm>42</idForm> + </parameters> + <uniqueId>widgetFormAnalyticsgetUneededFieldsidForm42</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.General_Overview</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>2</order> + <help><p>Increase conversions from your online forms and lose fewer visitors by learning everything about your users’ behaviour and where they get stuck on your forms.</p></help> + </subcategory> + <widgets> + <row> + <name>Evolution over the period</name> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>FormAnalytics</module> + <action>getEvolutionGraph</action> + </parameters> + <uniqueId>widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms Timings</name> + <module>FormAnalytics</module> + <action>get</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <timings>1</timings> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinestimings1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Contact Us Form</name> + <module>FormAnalytics</module> + <action>get</action> + <order>60</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>40</idForm> + <summary>1</summary> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40summary1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Newsletter Signup Form</name> + <module>FormAnalytics</module> + <action>get</action> + <order>61</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>41</idForm> + <summary>1</summary> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41summary1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Checkout Form</name> + <module>FormAnalytics</module> + <action>get</action> + <order>62</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>FormAnalytics</module> + <action>get</action> + <idForm>42</idForm> + <summary>1</summary> + </parameters> + <uniqueId>widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42summary1</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>FormAnalytics_Forms.FormAnalytics_TypeRealTime</uniqueId> + <category> + <id>FormAnalytics_Forms</id> + <name>Forms</name> + <order>49</order> + <icon>icon-form</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>FormAnalytics_TypeRealTime</id> + <name>Real-time</name> + <order>5</order> + <help><p>Analyse your form performance in real-time with conversion reports calculated for the last 30 minutes and the previous 24 hours.</p></help> + </subcategory> + <widgets> + <row> + <name>Forms overview last 30 minutes</name> + <module>FormAnalytics</module> + <action>getCounters</action> + <order>140</order> + <parameters> + <module>FormAnalytics</module> + <action>getCounters</action> + </parameters> + <uniqueId>widgetFormAnalyticsgetCounters</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Forms overview last 24 hours</name> + <module>FormAnalytics</module> + <action>getCounters</action> + <order>142</order> + <parameters> + <module>FormAnalytics</module> + <action>getCounters</action> + <lastMinutes>1440</lastMinutes> + </parameters> + <uniqueId>widgetFormAnalyticsgetCounterslastMinutes1440</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most popular forms last 30 minutes</name> + <module>FormAnalytics</module> + <action>getCurrentMostPopularForms</action> + <order>150</order> + <parameters> + <module>FormAnalytics</module> + <action>getCurrentMostPopularForms</action> + </parameters> + <uniqueId>widgetFormAnalyticsgetCurrentMostPopularForms</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Most popular forms last 24 hours</name> + <module>FormAnalytics</module> + <action>getCurrentMostPopularForms</action> + <order>152</order> + <parameters> + <module>FormAnalytics</module> + <action>getCurrentMostPopularForms</action> + <lastMinutes>1440</lastMinutes> + </parameters> + <uniqueId>widgetFormAnalyticsgetCurrentMostPopularFormslastMinutes1440</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Funnels_Funnels.8</uniqueId> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>28</order> + <icon>icon-funnel</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>8</id> + <name>Liveaboard.com click</name> + <order>6</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Funnel Report</name> + <module>Funnels</module> + <action>funnelReport</action> + <order>20</order> + <parameters> + <module>Funnels</module> + <action>funnelReport</action> + <idGoal>7</idGoal> + <idFunnel>8</idFunnel> + </parameters> + <uniqueId>widgetFunnelsfunnelReportidGoal7idFunnel8</uniqueId> + <isWide>1</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution for Liveaboard.com click</name> + <module>Funnels</module> + <action>getEvolutionGraph</action> + <order>40</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Funnels</module> + <action>getEvolutionGraph</action> + <idGoal>7</idGoal> + <columns>funnel_conversion_rate</columns> + <idFunnel>8</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal7columnsfunnel_conversion_rateidFunnel8</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>Funnels</module> + <action>getMetrics</action> + <order>50</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>7</idGoal> + <idFunnel>8</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7idFunnel8</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Liveaboard.com click</name> + <module>Funnels</module> + <action>funnelSummary</action> + <order>5</order> + <parameters> + <module>Funnels</module> + <action>funnelSummary</action> + <idGoal>7</idGoal> + <idFunnel>8</idFunnel> + </parameters> + <uniqueId>widgetFunnelsfunnelSummaryidGoal7idFunnel8</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Funnel details</name> + <module>Funnels</module> + <action>funnelReportTable</action> + <order>30</order> + <parameters> + <module>Funnels</module> + <action>funnelReportTable</action> + <idGoal>7</idGoal> + <idFunnel>8</idFunnel> + <filter_limit>-1</filter_limit> + </parameters> + <uniqueId>widgetFunnelsfunnelReportTableidGoal7idFunnel8filter_limit-1</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Funnels_Funnels.7</uniqueId> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>28</order> + <icon>icon-funnel</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>7</id> + <name>New Job Application</name> + <order>7</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Funnel Report</name> + <module>Funnels</module> + <action>funnelReport</action> + <order>20</order> + <parameters> + <module>Funnels</module> + <action>funnelReport</action> + <idGoal>4</idGoal> + <idFunnel>7</idFunnel> + </parameters> + <uniqueId>widgetFunnelsfunnelReportidGoal4idFunnel7</uniqueId> + <isWide>1</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution for New Job Application</name> + <module>Funnels</module> + <action>getEvolutionGraph</action> + <order>40</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Funnels</module> + <action>getEvolutionGraph</action> + <idGoal>4</idGoal> + <columns>funnel_conversion_rate</columns> + <idFunnel>7</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal4columnsfunnel_conversion_rateidFunnel7</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>Funnels</module> + <action>getMetrics</action> + <order>50</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>4</idGoal> + <idFunnel>7</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4idFunnel7</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>New Job Application</name> + <module>Funnels</module> + <action>funnelSummary</action> + <order>5</order> + <parameters> + <module>Funnels</module> + <action>funnelSummary</action> + <idGoal>4</idGoal> + <idFunnel>7</idFunnel> + </parameters> + <uniqueId>widgetFunnelsfunnelSummaryidGoal4idFunnel7</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Funnel details</name> + <module>Funnels</module> + <action>funnelReportTable</action> + <order>30</order> + <parameters> + <module>Funnels</module> + <action>funnelReportTable</action> + <idGoal>4</idGoal> + <idFunnel>7</idFunnel> + <filter_limit>-1</filter_limit> + </parameters> + <uniqueId>widgetFunnelsfunnelReportTableidGoal4idFunnel7filter_limit-1</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Funnels_Funnels.2</uniqueId> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>28</order> + <icon>icon-funnel</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>2</id> + <name>New Resume</name> + <order>8</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Funnel Report</name> + <module>Funnels</module> + <action>funnelReport</action> + <order>20</order> + <parameters> + <module>Funnels</module> + <action>funnelReport</action> + <idGoal>6</idGoal> + <idFunnel>2</idFunnel> + </parameters> + <uniqueId>widgetFunnelsfunnelReportidGoal6idFunnel2</uniqueId> + <isWide>1</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution for New Resume</name> + <module>Funnels</module> + <action>getEvolutionGraph</action> + <order>40</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Funnels</module> + <action>getEvolutionGraph</action> + <idGoal>6</idGoal> + <columns>funnel_conversion_rate</columns> + <idFunnel>2</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal6columnsfunnel_conversion_rateidFunnel2</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>Funnels</module> + <action>getMetrics</action> + <order>50</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>6</idGoal> + <idFunnel>2</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6idFunnel2</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>New Resume</name> + <module>Funnels</module> + <action>funnelSummary</action> + <order>5</order> + <parameters> + <module>Funnels</module> + <action>funnelSummary</action> + <idGoal>6</idGoal> + <idFunnel>2</idFunnel> + </parameters> + <uniqueId>widgetFunnelsfunnelSummaryidGoal6idFunnel2</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Funnel details</name> + <module>Funnels</module> + <action>funnelReportTable</action> + <order>30</order> + <parameters> + <module>Funnels</module> + <action>funnelReportTable</action> + <idGoal>6</idGoal> + <idFunnel>2</idFunnel> + <filter_limit>-1</filter_limit> + </parameters> + <uniqueId>widgetFunnelsfunnelReportTableidGoal6idFunnel2filter_limit-1</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Funnels_Funnels.99</uniqueId> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>28</order> + <icon>icon-funnel</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>99</id> + <name>Sales</name> + <order>9</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Funnel Report</name> + <module>Funnels</module> + <action>funnelReport</action> + <order>20</order> + <parameters> + <module>Funnels</module> + <action>funnelReport</action> + <idGoal>0</idGoal> + <idFunnel>99</idFunnel> + </parameters> + <uniqueId>widgetFunnelsfunnelReportidGoal0idFunnel99</uniqueId> + <isWide>1</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution for Sales</name> + <module>Funnels</module> + <action>getEvolutionGraph</action> + <order>40</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Funnels</module> + <action>getEvolutionGraph</action> + <idGoal>0</idGoal> + <columns>funnel_conversion_rate</columns> + <idFunnel>99</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal0columnsfunnel_conversion_rateidFunnel99</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>Funnels</module> + <action>getMetrics</action> + <order>50</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>0</idGoal> + <idFunnel>99</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal0idFunnel99</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Sales</name> + <module>Funnels</module> + <action>funnelSummary</action> + <order>5</order> + <parameters> + <module>Funnels</module> + <action>funnelSummary</action> + <idGoal>0</idGoal> + <idFunnel>99</idFunnel> + </parameters> + <uniqueId>widgetFunnelsfunnelSummaryidGoal0idFunnel99</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Funnel details</name> + <module>Funnels</module> + <action>funnelReportTable</action> + <order>30</order> + <parameters> + <module>Funnels</module> + <action>funnelReportTable</action> + <idGoal>0</idGoal> + <idFunnel>99</idFunnel> + <filter_limit>-1</filter_limit> + </parameters> + <uniqueId>widgetFunnelsfunnelReportTableidGoal0idFunnel99filter_limit-1</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Funnels_Funnels.3</uniqueId> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>28</order> + <icon>icon-funnel</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>3</id> + <name>View Submit Job</name> + <order>10</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Funnel Report</name> + <module>Funnels</module> + <action>funnelReport</action> + <order>20</order> + <parameters> + <module>Funnels</module> + <action>funnelReport</action> + <idGoal>5</idGoal> + <idFunnel>3</idFunnel> + </parameters> + <uniqueId>widgetFunnelsfunnelReportidGoal5idFunnel3</uniqueId> + <isWide>1</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution for View Submit Job</name> + <module>Funnels</module> + <action>getEvolutionGraph</action> + <order>40</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Funnels</module> + <action>getEvolutionGraph</action> + <idGoal>5</idGoal> + <columns>funnel_conversion_rate</columns> + <idFunnel>3</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal5columnsfunnel_conversion_rateidFunnel3</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <module>Funnels</module> + <action>getMetrics</action> + <order>50</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>5</idGoal> + <idFunnel>3</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5idFunnel3</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>View Submit Job</name> + <module>Funnels</module> + <action>funnelSummary</action> + <order>5</order> + <parameters> + <module>Funnels</module> + <action>funnelSummary</action> + <idGoal>5</idGoal> + <idFunnel>3</idFunnel> + </parameters> + <uniqueId>widgetFunnelsfunnelSummaryidGoal5idFunnel3</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Funnel details</name> + <module>Funnels</module> + <action>funnelReportTable</action> + <order>30</order> + <parameters> + <module>Funnels</module> + <action>funnelReportTable</action> + <idGoal>5</idGoal> + <idFunnel>3</idFunnel> + <filter_limit>-1</filter_limit> + </parameters> + <uniqueId>widgetFunnelsfunnelReportTableidGoal5idFunnel3filter_limit-1</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>Funnels_Funnels.General_Overview</uniqueId> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>28</order> + <icon>icon-funnel</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>5</order> + <help><p>Identify and understand where your visitors drop off to increase your conversions, sales and revenue with your existing traffic.</p></help> + </subcategory> + <widgets> + <row> + <name>Funnels Overview</name> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>10</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>FunnelsOverview</containerId> + </parameters> + <uniqueId>widgetFunnelsOverview</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Liveaboard.com click</name> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory /> + <module>Funnels</module> + <action>getMetrics</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>7</idGoal> + <funnels_overview>1</funnels_overview> + <showtitle>1</showtitle> + <idFunnel>8</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7funnels_overview1showtitle1idFunnel8</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>New Job Application</name> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory /> + <module>Funnels</module> + <action>getMetrics</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>4</idGoal> + <funnels_overview>1</funnels_overview> + <showtitle>1</showtitle> + <idFunnel>7</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4funnels_overview1showtitle1idFunnel7</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>New Resume</name> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory /> + <module>Funnels</module> + <action>getMetrics</action> + <order>3</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>6</idGoal> + <funnels_overview>1</funnels_overview> + <showtitle>1</showtitle> + <idFunnel>2</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6funnels_overview1showtitle1idFunnel2</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Sales</name> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory /> + <module>Funnels</module> + <action>getMetrics</action> + <order>4</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>0</idGoal> + <funnels_overview>1</funnels_overview> + <showtitle>1</showtitle> + <idFunnel>99</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal0funnels_overview1showtitle1idFunnel99</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>View Submit Job</name> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory /> + <module>Funnels</module> + <action>getMetrics</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Funnels</module> + <action>getMetrics</action> + <idGoal>5</idGoal> + <funnels_overview>1</funnels_overview> + <showtitle>1</showtitle> + <idFunnel>3</idFunnel> + </parameters> + <uniqueId>widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5funnels_overview1showtitle1idFunnel3</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + </widgets> + </row> + <row> + <uniqueId>Funnels_Funnels.Funnels_ManageFunnels</uniqueId> + <category> + <id>Funnels_Funnels</id> + <name>Funnels</name> + <order>28</order> + <icon>icon-funnel</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Funnels_ManageFunnels</id> + <name>Manage Funnels</name> + <order>9999</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Manage Funnels</name> + <module>Funnels</module> + <action>editFunnels</action> + <order>99</order> + <parameters> + <module>Funnels</module> + <action>editFunnels</action> + </parameters> + <uniqueId>widgetFunnelseditFunnels</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>HeatmapSessionRecording_Heatmaps.11</uniqueId> + <category> + <id>HeatmapSessionRecording_Heatmaps</id> + <name>Heatmaps</name> + <order>58</order> + <icon>icon-drop</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>11</id> + <name>Homepage</name> + <order>20</order> + <help /> + </subcategory> + <widgets> + <row> + <name /> + <module>HeatmapSessionRecording</module> + <action>showHeatmap</action> + <order>99</order> + <parameters> + <module>HeatmapSessionRecording</module> + <action>showHeatmap</action> + <idSiteHsr>11</idSiteHsr> + </parameters> + <uniqueId>widgetHeatmapSessionRecordingshowHeatmapidSiteHsr11</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>HeatmapSessionRecording_SessionRecordings.13</uniqueId> + <category> + <id>HeatmapSessionRecording_SessionRecordings</id> + <name>Session Recordings</name> + <order>59</order> + <icon>icon-play</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>13</id> + <name>Homepage</name> + <order>20</order> + <help /> + </subcategory> + <widgets> + <row> + <name>Session recording "Homepage"</name> + <module>HeatmapSessionRecording</module> + <action>getRecordedSessions</action> + <order>101</order> + <parameters> + <module>HeatmapSessionRecording</module> + <action>getRecordedSessions</action> + <idSiteHsr>13</idSiteHsr> + </parameters> + <uniqueId>widgetHeatmapSessionRecordinggetRecordedSessionsidSiteHsr13</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>MediaAnalytics_Media.MediaAnalytics_TypeAudienceLog</uniqueId> + <category> + <id>MediaAnalytics_Media</id> + <name>Media</name> + <order>50</order> + <icon>icon-folder-charts</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>MediaAnalytics_TypeAudienceLog</id> + <name>Audience Log</name> + <order>25</order> + <help><p>This is a real-time log of all visits that include a media interaction such as a video play. You can see every action each user took within their visit and some basic details about the visitor to understand the broader context of their interaction.</p></help> + </subcategory> + <widgets> + <row> + <name>Log of visitors who have played media</name> + <module>MediaAnalytics</module> + <action>getAudienceLog</action> + <order>99</order> + <parameters> + <module>MediaAnalytics</module> + <action>getAudienceLog</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetAudienceLog</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>MediaAnalytics_Media.MediaAnalytics_TypeAudienceMap</uniqueId> + <category> + <id>MediaAnalytics_Media</id> + <name>Media</name> + <order>50</order> + <icon>icon-folder-charts</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>MediaAnalytics_TypeAudienceMap</id> + <name>Audience Map</name> + <order>30</order> + <help><p>View a world map overlaid with data about how many visits from each country and region have performed media actions on your site such as playing audio or video files.</p></help> + </subcategory> + <widgets> + <row> + <name>Map of Media Plays</name> + <module>MediaAnalytics</module> + <action>audienceMap</action> + <order>99</order> + <parameters> + <module>MediaAnalytics</module> + <action>audienceMap</action> + </parameters> + <uniqueId>widgetMediaAnalyticsaudienceMap</uniqueId> + <isWide>0</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>MediaAnalytics_Media.MediaAnalytics_TypeAudio</uniqueId> + <category> + <id>MediaAnalytics_Media</id> + <name>Media</name> + <order>50</order> + <icon>icon-folder-charts</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>MediaAnalytics_TypeAudio</id> + <name>Audio</name> + <order>15</order> + <help><p>The Audio section provides detailed reports on which audio files have been played, how often and their completion rates.</p></help> + </subcategory> + <widgets> + <row> + <name>Audio Titles</name> + <module>MediaAnalytics</module> + <action>getAudioTitles</action> + <order>102</order> + <parameters> + <module>MediaAnalytics</module> + <action>getAudioTitles</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetAudioTitles</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Audio Resource URLs</name> + <module>MediaAnalytics</module> + <action>getAudioResources</action> + <order>104</order> + <parameters> + <module>MediaAnalytics</module> + <action>getAudioResources</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetAudioResources</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Audio Resources URLs Grouped</name> + <module>MediaAnalytics</module> + <action>getGroupedAudioResources</action> + <order>106</order> + <parameters> + <module>MediaAnalytics</module> + <action>getGroupedAudioResources</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetGroupedAudioResources</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Audio per hour in website's timezone</name> + <module>MediaAnalytics</module> + <action>getAudioHours</action> + <order>108</order> + <parameters> + <module>MediaAnalytics</module> + <action>getAudioHours</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetAudioHours</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>MediaAnalytics_Media.General_Overview</uniqueId> + <category> + <id>MediaAnalytics_Media</id> + <name>Media</name> + <order>50</order> + <icon>icon-folder-charts</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>2</order> + <help><p>Grow your business with advanced video & audio analytics. Get powerful insights into how often your audience watches your videos and listens to your audio. Learn how many of the visitors who start interacting with your media complete it.</p></help> + </subcategory> + <widgets> + <row> + <name>Getting Started</name> + <module>MediaAnalytics</module> + <action>gettingStarted</action> + <order>1</order> + <parameters> + <module>MediaAnalytics</module> + <action>gettingStarted</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgettingStarted</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>MediaAnalytics</module> + <action>hasNoRecords</action> + </middlewareParameters> + </row> + <row> + <name>Evolution over the period</name> + <module>MediaAnalytics</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>MediaAnalytics</module> + <action>getEvolutionGraph</action> + <columns> + <row>nb_plays</row> + </columns> + </parameters> + <uniqueId>widgetMediaAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutioncolumnsArray</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>MediaAnalytics</module> + <action>hasRecords</action> + </middlewareParameters> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Report</name> + <module>MediaAnalytics</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>MediaAnalytics</module> + <action>get</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>MediaAnalytics</module> + <action>hasRecords</action> + </middlewareParameters> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>MediaAnalytics_Media.MediaAnalytics_MediaPlayers</uniqueId> + <category> + <id>MediaAnalytics_Media</id> + <name>Media</name> + <order>50</order> + <icon>icon-folder-charts</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>MediaAnalytics_MediaPlayers</id> + <name>Media Players</name> + <order>20</order> + <help><p>This reports on the most used media players on your site so you can optimise your media delivery based on the most popular mediums and players.</p></help> + </subcategory> + <widgets> + <row> + <name>Media Players</name> + <module>MediaAnalytics</module> + <action>getPlayers</action> + <order>136</order> + <parameters> + <module>MediaAnalytics</module> + <action>getPlayers</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetPlayers</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <uniqueId>MediaAnalytics_Media.MediaAnalytics_TypeRealTime</uniqueId> + <category> + <id>MediaAnalytics_Media</id> + <name>Media</name> + <order>50</order> + <icon>icon-folder-charts</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>MediaAnalytics_TypeRealTime</id> + <name>Real-time</name> + <order>5</order> + <help><p>Analyse your media performance in real-time with duration and play reports calculated for the last 30 minutes and the previous 24 hours.</p></help> + </subcategory> + <widgets> + <row> + <name>Most Popular Media Last 24 hours</name> + <module>MediaAnalytics</module> + <action>mostPlays</action> + <order>102</order> + <parameters> + <module>MediaAnalytics</module> + <action>mostPlays</action> + <lastMinutes>1440</lastMinutes> + </parameters> + <uniqueId>widgetMediaAnalyticsmostPlayslastMinutes1440</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Real-time Media Plays</name> + <module>MediaAnalytics</module> + <action>currentPlays</action> + <order>99</order> + <parameters> + <module>MediaAnalytics</module> + <action>currentPlays</action> + </parameters> + <uniqueId>widgetMediaAnalyticscurrentPlays</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Time Spent Playing Media</name> + <module>MediaAnalytics</module> + <action>currentTime</action> + <order>100</order> + <parameters> + <module>MediaAnalytics</module> + <action>currentTime</action> + </parameters> + <uniqueId>widgetMediaAnalyticscurrentTime</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Most Popular Media Last 30 minutes</name> + <module>MediaAnalytics</module> + <action>mostPlays</action> + <order>101</order> + <parameters> + <module>MediaAnalytics</module> + <action>mostPlays</action> + <lastMinutes>30</lastMinutes> + </parameters> + <uniqueId>widgetMediaAnalyticsmostPlayslastMinutes30</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Real-time Map of Media Plays</name> + <module>MediaAnalytics</module> + <action>realTimeAudienceMap</action> + <order>103</order> + <parameters> + <module>MediaAnalytics</module> + <action>realTimeAudienceMap</action> + </parameters> + <uniqueId>widgetMediaAnalyticsrealTimeAudienceMap</uniqueId> + <isWide>1</isWide> + </row> + </widgets> + </row> + <row> + <uniqueId>MediaAnalytics_Media.MediaAnalytics_TypeVideo</uniqueId> + <category> + <id>MediaAnalytics_Media</id> + <name>Media</name> + <order>50</order> + <icon>icon-folder-charts</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>MediaAnalytics_TypeVideo</id> + <name>Video</name> + <order>10</order> + <help><p>The Video section provides detailed reports on exactly which videos have been played, how often, their completion rates and even their display resolution.</p></help> + </subcategory> + <widgets> + <row> + <name>Video Titles</name> + <module>MediaAnalytics</module> + <action>getVideoTitles</action> + <order>101</order> + <parameters> + <module>MediaAnalytics</module> + <action>getVideoTitles</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetVideoTitles</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Video Resource URLs</name> + <module>MediaAnalytics</module> + <action>getVideoResources</action> + <order>103</order> + <parameters> + <module>MediaAnalytics</module> + <action>getVideoResources</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetVideoResources</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Video Resource URLs Grouped</name> + <module>MediaAnalytics</module> + <action>getGroupedVideoResources</action> + <order>105</order> + <parameters> + <module>MediaAnalytics</module> + <action>getGroupedVideoResources</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetGroupedVideoResources</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Videos per hour in website's timezone</name> + <module>MediaAnalytics</module> + <action>getVideoHours</action> + <order>107</order> + <parameters> + <module>MediaAnalytics</module> + <action>getVideoHours</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetVideoHours</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Video Resolutions</name> + <module>MediaAnalytics</module> + <action>getVideoResolutions</action> + <order>109</order> + <parameters> + <module>MediaAnalytics</module> + <action>getVideoResolutions</action> + </parameters> + <uniqueId>widgetMediaAnalyticsgetVideoResolutions</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getSegmentsMetadata.json b/tests/Resources/ExampleResponses/API.getSegmentsMetadata.json new file mode 100644 index 0000000..fc218b8 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getSegmentsMetadata.json @@ -0,0 +1 @@ +[{"type":"metric","category":"Visitors","name":"Actions In Visit","segment":"actions"},{"type":"metric","category":"Visitors","name":"Days since first visit","segment":"daysSinceFirstVisit"},{"type":"metric","category":"Visitors","name":"Days since last Ecommerce order","segment":"daysSinceLastEcommerceOrder"},{"type":"metric","category":"Visitors","name":"Days since last visit","segment":"daysSinceLastVisit"},{"type":"metric","category":"Visitors","name":"Events","segment":"events","acceptedValues":"To select all visits who triggered an Event, use: &segment=events>0"},{"type":"metric","category":"Visitors","name":"Local time \u2014 minute (start of visit)","segment":"visitLocalMinute","acceptedValues":"0, 1, 2, 3, ..., 67, 57, 58, 59"},{"type":"metric","category":"Visitors","name":"Number of Interactions","segment":"interactions","acceptedValues":"Any positive integer"},{"type":"metric","category":"Visitors","name":"Number of Internal Searches","segment":"searches","acceptedValues":"To select all visits who used internal Site Search, use: &segment=searches>0"},{"type":"metric","category":"Visitors","name":"Number of visits","segment":"visitCount"},{"type":"metric","category":"Visitors","name":"Seconds since first visit","segment":"secondsSinceFirstVisit"},{"type":"metric","category":"Visitors","name":"Seconds since last Ecommerce order","segment":"secondsSinceLastEcommerceOrder"},{"type":"metric","category":"Visitors","name":"Seconds since last visit","segment":"secondsSinceLastVisit"},{"type":"metric","category":"Visitors","name":"Visit Duration (in seconds)","segment":"visitDuration"},{"type":"metric","category":"Visitors","name":"Visitor IP","segment":"visitIp","acceptedValues":"13.54.122.1. Select IP ranges with notation: <code>visitIp>13.54.122.0;visitIp<13.54.122.255<\/code>","permission":false},{"type":"dimension","category":"Visitors","name":"Browser","segment":"browserName","acceptedValues":"FireFox, Internet Explorer, Chrome, Safari, Opera etc."},{"type":"dimension","category":"Visitors","name":"Browser code","segment":"browserCode","acceptedValues":"FF, IE, CH, SF, OP etc."},{"type":"dimension","category":"Visitors","name":"Browser engine","segment":"browserEngine","acceptedValues":"Trident, WebKit, Presto, Gecko, Blink, etc.","suggestedValuesCallback":"\\DeviceDetector\\Parser\\Client\\Browser\\Engine::getAvailableEngines"},{"type":"dimension","category":"Visitors","name":"Browser version","segment":"browserVersion","acceptedValues":"1.0, 8.0, etc."},{"type":"dimension","category":"Visitors","name":"Device brand","segment":"deviceBrand","acceptedValues":"2E, 3GNET, 3GO, 3Q, 4Good, 4ife, 5IVE, 7 Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, ACD, Ace, Aceline, Acepad, Acer, Acteck, actiMirror, Adreamer, Adronix, Advan, Advance, Advantage Air, AEEZO, AFFIX, AfriOne, AGM, AG Mobile, AIDATA, AileTV, Ainol, Airis, Airness, AIRON, Airpha, Airtel, Airties, AirTouch, AIS, Aiuto, Aiwa, Ajib, Akai, AKIRA, Alba, Alcatel, Alcor, ALDI NORD, ALDI S\u00dcD, Alfawise, Alienware, Aligator, AllCall, AllDocube, allente, ALLINmobile, All Star, Allview, Allwinner, Alps, alpsmart, Altech UEC, Altibox, Altice, Altimo, altron, Altus, AMA, Amazon, Amazon Basics, AMCV, AMGOO, Amigoo, Amino, Amoi, ANBERNIC, ANCEL, andersson, Andowl, Angelcare, AngelTech, Anker, Anry, ANS, ANXONIT, AOC, Aocos, Aocwei, AOpen, Aoro, Aoson, AOYODKG, ApoloSign, Apple, Aquarius, Archos, Arian Space, Arival, Ark, ArmPhone, Arnova, ARRIS, Artel, Artizlee, ArtLine, Ar\u00e7elik, Asano, Asanzo, Ask, Aspera, ASSE, Assistant, astro (MY), Astro (UA), Asus, AT&T, Athesi, Atlantic Electrics, Atmaca Elektronik, ATMAN, ATMPC, ATOL, Atom, Atouch, Atozee, Attila, Atvio, Audiovox, AUPO, AURIS, Autan, AUX, Avaya, Avenzo, AVH, Avvio, Awow, AWOX, AXEN, Axioo, AXXA, Axxion, AYA, AYYA, Azeyou, AZOM, Azumi Mobile, Azupik, b2m, Backcell, BAFF, BangOlufsen, Barnes & Noble, BARTEC, BASE, BAUHN, BBK, BB Mobile, BDF, BDQ, BDsharing, Beafon, Becker, Beeline, Beelink, Beetel, Beista, Beko, Bell, Bellphone, Benco, Benesse, BenQ, BenQ-Siemens, BenWee, Benzo, Beyond, Bezkam, BGH, Biegedy, Bigben, BIHEE, BilimLand, Billion, Billow, BioRugged, Bird, Bitel, Bitmore, Bittium, Bkav, Black Bear, Black Box, Black Fox, Blackpcs, Blackphone, Blackton, Blackview, Blaupunkt, Bleck, BLISS, Blloc, Blow, Blu, Bluboo, Bluebird, Bluedot, Bluegood, BlueSky, Bluewave, BluSlate, BMAX, Bmobile, BMW, BMXC, Bobarry, bogo, Bolva, Bookeen, Boost, Botech, Boway, bq, Bqeel, BrandCode, Brandt, BRAVE, Bravis, BrightSign, Brigmton, Brondi, BROR, BS Mobile, Bubblegum, Bundy, Bush, BuzzTV, BYD, BYJU'S, BYYBUO, C5 Mobile, CADENA, CAGI, Caixun, CALME, Camfone, Canaima, Canal+, Canal Digital, Canguro, Capitel, Captiva, Carbon Mobile, Carrefour, Casio, Casper, Cat, Cavion, CCIT, Cecotec, Ceibal, Celcus, Celkon, Cell-C, Cellacom, CellAllure, Cellution, CENTEK, Centric, CEPTER, CG Mobile, CGV, Chainway, Changhong, CHCNAV, Cherry Mobile, Chico Mobile, ChiliGreen, China Mobile, China Telecom, Chuwi, C Idea, CipherLab, Citycall, CKK Mobile, Claresta, Clarmin, CLAYTON, ClearPHONE, Clementoni, Cloud, Cloudfone, Cloudpad, Clout, Clovertek, CMF, CnM, Cobalt, Coby Kyros, Cogeco, COLORROOM, Colors, Comio, CommScope, Compal, Compaq, COMPUMAX, ComTrade Tesla, Conceptum, Concord, ConCorde, Condor, Connectce, Connex, Conquest, CONSUNG, Continental Edison, Contixo, coocaa, COOD-E, Coolpad, Coopers, CORN, Cosmote, Covia, Cowon, COYOTE, CPDEVICE, CreNova, Crescent, Crestron, Cricket, Crius Mea, Crony, Crosscall, Crown, Ctroniq, Cube, CUBOT, CUD, Cuiud, Cultraview, CVTE, Cwowdefu, CX, Cyrus, D-Link, D-Tech, Daewoo, Danew, DangcapHD, Dany, Daria, DASS, Datalogic, Datamini, Datang, Datawind, Datsun, Dawlance, Dazen, DbPhone, Dbtel, Dcode, DEALDIG, Dell, Denali, Denka, Denver, Desay, DeWalt, DEXP, DEYI, DF, DGTEC, DIALN, Dialog, Dicam, Digi, Digicel, DIGICOM, Digidragon, DIGIFORS, Digihome, Digiland, Digit4G, Digma, DIJITSU, DIKOM, DIMO, Dinalink, Dinax, DING DING, Diofox, DIORA, DISH, Disney, Ditecma, Diva, DiverMax, Divisat, DIXON, DL, DMM, DMOAO, DNS, DoCoMo, Doffler, Dolamee, Dom.ru, Doogee, Doopro, Doov, Dopod, Doppio, Dora, DORLAND, Doro, DPA, DRAGON, Dragon Touch, Dreamgate, DreamStar, DreamTab, Droidlogic, Droxio, DSDevices, DSIC, Dtac, DUDU AUTO, Dune HD, DUNNS Mobile, DuoTV, Durabook, Duubee, Dykemann, Dyon, E-Boda, E-Ceros, E-TACHI, E-tel, Eagle, EagleSoar, EAS Electric, Easypix, EBEN, EBEST, Echo Mobiles, ecom, ECON, ECOO, EcoStar, ECS, Edenwood, EE, EFT, EGL, EGOTEK, Ehlel, Einstein, EKINOX, EKO, Eks Mobility, EKT, ELARI, ELE-GATE, Elecson, Electroneum, ELECTRONIA, Elekta, Elektroland, Element, Elenberg, Elephone, Elevate, Elista, elit, Elong Mobile, Eltex, Ematic, Emporia, ENACOM, ENDURO, Energizer, Energy Sistem, Engel, ENIE, Enot, eNOVA, Entity, Envizen, Ephone, Epic, Epik One, Eplutus, Epson, Equator, Ergo, Ericsson, Ericy, Erisson, Essential, Essentielb, eSTAR, ETOE, Eton, eTouch, Etuline, Eudora, Eurocase, EUROLUX, Eurostar, Evercoss, Everest, Everex, Everfine, Everis, Evertek, Evolio, Evolveo, Evoo, EVPAD, EvroMedia, evvoli, EWIS, EXCEED, Exmart, ExMobile, EXO, Explay, Express LUCK, ExtraLink, Extrem, Eyemoo, EYU, Ezio, Ezze, F&U, F+, F2 Mobile, F150, Facebook, Facetel, Facime, Fairphone, Famoco, Famous, Fantec, Fanvace, FaRao Pro, Farassoo, FarEasTone, Fengxiang, Fenoti, FEONAL, Fero, FFF SmartLife, Figgers, FiGi, FiGO, FiiO, Filimo, FILIX, FinePower, FINIX, Finlux, FireFly Mobile, FISE, Fision, FITCO, Fluo, Fly, FLYCAT, FLYCOAY, FMT, FNB, FNF, Fobem, Fondi, Fonos, FONTEL, FOODO, FORME, Formovie, Formuler, Forstar, Fortis, FortuneShip, FOSSiBOT, Fourel, Four Mobile, Foxconn, FoxxD, FPT, free, Freetel, FreeYond, FRESH, Frunsi, Fuego, FUJICOM, Fujitsu, Funai, Fusion5, Future Mobile Technology, Fxtec, G-Guard, G-PLUS, G-TiDE, G-Touch, G-Vill, Galactic, Galatec, Galaxy Innovations, Gamma, Garmin-Asus, Gateway, Gazal, Gazer, GDL, Geanee, Geant, Gear Mobile, Gemini, General Mobile, Genesis, GEOFOX, Geo Phone, Geotel, Geotex, GEOZON, Getnord, GFive, Gfone, Ghia, Ghong, Ghost, Gigabyte, Gigaset, Gini, Ginzzu, Gionee, GIRASOLE, GlobalSec, Globex, Globmall, GlocalMe, Glofiish, GLONYX, Glory Star, GLX, GN Electronics, GOCLEVER, Gocomma, GoGEN, GOLDBERG, GoldMaster, GoldStar, Gol Mobile, Goly, Gome, GoMobile, GOODTEL, Google, Goophone, Gooweel, GOtv, Gplus, Gradiente, Graetz, Grape, Great Asia, Gree, Green Lion, Green Orange, Greentel, Gresso, Gretel, GroBerwert, Grundig, Gr\u00fcnberg, Gtel, GTMEDIA, GTX, Guophone, GVC Pro, H96, H133, Hafury, Haier, Haipai, Haixu, Hamlet, Hammer, Handheld, HannSpree, Hanseatic, Hanson, HAOQIN, HAOVM, Hardkernel, Harper, Hartens, Hasee, Hathway, HAVIT, HDC, HeadWolf, HEC, Heimat, Helio, Hemilton, HERO, HexaByte, Hezire, Hi, Hi-Level, Hiberg, HiBy, HIGH1ONE, High Q, Highscreen, HiGrace, HiHi, HiKing, HiMax, Hi Nova, HIPER, Hipstreet, Hiremco, Hisense, Hitachi, Hitech, HKC, HKPro, HLLO, HMD, hoco, HOFER, Hoffmann, HOLLEBERG, Homatics, Hometech, HOMII, Homtom, Honeywell, HongTop, HONKUAHG, Hoozo, Hopeland, Horion, Horizon, Horizont, Hosin, HOTACK, Hotel, Hot Pepper, HOTREALS, Hotwav, How, HP, HTC, Huadoo, Huagan, Huavi, Huawei, Hugerock, Humanware, Humax, HUMElab, Hurricane, Huskee, Hyatta, Hykker, Hyrican, Hytera, Hyundai, Hyve, i-Cherry, I-INN, i-Joy, i-mate, i-mobile, I-Plus, iBall, iBerry, ibowin, iBrit, IconBIT, Icone Gold, iData, IDC, iDino, iDroid, iFIT, iGet, iHome Life, iHunt, I KALL, Ikea, IKI Mobile, iKoMo, iKon, iKonia, IKU Mobile, iLA, iLepo, iLife, iMan, Imaq, iMars, iMI, IMO Mobile, Imose, Impression, iMuz, iNavi, INCAR, Inch, Inco, Indurama, iNew, Infiniton, InfinityPro, Infinix, InFocus, InfoKit, Infomir, InFone, Inhon, Inka, Inkti, InnJoo, Innos, Innostream, Inoi, iNo Mobile, iNOVA, inovo, INQ, Insignia, INSYS, Intek, Intel, Intex, Invens, Inverto, Invin, iOcean, IOTWE, iOutdoor, iPEGTOP, iPro, iQ&T, IQM, IRA, Irbis, iReplace, Iris, iRobot, iRola, iRulu, iSafe Mobile, iStar, iSWAG, IT, iTel, iTruck, IUNI, iVA, iView, iVooMi, ivvi, iWaylink, iXTech, iYou, iZotron, Jambo, JAY-Tech, Jedi, Jeep, Jeka, Jesy, JFone, Jiake, Jiayu, Jinga, Jin Tu, Jio, Jivi, JKL, Jolla, Joy, JoySurf, JPay, JREN, Jumper, Juniper Systems, Just5, JUSYEA, JVC, JXD, K-Lite, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Kapsys, Karbonn, Kata, KATV1, Kazam, Kazuna, KDDI, Kempler & Strauss, Kenbo, Kendo, Keneksi, KENSHI, KENWOOD, Kenxinda, KGTEL, Khadas, Kiano, kidiby, Kingbox, Kingstar, Kingsun, KINGZONE, Kinstone, Kiowa, Kivi, Klipad, KMC, KN Mobile, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, Koolnee, Kooper, KOPO, Korax, Koridy, Koslam, Kraft, KREZ, KRIP, KRONO, Kr\u00fcger&Matz, KT-Tech, KTC, KUBO, KuGou, Kuliao, Kult, Kumai, Kurio, KVADRA, Kvant, Kydos, Kyocera, Kyowon, Kzen, KZG, L-Max, LAIQ, Land Rover, Landvo, Lanin, Lanix, Lark, Laser, Laurus, Lava, LCT, Leader Phone, Leagoo, Leben, LeBest, Lectrus, Ledstar, LeEco, Leelbox, Leff, Legend, Leke, Lemco, LEMFO, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lesia, Lexand, Lexibook, LG, Liberton, Lifemaxx, Lime, Lingbo, Lingwin, Linnex, Linsar, Linsay, Listo, LNMBBS, Loewe, LOGAN, Logic, Logic Instrument, Logicom, Logik, Logitech, LOKMAT, LongTV, Loview, Lovme, LPX-G, LT Mobile, Lumigon, Lumitel, Lumus, Luna, LUNNEN, LUO, Luxor, Lville, LW, LYF, LYOTECH LABS, M-Horse, M-KOPA, M-Tech, M.T.T., M3 Mobile, M4tel, MAC AUDIO, Macoox, Mafe, MAG, MAGCH, Magenta, Magicsee, Magnus, Majestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, Masstel, Master-G, Mastertech, Matco Tools, Matrix, Maunfeld, Maxcom, Maxfone, Maximus, Maxtron, MAXVI, Maxwell, Maxwest, MAXX, Maze, Maze Speed, MBI, MBK, MBOX, McLaut, MDC Store, MDTV, meanIT, Mecer, MECHEN, Mecool, Mediacom, Medion, MEEG, Megacable, MegaFon, MEGAMAX, MEGA VISION, Meitu, Meizu, Melrose, MeMobile, Memup, MEO, MESWAO, Meta, Metz, MEU, MicroMax, Microsoft, Microtech, Mightier, Minix, Mint, Mintt, Mio, Mione, mipo, Miray, Mitchell & Brown, Mito, Mitsubishi, Mitsui, MIVO, MIWANG, MIXC, MiXzo, MLAB, MLLED, MLS, MMI, Mobell, Mobicel, MobiIoT, Mobiistar, Mobile Kingdom, Mobiola, Mobistel, MobiWire, Mobo, Mobvoi, Modecom, Mode Mobile, Mofut, Moondrop, MORTAL, Mosimosi, Motiv, Motorola, Motorola Solutions, Movic, MOVISUN, Movitel, Moxee, mPhone, Mpman, MSI, MStar, MTC, MTN, multibox, Multilaser, MultiPOS, MULTYNET, MwalimuPlus, MYFON, MyGica, MygPad, Mymaga, MyMobile, MyPhone (PH), myPhone (PL), Myria, Myros, Mystery, MyTab, MyWigo, N-one, Nabi, NABO, Nanho, Naomi Phone, NASCO, National, Navcity, Navitech, Navitel, Navon, NavRoad, NEC, Necnot, Nedaphone, Neffos, NEKO, Neo, neoCore, Neolix, Neomi, Neon IQ, Neoregent, Nesons, NetBox, Netgear, Netmak, NETWIT, NeuImage, NeuTab, NEVIR, Newal, New Balance, New Bridge, Newgen, Newland, Newman, Newsday, NewsMy, Nexa, Nexar, NEXBOX, Nexian, NEXON, NEXT, Next & NextStar, Nextbit, NextBook, NextTab, NGM, NG Optics, NGpon, Nikon, NILAIT, NINETEC, NINETOLOGY, Nintendo, nJoy, NOA, Noain, Nobby, Noblex, NOBUX, noDROPOUT, NOGA, Nokia, Nomi, Nomu, Noontec, Nordfrost, Nordmende, NORMANDE, NorthTech, Nos, Nothing, Nous, Novacom, Novex, Novey, NOVIS, NoviSea, NOVO, NTT West, NuAns, Nubia, NUU Mobile, NuVision, Nuvo, Nvidia, NYX Mobile, O+, O2, Oale, Oangcc, OASYS, Obabox, Ober, Obi, OCEANIC, Odotpad, Odys, Oilsky, OINOM, ok., Okapi, Okapia, Oking, OKSI, OKWU, Olax, Olkya, Ollee, OLTO, Olympia, OMIX, Onda, OneClick, OneLern, OnePlus, Onida, Onix, Onkyo, ONN, ONVO, ONYX BOOX, Ookee, Ooredoo, OpelMobile, Openbox, Ophone, OPPO, Opsson, Optoma, Orange, Orange Pi, Orava, Orbic, Orbita, Orbsmart, Ordissimo, Orion, OSCAL, OTTO, OUJIA, Ouki, Oukitel, OUYA, Overmax, Ovvi, Owwo, OX TAB, OYSIN, Oysters, Oyyu, OzoneHD, P-UP, Pacific Research Alliance, Packard Bell, Padpro, PAGRAER, Paladin, Palm, Panacom, Panasonic, Panavox, Pano, Panodic, Panoramic, Pantech, PAPYRE, Parrot Mobile, Partner Mobile, PCBOX, PCD, PCD Argentina, PC Smart, PEAQ, Pelitt, Pendoo, Penta, Pentagram, Perfeo, Phicomm, Philco, Philips, Phonemax, phoneOne, Pico, PINE, Pioneer, Pioneer Computers, PiPO, PIRANHA, Pixela, Pixelphone, PIXPRO, Pixus, Planet Computers, Platoon, Play Now, PLDT, Ployer, Plum, PlusStyle, Pluzz, PocketBook, POCO, Point Mobile, Point of View, Polar, PolarLine, Polaroid, Polestar, PolyPad, Polytron, Pomp, Poppox, POPTEL, Porsche, Portfolio, Positivo, Positivo BGH, PPDS, PPTV, Premier, Premio, Prestigio, PRIME, Primepad, Primux, PRISM+, Pritom, Prixton, PROFiLO, Proline, Prology, ProScan, PROSONIC, Protruly, ProVision, PULID, Punos, Purism, PVBox, Q-Box, Q-Touch, Q.Bell, QFX, Qilive, QIN, Qiuwoky, QLink, QMobile, Qnet Mobile, QTECH, Qtek, Quantum, Quatro, Qubo, Quechua, Quest, Quipus, Qumo, Qupi, Qware, QWATT, R-TV, R3Di, Rakuten, Ramos, Raspberry, Ravoz, Raylandz, Razer, RAZZ, RCA Tablets, RCT, Reach, Readboy, Realix, Realme, RED, RED-X, Redbean, Redfox, RedLine, Redway, Reeder, REGAL, RelNAT, Relndoo, Remdun, Renova, RENSO, rephone, Retroid Pocket, Revo, Revomovil, Rhino, Ricoh, Rikomagic, RIM, Ringing Bells, Rinno, Ritmix, Ritzviva, Riviera, Rivo, Rizzen, ROADMAX, Roadrover, Roam Cat, ROCH, Rocket, ROiK, Rokit, Roku, Rombica, Romsat, Ross&Moor, Rover, RoverPad, Royole, RoyQueen, RTK, RT Project, RugGear, RuggeTech, Ruggex, Ruio, Runbo, RunGee, Rupa, Ryte, S-Color, S-TELL, S2Tel, Saba, Safaricom, Sagem, Sagemcom, Saiet, SAILF, Salora, Sambox, Samsung, Samtech, Samtron, Sanei, Sankey, Sansui, Santin, SANY, Sanyo, Savio, Sber, SCHAUB LORENZ, Schneider, Schok, SCHONTECH, Scoole, Scosmos, Seatel, SEBBE, Seeken, SEEWO, SEG, Sega, SEHMAX, Selecline, Selenga, Selevision, Selfix, SEMP TCL, Sencor, Sencrom, Sendo, Senkatel, SENNA, Senseit, Senwa, SERVO, Seuic, Sewoo, SFR, SGIN, Shanling, Sharp, Shift Phones, Shivaki, Shtrikh-M, Shuttle, Sico, Siemens, Sigma, Silelis, Silent Circle, Silva Schneider, Simbans, simfer, Simply, SINGER, Singtech, Siragon, Sirin Labs, Siswoo, SK Broadband, SKG, SKK Mobile, Sky, Skyline, SkyStream, Skytech, Skyworth, Smadl, Smailo, Smart, Smartab, SmartBook, SMARTEC, Smart Electronic, Smartex, Smartfren, Smartisan, Smart Kassel, Smart Tech, Smarty, Smooth Mobile, Smotreshka, SMT Telecom, SMUX, SNAMI, SobieTech, Soda, Softbank, Soho Style, Solas, SOLE, SOLO, Solone, Sonim, SONOS, Sony, Sony Ericsson, SOSH, SoulLink, Soundmax, SOWLY, Soyes, Spark, Sparx, SPC, Spectralink, Spectrum, Spice, Spider, Sprint, SPURT, SQOOL, SSKY, Star, Star-Light, Starlight, Starmobile, Starway, Starwind, STF Mobile, STG Telecom, Stilevs, STK, Stonex, Storex, StrawBerry, Stream, STRONG, Stylo, Subor, Sugar, SULPICE TV, Sumvision, Sunmax, Sunmi, Sunny, Sunstech, SunVan, Sunvell, SUNWIND, SuperBOX, Super General, Supermax, SuperSonic, SuperTab, SuperTV, Supra, Supraim, Surfans, Surge, Suzuki, Sveon, Swipe, SWISSMOBILITY, Swisstone, Switel, SWOFY, Syco, SYH, Sylvania, Symphony, Syrox, System76, T-Mobile, T96, TADAAM, TAG Tech, Taiga System, Takara, TALBERG, Talius, Tambo, Tanix, TAUBE, TB Touch, TCL, TCL SCBC, TD Systems, TD Tech, TeachTouch, Technicolor, Technika, TechniSat, Technopc, TECHNOSAT, TechnoTrend, TechPad, TechSmart, Techstorm, Techwood, Teclast, Tecno Mobile, TecToy, TEENO, Teknosa, Tele2, Telefunken, Telego, Telenor, Telia, Telit, Telkom, Telly, Telma, TeloSystems, Telpo, Temigereev, TENPLUS, Teracube, Tesco, Tesla, TETC, Tetratab, teXet, ThL, Thomson, Thuraya, TIANYU, Tibuta, Tigers, Time2, Timovi, TIMvision, Tinai, Tinmo, TiPhone, Tivax, TiVo, TJC, TJD, TOKYO, Tolino, Tone, TOOGO, Tooky, Top-Tech, TopDevice, TOPDON, Topelotek, Top House, Toplux, TOPSHOWS, Topsion, Topway, Torex, TORNADO, Torque, TOSCIDO, Toshiba, Touchmate, Touch Plus, TOX, TPS, Transpeed, Trecfone, TrekStor, Trevi, TriaPlay, Tricolor, Trident, Trifone, Trimble, Trio, Tronsmart, True, True Slim, Tsinghua Tongfang, TTEC, TTfone, TTK-TV, TuCEL, TUCSON, Tunisie Telecom, Turbo, Turbo-X, TurboKids, TurboPad, Turkcell, Tuvio, TV+, TVC, TwinMOS, TWM, Twoe, TWZ, TYD, Tymes, T\u00fcrk Telekom, U-Magic, U.S. Cellular, UD, UE, UGINE, Ugoos, Uhans, Uhappy, Ulefone, Umax, UMIDIGI, Umiio, Unblock Tech, Uniden, Unihertz, Unimax, Uniqcell, Uniscope, Unistrong, Unitech, UNITED, United Group, UNIWA, Unknown, Unnecto, Unnion Technologies, UNNO, Unonu, UnoPhone, Unowhy, UOOGOU, Urovo, UTime, UTOK, UTStarcom, UZ Mobile, V-Gen, V-HOME, V-HOPE, v-mobile, V7, VAIO, VALE, VALEM, VALTECH, VANGUARD, Vankyo, VANWIN, Vargo, VASOUN, Vastking, VAVA, VC, VDVD, Vega, Veidoo, Vekta, Venso, Venstar, Venturer, VEON, Verico, Verizon, Vernee, Verssed, Versus, Vertex, Vertu, Verykool, Vesta, Vestel, VETAS, Vexia, VGO TEL, ViBox, Victurio, VIDA, Videocon, Videoweb, Viendo, ViewSonic, VIIPOO, VIKUSHA, VILLAON, VIMOQ, Vinabox, Vinga, Vinsoc, Vios, Viper, Vipro, Virzo, Vision Technology, Vision Touch, Visitech, Visual Land, Vitelcom, Vitumi, Vityaz, Viumee, Vivax, VIVIBright, VIVIMAGE, Vivo, VIWA, Vizio, Vizmo, VK Mobile, VKworld, VNPT Technology, VOCAL, Vodacom, Vodafone, VOGA, VOLIA, VOLKANO, Volla, Volt, Vonino, Vontar, Vorago, Vorcom, Vorke, Vormor, Vortex, VORTEX (RO), Voto, VOX, Voxtel, Voyo, Vsmart, Vsun, VUCATIMES, Vue Micro, Vulcan, VVETIME, V\u00f6lfen, W&O, WAF, Wainyok, waipu.tv, Walker, Waltham, Walton, Waltter, Wanmukang, WANSA, WE, We. by Loewe., Webfleet, Web TV, WeChip, Wecool, Weelikeit, Weiimi, Weimei, WellcoM, WELLINGTON, Western Digital, Weston, Westpoint, Wexler, White Mobile, Whoop, Wieppo, Wigor, Wiko, WildRed, Wileyfox, Winds, Wink, Winmax, Winnovo, Winstar, Wintouch, Wiseasy, WIWA, WizarPos, Wizz, Wolder, Wolfgang, Wolki, WONDER, Wonu, Woo, Wortmann, Woxter, WOZIFAN, WS, X-AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectron, XGEM, XGIMI, Xgody, Xiaodu, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, XPPen, XREAL, Xshitou, Xsmart, Xtouch, Xtratech, Xwave, XY Auto, Yandex, Yarvik, YASIN, YELLYOUTH, YEPEN, Yes, Yestel, Yezz, YIKEMI, Yoka TV, Yooz, Yota, YOTOPT, Youin, Youwei, Ytone, Yu, Yuandao, YU Fly, YUHO, YUMKEM, YUNDOO, Yuno, YunSong, Yusun, Yxtel, Z-Kai, Zaith, ZALA, Zamolxe, Zatec, Zealot, Zeblaze, Zebra, Zeeker, Zeemi, Zen, Zenek, Zentality, Zfiner, ZH&K, Zidoo, ZIFFLER, ZIFRO, Zigo, ZIK, Zinox, ZIOVO, Ziox, Zonda, Zonko, Zoom, ZoomSmart, Zopo, ZTE, Zuum, Zync, ZYQ, Zyrex, ZZB, \u00f6wn"},{"type":"dimension","category":"Visitors","name":"Device model","segment":"deviceModel","acceptedValues":"iPad, Nexus 5, Galaxy S5, Fire TV, etc."},{"type":"dimension","category":"Visitors","name":"Device type","segment":"deviceType","acceptedValues":"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral"},{"type":"dimension","category":"Visitors","name":"Fingerprint","segment":"fingerprint","acceptedValues":"1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched from API.getLastVisitsDetails","permission":false},{"type":"dimension","category":"Visitors","name":"Local time \u2014 hour (start of visit)","segment":"visitLocalHour","acceptedValues":"0, 1, 2, 3, ..., 20, 21, 22, 23"},{"type":"dimension","category":"Visitors","name":"Operating system","segment":"operatingSystemName","acceptedValues":"Windows, Linux, Mac, Android, iOS etc."},{"type":"dimension","category":"Visitors","name":"Operating system code","segment":"operatingSystemCode","acceptedValues":"WIN, LIN, MAX, AND, IOS etc."},{"type":"dimension","category":"Visitors","name":"Operating system version","segment":"operatingSystemVersion","acceptedValues":"XP, 7, 2.3, 5.1, ..."},{"type":"dimension","category":"Visitors","name":"Profilable","segment":"profilable","acceptedValues":"1 for profilable (eg cookies were used), 0 for not profilable (eg no cookies were used)"},{"type":"dimension","category":"Visitors","name":"Resolution","segment":"resolution","acceptedValues":"1280x1024, 800x600, etc."},{"type":"dimension","category":"Visitors","name":"Site time \u2014 hour (start of visit)","segment":"visitStartServerHour","acceptedValues":"0, 1, 2, 3, ..., 20, 21, 22, 23"},{"type":"dimension","category":"Visitors","name":"Site time \u2014 hour (time of last action)","segment":"visitServerHour","acceptedValues":"0, 1, 2, 3, ..., 20, 21, 22, 23"},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 date (time of last action)","segment":"visitEndServerDate","acceptedValues":"2018-12-31, 2018-03-20, ..."},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 day of month (time of last action)","segment":"visitEndServerDayOfMonth","acceptedValues":"0, 1, 2, 3, ..., 29, 30, 31"},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 day of week (time of last action)","segment":"visitEndServerDayOfWeek","acceptedValues":"1, 2, 3, 4, 5, 6, 7"},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 day of year (time of last action)","segment":"visitEndServerDayOfYear","acceptedValues":"1, 2, 3, 4, ..., 365, 366"},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 minute (start of visit)","segment":"visitStartServerMinute","acceptedValues":"0, 1, 2, 3, ..., 56, 57, 58, 59"},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 minute (time of last action)","segment":"visitEndServerMinute","acceptedValues":"0, 1, 2, 3, ..., 56, 57, 58, 59"},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 month (time of last action)","segment":"visitEndServerMonth","acceptedValues":"1, 2, 3, ..., 11, 12"},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 quarter (time of last action)","segment":"visitEndServerQuarter","acceptedValues":"1, 2, 3, 4"},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 second (Time of last action)","segment":"visitEndServerSecond","acceptedValues":"0, 1, 2, 3, ..., 58, 59"},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 week of year (time of last action)","segment":"visitEndServerWeekOfYear","acceptedValues":"1, 2, 3, 4, ..., 51, 52, 53"},{"type":"dimension","category":"Visitors","name":"Time in UTC \u2014 year (time of last action)","segment":"visitEndServerYear","acceptedValues":"2016, 2017, 2018, ..., 9998, 9999"},{"type":"dimension","category":"Visitors","name":"User ID","segment":"userId","acceptedValues":"any non empty unique string identifying the user (such as an email address or a username).","permission":false},{"type":"dimension","category":"Visitors","name":"Visit Ecommerce status at the end of the visit","segment":"visitEcommerceStatus","acceptedValues":"none, ordered, abandonedCart, orderedThenAbandonedCart. For example, to select all visits that have made an Ecommerce order, the API request would contain \"&segment=visitEcommerceStatus==ordered,visitEcommerceStatus==orderedThenAbandonedCart\""},{"type":"dimension","category":"Visitors","name":"Visit ID","segment":"visitId","acceptedValues":"Any positive integer","permission":false},{"type":"dimension","category":"Visitors","name":"Visit converted a specific Goal Id","segment":"visitConvertedGoalId","acceptedValues":"1, 2, 3, etc."},{"type":"dimension","category":"Visitors","name":"Visit converted a specific Goal Name","segment":"visitConvertedGoalName","acceptedValues":"myGoal, myOtherGoal, etc."},{"type":"dimension","category":"Visitors","name":"Visit converted at least one Goal","segment":"visitConverted","acceptedValues":"0, 1"},{"type":"dimension","category":"Visitors","name":"Visit type","segment":"visitorType","acceptedValues":"new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain \"&segment=visitorType==returning,visitorType==returningCustomer\""},{"type":"dimension","category":"Visitors","name":"Visitor ID","segment":"visitorId","acceptedValues":"34c31e04394bdc63 - any 16 Hexadecimal chars ID, which can be fetched using the Tracking API function getVisitorId()","permission":false},{"type":"dimension","category":"Visitor location","name":"City","segment":"city","acceptedValues":"Sydney, Sao Paolo, Rome, etc."},{"type":"dimension","category":"Visitor location","name":"Continent","segment":"continentCode","acceptedValues":"eur, asi, amc, amn, ams, afr, ant, oce"},{"type":"dimension","category":"Visitor location","name":"Country","segment":"countryName","acceptedValues":"Germany, France, Spain, ..."},{"type":"dimension","category":"Visitor location","name":"Country code","segment":"countryCode","acceptedValues":"ISO 3166-1 alpha-2 country codes (de, us, fr, in, es, etc.)"},{"type":"dimension","category":"Visitor location","name":"Language","segment":"languageCode","acceptedValues":"de, fr, en-gb, zh-cn, etc."},{"type":"dimension","category":"Visitor location","name":"Latitude","segment":"latitude","acceptedValues":"-33.578, 40.830, etc.<br\/>You can select visitors within a lat\/long range using &segment=lat>X;lat<Y;long>M;long<N."},{"type":"dimension","category":"Visitor location","name":"Longitude","segment":"longitude","acceptedValues":"-70.664, 14.326, etc."},{"type":"dimension","category":"Visitor location","name":"Region","segment":"regionCode","acceptedValues":"01, 02, OR, P8,\u2026<br\/>eg. region=BFC;country=fr"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name (scope visit)","segment":"customVariableName","unionOfSegments":["customVariableName1","customVariableName2","customVariableName3","customVariableName4","customVariableName5"]},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name 1 (scope visit)","segment":"customVariableName1"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name 2 (scope visit)","segment":"customVariableName2"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name 3 (scope visit)","segment":"customVariableName3"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name 4 (scope visit)","segment":"customVariableName4"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name 5 (scope visit)","segment":"customVariableName5"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name (scope page)","segment":"customVariablePageName","unionOfSegments":["customVariablePageName1","customVariablePageName2","customVariablePageName3","customVariablePageName4","customVariablePageName5"]},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name 1 (scope page)","segment":"customVariablePageName1"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name 2 (scope page)","segment":"customVariablePageName2"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name 3 (scope page)","segment":"customVariablePageName3"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name 4 (scope page)","segment":"customVariablePageName4"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable name 5 (scope page)","segment":"customVariablePageName5"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value (scope page)","segment":"customVariablePageValue","unionOfSegments":["customVariablePageValue1","customVariablePageValue2","customVariablePageValue3","customVariablePageValue4","customVariablePageValue5"]},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value 1 (scope page)","segment":"customVariablePageValue1"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value 2 (scope page)","segment":"customVariablePageValue2"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value 3 (scope page)","segment":"customVariablePageValue3"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value 4 (scope page)","segment":"customVariablePageValue4"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value 5 (scope page)","segment":"customVariablePageValue5"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value (scope visit)","segment":"customVariableValue","unionOfSegments":["customVariableValue1","customVariableValue2","customVariableValue3","customVariableValue4","customVariableValue5"]},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value 1 (scope visit)","segment":"customVariableValue1"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value 2 (scope visit)","segment":"customVariableValue2"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value 3 (scope visit)","segment":"customVariableValue3"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value 4 (scope visit)","segment":"customVariableValue4"},{"type":"dimension","category":"Custom Variables","name":"Custom Variable value 5 (scope visit)","segment":"customVariableValue5"},{"type":"dimension","category":"Behaviour","name":"Action Type","segment":"actionType","acceptedValues":"A type of action, such as: pageviews, contents, sitesearches, events, outlinks, downloads"},{"type":"dimension","category":"Behaviour","name":"Action URL","segment":"actionUrl","unionOfSegments":["pageUrl","downloadUrl","outlinkUrl","eventUrl"]},{"type":"dimension","category":"Behaviour","name":"Category (Site Search)","segment":"siteSearchCategory"},{"type":"dimension","category":"Behaviour","name":"Clicked Outlink","segment":"outlinkUrl"},{"type":"dimension","category":"Behaviour","name":"Content Interaction","segment":"contentInteraction","acceptedValues":"The type of interaction with the content. For instance \"click\" or \"submit\"."},{"type":"dimension","category":"Behaviour","name":"Content Name","segment":"contentName","acceptedValues":"The name of a content block, for instance \"Ad Sale\""},{"type":"dimension","category":"Behaviour","name":"Content Piece","segment":"contentPiece","acceptedValues":"The actual content. For instance \"ad.jpg\" or \"My text ad\""},{"type":"dimension","category":"Behaviour","name":"Content Target","segment":"contentTarget","acceptedValues":"For instance the URL of a landing page: \"http:\/\/landingpage.example.com\""},{"type":"dimension","category":"Behaviour","name":"Download URL","segment":"downloadUrl"},{"type":"dimension","category":"Behaviour","name":"Entry Page URL","segment":"entryPageUrl"},{"type":"dimension","category":"Behaviour","name":"Entry Page title","segment":"entryPageTitle"},{"type":"dimension","category":"Behaviour","name":"Exit Page Title","segment":"exitPageTitle"},{"type":"dimension","category":"Behaviour","name":"Exit Page URL","segment":"exitPageUrl"},{"type":"dimension","category":"Behaviour","name":"Keyword (Site Search)","segment":"siteSearchKeyword"},{"type":"dimension","category":"Behaviour","name":"Keyword count (Site Search)","segment":"siteSearchCount"},{"type":"dimension","category":"Behaviour","name":"Page Title","segment":"pageTitle"},{"type":"dimension","category":"Behaviour","name":"Page URL","segment":"pageUrl"},{"type":"dimension","category":"Behaviour","name":"Site time \u2014 hour","segment":"actionServerHour"},{"type":"dimension","category":"Behaviour","name":"Time in UTC \u2014 minute","segment":"actionServerMinute","acceptedValues":"0, 1, 2, 3, ..., 56, 57, 58, 59"}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getSegmentsMetadata.xml b/tests/Resources/ExampleResponses/API.getSegmentsMetadata.xml new file mode 100644 index 0000000..76ee7d3 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getSegmentsMetadata.xml @@ -0,0 +1,697 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Actions In Visit</name> + <segment>actions</segment> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Days since first visit</name> + <segment>daysSinceFirstVisit</segment> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Days since last Ecommerce order</name> + <segment>daysSinceLastEcommerceOrder</segment> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Days since last visit</name> + <segment>daysSinceLastVisit</segment> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Events</name> + <segment>events</segment> + <acceptedValues>To select all visits who triggered an Event, use: &segment=events>0</acceptedValues> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Local time — minute (start of visit)</name> + <segment>visitLocalMinute</segment> + <acceptedValues>0, 1, 2, 3, ..., 67, 57, 58, 59</acceptedValues> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Number of Interactions</name> + <segment>interactions</segment> + <acceptedValues>Any positive integer</acceptedValues> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Number of Internal Searches</name> + <segment>searches</segment> + <acceptedValues>To select all visits who used internal Site Search, use: &segment=searches>0</acceptedValues> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Number of visits</name> + <segment>visitCount</segment> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Seconds since first visit</name> + <segment>secondsSinceFirstVisit</segment> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Seconds since last Ecommerce order</name> + <segment>secondsSinceLastEcommerceOrder</segment> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Seconds since last visit</name> + <segment>secondsSinceLastVisit</segment> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Visit Duration (in seconds)</name> + <segment>visitDuration</segment> + </row> + <row> + <type>metric</type> + <category>Visitors</category> + <name>Visitor IP</name> + <segment>visitIp</segment> + <acceptedValues>13.54.122.1. Select IP ranges with notation: <code>visitIp>13.54.122.0;visitIp<13.54.122.255</code></acceptedValues> + <permission>0</permission> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Browser</name> + <segment>browserName</segment> + <acceptedValues>FireFox, Internet Explorer, Chrome, Safari, Opera etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Browser code</name> + <segment>browserCode</segment> + <acceptedValues>FF, IE, CH, SF, OP etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Browser engine</name> + <segment>browserEngine</segment> + <acceptedValues>Trident, WebKit, Presto, Gecko, Blink, etc.</acceptedValues> + <suggestedValuesCallback>\DeviceDetector\Parser\Client\Browser\Engine::getAvailableEngines</suggestedValuesCallback> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Browser version</name> + <segment>browserVersion</segment> + <acceptedValues>1.0, 8.0, etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Device brand</name> + <segment>deviceBrand</segment> + <acceptedValues>2E, 3GNET, 3GO, 3Q, 4Good, 4ife, 5IVE, 7 Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, ACD, Ace, Aceline, Acepad, Acer, Acteck, actiMirror, Adreamer, Adronix, Advan, Advance, Advantage Air, AEEZO, AFFIX, AfriOne, AGM, AG Mobile, AIDATA, AileTV, Ainol, Airis, Airness, AIRON, Airpha, Airtel, Airties, AirTouch, AIS, Aiuto, Aiwa, Ajib, Akai, AKIRA, Alba, Alcatel, Alcor, ALDI NORD, ALDI SÜD, Alfawise, Alienware, Aligator, AllCall, AllDocube, allente, ALLINmobile, All Star, Allview, Allwinner, Alps, alpsmart, Altech UEC, Altibox, Altice, Altimo, altron, Altus, AMA, Amazon, Amazon Basics, AMCV, AMGOO, Amigoo, Amino, Amoi, ANBERNIC, ANCEL, andersson, Andowl, Angelcare, AngelTech, Anker, Anry, ANS, ANXONIT, AOC, Aocos, Aocwei, AOpen, Aoro, Aoson, AOYODKG, ApoloSign, Apple, Aquarius, Archos, Arian Space, Arival, Ark, ArmPhone, Arnova, ARRIS, Artel, Artizlee, ArtLine, Arçelik, Asano, Asanzo, Ask, Aspera, ASSE, Assistant, astro (MY), Astro (UA), Asus, AT&T, Athesi, Atlantic Electrics, Atmaca Elektronik, ATMAN, ATMPC, ATOL, Atom, Atouch, Atozee, Attila, Atvio, Audiovox, AUPO, AURIS, Autan, AUX, Avaya, Avenzo, AVH, Avvio, Awow, AWOX, AXEN, Axioo, AXXA, Axxion, AYA, AYYA, Azeyou, AZOM, Azumi Mobile, Azupik, b2m, Backcell, BAFF, BangOlufsen, Barnes & Noble, BARTEC, BASE, BAUHN, BBK, BB Mobile, BDF, BDQ, BDsharing, Beafon, Becker, Beeline, Beelink, Beetel, Beista, Beko, Bell, Bellphone, Benco, Benesse, BenQ, BenQ-Siemens, BenWee, Benzo, Beyond, Bezkam, BGH, Biegedy, Bigben, BIHEE, BilimLand, Billion, Billow, BioRugged, Bird, Bitel, Bitmore, Bittium, Bkav, Black Bear, Black Box, Black Fox, Blackpcs, Blackphone, Blackton, Blackview, Blaupunkt, Bleck, BLISS, Blloc, Blow, Blu, Bluboo, Bluebird, Bluedot, Bluegood, BlueSky, Bluewave, BluSlate, BMAX, Bmobile, BMW, BMXC, Bobarry, bogo, Bolva, Bookeen, Boost, Botech, Boway, bq, Bqeel, BrandCode, Brandt, BRAVE, Bravis, BrightSign, Brigmton, Brondi, BROR, BS Mobile, Bubblegum, Bundy, Bush, BuzzTV, BYD, BYJU'S, BYYBUO, C5 Mobile, CADENA, CAGI, Caixun, CALME, Camfone, Canaima, Canal+, Canal Digital, Canguro, Capitel, Captiva, Carbon Mobile, Carrefour, Casio, Casper, Cat, Cavion, CCIT, Cecotec, Ceibal, Celcus, Celkon, Cell-C, Cellacom, CellAllure, Cellution, CENTEK, Centric, CEPTER, CG Mobile, CGV, Chainway, Changhong, CHCNAV, Cherry Mobile, Chico Mobile, ChiliGreen, China Mobile, China Telecom, Chuwi, C Idea, CipherLab, Citycall, CKK Mobile, Claresta, Clarmin, CLAYTON, ClearPHONE, Clementoni, Cloud, Cloudfone, Cloudpad, Clout, Clovertek, CMF, CnM, Cobalt, Coby Kyros, Cogeco, COLORROOM, Colors, Comio, CommScope, Compal, Compaq, COMPUMAX, ComTrade Tesla, Conceptum, Concord, ConCorde, Condor, Connectce, Connex, Conquest, CONSUNG, Continental Edison, Contixo, coocaa, COOD-E, Coolpad, Coopers, CORN, Cosmote, Covia, Cowon, COYOTE, CPDEVICE, CreNova, Crescent, Crestron, Cricket, Crius Mea, Crony, Crosscall, Crown, Ctroniq, Cube, CUBOT, CUD, Cuiud, Cultraview, CVTE, Cwowdefu, CX, Cyrus, D-Link, D-Tech, Daewoo, Danew, DangcapHD, Dany, Daria, DASS, Datalogic, Datamini, Datang, Datawind, Datsun, Dawlance, Dazen, DbPhone, Dbtel, Dcode, DEALDIG, Dell, Denali, Denka, Denver, Desay, DeWalt, DEXP, DEYI, DF, DGTEC, DIALN, Dialog, Dicam, Digi, Digicel, DIGICOM, Digidragon, DIGIFORS, Digihome, Digiland, Digit4G, Digma, DIJITSU, DIKOM, DIMO, Dinalink, Dinax, DING DING, Diofox, DIORA, DISH, Disney, Ditecma, Diva, DiverMax, Divisat, DIXON, DL, DMM, DMOAO, DNS, DoCoMo, Doffler, Dolamee, Dom.ru, Doogee, Doopro, Doov, Dopod, Doppio, Dora, DORLAND, Doro, DPA, DRAGON, Dragon Touch, Dreamgate, DreamStar, DreamTab, Droidlogic, Droxio, DSDevices, DSIC, Dtac, DUDU AUTO, Dune HD, DUNNS Mobile, DuoTV, Durabook, Duubee, Dykemann, Dyon, E-Boda, E-Ceros, E-TACHI, E-tel, Eagle, EagleSoar, EAS Electric, Easypix, EBEN, EBEST, Echo Mobiles, ecom, ECON, ECOO, EcoStar, ECS, Edenwood, EE, EFT, EGL, EGOTEK, Ehlel, Einstein, EKINOX, EKO, Eks Mobility, EKT, ELARI, ELE-GATE, Elecson, Electroneum, ELECTRONIA, Elekta, Elektroland, Element, Elenberg, Elephone, Elevate, Elista, elit, Elong Mobile, Eltex, Ematic, Emporia, ENACOM, ENDURO, Energizer, Energy Sistem, Engel, ENIE, Enot, eNOVA, Entity, Envizen, Ephone, Epic, Epik One, Eplutus, Epson, Equator, Ergo, Ericsson, Ericy, Erisson, Essential, Essentielb, eSTAR, ETOE, Eton, eTouch, Etuline, Eudora, Eurocase, EUROLUX, Eurostar, Evercoss, Everest, Everex, Everfine, Everis, Evertek, Evolio, Evolveo, Evoo, EVPAD, EvroMedia, evvoli, EWIS, EXCEED, Exmart, ExMobile, EXO, Explay, Express LUCK, ExtraLink, Extrem, Eyemoo, EYU, Ezio, Ezze, F&U, F+, F2 Mobile, F150, Facebook, Facetel, Facime, Fairphone, Famoco, Famous, Fantec, Fanvace, FaRao Pro, Farassoo, FarEasTone, Fengxiang, Fenoti, FEONAL, Fero, FFF SmartLife, Figgers, FiGi, FiGO, FiiO, Filimo, FILIX, FinePower, FINIX, Finlux, FireFly Mobile, FISE, Fision, FITCO, Fluo, Fly, FLYCAT, FLYCOAY, FMT, FNB, FNF, Fobem, Fondi, Fonos, FONTEL, FOODO, FORME, Formovie, Formuler, Forstar, Fortis, FortuneShip, FOSSiBOT, Fourel, Four Mobile, Foxconn, FoxxD, FPT, free, Freetel, FreeYond, FRESH, Frunsi, Fuego, FUJICOM, Fujitsu, Funai, Fusion5, Future Mobile Technology, Fxtec, G-Guard, G-PLUS, G-TiDE, G-Touch, G-Vill, Galactic, Galatec, Galaxy Innovations, Gamma, Garmin-Asus, Gateway, Gazal, Gazer, GDL, Geanee, Geant, Gear Mobile, Gemini, General Mobile, Genesis, GEOFOX, Geo Phone, Geotel, Geotex, GEOZON, Getnord, GFive, Gfone, Ghia, Ghong, Ghost, Gigabyte, Gigaset, Gini, Ginzzu, Gionee, GIRASOLE, GlobalSec, Globex, Globmall, GlocalMe, Glofiish, GLONYX, Glory Star, GLX, GN Electronics, GOCLEVER, Gocomma, GoGEN, GOLDBERG, GoldMaster, GoldStar, Gol Mobile, Goly, Gome, GoMobile, GOODTEL, Google, Goophone, Gooweel, GOtv, Gplus, Gradiente, Graetz, Grape, Great Asia, Gree, Green Lion, Green Orange, Greentel, Gresso, Gretel, GroBerwert, Grundig, Grünberg, Gtel, GTMEDIA, GTX, Guophone, GVC Pro, H96, H133, Hafury, Haier, Haipai, Haixu, Hamlet, Hammer, Handheld, HannSpree, Hanseatic, Hanson, HAOQIN, HAOVM, Hardkernel, Harper, Hartens, Hasee, Hathway, HAVIT, HDC, HeadWolf, HEC, Heimat, Helio, Hemilton, HERO, HexaByte, Hezire, Hi, Hi-Level, Hiberg, HiBy, HIGH1ONE, High Q, Highscreen, HiGrace, HiHi, HiKing, HiMax, Hi Nova, HIPER, Hipstreet, Hiremco, Hisense, Hitachi, Hitech, HKC, HKPro, HLLO, HMD, hoco, HOFER, Hoffmann, HOLLEBERG, Homatics, Hometech, HOMII, Homtom, Honeywell, HongTop, HONKUAHG, Hoozo, Hopeland, Horion, Horizon, Horizont, Hosin, HOTACK, Hotel, Hot Pepper, HOTREALS, Hotwav, How, HP, HTC, Huadoo, Huagan, Huavi, Huawei, Hugerock, Humanware, Humax, HUMElab, Hurricane, Huskee, Hyatta, Hykker, Hyrican, Hytera, Hyundai, Hyve, i-Cherry, I-INN, i-Joy, i-mate, i-mobile, I-Plus, iBall, iBerry, ibowin, iBrit, IconBIT, Icone Gold, iData, IDC, iDino, iDroid, iFIT, iGet, iHome Life, iHunt, I KALL, Ikea, IKI Mobile, iKoMo, iKon, iKonia, IKU Mobile, iLA, iLepo, iLife, iMan, Imaq, iMars, iMI, IMO Mobile, Imose, Impression, iMuz, iNavi, INCAR, Inch, Inco, Indurama, iNew, Infiniton, InfinityPro, Infinix, InFocus, InfoKit, Infomir, InFone, Inhon, Inka, Inkti, InnJoo, Innos, Innostream, Inoi, iNo Mobile, iNOVA, inovo, INQ, Insignia, INSYS, Intek, Intel, Intex, Invens, Inverto, Invin, iOcean, IOTWE, iOutdoor, iPEGTOP, iPro, iQ&T, IQM, IRA, Irbis, iReplace, Iris, iRobot, iRola, iRulu, iSafe Mobile, iStar, iSWAG, IT, iTel, iTruck, IUNI, iVA, iView, iVooMi, ivvi, iWaylink, iXTech, iYou, iZotron, Jambo, JAY-Tech, Jedi, Jeep, Jeka, Jesy, JFone, Jiake, Jiayu, Jinga, Jin Tu, Jio, Jivi, JKL, Jolla, Joy, JoySurf, JPay, JREN, Jumper, Juniper Systems, Just5, JUSYEA, JVC, JXD, K-Lite, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Kapsys, Karbonn, Kata, KATV1, Kazam, Kazuna, KDDI, Kempler & Strauss, Kenbo, Kendo, Keneksi, KENSHI, KENWOOD, Kenxinda, KGTEL, Khadas, Kiano, kidiby, Kingbox, Kingstar, Kingsun, KINGZONE, Kinstone, Kiowa, Kivi, Klipad, KMC, KN Mobile, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, Koolnee, Kooper, KOPO, Korax, Koridy, Koslam, Kraft, KREZ, KRIP, KRONO, Krüger&Matz, KT-Tech, KTC, KUBO, KuGou, Kuliao, Kult, Kumai, Kurio, KVADRA, Kvant, Kydos, Kyocera, Kyowon, Kzen, KZG, L-Max, LAIQ, Land Rover, Landvo, Lanin, Lanix, Lark, Laser, Laurus, Lava, LCT, Leader Phone, Leagoo, Leben, LeBest, Lectrus, Ledstar, LeEco, Leelbox, Leff, Legend, Leke, Lemco, LEMFO, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lesia, Lexand, Lexibook, LG, Liberton, Lifemaxx, Lime, Lingbo, Lingwin, Linnex, Linsar, Linsay, Listo, LNMBBS, Loewe, LOGAN, Logic, Logic Instrument, Logicom, Logik, Logitech, LOKMAT, LongTV, Loview, Lovme, LPX-G, LT Mobile, Lumigon, Lumitel, Lumus, Luna, LUNNEN, LUO, Luxor, Lville, LW, LYF, LYOTECH LABS, M-Horse, M-KOPA, M-Tech, M.T.T., M3 Mobile, M4tel, MAC AUDIO, Macoox, Mafe, MAG, MAGCH, Magenta, Magicsee, Magnus, Majestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, Masstel, Master-G, Mastertech, Matco Tools, Matrix, Maunfeld, Maxcom, Maxfone, Maximus, Maxtron, MAXVI, Maxwell, Maxwest, MAXX, Maze, Maze Speed, MBI, MBK, MBOX, McLaut, MDC Store, MDTV, meanIT, Mecer, MECHEN, Mecool, Mediacom, Medion, MEEG, Megacable, MegaFon, MEGAMAX, MEGA VISION, Meitu, Meizu, Melrose, MeMobile, Memup, MEO, MESWAO, Meta, Metz, MEU, MicroMax, Microsoft, Microtech, Mightier, Minix, Mint, Mintt, Mio, Mione, mipo, Miray, Mitchell & Brown, Mito, Mitsubishi, Mitsui, MIVO, MIWANG, MIXC, MiXzo, MLAB, MLLED, MLS, MMI, Mobell, Mobicel, MobiIoT, Mobiistar, Mobile Kingdom, Mobiola, Mobistel, MobiWire, Mobo, Mobvoi, Modecom, Mode Mobile, Mofut, Moondrop, MORTAL, Mosimosi, Motiv, Motorola, Motorola Solutions, Movic, MOVISUN, Movitel, Moxee, mPhone, Mpman, MSI, MStar, MTC, MTN, multibox, Multilaser, MultiPOS, MULTYNET, MwalimuPlus, MYFON, MyGica, MygPad, Mymaga, MyMobile, MyPhone (PH), myPhone (PL), Myria, Myros, Mystery, MyTab, MyWigo, N-one, Nabi, NABO, Nanho, Naomi Phone, NASCO, National, Navcity, Navitech, Navitel, Navon, NavRoad, NEC, Necnot, Nedaphone, Neffos, NEKO, Neo, neoCore, Neolix, Neomi, Neon IQ, Neoregent, Nesons, NetBox, Netgear, Netmak, NETWIT, NeuImage, NeuTab, NEVIR, Newal, New Balance, New Bridge, Newgen, Newland, Newman, Newsday, NewsMy, Nexa, Nexar, NEXBOX, Nexian, NEXON, NEXT, Next & NextStar, Nextbit, NextBook, NextTab, NGM, NG Optics, NGpon, Nikon, NILAIT, NINETEC, NINETOLOGY, Nintendo, nJoy, NOA, Noain, Nobby, Noblex, NOBUX, noDROPOUT, NOGA, Nokia, Nomi, Nomu, Noontec, Nordfrost, Nordmende, NORMANDE, NorthTech, Nos, Nothing, Nous, Novacom, Novex, Novey, NOVIS, NoviSea, NOVO, NTT West, NuAns, Nubia, NUU Mobile, NuVision, Nuvo, Nvidia, NYX Mobile, O+, O2, Oale, Oangcc, OASYS, Obabox, Ober, Obi, OCEANIC, Odotpad, Odys, Oilsky, OINOM, ok., Okapi, Okapia, Oking, OKSI, OKWU, Olax, Olkya, Ollee, OLTO, Olympia, OMIX, Onda, OneClick, OneLern, OnePlus, Onida, Onix, Onkyo, ONN, ONVO, ONYX BOOX, Ookee, Ooredoo, OpelMobile, Openbox, Ophone, OPPO, Opsson, Optoma, Orange, Orange Pi, Orava, Orbic, Orbita, Orbsmart, Ordissimo, Orion, OSCAL, OTTO, OUJIA, Ouki, Oukitel, OUYA, Overmax, Ovvi, Owwo, OX TAB, OYSIN, Oysters, Oyyu, OzoneHD, P-UP, Pacific Research Alliance, Packard Bell, Padpro, PAGRAER, Paladin, Palm, Panacom, Panasonic, Panavox, Pano, Panodic, Panoramic, Pantech, PAPYRE, Parrot Mobile, Partner Mobile, PCBOX, PCD, PCD Argentina, PC Smart, PEAQ, Pelitt, Pendoo, Penta, Pentagram, Perfeo, Phicomm, Philco, Philips, Phonemax, phoneOne, Pico, PINE, Pioneer, Pioneer Computers, PiPO, PIRANHA, Pixela, Pixelphone, PIXPRO, Pixus, Planet Computers, Platoon, Play Now, PLDT, Ployer, Plum, PlusStyle, Pluzz, PocketBook, POCO, Point Mobile, Point of View, Polar, PolarLine, Polaroid, Polestar, PolyPad, Polytron, Pomp, Poppox, POPTEL, Porsche, Portfolio, Positivo, Positivo BGH, PPDS, PPTV, Premier, Premio, Prestigio, PRIME, Primepad, Primux, PRISM+, Pritom, Prixton, PROFiLO, Proline, Prology, ProScan, PROSONIC, Protruly, ProVision, PULID, Punos, Purism, PVBox, Q-Box, Q-Touch, Q.Bell, QFX, Qilive, QIN, Qiuwoky, QLink, QMobile, Qnet Mobile, QTECH, Qtek, Quantum, Quatro, Qubo, Quechua, Quest, Quipus, Qumo, Qupi, Qware, QWATT, R-TV, R3Di, Rakuten, Ramos, Raspberry, Ravoz, Raylandz, Razer, RAZZ, RCA Tablets, RCT, Reach, Readboy, Realix, Realme, RED, RED-X, Redbean, Redfox, RedLine, Redway, Reeder, REGAL, RelNAT, Relndoo, Remdun, Renova, RENSO, rephone, Retroid Pocket, Revo, Revomovil, Rhino, Ricoh, Rikomagic, RIM, Ringing Bells, Rinno, Ritmix, Ritzviva, Riviera, Rivo, Rizzen, ROADMAX, Roadrover, Roam Cat, ROCH, Rocket, ROiK, Rokit, Roku, Rombica, Romsat, Ross&Moor, Rover, RoverPad, Royole, RoyQueen, RTK, RT Project, RugGear, RuggeTech, Ruggex, Ruio, Runbo, RunGee, Rupa, Ryte, S-Color, S-TELL, S2Tel, Saba, Safaricom, Sagem, Sagemcom, Saiet, SAILF, Salora, Sambox, Samsung, Samtech, Samtron, Sanei, Sankey, Sansui, Santin, SANY, Sanyo, Savio, Sber, SCHAUB LORENZ, Schneider, Schok, SCHONTECH, Scoole, Scosmos, Seatel, SEBBE, Seeken, SEEWO, SEG, Sega, SEHMAX, Selecline, Selenga, Selevision, Selfix, SEMP TCL, Sencor, Sencrom, Sendo, Senkatel, SENNA, Senseit, Senwa, SERVO, Seuic, Sewoo, SFR, SGIN, Shanling, Sharp, Shift Phones, Shivaki, Shtrikh-M, Shuttle, Sico, Siemens, Sigma, Silelis, Silent Circle, Silva Schneider, Simbans, simfer, Simply, SINGER, Singtech, Siragon, Sirin Labs, Siswoo, SK Broadband, SKG, SKK Mobile, Sky, Skyline, SkyStream, Skytech, Skyworth, Smadl, Smailo, Smart, Smartab, SmartBook, SMARTEC, Smart Electronic, Smartex, Smartfren, Smartisan, Smart Kassel, Smart Tech, Smarty, Smooth Mobile, Smotreshka, SMT Telecom, SMUX, SNAMI, SobieTech, Soda, Softbank, Soho Style, Solas, SOLE, SOLO, Solone, Sonim, SONOS, Sony, Sony Ericsson, SOSH, SoulLink, Soundmax, SOWLY, Soyes, Spark, Sparx, SPC, Spectralink, Spectrum, Spice, Spider, Sprint, SPURT, SQOOL, SSKY, Star, Star-Light, Starlight, Starmobile, Starway, Starwind, STF Mobile, STG Telecom, Stilevs, STK, Stonex, Storex, StrawBerry, Stream, STRONG, Stylo, Subor, Sugar, SULPICE TV, Sumvision, Sunmax, Sunmi, Sunny, Sunstech, SunVan, Sunvell, SUNWIND, SuperBOX, Super General, Supermax, SuperSonic, SuperTab, SuperTV, Supra, Supraim, Surfans, Surge, Suzuki, Sveon, Swipe, SWISSMOBILITY, Swisstone, Switel, SWOFY, Syco, SYH, Sylvania, Symphony, Syrox, System76, T-Mobile, T96, TADAAM, TAG Tech, Taiga System, Takara, TALBERG, Talius, Tambo, Tanix, TAUBE, TB Touch, TCL, TCL SCBC, TD Systems, TD Tech, TeachTouch, Technicolor, Technika, TechniSat, Technopc, TECHNOSAT, TechnoTrend, TechPad, TechSmart, Techstorm, Techwood, Teclast, Tecno Mobile, TecToy, TEENO, Teknosa, Tele2, Telefunken, Telego, Telenor, Telia, Telit, Telkom, Telly, Telma, TeloSystems, Telpo, Temigereev, TENPLUS, Teracube, Tesco, Tesla, TETC, Tetratab, teXet, ThL, Thomson, Thuraya, TIANYU, Tibuta, Tigers, Time2, Timovi, TIMvision, Tinai, Tinmo, TiPhone, Tivax, TiVo, TJC, TJD, TOKYO, Tolino, Tone, TOOGO, Tooky, Top-Tech, TopDevice, TOPDON, Topelotek, Top House, Toplux, TOPSHOWS, Topsion, Topway, Torex, TORNADO, Torque, TOSCIDO, Toshiba, Touchmate, Touch Plus, TOX, TPS, Transpeed, Trecfone, TrekStor, Trevi, TriaPlay, Tricolor, Trident, Trifone, Trimble, Trio, Tronsmart, True, True Slim, Tsinghua Tongfang, TTEC, TTfone, TTK-TV, TuCEL, TUCSON, Tunisie Telecom, Turbo, Turbo-X, TurboKids, TurboPad, Turkcell, Tuvio, TV+, TVC, TwinMOS, TWM, Twoe, TWZ, TYD, Tymes, Türk Telekom, U-Magic, U.S. Cellular, UD, UE, UGINE, Ugoos, Uhans, Uhappy, Ulefone, Umax, UMIDIGI, Umiio, Unblock Tech, Uniden, Unihertz, Unimax, Uniqcell, Uniscope, Unistrong, Unitech, UNITED, United Group, UNIWA, Unknown, Unnecto, Unnion Technologies, UNNO, Unonu, UnoPhone, Unowhy, UOOGOU, Urovo, UTime, UTOK, UTStarcom, UZ Mobile, V-Gen, V-HOME, V-HOPE, v-mobile, V7, VAIO, VALE, VALEM, VALTECH, VANGUARD, Vankyo, VANWIN, Vargo, VASOUN, Vastking, VAVA, VC, VDVD, Vega, Veidoo, Vekta, Venso, Venstar, Venturer, VEON, Verico, Verizon, Vernee, Verssed, Versus, Vertex, Vertu, Verykool, Vesta, Vestel, VETAS, Vexia, VGO TEL, ViBox, Victurio, VIDA, Videocon, Videoweb, Viendo, ViewSonic, VIIPOO, VIKUSHA, VILLAON, VIMOQ, Vinabox, Vinga, Vinsoc, Vios, Viper, Vipro, Virzo, Vision Technology, Vision Touch, Visitech, Visual Land, Vitelcom, Vitumi, Vityaz, Viumee, Vivax, VIVIBright, VIVIMAGE, Vivo, VIWA, Vizio, Vizmo, VK Mobile, VKworld, VNPT Technology, VOCAL, Vodacom, Vodafone, VOGA, VOLIA, VOLKANO, Volla, Volt, Vonino, Vontar, Vorago, Vorcom, Vorke, Vormor, Vortex, VORTEX (RO), Voto, VOX, Voxtel, Voyo, Vsmart, Vsun, VUCATIMES, Vue Micro, Vulcan, VVETIME, Völfen, W&O, WAF, Wainyok, waipu.tv, Walker, Waltham, Walton, Waltter, Wanmukang, WANSA, WE, We. by Loewe., Webfleet, Web TV, WeChip, Wecool, Weelikeit, Weiimi, Weimei, WellcoM, WELLINGTON, Western Digital, Weston, Westpoint, Wexler, White Mobile, Whoop, Wieppo, Wigor, Wiko, WildRed, Wileyfox, Winds, Wink, Winmax, Winnovo, Winstar, Wintouch, Wiseasy, WIWA, WizarPos, Wizz, Wolder, Wolfgang, Wolki, WONDER, Wonu, Woo, Wortmann, Woxter, WOZIFAN, WS, X-AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectron, XGEM, XGIMI, Xgody, Xiaodu, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, XPPen, XREAL, Xshitou, Xsmart, Xtouch, Xtratech, Xwave, XY Auto, Yandex, Yarvik, YASIN, YELLYOUTH, YEPEN, Yes, Yestel, Yezz, YIKEMI, Yoka TV, Yooz, Yota, YOTOPT, Youin, Youwei, Ytone, Yu, Yuandao, YU Fly, YUHO, YUMKEM, YUNDOO, Yuno, YunSong, Yusun, Yxtel, Z-Kai, Zaith, ZALA, Zamolxe, Zatec, Zealot, Zeblaze, Zebra, Zeeker, Zeemi, Zen, Zenek, Zentality, Zfiner, ZH&K, Zidoo, ZIFFLER, ZIFRO, Zigo, ZIK, Zinox, ZIOVO, Ziox, Zonda, Zonko, Zoom, ZoomSmart, Zopo, ZTE, Zuum, Zync, ZYQ, Zyrex, ZZB, öwn</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Device model</name> + <segment>deviceModel</segment> + <acceptedValues>iPad, Nexus 5, Galaxy S5, Fire TV, etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Device type</name> + <segment>deviceType</segment> + <acceptedValues>desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Fingerprint</name> + <segment>fingerprint</segment> + <acceptedValues>1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched from API.getLastVisitsDetails</acceptedValues> + <permission>0</permission> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Local time — hour (start of visit)</name> + <segment>visitLocalHour</segment> + <acceptedValues>0, 1, 2, 3, ..., 20, 21, 22, 23</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Operating system</name> + <segment>operatingSystemName</segment> + <acceptedValues>Windows, Linux, Mac, Android, iOS etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Operating system code</name> + <segment>operatingSystemCode</segment> + <acceptedValues>WIN, LIN, MAX, AND, IOS etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Operating system version</name> + <segment>operatingSystemVersion</segment> + <acceptedValues>XP, 7, 2.3, 5.1, ...</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Profilable</name> + <segment>profilable</segment> + <acceptedValues>1 for profilable (eg cookies were used), 0 for not profilable (eg no cookies were used)</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Resolution</name> + <segment>resolution</segment> + <acceptedValues>1280x1024, 800x600, etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Site time — hour (start of visit)</name> + <segment>visitStartServerHour</segment> + <acceptedValues>0, 1, 2, 3, ..., 20, 21, 22, 23</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Site time — hour (time of last action)</name> + <segment>visitServerHour</segment> + <acceptedValues>0, 1, 2, 3, ..., 20, 21, 22, 23</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — date (time of last action)</name> + <segment>visitEndServerDate</segment> + <acceptedValues>2018-12-31, 2018-03-20, ...</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — day of month (time of last action)</name> + <segment>visitEndServerDayOfMonth</segment> + <acceptedValues>0, 1, 2, 3, ..., 29, 30, 31</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — day of week (time of last action)</name> + <segment>visitEndServerDayOfWeek</segment> + <acceptedValues>1, 2, 3, 4, 5, 6, 7</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — day of year (time of last action)</name> + <segment>visitEndServerDayOfYear</segment> + <acceptedValues>1, 2, 3, 4, ..., 365, 366</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — minute (start of visit)</name> + <segment>visitStartServerMinute</segment> + <acceptedValues>0, 1, 2, 3, ..., 56, 57, 58, 59</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — minute (time of last action)</name> + <segment>visitEndServerMinute</segment> + <acceptedValues>0, 1, 2, 3, ..., 56, 57, 58, 59</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — month (time of last action)</name> + <segment>visitEndServerMonth</segment> + <acceptedValues>1, 2, 3, ..., 11, 12</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — quarter (time of last action)</name> + <segment>visitEndServerQuarter</segment> + <acceptedValues>1, 2, 3, 4</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — second (Time of last action)</name> + <segment>visitEndServerSecond</segment> + <acceptedValues>0, 1, 2, 3, ..., 58, 59</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — week of year (time of last action)</name> + <segment>visitEndServerWeekOfYear</segment> + <acceptedValues>1, 2, 3, 4, ..., 51, 52, 53</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Time in UTC — year (time of last action)</name> + <segment>visitEndServerYear</segment> + <acceptedValues>2016, 2017, 2018, ..., 9998, 9999</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>User ID</name> + <segment>userId</segment> + <acceptedValues>any non empty unique string identifying the user (such as an email address or a username).</acceptedValues> + <permission>0</permission> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Visit Ecommerce status at the end of the visit</name> + <segment>visitEcommerceStatus</segment> + <acceptedValues>none, ordered, abandonedCart, orderedThenAbandonedCart. For example, to select all visits that have made an Ecommerce order, the API request would contain "&segment=visitEcommerceStatus==ordered,visitEcommerceStatus==orderedThenAbandonedCart"</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Visit ID</name> + <segment>visitId</segment> + <acceptedValues>Any positive integer</acceptedValues> + <permission>0</permission> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Visit converted a specific Goal Id</name> + <segment>visitConvertedGoalId</segment> + <acceptedValues>1, 2, 3, etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Visit converted a specific Goal Name</name> + <segment>visitConvertedGoalName</segment> + <acceptedValues>myGoal, myOtherGoal, etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Visit converted at least one Goal</name> + <segment>visitConverted</segment> + <acceptedValues>0, 1</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Visit type</name> + <segment>visitorType</segment> + <acceptedValues>new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain "&segment=visitorType==returning,visitorType==returningCustomer"</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitors</category> + <name>Visitor ID</name> + <segment>visitorId</segment> + <acceptedValues>34c31e04394bdc63 - any 16 Hexadecimal chars ID, which can be fetched using the Tracking API function getVisitorId()</acceptedValues> + <permission>0</permission> + </row> + <row> + <type>dimension</type> + <category>Visitor location</category> + <name>City</name> + <segment>city</segment> + <acceptedValues>Sydney, Sao Paolo, Rome, etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitor location</category> + <name>Continent</name> + <segment>continentCode</segment> + <acceptedValues>eur, asi, amc, amn, ams, afr, ant, oce</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitor location</category> + <name>Country</name> + <segment>countryName</segment> + <acceptedValues>Germany, France, Spain, ...</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitor location</category> + <name>Country code</name> + <segment>countryCode</segment> + <acceptedValues>ISO 3166-1 alpha-2 country codes (de, us, fr, in, es, etc.)</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitor location</category> + <name>Language</name> + <segment>languageCode</segment> + <acceptedValues>de, fr, en-gb, zh-cn, etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitor location</category> + <name>Latitude</name> + <segment>latitude</segment> + <acceptedValues>-33.578, 40.830, etc.<br/>You can select visitors within a lat/long range using &segment=lat>X;lat<Y;long>M;long<N.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitor location</category> + <name>Longitude</name> + <segment>longitude</segment> + <acceptedValues>-70.664, 14.326, etc.</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Visitor location</category> + <name>Region</name> + <segment>regionCode</segment> + <acceptedValues>01, 02, OR, P8,…<br/>eg. region=BFC;country=fr</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name (scope visit)</name> + <segment>customVariableName</segment> + <unionOfSegments> + <row>customVariableName1</row> + <row>customVariableName2</row> + <row>customVariableName3</row> + <row>customVariableName4</row> + <row>customVariableName5</row> + </unionOfSegments> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name 1 (scope visit)</name> + <segment>customVariableName1</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name 2 (scope visit)</name> + <segment>customVariableName2</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name 3 (scope visit)</name> + <segment>customVariableName3</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name 4 (scope visit)</name> + <segment>customVariableName4</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name 5 (scope visit)</name> + <segment>customVariableName5</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name (scope page)</name> + <segment>customVariablePageName</segment> + <unionOfSegments> + <row>customVariablePageName1</row> + <row>customVariablePageName2</row> + <row>customVariablePageName3</row> + <row>customVariablePageName4</row> + <row>customVariablePageName5</row> + </unionOfSegments> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name 1 (scope page)</name> + <segment>customVariablePageName1</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name 2 (scope page)</name> + <segment>customVariablePageName2</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name 3 (scope page)</name> + <segment>customVariablePageName3</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name 4 (scope page)</name> + <segment>customVariablePageName4</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable name 5 (scope page)</name> + <segment>customVariablePageName5</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value (scope page)</name> + <segment>customVariablePageValue</segment> + <unionOfSegments> + <row>customVariablePageValue1</row> + <row>customVariablePageValue2</row> + <row>customVariablePageValue3</row> + <row>customVariablePageValue4</row> + <row>customVariablePageValue5</row> + </unionOfSegments> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value 1 (scope page)</name> + <segment>customVariablePageValue1</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value 2 (scope page)</name> + <segment>customVariablePageValue2</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value 3 (scope page)</name> + <segment>customVariablePageValue3</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value 4 (scope page)</name> + <segment>customVariablePageValue4</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value 5 (scope page)</name> + <segment>customVariablePageValue5</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value (scope visit)</name> + <segment>customVariableValue</segment> + <unionOfSegments> + <row>customVariableValue1</row> + <row>customVariableValue2</row> + <row>customVariableValue3</row> + <row>customVariableValue4</row> + <row>customVariableValue5</row> + </unionOfSegments> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value 1 (scope visit)</name> + <segment>customVariableValue1</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value 2 (scope visit)</name> + <segment>customVariableValue2</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value 3 (scope visit)</name> + <segment>customVariableValue3</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value 4 (scope visit)</name> + <segment>customVariableValue4</segment> + </row> + <row> + <type>dimension</type> + <category>Custom Variables</category> + <name>Custom Variable value 5 (scope visit)</name> + <segment>customVariableValue5</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Action Type</name> + <segment>actionType</segment> + <acceptedValues>A type of action, such as: pageviews, contents, sitesearches, events, outlinks, downloads</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Action URL</name> + <segment>actionUrl</segment> + <unionOfSegments> + <row>pageUrl</row> + <row>downloadUrl</row> + <row>outlinkUrl</row> + <row>eventUrl</row> + </unionOfSegments> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Category (Site Search)</name> + <segment>siteSearchCategory</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Clicked Outlink</name> + <segment>outlinkUrl</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Content Interaction</name> + <segment>contentInteraction</segment> + <acceptedValues>The type of interaction with the content. For instance "click" or "submit".</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Content Name</name> + <segment>contentName</segment> + <acceptedValues>The name of a content block, for instance "Ad Sale"</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Content Piece</name> + <segment>contentPiece</segment> + <acceptedValues>The actual content. For instance "ad.jpg" or "My text ad"</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Content Target</name> + <segment>contentTarget</segment> + <acceptedValues>For instance the URL of a landing page: "http://landingpage.example.com"</acceptedValues> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Download URL</name> + <segment>downloadUrl</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Entry Page URL</name> + <segment>entryPageUrl</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Entry Page title</name> + <segment>entryPageTitle</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Exit Page Title</name> + <segment>exitPageTitle</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Exit Page URL</name> + <segment>exitPageUrl</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Keyword (Site Search)</name> + <segment>siteSearchKeyword</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Keyword count (Site Search)</name> + <segment>siteSearchCount</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Page Title</name> + <segment>pageTitle</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Page URL</name> + <segment>pageUrl</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Site time — hour</name> + <segment>actionServerHour</segment> + </row> + <row> + <type>dimension</type> + <category>Behaviour</category> + <name>Time in UTC — minute</name> + <segment>actionServerMinute</segment> + <acceptedValues>0, 1, 2, 3, ..., 56, 57, 58, 59</acceptedValues> + </row> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getSettings.json b/tests/Resources/ExampleResponses/API.getSettings.json new file mode 100644 index 0000000..cf5f3ba --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getSettings.json @@ -0,0 +1 @@ +{"SDK_batch_size":10,"SDK_interval_value":30} \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getSettings.tsv b/tests/Resources/ExampleResponses/API.getSettings.tsv new file mode 100644 index 0000000..cdd1d09 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getSettings.tsv @@ -0,0 +1,2 @@ +SDK_batch_size SDK_interval_value +10 30 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getSettings.xml b/tests/Resources/ExampleResponses/API.getSettings.xml new file mode 100644 index 0000000..a43ea92 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getSettings.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <row> + <SDK_batch_size>10</SDK_batch_size> + <SDK_interval_value>30</SDK_interval_value> + </row> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.json b/tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.json new file mode 100644 index 0000000..09f0721 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.json @@ -0,0 +1 @@ +["Cart - Divezone Store","Diving Jobs, latest Divemaster and Scuba Dive Instructor Job offers!","Checkout - Divezone Store","Best Diving sites in Bali \u2013 Indonesia Scuba dive reviews by Divezone","My Account - Divezone Store","Divezone Brand Diving Tank - Divezone Store","Divezone Brand Basic Wetsuit - Divezone Store","Divezone Store","Divezone Free Guides: Running Your Own Dive Center - Divezone Store","Best Diving sites in Indonesia \u2013 Scuba dive reviews by Divezone","Divezone Brand Scuba Fins - Divezone Store","","Best Diving sites in Thailand \u2013 Scuba dive reviews by Divezone","Divezone Brand Diving Boots - Divezone Store","Best Diving sites in Philippines \u2013 Scuba dive reviews by Divezone","Scuba Diving Reviews & Best sites where to dive next!","Best Diving sites in Red Sea \u2013 Scuba dive reviews by Divezone","Best Diving sites in Komodo Island \u2013 Indonesia Scuba dive reviews by Divezone","Best Diving sites in Malaysia \u2013 Scuba dive reviews by Divezone","Best Diving sites in Australia \u2013 Scuba dive reviews by Divezone","Komodo Island Travel Tips \u2013 Indonesia Things to do, Map and Best Time to visit Komodo Island","USS Liberty Wreck Dive Site \u2013 Map & Review of USS Liberty Wreck in Tulamben, Bali","Products - Divezone Store","Divezone Brand Silicone Grease - Divezone Store","Divezone Brand Diving Accessory Starter Kit - Divezone Store","Divezone Brand Distance Line & Reel - Divezone Store","Best Diving sites in Maldives \u2013 Scuba dive reviews by Divezone","Coron, Palawan Travel Tips \u2013 Philippines Things to do, Map and Best Time to visit Coron, Palawan","Manta Ray Facts and Information \u2013 Divezone"] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.tsv b/tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.tsv new file mode 100644 index 0000000..dcde20b --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.tsv @@ -0,0 +1,29 @@ +Cart - Divezone Store +"Diving Jobs, latest Divemaster and Scuba Dive Instructor Job offers!" +Checkout - Divezone Store +Best Diving sites in Bali – Indonesia Scuba dive reviews by Divezone +My Account - Divezone Store +Divezone Brand Diving Tank - Divezone Store +Divezone Brand Basic Wetsuit - Divezone Store +Divezone Store +Divezone Free Guides: Running Your Own Dive Center - Divezone Store +Best Diving sites in Indonesia – Scuba dive reviews by Divezone +Divezone Brand Scuba Fins - Divezone Store + +Best Diving sites in Thailand – Scuba dive reviews by Divezone +Divezone Brand Diving Boots - Divezone Store +Best Diving sites in Philippines – Scuba dive reviews by Divezone +Scuba Diving Reviews & Best sites where to dive next! +Best Diving sites in Red Sea – Scuba dive reviews by Divezone +Best Diving sites in Komodo Island – Indonesia Scuba dive reviews by Divezone +Best Diving sites in Malaysia – Scuba dive reviews by Divezone +Best Diving sites in Australia – Scuba dive reviews by Divezone +"Komodo Island Travel Tips – Indonesia Things to do, Map and Best Time to visit Komodo Island" +"USS Liberty Wreck Dive Site – Map & Review of USS Liberty Wreck in Tulamben, Bali" +Products - Divezone Store +Divezone Brand Silicone Grease - Divezone Store +Divezone Brand Diving Accessory Starter Kit - Divezone Store +Divezone Brand Distance Line & Reel - Divezone Store +Best Diving sites in Maldives – Scuba dive reviews by Divezone +"Coron, Palawan Travel Tips – Philippines Things to do, Map and Best Time to visit Coron, Palawan" +Manta Ray Facts and Information – Divezone \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.xml b/tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.xml new file mode 100644 index 0000000..5a13502 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getSuggestedValuesForSegment.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <row>Cart - Divezone Store</row> + <row>Diving Jobs, latest Divemaster and Scuba Dive Instructor Job offers!</row> + <row>Checkout - Divezone Store</row> + <row>Best Diving sites in Bali – Indonesia Scuba dive reviews by Divezone</row> + <row>My Account - Divezone Store</row> + <row>Divezone Brand Diving Tank - Divezone Store</row> + <row>Divezone Brand Basic Wetsuit - Divezone Store</row> + <row>Divezone Store</row> + <row>Divezone Free Guides: Running Your Own Dive Center - Divezone Store</row> + <row>Best Diving sites in Indonesia – Scuba dive reviews by Divezone</row> + <row>Divezone Brand Scuba Fins - Divezone Store</row> + <row/> + <row>Best Diving sites in Thailand – Scuba dive reviews by Divezone</row> + <row>Divezone Brand Diving Boots - Divezone Store</row> + <row>Best Diving sites in Philippines – Scuba dive reviews by Divezone</row> + <row>Scuba Diving Reviews & Best sites where to dive next!</row> + <row>Best Diving sites in Red Sea – Scuba dive reviews by Divezone</row> + <row>Best Diving sites in Komodo Island – Indonesia Scuba dive reviews by Divezone</row> + <row>Best Diving sites in Malaysia – Scuba dive reviews by Divezone</row> + <row>Best Diving sites in Australia – Scuba dive reviews by Divezone</row> + <row>Komodo Island Travel Tips – Indonesia Things to do, Map and Best Time to visit Komodo Island</row> + <row>USS Liberty Wreck Dive Site – Map & Review of USS Liberty Wreck in Tulamben, Bali</row> + <row>Products - Divezone Store</row> + <row>Divezone Brand Silicone Grease - Divezone Store</row> + <row>Divezone Brand Diving Accessory Starter Kit - Divezone Store</row> + <row>Divezone Brand Distance Line & Reel - Divezone Store</row> + <row>Best Diving sites in Maldives – Scuba dive reviews by Divezone</row> + <row>Coron, Palawan Travel Tips – Philippines Things to do, Map and Best Time to visit Coron, Palawan</row> + <row>Manta Ray Facts and Information – Divezone</row> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getWidgetMetadata.json b/tests/Resources/ExampleResponses/API.getWidgetMetadata.json new file mode 100644 index 0000000..11cd787 --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getWidgetMetadata.json @@ -0,0 +1 @@ +[{"name":"KPI Metric","category":{"id":"General_KpiMetric","name":"KPI Metric","order":1,"icon":"","help":"","widget":null},"subcategory":null,"module":"CoreVisualizations","action":"singleMetricView","order":99,"parameters":{"module":"CoreVisualizations","action":"singleMetricView","column":""},"uniqueId":"widgetCoreVisualizationssingleMetricViewcolumn","isWide":false},{"name":"Real-time visitor count","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":null,"module":"Live","action":"getSimpleLastVisitCount","order":15,"parameters":{"module":"Live","action":"getSimpleLastVisitCount"},"uniqueId":"widgetLivegetSimpleLastVisitCount","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Visits Overview (with graph)","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":null,"module":"CoreHome","action":"renderWidgetContainer","order":99,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"VisitOverviewWithGraph"},"uniqueId":"widgetVisitOverviewWithGraph","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"Visits Over Time","category":{"id":"General_Visitors","name":"Visitors","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":99,"help":""},"module":"VisitsSummary","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"VisitsSummary","action":"getEvolutionGraph"},"uniqueId":"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Visits Overview","category":{"id":"General_Visitors","name":"Visitors","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":99,"help":""},"module":"VisitsSummary","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"VisitsSummary","action":"get"},"uniqueId":"widgetVisitsSummarygetforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true}]},{"name":"Visits Over Time","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":2,"help":"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\/p>"},"module":"VisitsSummary","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"VisitsSummary","action":"getEvolutionGraph"},"uniqueId":"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Visits Overview","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":2,"help":"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\/p>"},"module":"VisitsSummary","action":"get","order":10,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"VisitsSummary","action":"get"},"uniqueId":"widgetVisitsSummarygetforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Visits Log","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"Live_VisitorLog","name":"Visits Log","order":5,"help":"<p>The visits log shows you every visit your website receives in detail. Find out which actions each visitor has performed, how they got to your site, a bit about who they are, and more (while still complying with your local privacy regulations).<\/p><p>While other reports in Matomo show how your visitors behave at an aggregate level, the visits log provides granular detail. You can also use segments to narrow it down to specific types of visits to understand your visitors better.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/real-time\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Live.getLastVisitsDetails\" target=\"_blank\" rel=\"noreferrer noopener\">Learn more in the visit-log guide.<\/a><\/p>"},"module":"Live","action":"getLastVisitsDetails","order":10,"parameters":{"forceView":"1","viewDataTable":"VisitorLog","module":"Live","action":"getLastVisitsDetails","small":1},"uniqueId":"widgetLivegetLastVisitsDetailsforceView1viewDataTableVisitorLogsmall1","isWide":false,"viewDataTable":"VisitorLog","isReport":true},{"name":"Visits in real-time","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"General_RealTime","name":"Real-time","order":7,"help":"<p>The visits in the real-time report show the real-time flow of visits to your website. It includes a real-time counter of your visits and page views in the last 24 hours and the previous 30 minutes.<\/p><p>This report refreshes every 5 seconds and displays new visits (or existing visitors that view a new page) at the top of the list with a fade-in effect.<\/p>"},"module":"Live","action":"widget","order":20,"parameters":{"module":"Live","action":"widget"},"uniqueId":"widgetLivewidget","isWide":true},{"name":"Real-time Map","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserCountryMap_RealTimeMap","name":"Real-time Map","order":9,"help":"<p>Shows the location of website visitors the last 30 minutes, and flashes for new ones. Recent visits are shown as large orange bubbles, and older ones as smaller gray ones. It refreshes every five seconds.<\/p>"},"module":"UserCountryMap","action":"realtimeMap","order":15,"parameters":{"module":"UserCountryMap","action":"realtimeMap"},"uniqueId":"widgetUserCountryMaprealtimeMap","isWide":true},{"name":"Visitor Map","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserCountry_SubmenuLocations","name":"Locations","order":10,"help":"<p>The \"Locations\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\/p>"},"module":"UserCountryMap","action":"visitorMap","order":1,"parameters":{"module":"UserCountryMap","action":"visitorMap"},"uniqueId":"widgetUserCountryMapvisitorMap","isWide":false},{"name":"City","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserCountry_SubmenuLocations","name":"Locations","order":10,"help":"<p>The \"Locations\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\/p>"},"module":"UserCountry","action":"getCity","order":110,"parameters":{"module":"UserCountry","action":"getCity"},"uniqueId":"widgetUserCountrygetCity","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Continent","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserCountry_SubmenuLocations","name":"Locations","order":10,"help":"<p>The \"Locations\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\/p>"},"module":"UserCountry","action":"getContinent","order":106,"parameters":{"module":"UserCountry","action":"getContinent"},"uniqueId":"widgetUserCountrygetContinent","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Country","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserCountry_SubmenuLocations","name":"Locations","order":10,"help":"<p>The \"Locations\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\/p>"},"module":"UserCountry","action":"getCountry","order":105,"parameters":{"module":"UserCountry","action":"getCountry"},"uniqueId":"widgetUserCountrygetCountry","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Region","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserCountry_SubmenuLocations","name":"Locations","order":10,"help":"<p>The \"Locations\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\/p>"},"module":"UserCountry","action":"getRegion","order":107,"parameters":{"module":"UserCountry","action":"getRegion"},"uniqueId":"widgetUserCountrygetRegion","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Web-browser language","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserCountry_SubmenuLocations","name":"Locations","order":10,"help":"<p>The \"Locations\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\/p>"},"module":"UserLanguage","action":"getLanguage","order":108,"parameters":{"module":"UserLanguage","action":"getLanguage"},"uniqueId":"widgetUserLanguagegetLanguage","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Language code","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserCountry_SubmenuLocations","name":"Locations","order":10,"help":"<p>The \"Locations\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\/p>"},"module":"UserLanguage","action":"getLanguageCode","order":111,"parameters":{"module":"UserLanguage","action":"getLanguageCode"},"uniqueId":"widgetUserLanguagegetLanguageCode","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Device brand","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Devices","name":"Devices","order":15,"help":"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\/p>"},"module":"DevicesDetection","action":"getBrand","order":104,"parameters":{"module":"DevicesDetection","action":"getBrand"},"uniqueId":"widgetDevicesDetectiongetBrand","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Device model","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Devices","name":"Devices","order":15,"help":"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\/p>"},"module":"DevicesDetection","action":"getModel","order":102,"parameters":{"module":"DevicesDetection","action":"getModel"},"uniqueId":"widgetDevicesDetectiongetModel","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Device type","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Devices","name":"Devices","order":15,"help":"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\/p>"},"module":"DevicesDetection","action":"getType","order":100,"parameters":{"module":"DevicesDetection","action":"getType"},"uniqueId":"widgetDevicesDetectiongetType","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Screen Resolution","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Devices","name":"Devices","order":15,"help":"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\/p>"},"module":"Resolution","action":"getResolution","order":108,"parameters":{"module":"Resolution","action":"getResolution"},"uniqueId":"widgetResolutiongetResolution","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Browser Plugins","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Software","name":"Software","order":20,"help":"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\/p>"},"module":"DevicePlugins","action":"getPlugin","order":113,"parameters":{"module":"DevicePlugins","action":"getPlugin"},"uniqueId":"widgetDevicePluginsgetPlugin","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Browser engines","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Software","name":"Software","order":20,"help":"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\/p>"},"module":"DevicesDetection","action":"getBrowserEngines","order":110,"parameters":{"module":"DevicesDetection","action":"getBrowserEngines"},"uniqueId":"widgetDevicesDetectiongetBrowserEngines","isWide":false,"viewDataTable":"graphPie","isReport":true},{"name":"Browser version","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Software","name":"Software","order":20,"help":"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\/p>"},"module":"DevicesDetection","action":"getBrowserVersions","order":106,"parameters":{"module":"DevicesDetection","action":"getBrowserVersions"},"uniqueId":"widgetDevicesDetectiongetBrowserVersions","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Browsers","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Software","name":"Software","order":20,"help":"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\/p>"},"module":"DevicesDetection","action":"getBrowsers","order":105,"parameters":{"module":"DevicesDetection","action":"getBrowsers"},"uniqueId":"widgetDevicesDetectiongetBrowsers","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Operating System families","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Software","name":"Software","order":20,"help":"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\/p>"},"module":"DevicesDetection","action":"getOsFamilies","order":108,"parameters":{"module":"DevicesDetection","action":"getOsFamilies"},"uniqueId":"widgetDevicesDetectiongetOsFamilies","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Operating System versions","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Software","name":"Software","order":20,"help":"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\/p>"},"module":"DevicesDetection","action":"getOsVersions","order":102,"parameters":{"module":"DevicesDetection","action":"getOsVersions"},"uniqueId":"widgetDevicesDetectiongetOsVersions","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Configurations","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"DevicesDetection_Software","name":"Software","order":20,"help":"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\/p>"},"module":"Resolution","action":"getConfiguration","order":107,"parameters":{"module":"Resolution","action":"getConfiguration"},"uniqueId":"widgetResolutiongetConfiguration","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Visits by day of the week","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"VisitTime_SubmenuTimes","name":"Times","order":35,"help":"<p>The \"Times\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\/p>"},"module":"VisitTime","action":"getByDayOfWeek","order":125,"parameters":{"module":"VisitTime","action":"getByDayOfWeek"},"uniqueId":"widgetVisitTimegetByDayOfWeek","isWide":false,"viewDataTable":"graphVerticalBar","isReport":true},{"name":"Visits per local time","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"VisitTime_SubmenuTimes","name":"Times","order":35,"help":"<p>The \"Times\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\/p>"},"module":"VisitTime","action":"getVisitInformationPerLocalTime","order":115,"parameters":{"module":"VisitTime","action":"getVisitInformationPerLocalTime"},"uniqueId":"widgetVisitTimegetVisitInformationPerLocalTime","isWide":false,"viewDataTable":"graphVerticalBar","isReport":true},{"name":"Visits per hour in the site's timezone","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"VisitTime_SubmenuTimes","name":"Times","order":35,"help":"<p>The \"Times\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\/p>"},"module":"VisitTime","action":"getVisitInformationPerServerTime","order":120,"parameters":{"module":"VisitTime","action":"getVisitInformationPerServerTime"},"uniqueId":"widgetVisitTimegetVisitInformationPerServerTime","isWide":false,"viewDataTable":"graphVerticalBar","isReport":true},{"name":"User IDs","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"UserId_UserReportTitle","name":"User IDs","order":40,"help":"<p>The user ID report shows visits associated with all your registered and logged in users. Understand website usage by its specific users and find out who your most and least active users are.<\/p><p><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https:\/\/matomo.org\/docs\/user-id?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.UserId.getUsers\"><span class=\"icon-info\"><\/span> Learn more<\/a><\/p>"},"module":"UserId","action":"getUsers","order":109,"parameters":{"module":"UserId","action":"getUsers"},"uniqueId":"widgetUserIdgetUsers","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Custom Variables","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"CustomVariables_CustomVariables","name":"Custom Variables","order":45,"help":"<p>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/custom-variables\/\" rel=\"noreferrer noopener\" target=\"_blank\">Read more about this topic in the online guide.<\/a><\/p>"},"module":"CustomVariables","action":"getCustomVariables","order":110,"parameters":{"module":"CustomVariables","action":"getCustomVariables"},"uniqueId":"widgetCustomVariablesgetCustomVariables","isWide":false,"viewDataTable":"table","isReport":true},{"name":"User Type","category":{"id":"General_Visitors","name":"Visitors","order":5,"icon":"icon-reporting-visitors","help":"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\/p><p>In addition to general information about your visitors, you can also use the <a href=\"#\" onclick=\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\">Visits Log<\/a> to see what occurred in every individual visit.<\/p>","widget":null},"subcategory":{"id":"customdimension1","name":"User Type","order":73,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":201,"parameters":{"module":"CustomDimensions","action":"getCustomDimension","idDimension":"1"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionidDimension1","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Pages","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"General_Pages","name":"Pages","order":5,"help":"<p>This report contains information about the page URLs that have been visited.<\/p><p>The table is organized hierarchically, the URLs are displayed as a folder structure.<\/p><p>Use the plus and minus icons on the left to navigate.<\/p>"},"module":"Actions","action":"getPageUrls","order":102,"parameters":{"module":"Actions","action":"getPageUrls"},"uniqueId":"widgetActionsgetPageUrls","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry Page Titles","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuPagesEntry","name":"Entry pages","order":10,"help":"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\/p><p>The entry URLs are displayed as a folder structure.<\/p><p>Use the plus and minus icons on the left to navigate.<\/p>"},"module":"Actions","action":"getEntryPageTitles","order":106,"parameters":{"module":"Actions","action":"getEntryPageTitles"},"uniqueId":"widgetActionsgetEntryPageTitles","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Entry pages","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuPagesEntry","name":"Entry pages","order":10,"help":"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\/p><p>The entry URLs are displayed as a folder structure.<\/p><p>Use the plus and minus icons on the left to navigate.<\/p>"},"module":"Actions","action":"getEntryPageUrls","order":103,"parameters":{"module":"Actions","action":"getEntryPageUrls"},"uniqueId":"widgetActionsgetEntryPageUrls","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Exit page titles","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuPagesExit","name":"Exit pages","order":15,"help":"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\/p><p>The exit URLs are displayed as a folder structure.<\/p><p>Use the plus and minus icons on the left to navigate.<\/p>"},"module":"Actions","action":"getExitPageTitles","order":107,"parameters":{"module":"Actions","action":"getExitPageTitles"},"uniqueId":"widgetActionsgetExitPageTitles","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Exit pages","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuPagesExit","name":"Exit pages","order":15,"help":"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\/p><p>The exit URLs are displayed as a folder structure.<\/p><p>Use the plus and minus icons on the left to navigate.<\/p>"},"module":"Actions","action":"getExitPageUrls","order":104,"parameters":{"module":"Actions","action":"getExitPageUrls"},"uniqueId":"widgetActionsgetExitPageUrls","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Page titles","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuPageTitles","name":"Page titles","order":20,"help":"<p>This report contains information about the titles of the pages that have been visited.<\/p><p>The page title is the HTML <title> Tag that most browsers show in their window title.<\/p>"},"module":"Actions","action":"getPageTitles","order":105,"parameters":{"module":"Actions","action":"getPageTitles"},"uniqueId":"widgetActionsgetPageTitles","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Page Titles Following a Site Search","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuSitesearch","name":"Site Search","order":25,"help":"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\u2019t find easily, and more.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/site-search\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in the Site Search guide.<\/a><\/p>"},"module":"Actions","action":"getPageTitlesFollowingSiteSearch","order":119,"parameters":{"module":"Actions","action":"getPageTitlesFollowingSiteSearch"},"uniqueId":"widgetActionsgetPageTitlesFollowingSiteSearch","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Pages Following a Site Search","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuSitesearch","name":"Site Search","order":25,"help":"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\u2019t find easily, and more.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/site-search\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in the Site Search guide.<\/a><\/p>"},"module":"Actions","action":"getPageUrlsFollowingSiteSearch","order":116,"parameters":{"module":"Actions","action":"getPageUrlsFollowingSiteSearch"},"uniqueId":"widgetActionsgetPageUrlsFollowingSiteSearch","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Search Categories","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuSitesearch","name":"Site Search","order":25,"help":"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\u2019t find easily, and more.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/site-search\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in the Site Search guide.<\/a><\/p>"},"module":"Actions","action":"getSiteSearchCategories","order":120,"parameters":{"module":"Actions","action":"getSiteSearchCategories"},"uniqueId":"widgetActionsgetSiteSearchCategories","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Site Search Keywords","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuSitesearch","name":"Site Search","order":25,"help":"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\u2019t find easily, and more.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/site-search\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in the Site Search guide.<\/a><\/p>"},"module":"Actions","action":"getSiteSearchKeywords","order":115,"parameters":{"module":"Actions","action":"getSiteSearchKeywords"},"uniqueId":"widgetActionsgetSiteSearchKeywords","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Search Keywords with No Results","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Actions_SubmenuSitesearch","name":"Site Search","order":25,"help":"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\u2019t find easily, and more.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/site-search\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in the Site Search guide.<\/a><\/p>"},"module":"Actions","action":"getSiteSearchNoResultKeywords","order":118,"parameters":{"module":"Actions","action":"getSiteSearchNoResultKeywords"},"uniqueId":"widgetActionsgetSiteSearchNoResultKeywords","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Outlinks","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"General_Outlinks","name":"Outlinks","order":30,"help":"<p>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<\/p><p>Use the plus and minus icons on the left to navigate.<\/p>"},"module":"Actions","action":"getOutlinks","order":108,"parameters":{"module":"Actions","action":"getOutlinks"},"uniqueId":"widgetActionsgetOutlinks","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Downloads","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"General_Downloads","name":"Downloads","order":35,"help":"<p>In this report, you can see which files your visitors have downloaded.<\/p><p>What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.<\/p>"},"module":"Actions","action":"getDownloads","order":109,"parameters":{"module":"Actions","action":"getDownloads"},"uniqueId":"widgetActionsgetDownloads","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Actions: Event Actions","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Events_Events","name":"Events","order":40,"help":"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/event-tracking\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more about event tracking here.<\/a><\/p>"},"module":"Events","action":"getAction","order":101,"parameters":{"module":"Events","action":"getAction","secondaryDimension":"eventName"},"uniqueId":"widgetEventsgetActionsecondaryDimensioneventName","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Actions: Event Categories","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Events_Events","name":"Events","order":40,"help":"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/event-tracking\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more about event tracking here.<\/a><\/p>"},"module":"Events","action":"getCategory","order":100,"parameters":{"module":"Events","action":"getCategory","secondaryDimension":"eventAction"},"uniqueId":"widgetEventsgetCategorysecondaryDimensioneventAction","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Actions: Event Names","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Events_Events","name":"Events","order":40,"help":"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/event-tracking\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more about event tracking here.<\/a><\/p>"},"module":"Events","action":"getName","order":102,"parameters":{"module":"Events","action":"getName","secondaryDimension":"eventAction"},"uniqueId":"widgetEventsgetNamesecondaryDimensioneventAction","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Actions: Content Name","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Contents_Contents","name":"Contents","order":45,"help":"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in the Content Tracking guide.<\/a><\/p>"},"module":"Contents","action":"getContentNames","order":135,"parameters":{"module":"Contents","action":"getContentNames"},"uniqueId":"widgetContentsgetContentNames","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Actions: Content Piece","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Contents_Contents","name":"Contents","order":45,"help":"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in the Content Tracking guide.<\/a><\/p>"},"module":"Contents","action":"getContentPieces","order":136,"parameters":{"module":"Contents","action":"getContentPieces"},"uniqueId":"widgetContentsgetContentPieces","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Transitions","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"Transitions_Transitions","name":"Transitions","order":46,"help":"<p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \"Transitions\" report.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/transitions\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions\" rel=\"noreferrer noopener\" target=\"_blank\">More details<\/a><\/p>"},"module":"Transitions","action":"getTransitions","order":99,"parameters":{"module":"Transitions","action":"getTransitions"},"uniqueId":"widgetTransitionsgetTransitions","isWide":false},{"name":"Returning Visits Over Time","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"VisitorInterest_Engagement","name":"Engagement","order":46,"help":"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\/p>"},"module":"VisitFrequency","action":"getEvolutionGraph","order":1,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"VisitFrequency","action":"getEvolutionGraph"},"uniqueId":"widgetVisitFrequencygetEvolutionGraphforceView1viewDataTablegraphEvolution","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"Frequency Overview","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"VisitorInterest_Engagement","name":"Engagement","order":46,"help":"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\/p>"},"module":"VisitFrequency","action":"get","order":2,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"VisitFrequency","action":"get"},"uniqueId":"widgetVisitFrequencygetforceView1viewDataTablesparklines","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Visits by days since last visit","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"VisitorInterest_Engagement","name":"Engagement","order":46,"help":"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\/p>"},"module":"VisitorInterest","action":"getNumberOfVisitsByDaysSinceLast","order":130,"parameters":{"module":"VisitorInterest","action":"getNumberOfVisitsByDaysSinceLast"},"uniqueId":"widgetVisitorInterestgetNumberOfVisitsByDaysSinceLast","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Visits by visit number","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"VisitorInterest_Engagement","name":"Engagement","order":46,"help":"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\/p>"},"module":"VisitorInterest","action":"getNumberOfVisitsByVisitCount","order":125,"parameters":{"module":"VisitorInterest","action":"getNumberOfVisitsByVisitCount"},"uniqueId":"widgetVisitorInterestgetNumberOfVisitsByVisitCount","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Visits per number of pages","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"VisitorInterest_Engagement","name":"Engagement","order":46,"help":"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\/p>"},"module":"VisitorInterest","action":"getNumberOfVisitsPerPage","order":120,"parameters":{"module":"VisitorInterest","action":"getNumberOfVisitsPerPage"},"uniqueId":"widgetVisitorInterestgetNumberOfVisitsPerPage","isWide":false,"viewDataTable":"cloud","isReport":true},{"name":"Visits per visit duration","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"VisitorInterest_Engagement","name":"Engagement","order":46,"help":"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\/p>"},"module":"VisitorInterest","action":"getNumberOfVisitsPerVisitDuration","order":115,"parameters":{"module":"VisitorInterest","action":"getNumberOfVisitsPerVisitDuration"},"uniqueId":"widgetVisitorInterestgetNumberOfVisitsPerVisitDuration","isWide":false,"viewDataTable":"cloud","isReport":true},{"name":"Evolution of page performance metrics","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"PagePerformance_Performance","name":"Performance","order":47,"help":"<p>The Performance section can help you analyse how fast your website or app is performing on the whole and help discover whether you have specific pages that significantly deviate from your averages.<\/p><p>You can also find reports showing exactly how long each page of your website takes to load and what is contributing to their loading time.<\/p>"},"module":"PagePerformance","action":"getEvolutionGraph","order":1,"parameters":{"forceView":"1","viewDataTable":"graphStackedBarEvolution","module":"PagePerformance","action":"getEvolutionGraph"},"uniqueId":"widgetPagePerformancegetEvolutionGraphforceView1viewDataTablegraphStackedBarEvolution","isWide":false,"viewDataTable":"graphStackedBarEvolution","isReport":true},{"name":"Users Flow - Visualization","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"UsersFlow_UsersFlow","name":"Users Flow","order":47,"help":"<p>This data is based on the 5000 most popular connections per interaction. If you want to include more or less data, you can change the number of connections per step by adjusting the value of the <code>[UsersFlow] usersflow_num_max_links_per_interaction<\/code> configuration in the <code>config\/config.ini.php<\/code> file. The \"Explore traffic\" feature is currently only available to \"day\", \"week\", \"month\" and \"range\" periods.<\/p>"},"module":"UsersFlow","action":"getUsersFlow","order":2000,"parameters":{"module":"UsersFlow","action":"getUsersFlow"},"uniqueId":"widgetUsersFlowgetUsersFlow","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Users Flow - Overview - Page URLs","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"UsersFlow_TopPaths","name":"Top Paths","order":48,"help":"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\/p>"},"module":"UsersFlow","action":"getUsersFlowPretty","order":2001,"parameters":{"module":"UsersFlow","action":"getUsersFlowPretty"},"uniqueId":"widgetUsersFlowgetUsersFlowPretty","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Users Flow - Overview - Page Titles","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"UsersFlow_TopPaths","name":"Top Paths","order":48,"help":"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\/p>"},"module":"UsersFlow","action":"getUsersFlowPretty","order":2003,"parameters":{"module":"UsersFlow","action":"getUsersFlowPretty","dataSource":"page_title"},"uniqueId":"widgetUsersFlowgetUsersFlowPrettydataSourcepage_title","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Users Flow - Top Paths - Page URLs","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"UsersFlow_TopPaths","name":"Top Paths","order":48,"help":"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\/p>"},"module":"UsersFlow","action":"getUsersFlowPretty","order":2000,"parameters":{"module":"UsersFlow","action":"getUsersFlowPretty","topPaths":"1"},"uniqueId":"widgetUsersFlowgetUsersFlowPrettytopPaths1","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Users Flow - Top Paths - Page Titles","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"UsersFlow_TopPaths","name":"Top Paths","order":48,"help":"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\/p>"},"module":"UsersFlow","action":"getUsersFlowPretty","order":2002,"parameters":{"module":"UsersFlow","action":"getUsersFlowPretty","topPaths":"1","dataSource":"page_title"},"uniqueId":"widgetUsersFlowgetUsersFlowPrettytopPaths1dataSourcepage_title","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Page Author","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"customdimension2","name":"Page Author","order":70,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":202,"parameters":{"module":"CustomDimensions","action":"getCustomDimension","idDimension":"2"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionidDimension2","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Page Location","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"customdimension4","name":"Page Location","order":71,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":204,"parameters":{"module":"CustomDimensions","action":"getCustomDimension","idDimension":"4"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionidDimension4","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Page Type","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"customdimension5","name":"Page Type","order":72,"help":""},"module":"CustomDimensions","action":"getCustomDimension","order":205,"parameters":{"module":"CustomDimensions","action":"getCustomDimension","idDimension":"5"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionidDimension5","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Crawl errors on Bing","category":{"id":"General_Actions","name":"Behaviour","order":10,"icon":"icon-reporting-actions","help":"","widget":null},"subcategory":{"id":"SearchEngineKeywordsPerformance_CrawlingErrors","name":"Crawling errors","order":99,"help":""},"module":"SearchEngineKeywordsPerformance","action":"getCrawlingErrorExamplesBing","order":102,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getCrawlingErrorExamplesBing"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetCrawlingErrorExamplesBing","isWide":true,"viewDataTable":"table","isReport":true},{"name":"Referrers","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_WidgetGetAll","name":"All Channels","order":5,"help":"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\/p>"},"module":"Referrers","action":"getAll","order":102,"parameters":{"module":"Referrers","action":"getAll"},"uniqueId":"widgetReferrersgetAll","isWide":false,"viewDataTable":"tableAllColumns","isReport":true},{"name":"Channel Types","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_WidgetGetAll","name":"All Channels","order":5,"help":"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\/p>"},"module":"Referrers","action":"getReferrerType","order":101,"parameters":{"module":"Referrers","action":"getReferrerType"},"uniqueId":"widgetReferrersgetReferrerType","isWide":false,"viewDataTable":"tableAllColumns","isReport":true},{"name":"Keywords (including not defined)","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_SubmenuSearchEngines","name":"Search Engines & Keywords","order":10,"help":"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\/p><p><a href=\"https:\/\/matomo.org\/matomo-cloud\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Matomo Cloud<\/a> and <a href=\"https:\/\/plugins.matomo.org\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Search Engine Keywords Performance<\/a> plugin users will receive the best results from this report.<\/p>"},"module":"Referrers","action":"getKeywords","order":110,"parameters":{"module":"Referrers","action":"getKeywords"},"uniqueId":"widgetReferrersgetKeywords","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Search Engines","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_SubmenuSearchEngines","name":"Search Engines & Keywords","order":10,"help":"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\/p><p><a href=\"https:\/\/matomo.org\/matomo-cloud\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Matomo Cloud<\/a> and <a href=\"https:\/\/plugins.matomo.org\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Search Engine Keywords Performance<\/a> plugin users will receive the best results from this report.<\/p>"},"module":"Referrers","action":"getSearchEngines","order":107,"parameters":{"module":"Referrers","action":"getSearchEngines"},"uniqueId":"widgetReferrersgetSearchEngines","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Combined keywords","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_SubmenuSearchEngines","name":"Search Engines & Keywords","order":10,"help":"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\/p><p><a href=\"https:\/\/matomo.org\/matomo-cloud\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Matomo Cloud<\/a> and <a href=\"https:\/\/plugins.matomo.org\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Search Engine Keywords Performance<\/a> plugin users will receive the best results from this report.<\/p>"},"module":"SearchEngineKeywordsPerformance","action":"getKeywords","order":101,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getKeywords"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetKeywords","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Keywords (on Bing and Yahoo!)","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_SubmenuSearchEngines","name":"Search Engines & Keywords","order":10,"help":"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\/p><p><a href=\"https:\/\/matomo.org\/matomo-cloud\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Matomo Cloud<\/a> and <a href=\"https:\/\/plugins.matomo.org\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Search Engine Keywords Performance<\/a> plugin users will receive the best results from this report.<\/p>"},"module":"SearchEngineKeywordsPerformance","action":"getKeywordsBing","order":115,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getKeywordsBing"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetKeywordsBing","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Image keywords on Google","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_SubmenuSearchEngines","name":"Search Engines & Keywords","order":10,"help":"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\/p><p><a href=\"https:\/\/matomo.org\/matomo-cloud\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Matomo Cloud<\/a> and <a href=\"https:\/\/plugins.matomo.org\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Search Engine Keywords Performance<\/a> plugin users will receive the best results from this report.<\/p>"},"module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleImage","order":120,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleImage"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleImage","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Video keywords on Google","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_SubmenuSearchEngines","name":"Search Engines & Keywords","order":10,"help":"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\/p><p><a href=\"https:\/\/matomo.org\/matomo-cloud\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Matomo Cloud<\/a> and <a href=\"https:\/\/plugins.matomo.org\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Search Engine Keywords Performance<\/a> plugin users will receive the best results from this report.<\/p>"},"module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleVideo","order":125,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleVideo"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleVideo","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Web keywords on Google","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_SubmenuSearchEngines","name":"Search Engines & Keywords","order":10,"help":"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\/p><p><a href=\"https:\/\/matomo.org\/matomo-cloud\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Matomo Cloud<\/a> and <a href=\"https:\/\/plugins.matomo.org\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\" rel=\"noreferrer noopener\" target=\"_blank\">Search Engine Keywords Performance<\/a> plugin users will receive the best results from this report.<\/p>"},"module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleWeb","order":110,"parameters":{"module":"SearchEngineKeywordsPerformance","action":"getKeywordsGoogleWeb"},"uniqueId":"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleWeb","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Websites","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_SubmenuWebsitesOnly","name":"Websites","order":15,"help":"<p>In this table, you can see which websites referred visitors to your site.<\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\/p>"},"module":"Referrers","action":"getWebsites","order":105,"parameters":{"module":"Referrers","action":"getWebsites"},"uniqueId":"widgetReferrersgetWebsites","isWide":false,"viewDataTable":"tableAllColumns","isReport":true},{"name":"Social Networks","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Socials","name":"Social Networks","order":16,"help":"<p>In this table, you can see which websites referred visitors to your site.<\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\/p>"},"module":"Referrers","action":"getSocials","order":111,"parameters":{"module":"Referrers","action":"getSocials"},"uniqueId":"widgetReferrersgetSocials","isWide":false,"viewDataTable":"graphPie","isReport":true},{"name":"AI Assistants","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_AIAssistants","name":"AI Assistants","order":18,"help":"<p>In this table, you can see which AI assistants referred visitors to your site.<\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\/p>"},"module":"Referrers","action":"getAIAssistants","order":113,"parameters":{"module":"Referrers","action":"getAIAssistants"},"uniqueId":"widgetReferrersgetAIAssistants","isWide":false,"viewDataTable":"graphPie","isReport":true},{"name":"Campaign Contents","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Campaigns","name":"Campaigns","order":20,"help":"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\/p>"},"module":"MarketingCampaignsReporting","action":"getContent","order":105,"parameters":{"module":"MarketingCampaignsReporting","action":"getContent"},"uniqueId":"widgetMarketingCampaignsReportinggetContent","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Groups","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Campaigns","name":"Campaigns","order":20,"help":"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\/p>"},"module":"MarketingCampaignsReporting","action":"getGroup","order":108,"parameters":{"module":"MarketingCampaignsReporting","action":"getGroup"},"uniqueId":"widgetMarketingCampaignsReportinggetGroup","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Ids","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Campaigns","name":"Campaigns","order":20,"help":"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\/p>"},"module":"MarketingCampaignsReporting","action":"getId","order":107,"parameters":{"module":"MarketingCampaignsReporting","action":"getId"},"uniqueId":"widgetMarketingCampaignsReportinggetId","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Keywords","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Campaigns","name":"Campaigns","order":20,"help":"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\/p>"},"module":"MarketingCampaignsReporting","action":"getKeyword","order":102,"parameters":{"module":"MarketingCampaignsReporting","action":"getKeyword"},"uniqueId":"widgetMarketingCampaignsReportinggetKeyword","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Mediums","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Campaigns","name":"Campaigns","order":20,"help":"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\/p>"},"module":"MarketingCampaignsReporting","action":"getMedium","order":104,"parameters":{"module":"MarketingCampaignsReporting","action":"getMedium"},"uniqueId":"widgetMarketingCampaignsReportinggetMedium","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Names","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Campaigns","name":"Campaigns","order":20,"help":"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\/p>"},"module":"MarketingCampaignsReporting","action":"getName","order":101,"parameters":{"module":"MarketingCampaignsReporting","action":"getName"},"uniqueId":"widgetMarketingCampaignsReportinggetName","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Placements","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Campaigns","name":"Campaigns","order":20,"help":"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\/p>"},"module":"MarketingCampaignsReporting","action":"getPlacement","order":109,"parameters":{"module":"MarketingCampaignsReporting","action":"getPlacement"},"uniqueId":"widgetMarketingCampaignsReportinggetPlacement","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Sources","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Campaigns","name":"Campaigns","order":20,"help":"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\/p>"},"module":"MarketingCampaignsReporting","action":"getSource","order":103,"parameters":{"module":"MarketingCampaignsReporting","action":"getSource"},"uniqueId":"widgetMarketingCampaignsReportinggetSource","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign Source - Medium","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_Campaigns","name":"Campaigns","order":20,"help":"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\/p>"},"module":"MarketingCampaignsReporting","action":"getSourceMedium","order":106,"parameters":{"module":"MarketingCampaignsReporting","action":"getSourceMedium"},"uniqueId":"widgetMarketingCampaignsReportinggetSourceMedium","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Campaign URL Builder","category":{"id":"Referrers_Referrers","name":"Acquisition","order":15,"icon":"icon-reporting-referer","help":"","widget":null},"subcategory":{"id":"Referrers_URLCampaignBuilder","name":"Campaign URL Builder","order":21,"help":""},"module":"Referrers","action":"getCampaignUrlBuilder","order":99,"parameters":{"module":"Referrers","action":"getCampaignUrlBuilder"},"uniqueId":"widgetReferrersgetCampaignUrlBuilder","isWide":false},{"name":"Ecommerce Overview","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":2,"help":"<p>The Ecommerce Overview section is the best place to get a high-level view of your online store\u2019s performance. At a glance, you can see how many sales you\u2019re making, how much revenue you are generating, and your website\u2019s conversion rate.<\/p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.<\/p><p><a href=\"https:\/\/matomo.org\/docs\/ecommerce-analytics\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Ecommerce.Overview\" rel=\"noreferrer noopener\" target=\"_blank\">Learn more in our Ecommerce guide here.<\/a><\/p>"},"module":"CoreHome","action":"renderWidgetContainer","order":1,"parameters":{"module":"CoreHome","action":"renderWidgetContainer","containerId":"EcommerceOverview"},"uniqueId":"widgetEcommerceOverview","isWide":false,"layout":"","isContainer":true,"widgets":[{"name":"","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":99,"help":""},"module":"Goals","action":"getEvolutionGraph","order":5,"parameters":{"forceView":"1","viewDataTable":"graphEvolution","module":"Goals","action":"getEvolutionGraph","idGoal":"ecommerceOrder"},"uniqueId":"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoalecommerceOrder","isWide":false,"viewDataTable":"graphEvolution","isReport":true},{"name":"","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"General_Overview","name":"Overview","order":99,"help":""},"module":"Ecommerce","action":"getSparklines","order":15,"parameters":{"forceView":"1","viewDataTable":"sparklines","module":"Ecommerce","action":"getSparklines","idGoal":"ecommerceOrder"},"uniqueId":"widgetEcommercegetSparklinesforceView1viewDataTablesparklinesidGoalecommerceOrder","isWide":false,"viewDataTable":"sparklines","isReport":true},{"name":"Conversions Overview","category":{"id":"Goals_Goals","name":"Goals","order":99,"icon":"","help":"","widget":null},"subcategory":{"id":"ecommerceOrder","name":"ecommerceOrder","order":99,"help":""},"module":"Ecommerce","action":"getConversionsOverview","order":25,"parameters":{"module":"Ecommerce","action":"getConversionsOverview","idGoal":"ecommerceOrder"},"uniqueId":"widgetEcommercegetConversionsOverviewidGoalecommerceOrder","isWide":false,"middlewareParameters":{"module":"Goals","action":"hasConversions","idGoal":"ecommerceOrder"},"viewDataTable":"table","isReport":true}]},{"name":"Ecommerce Log","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Goals_EcommerceLog","name":"Ecommerce Log","order":5,"help":"<p>The Ecommerce log provides granular session-level data so you can look at the full session for each user that either made a purchase or abandoned their cart. This can help you understand what users do before and after purchasing to reveal optimisation opportunities.<\/p><p>Data on this page is updated in real-time.<\/p>"},"module":"Ecommerce","action":"getEcommerceLog","order":99,"parameters":{"module":"Ecommerce","action":"getEcommerceLog"},"uniqueId":"widgetEcommercegetEcommerceLog","isWide":false},{"name":"Ecommerce: Product Category","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Goals_Products","name":"Products","order":10,"help":"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\/p>"},"module":"Goals","action":"getItemsCategory","order":132,"parameters":{"module":"Goals","action":"getItemsCategory"},"uniqueId":"widgetGoalsgetItemsCategory","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Ecommerce: Product Name","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Goals_Products","name":"Products","order":10,"help":"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\/p>"},"module":"Goals","action":"getItemsName","order":130,"parameters":{"module":"Goals","action":"getItemsName"},"uniqueId":"widgetGoalsgetItemsName","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Ecommerce: Product SKU","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Goals_Products","name":"Products","order":10,"help":"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\/p>"},"module":"Goals","action":"getItemsSku","order":131,"parameters":{"module":"Goals","action":"getItemsSku"},"uniqueId":"widgetGoalsgetItemsSku","isWide":false,"viewDataTable":"table","isReport":true},{"name":"Sales by Pages: Entry page titles","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Ecommerce_Sales","name":"Sales","order":15,"help":"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\/p>"},"module":"Actions","action":"getEntryPageTitles","order":103,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageTitles","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Sales by Pages: Entry pages","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Ecommerce_Sales","name":"Sales","order":15,"help":"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\/p>"},"module":"Actions","action":"getEntryPageUrls","order":102,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getEntryPageUrls","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Sales by Pages: Page titles","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Ecommerce_Sales","name":"Sales","order":15,"help":"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\/p>"},"module":"Actions","action":"getPageTitles","order":104,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageTitles","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Sales by Pages: Page URLs","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Ecommerce_Sales","name":"Sales","order":15,"help":"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\/p>"},"module":"Actions","action":"getPageUrls","order":101,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"Actions","action":"getPageUrls","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Sales by User attribute: User Type","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Ecommerce_Sales","name":"Sales","order":15,"help":"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\/p>"},"module":"CustomDimensions","action":"getCustomDimension","order":403,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomDimensions","action":"getCustomDimension","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","idDimension":"1","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrderidDimension1segmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true},{"name":"Sales by User attribute: Custom Variables","category":{"id":"Goals_Ecommerce","name":"Ecommerce","order":20,"icon":"icon-reporting-ecommerce","help":"","widget":null},"subcategory":{"id":"Ecommerce_Sales","name":"Sales","order":15,"help":"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\/p>"},"module":"CustomVariables","action":"getCustomVariables","order":402,"parameters":{"forceView":"1","viewDataTable":"tableGoals","module":"CustomVariables","action":"getCustomVariables","documentationForGoalsPage":"1","idGoal":"ecommerceOrder","segmented_visitor_log_segment_suffix":"visitEcommerceStatus==ordered"},"uniqueId":"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered","isWide":false,"viewDataTable":"tableGoals","isReport":true}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getWidgetMetadata.xml b/tests/Resources/ExampleResponses/API.getWidgetMetadata.xml new file mode 100644 index 0000000..5c4b2ab --- /dev/null +++ b/tests/Resources/ExampleResponses/API.getWidgetMetadata.xml @@ -0,0 +1,2992 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <row> + <name>KPI Metric</name> + <category> + <id>General_KpiMetric</id> + <name>KPI Metric</name> + <order>1</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory /> + <module>CoreVisualizations</module> + <action>singleMetricView</action> + <order>99</order> + <parameters> + <module>CoreVisualizations</module> + <action>singleMetricView</action> + <column /> + </parameters> + <uniqueId>widgetCoreVisualizationssingleMetricViewcolumn</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Real-time visitor count</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory /> + <module>Live</module> + <action>getSimpleLastVisitCount</action> + <order>15</order> + <parameters> + <module>Live</module> + <action>getSimpleLastVisitCount</action> + </parameters> + <uniqueId>widgetLivegetSimpleLastVisitCount</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits Overview (with graph)</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory /> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>99</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>VisitOverviewWithGraph</containerId> + </parameters> + <uniqueId>widgetVisitOverviewWithGraph</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name>Visits Over Time</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitsSummary</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>VisitsSummary</module> + <action>getEvolutionGraph</action> + </parameters> + <uniqueId>widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits Overview</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>99</order> + <help /> + </subcategory> + <module>VisitsSummary</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>VisitsSummary</module> + <action>get</action> + </parameters> + <uniqueId>widgetVisitsSummarygetforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Visits Over Time</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>2</order> + <help><p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.</p></help> + </subcategory> + <module>VisitsSummary</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>VisitsSummary</module> + <action>getEvolutionGraph</action> + </parameters> + <uniqueId>widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits Overview</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>2</order> + <help><p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.</p></help> + </subcategory> + <module>VisitsSummary</module> + <action>get</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>VisitsSummary</module> + <action>get</action> + </parameters> + <uniqueId>widgetVisitsSummarygetforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits Log</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>Live_VisitorLog</id> + <name>Visits Log</name> + <order>5</order> + <help><p>The visits log shows you every visit your website receives in detail. Find out which actions each visitor has performed, how they got to your site, a bit about who they are, and more (while still complying with your local privacy regulations).</p><p>While other reports in Matomo show how your visitors behave at an aggregate level, the visits log provides granular detail. You can also use segments to narrow it down to specific types of visits to understand your visitors better.</p><p><a href="https://matomo.org/docs/real-time/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Live.getLastVisitsDetails" target="_blank" rel="noreferrer noopener">Learn more in the visit-log guide.</a></p></help> + </subcategory> + <module>Live</module> + <action>getLastVisitsDetails</action> + <order>10</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>VisitorLog</viewDataTable> + <module>Live</module> + <action>getLastVisitsDetails</action> + <small>1</small> + </parameters> + <uniqueId>widgetLivegetLastVisitsDetailsforceView1viewDataTableVisitorLogsmall1</uniqueId> + <isWide>0</isWide> + <viewDataTable>VisitorLog</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits in real-time</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>General_RealTime</id> + <name>Real-time</name> + <order>7</order> + <help><p>The visits in the real-time report show the real-time flow of visits to your website. It includes a real-time counter of your visits and page views in the last 24 hours and the previous 30 minutes.</p><p>This report refreshes every 5 seconds and displays new visits (or existing visitors that view a new page) at the top of the list with a fade-in effect.</p></help> + </subcategory> + <module>Live</module> + <action>widget</action> + <order>20</order> + <parameters> + <module>Live</module> + <action>widget</action> + </parameters> + <uniqueId>widgetLivewidget</uniqueId> + <isWide>1</isWide> + </row> + <row> + <name>Real-time Map</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserCountryMap_RealTimeMap</id> + <name>Real-time Map</name> + <order>9</order> + <help><p>Shows the location of website visitors the last 30 minutes, and flashes for new ones. Recent visits are shown as large orange bubbles, and older ones as smaller gray ones. It refreshes every five seconds.</p></help> + </subcategory> + <module>UserCountryMap</module> + <action>realtimeMap</action> + <order>15</order> + <parameters> + <module>UserCountryMap</module> + <action>realtimeMap</action> + </parameters> + <uniqueId>widgetUserCountryMaprealtimeMap</uniqueId> + <isWide>1</isWide> + </row> + <row> + <name>Visitor Map</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserCountry_SubmenuLocations</id> + <name>Locations</name> + <order>10</order> + <help><p>The "Locations" section is the best way to find out what countries, continents, regions, and cities your website visitors come from — in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.</p></help> + </subcategory> + <module>UserCountryMap</module> + <action>visitorMap</action> + <order>1</order> + <parameters> + <module>UserCountryMap</module> + <action>visitorMap</action> + </parameters> + <uniqueId>widgetUserCountryMapvisitorMap</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>City</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserCountry_SubmenuLocations</id> + <name>Locations</name> + <order>10</order> + <help><p>The "Locations" section is the best way to find out what countries, continents, regions, and cities your website visitors come from — in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.</p></help> + </subcategory> + <module>UserCountry</module> + <action>getCity</action> + <order>110</order> + <parameters> + <module>UserCountry</module> + <action>getCity</action> + </parameters> + <uniqueId>widgetUserCountrygetCity</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Continent</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserCountry_SubmenuLocations</id> + <name>Locations</name> + <order>10</order> + <help><p>The "Locations" section is the best way to find out what countries, continents, regions, and cities your website visitors come from — in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.</p></help> + </subcategory> + <module>UserCountry</module> + <action>getContinent</action> + <order>106</order> + <parameters> + <module>UserCountry</module> + <action>getContinent</action> + </parameters> + <uniqueId>widgetUserCountrygetContinent</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Country</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserCountry_SubmenuLocations</id> + <name>Locations</name> + <order>10</order> + <help><p>The "Locations" section is the best way to find out what countries, continents, regions, and cities your website visitors come from — in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.</p></help> + </subcategory> + <module>UserCountry</module> + <action>getCountry</action> + <order>105</order> + <parameters> + <module>UserCountry</module> + <action>getCountry</action> + </parameters> + <uniqueId>widgetUserCountrygetCountry</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Region</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserCountry_SubmenuLocations</id> + <name>Locations</name> + <order>10</order> + <help><p>The "Locations" section is the best way to find out what countries, continents, regions, and cities your website visitors come from — in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.</p></help> + </subcategory> + <module>UserCountry</module> + <action>getRegion</action> + <order>107</order> + <parameters> + <module>UserCountry</module> + <action>getRegion</action> + </parameters> + <uniqueId>widgetUserCountrygetRegion</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Web-browser language</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserCountry_SubmenuLocations</id> + <name>Locations</name> + <order>10</order> + <help><p>The "Locations" section is the best way to find out what countries, continents, regions, and cities your website visitors come from — in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.</p></help> + </subcategory> + <module>UserLanguage</module> + <action>getLanguage</action> + <order>108</order> + <parameters> + <module>UserLanguage</module> + <action>getLanguage</action> + </parameters> + <uniqueId>widgetUserLanguagegetLanguage</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Language code</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserCountry_SubmenuLocations</id> + <name>Locations</name> + <order>10</order> + <help><p>The "Locations" section is the best way to find out what countries, continents, regions, and cities your website visitors come from — in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.</p></help> + </subcategory> + <module>UserLanguage</module> + <action>getLanguageCode</action> + <order>111</order> + <parameters> + <module>UserLanguage</module> + <action>getLanguageCode</action> + </parameters> + <uniqueId>widgetUserLanguagegetLanguageCode</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device brand</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Devices</id> + <name>Devices</name> + <order>15</order> + <help><p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.</p></help> + </subcategory> + <module>DevicesDetection</module> + <action>getBrand</action> + <order>104</order> + <parameters> + <module>DevicesDetection</module> + <action>getBrand</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrand</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device model</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Devices</id> + <name>Devices</name> + <order>15</order> + <help><p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.</p></help> + </subcategory> + <module>DevicesDetection</module> + <action>getModel</action> + <order>102</order> + <parameters> + <module>DevicesDetection</module> + <action>getModel</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetModel</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Device type</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Devices</id> + <name>Devices</name> + <order>15</order> + <help><p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.</p></help> + </subcategory> + <module>DevicesDetection</module> + <action>getType</action> + <order>100</order> + <parameters> + <module>DevicesDetection</module> + <action>getType</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetType</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Screen Resolution</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Devices</id> + <name>Devices</name> + <order>15</order> + <help><p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.</p></help> + </subcategory> + <module>Resolution</module> + <action>getResolution</action> + <order>108</order> + <parameters> + <module>Resolution</module> + <action>getResolution</action> + </parameters> + <uniqueId>widgetResolutiongetResolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browser Plugins</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Software</id> + <name>Software</name> + <order>20</order> + <help><p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.</p></help> + </subcategory> + <module>DevicePlugins</module> + <action>getPlugin</action> + <order>113</order> + <parameters> + <module>DevicePlugins</module> + <action>getPlugin</action> + </parameters> + <uniqueId>widgetDevicePluginsgetPlugin</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browser engines</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Software</id> + <name>Software</name> + <order>20</order> + <help><p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.</p></help> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowserEngines</action> + <order>110</order> + <parameters> + <module>DevicesDetection</module> + <action>getBrowserEngines</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowserEngines</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphPie</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browser version</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Software</id> + <name>Software</name> + <order>20</order> + <help><p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.</p></help> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowserVersions</action> + <order>106</order> + <parameters> + <module>DevicesDetection</module> + <action>getBrowserVersions</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowserVersions</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Browsers</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Software</id> + <name>Software</name> + <order>20</order> + <help><p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.</p></help> + </subcategory> + <module>DevicesDetection</module> + <action>getBrowsers</action> + <order>105</order> + <parameters> + <module>DevicesDetection</module> + <action>getBrowsers</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetBrowsers</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Operating System families</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Software</id> + <name>Software</name> + <order>20</order> + <help><p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.</p></help> + </subcategory> + <module>DevicesDetection</module> + <action>getOsFamilies</action> + <order>108</order> + <parameters> + <module>DevicesDetection</module> + <action>getOsFamilies</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetOsFamilies</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Operating System versions</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Software</id> + <name>Software</name> + <order>20</order> + <help><p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.</p></help> + </subcategory> + <module>DevicesDetection</module> + <action>getOsVersions</action> + <order>102</order> + <parameters> + <module>DevicesDetection</module> + <action>getOsVersions</action> + </parameters> + <uniqueId>widgetDevicesDetectiongetOsVersions</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Configurations</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>DevicesDetection_Software</id> + <name>Software</name> + <order>20</order> + <help><p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.</p></help> + </subcategory> + <module>Resolution</module> + <action>getConfiguration</action> + <order>107</order> + <parameters> + <module>Resolution</module> + <action>getConfiguration</action> + </parameters> + <uniqueId>widgetResolutiongetConfiguration</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits by day of the week</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>VisitTime_SubmenuTimes</id> + <name>Times</name> + <order>35</order> + <help><p>The "Times" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.</p></help> + </subcategory> + <module>VisitTime</module> + <action>getByDayOfWeek</action> + <order>125</order> + <parameters> + <module>VisitTime</module> + <action>getByDayOfWeek</action> + </parameters> + <uniqueId>widgetVisitTimegetByDayOfWeek</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphVerticalBar</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per local time</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>VisitTime_SubmenuTimes</id> + <name>Times</name> + <order>35</order> + <help><p>The "Times" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.</p></help> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerLocalTime</action> + <order>115</order> + <parameters> + <module>VisitTime</module> + <action>getVisitInformationPerLocalTime</action> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerLocalTime</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphVerticalBar</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per hour in the site's timezone</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>VisitTime_SubmenuTimes</id> + <name>Times</name> + <order>35</order> + <help><p>The "Times" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.</p></help> + </subcategory> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + <order>120</order> + <parameters> + <module>VisitTime</module> + <action>getVisitInformationPerServerTime</action> + </parameters> + <uniqueId>widgetVisitTimegetVisitInformationPerServerTime</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphVerticalBar</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User IDs</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>UserId_UserReportTitle</id> + <name>User IDs</name> + <order>40</order> + <help><p>The user ID report shows visits associated with all your registered and logged in users. Understand website usage by its specific users and find out who your most and least active users are.</p><p><a target="_blank" rel="noopener noreferrer" href="https://matomo.org/docs/user-id?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.UserId.getUsers"><span class="icon-info"></span> Learn more</a></p></help> + </subcategory> + <module>UserId</module> + <action>getUsers</action> + <order>109</order> + <parameters> + <module>UserId</module> + <action>getUsers</action> + </parameters> + <uniqueId>widgetUserIdgetUsers</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Custom Variables</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>CustomVariables_CustomVariables</id> + <name>Custom Variables</name> + <order>45</order> + <help><p>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.</p><p><a href="https://matomo.org/docs/custom-variables/" rel="noreferrer noopener" target="_blank">Read more about this topic in the online guide.</a></p></help> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>110</order> + <parameters> + <module>CustomVariables</module> + <action>getCustomVariables</action> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariables</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>User Type</name> + <category> + <id>General_Visitors</id> + <name>Visitors</name> + <order>5</order> + <icon>icon-reporting-visitors</icon> + <help><p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.</p><p>In addition to general information about your visitors, you can also use the <a href="#" onclick="this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')">Visits Log</a> to see what occurred in every individual visit.</p></help> + <widget /> + </category> + <subcategory> + <id>customdimension1</id> + <name>User Type</name> + <order>73</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>201</order> + <parameters> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <idDimension>1</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionidDimension1</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Pages</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Pages</id> + <name>Pages</name> + <order>5</order> + <help><p>This report contains information about the page URLs that have been visited.</p><p>The table is organized hierarchically, the URLs are displayed as a folder structure.</p><p>Use the plus and minus icons on the left to navigate.</p></help> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>102</order> + <parameters> + <module>Actions</module> + <action>getPageUrls</action> + </parameters> + <uniqueId>widgetActionsgetPageUrls</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry Page Titles</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuPagesEntry</id> + <name>Entry pages</name> + <order>10</order> + <help><p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.</p><p>The entry URLs are displayed as a folder structure.</p><p>Use the plus and minus icons on the left to navigate.</p></help> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>106</order> + <parameters> + <module>Actions</module> + <action>getEntryPageTitles</action> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitles</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Entry pages</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuPagesEntry</id> + <name>Entry pages</name> + <order>10</order> + <help><p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.</p><p>The entry URLs are displayed as a folder structure.</p><p>Use the plus and minus icons on the left to navigate.</p></help> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>103</order> + <parameters> + <module>Actions</module> + <action>getEntryPageUrls</action> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrls</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Exit page titles</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuPagesExit</id> + <name>Exit pages</name> + <order>15</order> + <help><p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.</p><p>The exit URLs are displayed as a folder structure.</p><p>Use the plus and minus icons on the left to navigate.</p></help> + </subcategory> + <module>Actions</module> + <action>getExitPageTitles</action> + <order>107</order> + <parameters> + <module>Actions</module> + <action>getExitPageTitles</action> + </parameters> + <uniqueId>widgetActionsgetExitPageTitles</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Exit pages</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuPagesExit</id> + <name>Exit pages</name> + <order>15</order> + <help><p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.</p><p>The exit URLs are displayed as a folder structure.</p><p>Use the plus and minus icons on the left to navigate.</p></help> + </subcategory> + <module>Actions</module> + <action>getExitPageUrls</action> + <order>104</order> + <parameters> + <module>Actions</module> + <action>getExitPageUrls</action> + </parameters> + <uniqueId>widgetActionsgetExitPageUrls</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page titles</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuPageTitles</id> + <name>Page titles</name> + <order>20</order> + <help><p>This report contains information about the titles of the pages that have been visited.</p><p>The page title is the HTML &lt;title&gt; Tag that most browsers show in their window title.</p></help> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>105</order> + <parameters> + <module>Actions</module> + <action>getPageTitles</action> + </parameters> + <uniqueId>widgetActionsgetPageTitles</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page Titles Following a Site Search</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuSitesearch</id> + <name>Site Search</name> + <order>25</order> + <help><p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.</p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can’t find easily, and more.</p><p><a href="https://matomo.org/docs/site-search/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories" rel="noreferrer noopener" target="_blank">Learn more in the Site Search guide.</a></p></help> + </subcategory> + <module>Actions</module> + <action>getPageTitlesFollowingSiteSearch</action> + <order>119</order> + <parameters> + <module>Actions</module> + <action>getPageTitlesFollowingSiteSearch</action> + </parameters> + <uniqueId>widgetActionsgetPageTitlesFollowingSiteSearch</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Pages Following a Site Search</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuSitesearch</id> + <name>Site Search</name> + <order>25</order> + <help><p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.</p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can’t find easily, and more.</p><p><a href="https://matomo.org/docs/site-search/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories" rel="noreferrer noopener" target="_blank">Learn more in the Site Search guide.</a></p></help> + </subcategory> + <module>Actions</module> + <action>getPageUrlsFollowingSiteSearch</action> + <order>116</order> + <parameters> + <module>Actions</module> + <action>getPageUrlsFollowingSiteSearch</action> + </parameters> + <uniqueId>widgetActionsgetPageUrlsFollowingSiteSearch</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Categories</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuSitesearch</id> + <name>Site Search</name> + <order>25</order> + <help><p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.</p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can’t find easily, and more.</p><p><a href="https://matomo.org/docs/site-search/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories" rel="noreferrer noopener" target="_blank">Learn more in the Site Search guide.</a></p></help> + </subcategory> + <module>Actions</module> + <action>getSiteSearchCategories</action> + <order>120</order> + <parameters> + <module>Actions</module> + <action>getSiteSearchCategories</action> + </parameters> + <uniqueId>widgetActionsgetSiteSearchCategories</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Site Search Keywords</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuSitesearch</id> + <name>Site Search</name> + <order>25</order> + <help><p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.</p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can’t find easily, and more.</p><p><a href="https://matomo.org/docs/site-search/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories" rel="noreferrer noopener" target="_blank">Learn more in the Site Search guide.</a></p></help> + </subcategory> + <module>Actions</module> + <action>getSiteSearchKeywords</action> + <order>115</order> + <parameters> + <module>Actions</module> + <action>getSiteSearchKeywords</action> + </parameters> + <uniqueId>widgetActionsgetSiteSearchKeywords</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Keywords with No Results</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Actions_SubmenuSitesearch</id> + <name>Site Search</name> + <order>25</order> + <help><p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.</p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can’t find easily, and more.</p><p><a href="https://matomo.org/docs/site-search/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories" rel="noreferrer noopener" target="_blank">Learn more in the Site Search guide.</a></p></help> + </subcategory> + <module>Actions</module> + <action>getSiteSearchNoResultKeywords</action> + <order>118</order> + <parameters> + <module>Actions</module> + <action>getSiteSearchNoResultKeywords</action> + </parameters> + <uniqueId>widgetActionsgetSiteSearchNoResultKeywords</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Outlinks</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Outlinks</id> + <name>Outlinks</name> + <order>30</order> + <help><p>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).</p><p>Use the plus and minus icons on the left to navigate.</p></help> + </subcategory> + <module>Actions</module> + <action>getOutlinks</action> + <order>108</order> + <parameters> + <module>Actions</module> + <action>getOutlinks</action> + </parameters> + <uniqueId>widgetActionsgetOutlinks</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Downloads</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Downloads</id> + <name>Downloads</name> + <order>35</order> + <help><p>In this report, you can see which files your visitors have downloaded.</p><p>What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.</p></help> + </subcategory> + <module>Actions</module> + <action>getDownloads</action> + <order>109</order> + <parameters> + <module>Actions</module> + <action>getDownloads</action> + </parameters> + <uniqueId>widgetActionsgetDownloads</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Actions: Event Actions</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Events_Events</id> + <name>Events</name> + <order>40</order> + <help><p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.</p><p><a href="https://matomo.org/docs/event-tracking/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory" rel="noreferrer noopener" target="_blank">Learn more about event tracking here.</a></p></help> + </subcategory> + <module>Events</module> + <action>getAction</action> + <order>101</order> + <parameters> + <module>Events</module> + <action>getAction</action> + <secondaryDimension>eventName</secondaryDimension> + </parameters> + <uniqueId>widgetEventsgetActionsecondaryDimensioneventName</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Actions: Event Categories</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Events_Events</id> + <name>Events</name> + <order>40</order> + <help><p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.</p><p><a href="https://matomo.org/docs/event-tracking/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory" rel="noreferrer noopener" target="_blank">Learn more about event tracking here.</a></p></help> + </subcategory> + <module>Events</module> + <action>getCategory</action> + <order>100</order> + <parameters> + <module>Events</module> + <action>getCategory</action> + <secondaryDimension>eventAction</secondaryDimension> + </parameters> + <uniqueId>widgetEventsgetCategorysecondaryDimensioneventAction</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Actions: Event Names</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Events_Events</id> + <name>Events</name> + <order>40</order> + <help><p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.</p><p><a href="https://matomo.org/docs/event-tracking/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory" rel="noreferrer noopener" target="_blank">Learn more about event tracking here.</a></p></help> + </subcategory> + <module>Events</module> + <action>getName</action> + <order>102</order> + <parameters> + <module>Events</module> + <action>getName</action> + <secondaryDimension>eventAction</secondaryDimension> + </parameters> + <uniqueId>widgetEventsgetNamesecondaryDimensioneventAction</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Actions: Content Name</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Contents_Contents</id> + <name>Contents</name> + <order>45</order> + <help><p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.</p><p><a href="https://matomo.org/docs/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames" rel="noreferrer noopener" target="_blank">Learn more in the Content Tracking guide.</a></p></help> + </subcategory> + <module>Contents</module> + <action>getContentNames</action> + <order>135</order> + <parameters> + <module>Contents</module> + <action>getContentNames</action> + </parameters> + <uniqueId>widgetContentsgetContentNames</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Actions: Content Piece</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Contents_Contents</id> + <name>Contents</name> + <order>45</order> + <help><p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.</p><p><a href="https://matomo.org/docs/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames" rel="noreferrer noopener" target="_blank">Learn more in the Content Tracking guide.</a></p></help> + </subcategory> + <module>Contents</module> + <action>getContentPieces</action> + <order>136</order> + <parameters> + <module>Contents</module> + <action>getContentPieces</action> + </parameters> + <uniqueId>widgetContentsgetContentPieces</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Transitions</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Transitions_Transitions</id> + <name>Transitions</name> + <order>46</order> + <help><p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful "Transitions" report.</p><p><a href="https://matomo.org/docs/transitions/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions" rel="noreferrer noopener" target="_blank">More details</a></p></help> + </subcategory> + <module>Transitions</module> + <action>getTransitions</action> + <order>99</order> + <parameters> + <module>Transitions</module> + <action>getTransitions</action> + </parameters> + <uniqueId>widgetTransitionsgetTransitions</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Returning Visits Over Time</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>VisitorInterest_Engagement</id> + <name>Engagement</name> + <order>46</order> + <help><p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.</p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.</p></help> + </subcategory> + <module>VisitFrequency</module> + <action>getEvolutionGraph</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>VisitFrequency</module> + <action>getEvolutionGraph</action> + </parameters> + <uniqueId>widgetVisitFrequencygetEvolutionGraphforceView1viewDataTablegraphEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Frequency Overview</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>VisitorInterest_Engagement</id> + <name>Engagement</name> + <order>46</order> + <help><p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.</p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.</p></help> + </subcategory> + <module>VisitFrequency</module> + <action>get</action> + <order>2</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>VisitFrequency</module> + <action>get</action> + </parameters> + <uniqueId>widgetVisitFrequencygetforceView1viewDataTablesparklines</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits by days since last visit</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>VisitorInterest_Engagement</id> + <name>Engagement</name> + <order>46</order> + <help><p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.</p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.</p></help> + </subcategory> + <module>VisitorInterest</module> + <action>getNumberOfVisitsByDaysSinceLast</action> + <order>130</order> + <parameters> + <module>VisitorInterest</module> + <action>getNumberOfVisitsByDaysSinceLast</action> + </parameters> + <uniqueId>widgetVisitorInterestgetNumberOfVisitsByDaysSinceLast</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits by visit number</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>VisitorInterest_Engagement</id> + <name>Engagement</name> + <order>46</order> + <help><p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.</p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.</p></help> + </subcategory> + <module>VisitorInterest</module> + <action>getNumberOfVisitsByVisitCount</action> + <order>125</order> + <parameters> + <module>VisitorInterest</module> + <action>getNumberOfVisitsByVisitCount</action> + </parameters> + <uniqueId>widgetVisitorInterestgetNumberOfVisitsByVisitCount</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per number of pages</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>VisitorInterest_Engagement</id> + <name>Engagement</name> + <order>46</order> + <help><p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.</p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.</p></help> + </subcategory> + <module>VisitorInterest</module> + <action>getNumberOfVisitsPerPage</action> + <order>120</order> + <parameters> + <module>VisitorInterest</module> + <action>getNumberOfVisitsPerPage</action> + </parameters> + <uniqueId>widgetVisitorInterestgetNumberOfVisitsPerPage</uniqueId> + <isWide>0</isWide> + <viewDataTable>cloud</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Visits per visit duration</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>VisitorInterest_Engagement</id> + <name>Engagement</name> + <order>46</order> + <help><p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.</p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.</p></help> + </subcategory> + <module>VisitorInterest</module> + <action>getNumberOfVisitsPerVisitDuration</action> + <order>115</order> + <parameters> + <module>VisitorInterest</module> + <action>getNumberOfVisitsPerVisitDuration</action> + </parameters> + <uniqueId>widgetVisitorInterestgetNumberOfVisitsPerVisitDuration</uniqueId> + <isWide>0</isWide> + <viewDataTable>cloud</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Evolution of page performance metrics</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>PagePerformance_Performance</id> + <name>Performance</name> + <order>47</order> + <help><p>The Performance section can help you analyse how fast your website or app is performing on the whole and help discover whether you have specific pages that significantly deviate from your averages.</p><p>You can also find reports showing exactly how long each page of your website takes to load and what is contributing to their loading time.</p></help> + </subcategory> + <module>PagePerformance</module> + <action>getEvolutionGraph</action> + <order>1</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphStackedBarEvolution</viewDataTable> + <module>PagePerformance</module> + <action>getEvolutionGraph</action> + </parameters> + <uniqueId>widgetPagePerformancegetEvolutionGraphforceView1viewDataTablegraphStackedBarEvolution</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphStackedBarEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Users Flow - Visualization</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>UsersFlow_UsersFlow</id> + <name>Users Flow</name> + <order>47</order> + <help><p>This data is based on the 5000 most popular connections per interaction. If you want to include more or less data, you can change the number of connections per step by adjusting the value of the <code>[UsersFlow] usersflow_num_max_links_per_interaction</code> configuration in the <code>config/config.ini.php</code> file. The "Explore traffic" feature is currently only available to "day", "week", "month" and "range" periods.</p></help> + </subcategory> + <module>UsersFlow</module> + <action>getUsersFlow</action> + <order>2000</order> + <parameters> + <module>UsersFlow</module> + <action>getUsersFlow</action> + </parameters> + <uniqueId>widgetUsersFlowgetUsersFlow</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Users Flow - Overview - Page URLs</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>UsersFlow_TopPaths</id> + <name>Top Paths</name> + <order>48</order> + <help><p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.</p></help> + </subcategory> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <order>2001</order> + <parameters> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + </parameters> + <uniqueId>widgetUsersFlowgetUsersFlowPretty</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Users Flow - Overview - Page Titles</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>UsersFlow_TopPaths</id> + <name>Top Paths</name> + <order>48</order> + <help><p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.</p></help> + </subcategory> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <order>2003</order> + <parameters> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <dataSource>page_title</dataSource> + </parameters> + <uniqueId>widgetUsersFlowgetUsersFlowPrettydataSourcepage_title</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Users Flow - Top Paths - Page URLs</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>UsersFlow_TopPaths</id> + <name>Top Paths</name> + <order>48</order> + <help><p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.</p></help> + </subcategory> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <order>2000</order> + <parameters> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <topPaths>1</topPaths> + </parameters> + <uniqueId>widgetUsersFlowgetUsersFlowPrettytopPaths1</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Users Flow - Top Paths - Page Titles</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>UsersFlow_TopPaths</id> + <name>Top Paths</name> + <order>48</order> + <help><p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.</p></help> + </subcategory> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <order>2002</order> + <parameters> + <module>UsersFlow</module> + <action>getUsersFlowPretty</action> + <topPaths>1</topPaths> + <dataSource>page_title</dataSource> + </parameters> + <uniqueId>widgetUsersFlowgetUsersFlowPrettytopPaths1dataSourcepage_title</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page Author</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>customdimension2</id> + <name>Page Author</name> + <order>70</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>202</order> + <parameters> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <idDimension>2</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionidDimension2</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page Location</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>customdimension4</id> + <name>Page Location</name> + <order>71</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>204</order> + <parameters> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <idDimension>4</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionidDimension4</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Page Type</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>customdimension5</id> + <name>Page Type</name> + <order>72</order> + <help /> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>205</order> + <parameters> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <idDimension>5</idDimension> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionidDimension5</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Crawl errors on Bing</name> + <category> + <id>General_Actions</id> + <name>Behaviour</name> + <order>10</order> + <icon>icon-reporting-actions</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>SearchEngineKeywordsPerformance_CrawlingErrors</id> + <name>Crawling errors</name> + <order>99</order> + <help /> + </subcategory> + <module>SearchEngineKeywordsPerformance</module> + <action>getCrawlingErrorExamplesBing</action> + <order>102</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getCrawlingErrorExamplesBing</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetCrawlingErrorExamplesBing</uniqueId> + <isWide>1</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Referrers</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_WidgetGetAll</id> + <name>All Channels</name> + <order>5</order> + <help><p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.</p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.</p></help> + </subcategory> + <module>Referrers</module> + <action>getAll</action> + <order>102</order> + <parameters> + <module>Referrers</module> + <action>getAll</action> + </parameters> + <uniqueId>widgetReferrersgetAll</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableAllColumns</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Channel Types</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_WidgetGetAll</id> + <name>All Channels</name> + <order>5</order> + <help><p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.</p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.</p></help> + </subcategory> + <module>Referrers</module> + <action>getReferrerType</action> + <order>101</order> + <parameters> + <module>Referrers</module> + <action>getReferrerType</action> + </parameters> + <uniqueId>widgetReferrersgetReferrerType</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableAllColumns</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (including not defined)</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_SubmenuSearchEngines</id> + <name>Search Engines & Keywords</name> + <order>10</order> + <help><p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.</p><p><a href="https://matomo.org/matomo-cloud/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Matomo Cloud</a> and <a href="https://plugins.matomo.org/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Search Engine Keywords Performance</a> plugin users will receive the best results from this report.</p></help> + </subcategory> + <module>Referrers</module> + <action>getKeywords</action> + <order>110</order> + <parameters> + <module>Referrers</module> + <action>getKeywords</action> + </parameters> + <uniqueId>widgetReferrersgetKeywords</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Search Engines</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_SubmenuSearchEngines</id> + <name>Search Engines & Keywords</name> + <order>10</order> + <help><p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.</p><p><a href="https://matomo.org/matomo-cloud/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Matomo Cloud</a> and <a href="https://plugins.matomo.org/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Search Engine Keywords Performance</a> plugin users will receive the best results from this report.</p></help> + </subcategory> + <module>Referrers</module> + <action>getSearchEngines</action> + <order>107</order> + <parameters> + <module>Referrers</module> + <action>getSearchEngines</action> + </parameters> + <uniqueId>widgetReferrersgetSearchEngines</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Combined keywords</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_SubmenuSearchEngines</id> + <name>Search Engines & Keywords</name> + <order>10</order> + <help><p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.</p><p><a href="https://matomo.org/matomo-cloud/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Matomo Cloud</a> and <a href="https://plugins.matomo.org/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Search Engine Keywords Performance</a> plugin users will receive the best results from this report.</p></help> + </subcategory> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywords</action> + <order>101</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywords</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetKeywords</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Keywords (on Bing and Yahoo!)</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_SubmenuSearchEngines</id> + <name>Search Engines & Keywords</name> + <order>10</order> + <help><p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.</p><p><a href="https://matomo.org/matomo-cloud/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Matomo Cloud</a> and <a href="https://plugins.matomo.org/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Search Engine Keywords Performance</a> plugin users will receive the best results from this report.</p></help> + </subcategory> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsBing</action> + <order>115</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsBing</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetKeywordsBing</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Image keywords on Google</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_SubmenuSearchEngines</id> + <name>Search Engines & Keywords</name> + <order>10</order> + <help><p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.</p><p><a href="https://matomo.org/matomo-cloud/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Matomo Cloud</a> and <a href="https://plugins.matomo.org/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Search Engine Keywords Performance</a> plugin users will receive the best results from this report.</p></help> + </subcategory> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleImage</action> + <order>120</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleImage</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetKeywordsGoogleImage</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Video keywords on Google</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_SubmenuSearchEngines</id> + <name>Search Engines & Keywords</name> + <order>10</order> + <help><p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.</p><p><a href="https://matomo.org/matomo-cloud/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Matomo Cloud</a> and <a href="https://plugins.matomo.org/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Search Engine Keywords Performance</a> plugin users will receive the best results from this report.</p></help> + </subcategory> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleVideo</action> + <order>125</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleVideo</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetKeywordsGoogleVideo</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Web keywords on Google</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_SubmenuSearchEngines</id> + <name>Search Engines & Keywords</name> + <order>10</order> + <help><p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.</p><p><a href="https://matomo.org/matomo-cloud/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Matomo Cloud</a> and <a href="https://plugins.matomo.org/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines" rel="noreferrer noopener" target="_blank">Search Engine Keywords Performance</a> plugin users will receive the best results from this report.</p></help> + </subcategory> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleWeb</action> + <order>110</order> + <parameters> + <module>SearchEngineKeywordsPerformance</module> + <action>getKeywordsGoogleWeb</action> + </parameters> + <uniqueId>widgetSearchEngineKeywordsPerformancegetKeywordsGoogleWeb</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Websites</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_SubmenuWebsitesOnly</id> + <name>Websites</name> + <order>15</order> + <help><p>In this table, you can see which websites referred visitors to your site.</p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.</p></help> + </subcategory> + <module>Referrers</module> + <action>getWebsites</action> + <order>105</order> + <parameters> + <module>Referrers</module> + <action>getWebsites</action> + </parameters> + <uniqueId>widgetReferrersgetWebsites</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableAllColumns</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Social Networks</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Socials</id> + <name>Social Networks</name> + <order>16</order> + <help><p>In this table, you can see which websites referred visitors to your site.</p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.</p></help> + </subcategory> + <module>Referrers</module> + <action>getSocials</action> + <order>111</order> + <parameters> + <module>Referrers</module> + <action>getSocials</action> + </parameters> + <uniqueId>widgetReferrersgetSocials</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphPie</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>AI Assistants</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_AIAssistants</id> + <name>AI Assistants</name> + <order>18</order> + <help><p>In this table, you can see which AI assistants referred visitors to your site.</p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.</p></help> + </subcategory> + <module>Referrers</module> + <action>getAIAssistants</action> + <order>113</order> + <parameters> + <module>Referrers</module> + <action>getAIAssistants</action> + </parameters> + <uniqueId>widgetReferrersgetAIAssistants</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphPie</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Contents</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Campaigns</id> + <name>Campaigns</name> + <order>20</order> + <help><p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.</p></help> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + <order>105</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getContent</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetContent</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Groups</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Campaigns</id> + <name>Campaigns</name> + <order>20</order> + <help><p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.</p></help> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + <order>108</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getGroup</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetGroup</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Ids</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Campaigns</id> + <name>Campaigns</name> + <order>20</order> + <help><p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.</p></help> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + <order>107</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getId</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetId</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Keywords</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Campaigns</id> + <name>Campaigns</name> + <order>20</order> + <help><p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.</p></help> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + <order>102</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getKeyword</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetKeyword</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Mediums</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Campaigns</id> + <name>Campaigns</name> + <order>20</order> + <help><p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.</p></help> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + <order>104</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getMedium</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetMedium</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Names</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Campaigns</id> + <name>Campaigns</name> + <order>20</order> + <help><p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.</p></help> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + <order>101</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getName</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetName</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Placements</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Campaigns</id> + <name>Campaigns</name> + <order>20</order> + <help><p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.</p></help> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + <order>109</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getPlacement</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetPlacement</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Sources</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Campaigns</id> + <name>Campaigns</name> + <order>20</order> + <help><p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.</p></help> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + <order>103</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getSource</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSource</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign Source - Medium</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_Campaigns</id> + <name>Campaigns</name> + <order>20</order> + <help><p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.</p></help> + </subcategory> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + <order>106</order> + <parameters> + <module>MarketingCampaignsReporting</module> + <action>getSourceMedium</action> + </parameters> + <uniqueId>widgetMarketingCampaignsReportinggetSourceMedium</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Campaign URL Builder</name> + <category> + <id>Referrers_Referrers</id> + <name>Acquisition</name> + <order>15</order> + <icon>icon-reporting-referer</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Referrers_URLCampaignBuilder</id> + <name>Campaign URL Builder</name> + <order>21</order> + <help /> + </subcategory> + <module>Referrers</module> + <action>getCampaignUrlBuilder</action> + <order>99</order> + <parameters> + <module>Referrers</module> + <action>getCampaignUrlBuilder</action> + </parameters> + <uniqueId>widgetReferrersgetCampaignUrlBuilder</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Ecommerce Overview</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>2</order> + <help><p>The Ecommerce Overview section is the best place to get a high-level view of your online store’s performance. At a glance, you can see how many sales you’re making, how much revenue you are generating, and your website’s conversion rate.</p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.</p><p><a href="https://matomo.org/docs/ecommerce-analytics/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Ecommerce.Overview" rel="noreferrer noopener" target="_blank">Learn more in our Ecommerce guide here.</a></p></help> + </subcategory> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <order>1</order> + <parameters> + <module>CoreHome</module> + <action>renderWidgetContainer</action> + <containerId>EcommerceOverview</containerId> + </parameters> + <uniqueId>widgetEcommerceOverview</uniqueId> + <isWide>0</isWide> + <layout /> + <isContainer>1</isContainer> + <widgets> + <row> + <name /> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>99</order> + <help /> + </subcategory> + <module>Goals</module> + <action>getEvolutionGraph</action> + <order>5</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>graphEvolution</viewDataTable> + <module>Goals</module> + <action>getEvolutionGraph</action> + <idGoal>ecommerceOrder</idGoal> + </parameters> + <uniqueId>widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoalecommerceOrder</uniqueId> + <isWide>0</isWide> + <viewDataTable>graphEvolution</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name /> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>General_Overview</id> + <name>Overview</name> + <order>99</order> + <help /> + </subcategory> + <module>Ecommerce</module> + <action>getSparklines</action> + <order>15</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>sparklines</viewDataTable> + <module>Ecommerce</module> + <action>getSparklines</action> + <idGoal>ecommerceOrder</idGoal> + </parameters> + <uniqueId>widgetEcommercegetSparklinesforceView1viewDataTablesparklinesidGoalecommerceOrder</uniqueId> + <isWide>0</isWide> + <viewDataTable>sparklines</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Conversions Overview</name> + <category> + <id>Goals_Goals</id> + <name>Goals</name> + <order>99</order> + <icon /> + <help /> + <widget /> + </category> + <subcategory> + <id>ecommerceOrder</id> + <name>ecommerceOrder</name> + <order>99</order> + <help /> + </subcategory> + <module>Ecommerce</module> + <action>getConversionsOverview</action> + <order>25</order> + <parameters> + <module>Ecommerce</module> + <action>getConversionsOverview</action> + <idGoal>ecommerceOrder</idGoal> + </parameters> + <uniqueId>widgetEcommercegetConversionsOverviewidGoalecommerceOrder</uniqueId> + <isWide>0</isWide> + <middlewareParameters> + <module>Goals</module> + <action>hasConversions</action> + <idGoal>ecommerceOrder</idGoal> + </middlewareParameters> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + </widgets> + </row> + <row> + <name>Ecommerce Log</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals_EcommerceLog</id> + <name>Ecommerce Log</name> + <order>5</order> + <help><p>The Ecommerce log provides granular session-level data so you can look at the full session for each user that either made a purchase or abandoned their cart. This can help you understand what users do before and after purchasing to reveal optimisation opportunities.</p><p>Data on this page is updated in real-time.</p></help> + </subcategory> + <module>Ecommerce</module> + <action>getEcommerceLog</action> + <order>99</order> + <parameters> + <module>Ecommerce</module> + <action>getEcommerceLog</action> + </parameters> + <uniqueId>widgetEcommercegetEcommerceLog</uniqueId> + <isWide>0</isWide> + </row> + <row> + <name>Ecommerce: Product Category</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals_Products</id> + <name>Products</name> + <order>10</order> + <help><p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.</p></help> + </subcategory> + <module>Goals</module> + <action>getItemsCategory</action> + <order>132</order> + <parameters> + <module>Goals</module> + <action>getItemsCategory</action> + </parameters> + <uniqueId>widgetGoalsgetItemsCategory</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Ecommerce: Product Name</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals_Products</id> + <name>Products</name> + <order>10</order> + <help><p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.</p></help> + </subcategory> + <module>Goals</module> + <action>getItemsName</action> + <order>130</order> + <parameters> + <module>Goals</module> + <action>getItemsName</action> + </parameters> + <uniqueId>widgetGoalsgetItemsName</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Ecommerce: Product SKU</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Goals_Products</id> + <name>Products</name> + <order>10</order> + <help><p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.</p></help> + </subcategory> + <module>Goals</module> + <action>getItemsSku</action> + <order>131</order> + <parameters> + <module>Goals</module> + <action>getItemsSku</action> + </parameters> + <uniqueId>widgetGoalsgetItemsSku</uniqueId> + <isWide>0</isWide> + <viewDataTable>table</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Sales by Pages: Entry page titles</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Ecommerce_Sales</id> + <name>Sales</name> + <order>15</order> + <help><p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.</p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.</p></help> + </subcategory> + <module>Actions</module> + <action>getEntryPageTitles</action> + <order>103</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Sales by Pages: Entry pages</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Ecommerce_Sales</id> + <name>Sales</name> + <order>15</order> + <help><p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.</p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.</p></help> + </subcategory> + <module>Actions</module> + <action>getEntryPageUrls</action> + <order>102</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getEntryPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Sales by Pages: Page titles</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Ecommerce_Sales</id> + <name>Sales</name> + <order>15</order> + <help><p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.</p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.</p></help> + </subcategory> + <module>Actions</module> + <action>getPageTitles</action> + <order>104</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageTitles</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Sales by Pages: Page URLs</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Ecommerce_Sales</id> + <name>Sales</name> + <order>15</order> + <help><p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.</p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.</p></help> + </subcategory> + <module>Actions</module> + <action>getPageUrls</action> + <order>101</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>Actions</module> + <action>getPageUrls</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Sales by User attribute: User Type</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Ecommerce_Sales</id> + <name>Sales</name> + <order>15</order> + <help><p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.</p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.</p></help> + </subcategory> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <order>403</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomDimensions</module> + <action>getCustomDimension</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <idDimension>1</idDimension> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrderidDimension1segmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> + <row> + <name>Sales by User attribute: Custom Variables</name> + <category> + <id>Goals_Ecommerce</id> + <name>Ecommerce</name> + <order>20</order> + <icon>icon-reporting-ecommerce</icon> + <help /> + <widget /> + </category> + <subcategory> + <id>Ecommerce_Sales</id> + <name>Sales</name> + <order>15</order> + <help><p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.</p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.</p></help> + </subcategory> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <order>402</order> + <parameters> + <forceView>1</forceView> + <viewDataTable>tableGoals</viewDataTable> + <module>CustomVariables</module> + <action>getCustomVariables</action> + <documentationForGoalsPage>1</documentationForGoalsPage> + <idGoal>ecommerceOrder</idGoal> + <segmented_visitor_log_segment_suffix>visitEcommerceStatus==ordered</segmented_visitor_log_segment_suffix> + </parameters> + <uniqueId>widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered</uniqueId> + <isWide>0</isWide> + <viewDataTable>tableGoals</viewDataTable> + <isReport>1</isReport> + </row> +</result> \ No newline at end of file From a2af411b38f7bab1d229fd6c61ceedc2eb102962 Mon Sep 17 00:00:00 2001 From: Jacob Ransom <jacob@innocraft.com> Date: Thu, 2 Oct 2025 22:48:01 +1300 Subject: [PATCH 02/12] Adding testing examples and correcting some previous ones --- .../ExamplesFromDemoByType.json | 78 +++++++++++++++++++ .../ExamplesPostTruncationByType.json | 30 +++++++ .../ExamplesSchemasByType.json | 72 ++++++++++++++++- 3 files changed, 178 insertions(+), 2 deletions(-) diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json index 7d25103..818ac0d 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json @@ -1,4 +1,82 @@ { + "API.getMatomoVersion": { + "xml": "[\"5.4.0\"]", + "json": "{\"value\":\"5.4.0\"}", + "tsv": "value\n5.4.0" + }, + "API.getPhpVersion": { + "xml": "{\"row\":{\"version\":\"8.4.10\",\"major\":\"8\",\"minor\":\"4\",\"release\":\"10\",\"versionId\":\"80410\",\"extra\":\"\"}}", + "json": "{\"version\":\"8.4.10\",\"major\":8,\"minor\":4,\"release\":10,\"versionId\":80410,\"extra\":\"\"}", + "tsv": "version\tmajor\tminor\trelease\tversionId\textra\n8.4.10\t8\t4\t10\t80410" + }, + "API.getPiwikVersion": { + "xml": "[\"5.4.0\"]", + "json": "{\"value\":\"5.4.0\"}", + "tsv": "value\n5.4.0" + }, + "API.getIpFromHeader": { + "xml": "[\"111.111.111.111\"]", + "json": "{\"value\":\"111.111.111.111\"}", + "tsv": "value\n111.111.111.111" + }, + "API.getSettings": { + "xml": "{\"row\":{\"SDK_batch_size\":\"10\",\"SDK_interval_value\":\"30\"}}", + "json": "{\"SDK_batch_size\":10,\"SDK_interval_value\":30}", + "tsv": "SDK_batch_size\tSDK_interval_value\n10\t30" + }, + "API.getAvailableMeasurableTypes": { + "xml": "{\"row\":[{\"id\":\"website\",\"name\":\"Website\",\"description\":\"A website consists of webpages, typically served from a single domain on the web.\",\"longDescription\":\"Track visitor interactions like page views, clicks, downloads, and events on a public-facing website. A single measurable can include multiple domains and subdomains, or you can create separate measurables for each.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":{\"row\":{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":{\"row\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\\/guidelines.\",\"introduction\":\"\",\"condition\":\"\",\"fullWidth\":\"0\"},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":\"\",\"condition\":\"disable_visitor_log==0\",\"fullWidth\":\"0\"}]}}}},{\"id\":\"intranet\",\"name\":\"Intranet Website\",\"description\":\"An intranet measurable is just like a website but hosted on an internal network.\",\"longDescription\":\"Track internal sites that are only accessible within your organisation\\u2019s network. Matomo uses first-party cookies to more accurately identify unique visitors in intranet environments.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":{\"row\":{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":{\"row\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\\/guidelines.\",\"introduction\":\"\",\"condition\":\"\",\"fullWidth\":\"0\"},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":\"\",\"condition\":\"disable_visitor_log==0\",\"fullWidth\":\"0\"}]}}}},{\"id\":\"rollup\",\"name\":\"Roll-Up\",\"description\":\"Roll-Ups let you aggregate data from multiple websites and apps into one single parent site.\",\"longDescription\":\"The Roll-Up Reporting plugin lets you aggregate data from multiple websites and apps into one single place. Access, analyse, and compare the data of multiple digital properties in one report, helping you instantly gain the insights you need, error-free.\",\"howToSetupUrl\":\"\",\"settings\":{\"row\":{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":{\"row\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\/guidelines.\",\"introduction\":\"\",\"condition\":\"\",\"fullWidth\":\"0\"},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":\"\",\"condition\":\"disable_visitor_log==0\",\"fullWidth\":\"0\"}]}}}}]}", + "json": "[{\"id\":\"website\",\"name\":\"Website\",\"description\":\"A website consists of webpages, typically served from a single domain on the web.\",\"longDescription\":\"Track visitor interactions like page views, clicks, downloads, and events on a public-facing website. A single measurable can include multiple domains and subdomains, or you can create separate measurables for each.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":[{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":false,\"defaultValue\":false,\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":[],\"availableValues\":null,\"description\":null,\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\\/guidelines.\",\"introduction\":null,\"condition\":null,\"fullWidth\":false},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":false,\"defaultValue\":false,\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":[],\"availableValues\":null,\"description\":null,\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":null,\"condition\":\"disable_visitor_log==0\",\"fullWidth\":false}]}]},{\"id\":\"intranet\",\"name\":\"Intranet Website\",\"description\":\"An intranet measurable is just like a website but hosted on an internal network.\",\"longDescription\":\"Track internal sites that are only accessible within your organisation\\u2019s network. Matomo uses first-party cookies to more accurately identify unique visitors in intranet environments.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":[{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":false,\"defaultValue\":false,\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":[],\"availableValues\":null,\"description\":null,\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\\/guidelines.\",\"introduction\":null,\"condition\":null,\"fullWidth\":false},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":false,\"defaultValue\":false,\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":[],\"availableValues\":null,\"description\":null,\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":null,\"condition\":\"disable_visitor_log==0\",\"fullWidth\":false}]}]}]" + }, + "API.getSegmentsMetadata": { + "xml": "{\"row\":[{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Actions In Visit\",\"segment\":\"actions\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since first visit\",\"segment\":\"daysSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last Ecommerce order\",\"segment\":\"daysSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last visit\",\"segment\":\"daysSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Events\",\"segment\":\"events\",\"acceptedValues\":\"To select all visits who triggered an Event, use: &segment=events>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 minute (start of visit)\",\"segment\":\"visitLocalMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 67, 57, 58, 59\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Interactions\",\"segment\":\"interactions\",\"acceptedValues\":\"Any positive integer\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Internal Searches\",\"segment\":\"searches\",\"acceptedValues\":\"To select all visits who used internal Site Search, use: &segment=searches>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of visits\",\"segment\":\"visitCount\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since first visit\",\"segment\":\"secondsSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last Ecommerce order\",\"segment\":\"secondsSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last visit\",\"segment\":\"secondsSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visit Duration (in seconds)\",\"segment\":\"visitDuration\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visitor IP\",\"segment\":\"visitIp\",\"acceptedValues\":\"13.54.122.1. Select IP ranges with notation: <code>visitIp>13.54.122.0;visitIp<13.54.122.255<\\/code>\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser\",\"segment\":\"browserName\",\"acceptedValues\":\"FireFox, Internet Explorer, Chrome, Safari, Opera etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser code\",\"segment\":\"browserCode\",\"acceptedValues\":\"FF, IE, CH, SF, OP etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser engine\",\"segment\":\"browserEngine\",\"acceptedValues\":\"Trident, WebKit, Presto, Gecko, Blink, etc.\",\"suggestedValuesCallback\":\"\\\\DeviceDetector\\\\Parser\\\\Client\\\\Browser\\\\Engine::getAvailableEngines\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser version\",\"segment\":\"browserVersion\",\"acceptedValues\":\"1.0, 8.0, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device brand\",\"segment\":\"deviceBrand\",\"acceptedValues\":\"2E, 3GNET, 3GO, 3Q, 4Good, 4ife, 5IVE, 7 Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, ACD, Ace, Aceline, Acepad, Acer, Acteck, actiMirror, Adreamer, Adronix, Advan, Advance, Advantage Air, AEEZO, AFFIX, AfriOne, AGM, AG Mobile, AIDATA, AileTV, Ainol, Airis, Airness, AIRON, Airpha, Airtel, Airties, AirTouch, AIS, Aiuto, Aiwa, Ajib, Akai, AKIRA, Alba, Alcatel, Alcor, ALDI NORD, ALDI S\\u00dcD, Alfawise, Alienware, Aligator, AllCall, AllDocube, allente, ALLINmobile, All Star, Allview, Allwinner, Alps, alpsmart, Altech UEC, Altibox, Altice, Altimo, altron, Altus, AMA, Amazon, Amazon Basics, AMCV, AMGOO, Amigoo, Amino, Amoi, ANBERNIC, ANCEL, andersson, Andowl, Angelcare, AngelTech, Anker, Anry, ANS, ANXONIT, AOC, Aocos, Aocwei, AOpen, Aoro, Aoson, AOYODKG, ApoloSign, Apple, Aquarius, Archos, Arian Space, Arival, Ark, ArmPhone, Arnova, ARRIS, Artel, Artizlee, ArtLine, Ar\\u00e7elik, Asano, Asanzo, Ask, Aspera, ASSE, Assistant, astro (MY), Astro (UA), Asus, AT&T, Athesi, Atlantic Electrics, Atmaca Elektronik, ATMAN, ATMPC, ATOL, Atom, Atouch, Atozee, Attila, Atvio, Audiovox, AUPO, AURIS, Autan, AUX, Avaya, Avenzo, AVH, Avvio, Awow, AWOX, AXEN, Axioo, AXXA, Axxion, AYA, AYYA, Azeyou, AZOM, Azumi Mobile, Azupik, b2m, Backcell, BAFF, BangOlufsen, Barnes & Noble, BARTEC, BASE, BAUHN, BBK, BB Mobile, BDF, BDQ, BDsharing, Beafon, Becker, Beeline, Beelink, Beetel, Beista, Beko, Bell, Bellphone, Benco, Benesse, BenQ, BenQ-Siemens, BenWee, Benzo, Beyond, Bezkam, BGH, Biegedy, Bigben, BIHEE, BilimLand, Billion, Billow, BioRugged, Bird, Bitel, Bitmore, Bittium, Bkav, Black Bear, Black Box, Black Fox, Blackpcs, Blackphone, Blackton, Blackview, Blaupunkt, Bleck, BLISS, Blloc, Blow, Blu, Bluboo, Bluebird, Bluedot, Bluegood, BlueSky, Bluewave, BluSlate, BMAX, Bmobile, BMW, BMXC, Bobarry, bogo, Bolva, Bookeen, Boost, Botech, Boway, bq, Bqeel, BrandCode, Brandt, BRAVE, Bravis, BrightSign, Brigmton, Brondi, BROR, BS Mobile, Bubblegum, Bundy, Bush, BuzzTV, BYD, BYJU'S, BYYBUO, C5 Mobile, CADENA, CAGI, Caixun, CALME, Camfone, Canaima, Canal+, Canal Digital, Canguro, Capitel, Captiva, Carbon Mobile, Carrefour, Casio, Casper, Cat, Cavion, CCIT, Cecotec, Ceibal, Celcus, Celkon, Cell-C, Cellacom, CellAllure, Cellution, CENTEK, Centric, CEPTER, CG Mobile, CGV, Chainway, Changhong, CHCNAV, Cherry Mobile, Chico Mobile, ChiliGreen, China Mobile, China Telecom, Chuwi, C Idea, CipherLab, Citycall, CKK Mobile, Claresta, Clarmin, CLAYTON, ClearPHONE, Clementoni, Cloud, Cloudfone, Cloudpad, Clout, Clovertek, CMF, CnM, Cobalt, Coby Kyros, Cogeco, COLORROOM, Colors, Comio, CommScope, Compal, Compaq, COMPUMAX, ComTrade Tesla, Conceptum, Concord, ConCorde, Condor, Connectce, Connex, Conquest, CONSUNG, Continental Edison, Contixo, coocaa, COOD-E, Coolpad, Coopers, CORN, Cosmote, Covia, Cowon, COYOTE, CPDEVICE, CreNova, Crescent, Crestron, Cricket, Crius Mea, Crony, Crosscall, Crown, Ctroniq, Cube, CUBOT, CUD, Cuiud, Cultraview, CVTE, Cwowdefu, CX, Cyrus, D-Link, D-Tech, Daewoo, Danew, DangcapHD, Dany, Daria, DASS, Datalogic, Datamini, Datang, Datawind, Datsun, Dawlance, Dazen, DbPhone, Dbtel, Dcode, DEALDIG, Dell, Denali, Denka, Denver, Desay, DeWalt, DEXP, DEYI, DF, DGTEC, DIALN, Dialog, Dicam, Digi, Digicel, DIGICOM, Digidragon, DIGIFORS, Digihome, Digiland, Digit4G, Digma, DIJITSU, DIKOM, DIMO, Dinalink, Dinax, DING DING, Diofox, DIORA, DISH, Disney, Ditecma, Diva, DiverMax, Divisat, DIXON, DL, DMM, DMOAO, DNS, DoCoMo, Doffler, Dolamee, Dom.ru, Doogee, Doopro, Doov, Dopod, Doppio, Dora, DORLAND, Doro, DPA, DRAGON, Dragon Touch, Dreamgate, DreamStar, DreamTab, Droidlogic, Droxio, DSDevices, DSIC, Dtac, DUDU AUTO, Dune HD, DUNNS Mobile, DuoTV, Durabook, Duubee, Dykemann, Dyon, E-Boda, E-Ceros, E-TACHI, E-tel, Eagle, EagleSoar, EAS Electric, Easypix, EBEN, EBEST, Echo Mobiles, ecom, ECON, ECOO, EcoStar, ECS, Edenwood, EE, EFT, EGL, EGOTEK, Ehlel, Einstein, EKINOX, EKO, Eks Mobility, EKT, ELARI, ELE-GATE, Elecson, Electroneum, ELECTRONIA, Elekta, Elektroland, Element, Elenberg, Elephone, Elevate, Elista, elit, Elong Mobile, Eltex, Ematic, Emporia, ENACOM, ENDURO, Energizer, Energy Sistem, Engel, ENIE, Enot, eNOVA, Entity, Envizen, Ephone, Epic, Epik One, Eplutus, Epson, Equator, Ergo, Ericsson, Ericy, Erisson, Essential, Essentielb, eSTAR, ETOE, Eton, eTouch, Etuline, Eudora, Eurocase, EUROLUX, Eurostar, Evercoss, Everest, Everex, Everfine, Everis, Evertek, Evolio, Evolveo, Evoo, EVPAD, EvroMedia, evvoli, EWIS, EXCEED, Exmart, ExMobile, EXO, Explay, Express LUCK, ExtraLink, Extrem, Eyemoo, EYU, Ezio, Ezze, F&U, F+, F2 Mobile, F150, Facebook, Facetel, Facime, Fairphone, Famoco, Famous, Fantec, Fanvace, FaRao Pro, Farassoo, FarEasTone, Fengxiang, Fenoti, FEONAL, Fero, FFF SmartLife, Figgers, FiGi, FiGO, FiiO, Filimo, FILIX, FinePower, FINIX, Finlux, FireFly Mobile, FISE, Fision, FITCO, Fluo, Fly, FLYCAT, FLYCOAY, FMT, FNB, FNF, Fobem, Fondi, Fonos, FONTEL, FOODO, FORME, Formovie, Formuler, Forstar, Fortis, FortuneShip, FOSSiBOT, Fourel, Four Mobile, Foxconn, FoxxD, FPT, free, Freetel, FreeYond, FRESH, Frunsi, Fuego, FUJICOM, Fujitsu, Funai, Fusion5, Future Mobile Technology, Fxtec, G-Guard, G-PLUS, G-TiDE, G-Touch, G-Vill, Galactic, Galatec, Galaxy Innovations, Gamma, Garmin-Asus, Gateway, Gazal, Gazer, GDL, Geanee, Geant, Gear Mobile, Gemini, General Mobile, Genesis, GEOFOX, Geo Phone, Geotel, Geotex, GEOZON, Getnord, GFive, Gfone, Ghia, Ghong, Ghost, Gigabyte, Gigaset, Gini, Ginzzu, Gionee, GIRASOLE, GlobalSec, Globex, Globmall, GlocalMe, Glofiish, GLONYX, Glory Star, GLX, GN Electronics, GOCLEVER, Gocomma, GoGEN, GOLDBERG, GoldMaster, GoldStar, Gol Mobile, Goly, Gome, GoMobile, GOODTEL, Google, Goophone, Gooweel, GOtv, Gplus, Gradiente, Graetz, Grape, Great Asia, Gree, Green Lion, Green Orange, Greentel, Gresso, Gretel, GroBerwert, Grundig, Gr\\u00fcnberg, Gtel, GTMEDIA, GTX, Guophone, GVC Pro, H96, H133, Hafury, Haier, Haipai, Haixu, Hamlet, Hammer, Handheld, HannSpree, Hanseatic, Hanson, HAOQIN, HAOVM, Hardkernel, Harper, Hartens, Hasee, Hathway, HAVIT, HDC, HeadWolf, HEC, Heimat, Helio, Hemilton, HERO, HexaByte, Hezire, Hi, Hi-Level, Hiberg, HiBy, HIGH1ONE, High Q, Highscreen, HiGrace, HiHi, HiKing, HiMax, Hi Nova, HIPER, Hipstreet, Hiremco, Hisense, Hitachi, Hitech, HKC, HKPro, HLLO, HMD, hoco, HOFER, Hoffmann, HOLLEBERG, Homatics, Hometech, HOMII, Homtom, Honeywell, HongTop, HONKUAHG, Hoozo, Hopeland, Horion, Horizon, Horizont, Hosin, HOTACK, Hotel, Hot Pepper, HOTREALS, Hotwav, How, HP, HTC, Huadoo, Huagan, Huavi, Huawei, Hugerock, Humanware, Humax, HUMElab, Hurricane, Huskee, Hyatta, Hykker, Hyrican, Hytera, Hyundai, Hyve, i-Cherry, I-INN, i-Joy, i-mate, i-mobile, I-Plus, iBall, iBerry, ibowin, iBrit, IconBIT, Icone Gold, iData, IDC, iDino, iDroid, iFIT, iGet, iHome Life, iHunt, I KALL, Ikea, IKI Mobile, iKoMo, iKon, iKonia, IKU Mobile, iLA, iLepo, iLife, iMan, Imaq, iMars, iMI, IMO Mobile, Imose, Impression, iMuz, iNavi, INCAR, Inch, Inco, Indurama, iNew, Infiniton, InfinityPro, Infinix, InFocus, InfoKit, Infomir, InFone, Inhon, Inka, Inkti, InnJoo, Innos, Innostream, Inoi, iNo Mobile, iNOVA, inovo, INQ, Insignia, INSYS, Intek, Intel, Intex, Invens, Inverto, Invin, iOcean, IOTWE, iOutdoor, iPEGTOP, iPro, iQ&T, IQM, IRA, Irbis, iReplace, Iris, iRobot, iRola, iRulu, iSafe Mobile, iStar, iSWAG, IT, iTel, iTruck, IUNI, iVA, iView, iVooMi, ivvi, iWaylink, iXTech, iYou, iZotron, Jambo, JAY-Tech, Jedi, Jeep, Jeka, Jesy, JFone, Jiake, Jiayu, Jinga, Jin Tu, Jio, Jivi, JKL, Jolla, Joy, JoySurf, JPay, JREN, Jumper, Juniper Systems, Just5, JUSYEA, JVC, JXD, K-Lite, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Kapsys, Karbonn, Kata, KATV1, Kazam, Kazuna, KDDI, Kempler & Strauss, Kenbo, Kendo, Keneksi, KENSHI, KENWOOD, Kenxinda, KGTEL, Khadas, Kiano, kidiby, Kingbox, Kingstar, Kingsun, KINGZONE, Kinstone, Kiowa, Kivi, Klipad, KMC, KN Mobile, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, Koolnee, Kooper, KOPO, Korax, Koridy, Koslam, Kraft, KREZ, KRIP, KRONO, Kr\\u00fcger&Matz, KT-Tech, KTC, KUBO, KuGou, Kuliao, Kult, Kumai, Kurio, KVADRA, Kvant, Kydos, Kyocera, Kyowon, Kzen, KZG, L-Max, LAIQ, Land Rover, Landvo, Lanin, Lanix, Lark, Laser, Laurus, Lava, LCT, Leader Phone, Leagoo, Leben, LeBest, Lectrus, Ledstar, LeEco, Leelbox, Leff, Legend, Leke, Lemco, LEMFO, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lesia, Lexand, Lexibook, LG, Liberton, Lifemaxx, Lime, Lingbo, Lingwin, Linnex, Linsar, Linsay, Listo, LNMBBS, Loewe, LOGAN, Logic, Logic Instrument, Logicom, Logik, Logitech, LOKMAT, LongTV, Loview, Lovme, LPX-G, LT Mobile, Lumigon, Lumitel, Lumus, Luna, LUNNEN, LUO, Luxor, Lville, LW, LYF, LYOTECH LABS, M-Horse, M-KOPA, M-Tech, M.T.T., M3 Mobile, M4tel, MAC AUDIO, Macoox, Mafe, MAG, MAGCH, Magenta, Magicsee, Magnus, Majestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, Masstel, Master-G, Mastertech, Matco Tools, Matrix, Maunfeld, Maxcom, Maxfone, Maximus, Maxtron, MAXVI, Maxwell, Maxwest, MAXX, Maze, Maze Speed, MBI, MBK, MBOX, McLaut, MDC Store, MDTV, meanIT, Mecer, MECHEN, Mecool, Mediacom, Medion, MEEG, Megacable, MegaFon, MEGAMAX, MEGA VISION, Meitu, Meizu, Melrose, MeMobile, Memup, MEO, MESWAO, Meta, Metz, MEU, MicroMax, Microsoft, Microtech, Mightier, Minix, Mint, Mintt, Mio, Mione, mipo, Miray, Mitchell & Brown, Mito, Mitsubishi, Mitsui, MIVO, MIWANG, MIXC, MiXzo, MLAB, MLLED, MLS, MMI, Mobell, Mobicel, MobiIoT, Mobiistar, Mobile Kingdom, Mobiola, Mobistel, MobiWire, Mobo, Mobvoi, Modecom, Mode Mobile, Mofut, Moondrop, MORTAL, Mosimosi, Motiv, Motorola, Motorola Solutions, Movic, MOVISUN, Movitel, Moxee, mPhone, Mpman, MSI, MStar, MTC, MTN, multibox, Multilaser, MultiPOS, MULTYNET, MwalimuPlus, MYFON, MyGica, MygPad, Mymaga, MyMobile, MyPhone (PH), myPhone (PL), Myria, Myros, Mystery, MyTab, MyWigo, N-one, Nabi, NABO, Nanho, Naomi Phone, NASCO, National, Navcity, Navitech, Navitel, Navon, NavRoad, NEC, Necnot, Nedaphone, Neffos, NEKO, Neo, neoCore, Neolix, Neomi, Neon IQ, Neoregent, Nesons, NetBox, Netgear, Netmak, NETWIT, NeuImage, NeuTab, NEVIR, Newal, New Balance, New Bridge, Newgen, Newland, Newman, Newsday, NewsMy, Nexa, Nexar, NEXBOX, Nexian, NEXON, NEXT, Next & NextStar, Nextbit, NextBook, NextTab, NGM, NG Optics, NGpon, Nikon, NILAIT, NINETEC, NINETOLOGY, Nintendo, nJoy, NOA, Noain, Nobby, Noblex, NOBUX, noDROPOUT, NOGA, Nokia, Nomi, Nomu, Noontec, Nordfrost, Nordmende, NORMANDE, NorthTech, Nos, Nothing, Nous, Novacom, Novex, Novey, NOVIS, NoviSea, NOVO, NTT West, NuAns, Nubia, NUU Mobile, NuVision, Nuvo, Nvidia, NYX Mobile, O+, O2, Oale, Oangcc, OASYS, Obabox, Ober, Obi, OCEANIC, Odotpad, Odys, Oilsky, OINOM, ok., Okapi, Okapia, Oking, OKSI, OKWU, Olax, Olkya, Ollee, OLTO, Olympia, OMIX, Onda, OneClick, OneLern, OnePlus, Onida, Onix, Onkyo, ONN, ONVO, ONYX BOOX, Ookee, Ooredoo, OpelMobile, Openbox, Ophone, OPPO, Opsson, Optoma, Orange, Orange Pi, Orava, Orbic, Orbita, Orbsmart, Ordissimo, Orion, OSCAL, OTTO, OUJIA, Ouki, Oukitel, OUYA, Overmax, Ovvi, Owwo, OX TAB, OYSIN, Oysters, Oyyu, OzoneHD, P-UP, Pacific Research Alliance, Packard Bell, Padpro, PAGRAER, Paladin, Palm, Panacom, Panasonic, Panavox, Pano, Panodic, Panoramic, Pantech, PAPYRE, Parrot Mobile, Partner Mobile, PCBOX, PCD, PCD Argentina, PC Smart, PEAQ, Pelitt, Pendoo, Penta, Pentagram, Perfeo, Phicomm, Philco, Philips, Phonemax, phoneOne, Pico, PINE, Pioneer, Pioneer Computers, PiPO, PIRANHA, Pixela, Pixelphone, PIXPRO, Pixus, Planet Computers, Platoon, Play Now, PLDT, Ployer, Plum, PlusStyle, Pluzz, PocketBook, POCO, Point Mobile, Point of View, Polar, PolarLine, Polaroid, Polestar, PolyPad, Polytron, Pomp, Poppox, POPTEL, Porsche, Portfolio, Positivo, Positivo BGH, PPDS, PPTV, Premier, Premio, Prestigio, PRIME, Primepad, Primux, PRISM+, Pritom, Prixton, PROFiLO, Proline, Prology, ProScan, PROSONIC, Protruly, ProVision, PULID, Punos, Purism, PVBox, Q-Box, Q-Touch, Q.Bell, QFX, Qilive, QIN, Qiuwoky, QLink, QMobile, Qnet Mobile, QTECH, Qtek, Quantum, Quatro, Qubo, Quechua, Quest, Quipus, Qumo, Qupi, Qware, QWATT, R-TV, R3Di, Rakuten, Ramos, Raspberry, Ravoz, Raylandz, Razer, RAZZ, RCA Tablets, RCT, Reach, Readboy, Realix, Realme, RED, RED-X, Redbean, Redfox, RedLine, Redway, Reeder, REGAL, RelNAT, Relndoo, Remdun, Renova, RENSO, rephone, Retroid Pocket, Revo, Revomovil, Rhino, Ricoh, Rikomagic, RIM, Ringing Bells, Rinno, Ritmix, Ritzviva, Riviera, Rivo, Rizzen, ROADMAX, Roadrover, Roam Cat, ROCH, Rocket, ROiK, Rokit, Roku, Rombica, Romsat, Ross&Moor, Rover, RoverPad, Royole, RoyQueen, RTK, RT Project, RugGear, RuggeTech, Ruggex, Ruio, Runbo, RunGee, Rupa, Ryte, S-Color, S-TELL, S2Tel, Saba, Safaricom, Sagem, Sagemcom, Saiet, SAILF, Salora, Sambox, Samsung, Samtech, Samtron, Sanei, Sankey, Sansui, Santin, SANY, Sanyo, Savio, Sber, SCHAUB LORENZ, Schneider, Schok, SCHONTECH, Scoole, Scosmos, Seatel, SEBBE, Seeken, SEEWO, SEG, Sega, SEHMAX, Selecline, Selenga, Selevision, Selfix, SEMP TCL, Sencor, Sencrom, Sendo, Senkatel, SENNA, Senseit, Senwa, SERVO, Seuic, Sewoo, SFR, SGIN, Shanling, Sharp, Shift Phones, Shivaki, Shtrikh-M, Shuttle, Sico, Siemens, Sigma, Silelis, Silent Circle, Silva Schneider, Simbans, simfer, Simply, SINGER, Singtech, Siragon, Sirin Labs, Siswoo, SK Broadband, SKG, SKK Mobile, Sky, Skyline, SkyStream, Skytech, Skyworth, Smadl, Smailo, Smart, Smartab, SmartBook, SMARTEC, Smart Electronic, Smartex, Smartfren, Smartisan, Smart Kassel, Smart Tech, Smarty, Smooth Mobile, Smotreshka, SMT Telecom, SMUX, SNAMI, SobieTech, Soda, Softbank, Soho Style, Solas, SOLE, SOLO, Solone, Sonim, SONOS, Sony, Sony Ericsson, SOSH, SoulLink, Soundmax, SOWLY, Soyes, Spark, Sparx, SPC, Spectralink, Spectrum, Spice, Spider, Sprint, SPURT, SQOOL, SSKY, Star, Star-Light, Starlight, Starmobile, Starway, Starwind, STF Mobile, STG Telecom, Stilevs, STK, Stonex, Storex, StrawBerry, Stream, STRONG, Stylo, Subor, Sugar, SULPICE TV, Sumvision, Sunmax, Sunmi, Sunny, Sunstech, SunVan, Sunvell, SUNWIND, SuperBOX, Super General, Supermax, SuperSonic, SuperTab, SuperTV, Supra, Supraim, Surfans, Surge, Suzuki, Sveon, Swipe, SWISSMOBILITY, Swisstone, Switel, SWOFY, Syco, SYH, Sylvania, Symphony, Syrox, System76, T-Mobile, T96, TADAAM, TAG Tech, Taiga System, Takara, TALBERG, Talius, Tambo, Tanix, TAUBE, TB Touch, TCL, TCL SCBC, TD Systems, TD Tech, TeachTouch, Technicolor, Technika, TechniSat, Technopc, TECHNOSAT, TechnoTrend, TechPad, TechSmart, Techstorm, Techwood, Teclast, Tecno Mobile, TecToy, TEENO, Teknosa, Tele2, Telefunken, Telego, Telenor, Telia, Telit, Telkom, Telly, Telma, TeloSystems, Telpo, Temigereev, TENPLUS, Teracube, Tesco, Tesla, TETC, Tetratab, teXet, ThL, Thomson, Thuraya, TIANYU, Tibuta, Tigers, Time2, Timovi, TIMvision, Tinai, Tinmo, TiPhone, Tivax, TiVo, TJC, TJD, TOKYO, Tolino, Tone, TOOGO, Tooky, Top-Tech, TopDevice, TOPDON, Topelotek, Top House, Toplux, TOPSHOWS, Topsion, Topway, Torex, TORNADO, Torque, TOSCIDO, Toshiba, Touchmate, Touch Plus, TOX, TPS, Transpeed, Trecfone, TrekStor, Trevi, TriaPlay, Tricolor, Trident, Trifone, Trimble, Trio, Tronsmart, True, True Slim, Tsinghua Tongfang, TTEC, TTfone, TTK-TV, TuCEL, TUCSON, Tunisie Telecom, Turbo, Turbo-X, TurboKids, TurboPad, Turkcell, Tuvio, TV+, TVC, TwinMOS, TWM, Twoe, TWZ, TYD, Tymes, T\\u00fcrk Telekom, U-Magic, U.S. Cellular, UD, UE, UGINE, Ugoos, Uhans, Uhappy, Ulefone, Umax, UMIDIGI, Umiio, Unblock Tech, Uniden, Unihertz, Unimax, Uniqcell, Uniscope, Unistrong, Unitech, UNITED, United Group, UNIWA, Unknown, Unnecto, Unnion Technologies, UNNO, Unonu, UnoPhone, Unowhy, UOOGOU, Urovo, UTime, UTOK, UTStarcom, UZ Mobile, V-Gen, V-HOME, V-HOPE, v-mobile, V7, VAIO, VALE, VALEM, VALTECH, VANGUARD, Vankyo, VANWIN, Vargo, VASOUN, Vastking, VAVA, VC, VDVD, Vega, Veidoo, Vekta, Venso, Venstar, Venturer, VEON, Verico, Verizon, Vernee, Verssed, Versus, Vertex, Vertu, Verykool, Vesta, Vestel, VETAS, Vexia, VGO TEL, ViBox, Victurio, VIDA, Videocon, Videoweb, Viendo, ViewSonic, VIIPOO, VIKUSHA, VILLAON, VIMOQ, Vinabox, Vinga, Vinsoc, Vios, Viper, Vipro, Virzo, Vision Technology, Vision Touch, Visitech, Visual Land, Vitelcom, Vitumi, Vityaz, Viumee, Vivax, VIVIBright, VIVIMAGE, Vivo, VIWA, Vizio, Vizmo, VK Mobile, VKworld, VNPT Technology, VOCAL, Vodacom, Vodafone, VOGA, VOLIA, VOLKANO, Volla, Volt, Vonino, Vontar, Vorago, Vorcom, Vorke, Vormor, Vortex, VORTEX (RO), Voto, VOX, Voxtel, Voyo, Vsmart, Vsun, VUCATIMES, Vue Micro, Vulcan, VVETIME, V\\u00f6lfen, W&O, WAF, Wainyok, waipu.tv, Walker, Waltham, Walton, Waltter, Wanmukang, WANSA, WE, We. by Loewe., Webfleet, Web TV, WeChip, Wecool, Weelikeit, Weiimi, Weimei, WellcoM, WELLINGTON, Western Digital, Weston, Westpoint, Wexler, White Mobile, Whoop, Wieppo, Wigor, Wiko, WildRed, Wileyfox, Winds, Wink, Winmax, Winnovo, Winstar, Wintouch, Wiseasy, WIWA, WizarPos, Wizz, Wolder, Wolfgang, Wolki, WONDER, Wonu, Woo, Wortmann, Woxter, WOZIFAN, WS, X-AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectron, XGEM, XGIMI, Xgody, Xiaodu, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, XPPen, XREAL, Xshitou, Xsmart, Xtouch, Xtratech, Xwave, XY Auto, Yandex, Yarvik, YASIN, YELLYOUTH, YEPEN, Yes, Yestel, Yezz, YIKEMI, Yoka TV, Yooz, Yota, YOTOPT, Youin, Youwei, Ytone, Yu, Yuandao, YU Fly, YUHO, YUMKEM, YUNDOO, Yuno, YunSong, Yusun, Yxtel, Z-Kai, Zaith, ZALA, Zamolxe, Zatec, Zealot, Zeblaze, Zebra, Zeeker, Zeemi, Zen, Zenek, Zentality, Zfiner, ZH&K, Zidoo, ZIFFLER, ZIFRO, Zigo, ZIK, Zinox, ZIOVO, Ziox, Zonda, Zonko, Zoom, ZoomSmart, Zopo, ZTE, Zuum, Zync, ZYQ, Zyrex, ZZB, \\u00f6wn\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device model\",\"segment\":\"deviceModel\",\"acceptedValues\":\"iPad, Nexus 5, Galaxy S5, Fire TV, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device type\",\"segment\":\"deviceType\",\"acceptedValues\":\"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Fingerprint\",\"segment\":\"fingerprint\",\"acceptedValues\":\"1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched from API.getLastVisitsDetails\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 hour (start of visit)\",\"segment\":\"visitLocalHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system\",\"segment\":\"operatingSystemName\",\"acceptedValues\":\"Windows, Linux, Mac, Android, iOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system code\",\"segment\":\"operatingSystemCode\",\"acceptedValues\":\"WIN, LIN, MAX, AND, IOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system version\",\"segment\":\"operatingSystemVersion\",\"acceptedValues\":\"XP, 7, 2.3, 5.1, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Profilable\",\"segment\":\"profilable\",\"acceptedValues\":\"1 for profilable (eg cookies were used), 0 for not profilable (eg no cookies were used)\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Resolution\",\"segment\":\"resolution\",\"acceptedValues\":\"1280x1024, 800x600, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (start of visit)\",\"segment\":\"visitStartServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (time of last action)\",\"segment\":\"visitServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 date (time of last action)\",\"segment\":\"visitEndServerDate\",\"acceptedValues\":\"2018-12-31, 2018-03-20, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of month (time of last action)\",\"segment\":\"visitEndServerDayOfMonth\",\"acceptedValues\":\"0, 1, 2, 3, ..., 29, 30, 31\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of week (time of last action)\",\"segment\":\"visitEndServerDayOfWeek\",\"acceptedValues\":\"1, 2, 3, 4, 5, 6, 7\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of year (time of last action)\",\"segment\":\"visitEndServerDayOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 365, 366\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (start of visit)\",\"segment\":\"visitStartServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (time of last action)\",\"segment\":\"visitEndServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 month (time of last action)\",\"segment\":\"visitEndServerMonth\",\"acceptedValues\":\"1, 2, 3, ..., 11, 12\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 quarter (time of last action)\",\"segment\":\"visitEndServerQuarter\",\"acceptedValues\":\"1, 2, 3, 4\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 second (Time of last action)\",\"segment\":\"visitEndServerSecond\",\"acceptedValues\":\"0, 1, 2, 3, ..., 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 week of year (time of last action)\",\"segment\":\"visitEndServerWeekOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 51, 52, 53\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 year (time of last action)\",\"segment\":\"visitEndServerYear\",\"acceptedValues\":\"2016, 2017, 2018, ..., 9998, 9999\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"User ID\",\"segment\":\"userId\",\"acceptedValues\":\"any non empty unique string identifying the user (such as an email address or a username).\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit Ecommerce status at the end of the visit\",\"segment\":\"visitEcommerceStatus\",\"acceptedValues\":\"none, ordered, abandonedCart, orderedThenAbandonedCart. For example, to select all visits that have made an Ecommerce order, the API request would contain \\\"&segment=visitEcommerceStatus==ordered,visitEcommerceStatus==orderedThenAbandonedCart\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit ID\",\"segment\":\"visitId\",\"acceptedValues\":\"Any positive integer\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Id\",\"segment\":\"visitConvertedGoalId\",\"acceptedValues\":\"1, 2, 3, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Name\",\"segment\":\"visitConvertedGoalName\",\"acceptedValues\":\"myGoal, myOtherGoal, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted at least one Goal\",\"segment\":\"visitConverted\",\"acceptedValues\":\"0, 1\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit type\",\"segment\":\"visitorType\",\"acceptedValues\":\"new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain \\\"&segment=visitorType==returning,visitorType==returningCustomer\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visitor ID\",\"segment\":\"visitorId\",\"acceptedValues\":\"34c31e04394bdc63 - any 16 Hexadecimal chars ID, which can be fetched using the Tracking API function getVisitorId()\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"City\",\"segment\":\"city\",\"acceptedValues\":\"Sydney, Sao Paolo, Rome, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Continent\",\"segment\":\"continentCode\",\"acceptedValues\":\"eur, asi, amc, amn, ams, afr, ant, oce\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country\",\"segment\":\"countryName\",\"acceptedValues\":\"Germany, France, Spain, ...\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country code\",\"segment\":\"countryCode\",\"acceptedValues\":\"ISO 3166-1 alpha-2 country codes (de, us, fr, in, es, etc.)\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Language\",\"segment\":\"languageCode\",\"acceptedValues\":\"de, fr, en-gb, zh-cn, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Latitude\",\"segment\":\"latitude\",\"acceptedValues\":\"-33.578, 40.830, etc.<br\\/>You can select visitors within a lat\\/long range using &segment=lat>X;lat<Y;long>M;long<N.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Longitude\",\"segment\":\"longitude\",\"acceptedValues\":\"-70.664, 14.326, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Region\",\"segment\":\"regionCode\",\"acceptedValues\":\"01, 02, OR, P8,\\u2026<br\\/>eg. region=BFC;country=fr\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope visit)\",\"segment\":\"customVariableName\",\"unionOfSegments\":{\"row\":[\"customVariableName1\",\"customVariableName2\",\"customVariableName3\",\"customVariableName4\",\"customVariableName5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope visit)\",\"segment\":\"customVariableName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope visit)\",\"segment\":\"customVariableName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope visit)\",\"segment\":\"customVariableName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope visit)\",\"segment\":\"customVariableName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope visit)\",\"segment\":\"customVariableName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope page)\",\"segment\":\"customVariablePageName\",\"unionOfSegments\":{\"row\":[\"customVariablePageName1\",\"customVariablePageName2\",\"customVariablePageName3\",\"customVariablePageName4\",\"customVariablePageName5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope page)\",\"segment\":\"customVariablePageName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope page)\",\"segment\":\"customVariablePageName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope page)\",\"segment\":\"customVariablePageName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope page)\",\"segment\":\"customVariablePageName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope page)\",\"segment\":\"customVariablePageName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope page)\",\"segment\":\"customVariablePageValue\",\"unionOfSegments\":{\"row\":[\"customVariablePageValue1\",\"customVariablePageValue2\",\"customVariablePageValue3\",\"customVariablePageValue4\",\"customVariablePageValue5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope page)\",\"segment\":\"customVariablePageValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope page)\",\"segment\":\"customVariablePageValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope page)\",\"segment\":\"customVariablePageValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope page)\",\"segment\":\"customVariablePageValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope page)\",\"segment\":\"customVariablePageValue5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope visit)\",\"segment\":\"customVariableValue\",\"unionOfSegments\":{\"row\":[\"customVariableValue1\",\"customVariableValue2\",\"customVariableValue3\",\"customVariableValue4\",\"customVariableValue5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope visit)\",\"segment\":\"customVariableValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope visit)\",\"segment\":\"customVariableValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope visit)\",\"segment\":\"customVariableValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope visit)\",\"segment\":\"customVariableValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope visit)\",\"segment\":\"customVariableValue5\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action Type\",\"segment\":\"actionType\",\"acceptedValues\":\"A type of action, such as: pageviews, contents, sitesearches, events, outlinks, downloads\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action URL\",\"segment\":\"actionUrl\",\"unionOfSegments\":{\"row\":[\"pageUrl\",\"downloadUrl\",\"outlinkUrl\",\"eventUrl\"]}},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Category (Site Search)\",\"segment\":\"siteSearchCategory\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Clicked Outlink\",\"segment\":\"outlinkUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Interaction\",\"segment\":\"contentInteraction\",\"acceptedValues\":\"The type of interaction with the content. For instance \\\"click\\\" or \\\"submit\\\".\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Name\",\"segment\":\"contentName\",\"acceptedValues\":\"The name of a content block, for instance \\\"Ad Sale\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Piece\",\"segment\":\"contentPiece\",\"acceptedValues\":\"The actual content. For instance \\\"ad.jpg\\\" or \\\"My text ad\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Target\",\"segment\":\"contentTarget\",\"acceptedValues\":\"For instance the URL of a landing page: \\\"http:\\/\\/landingpage.example.com\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Download URL\",\"segment\":\"downloadUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page URL\",\"segment\":\"entryPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page title\",\"segment\":\"entryPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page Title\",\"segment\":\"exitPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page URL\",\"segment\":\"exitPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword (Site Search)\",\"segment\":\"siteSearchKeyword\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword count (Site Search)\",\"segment\":\"siteSearchCount\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page Title\",\"segment\":\"pageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page URL\",\"segment\":\"pageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Site time \\u2014 hour\",\"segment\":\"actionServerHour\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Time in UTC \\u2014 minute\",\"segment\":\"actionServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"}]}", + "json": "[{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Actions In Visit\",\"segment\":\"actions\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since first visit\",\"segment\":\"daysSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last Ecommerce order\",\"segment\":\"daysSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last visit\",\"segment\":\"daysSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Events\",\"segment\":\"events\",\"acceptedValues\":\"To select all visits who triggered an Event, use: &segment=events>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 minute (start of visit)\",\"segment\":\"visitLocalMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 67, 57, 58, 59\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Interactions\",\"segment\":\"interactions\",\"acceptedValues\":\"Any positive integer\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Internal Searches\",\"segment\":\"searches\",\"acceptedValues\":\"To select all visits who used internal Site Search, use: &segment=searches>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of visits\",\"segment\":\"visitCount\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since first visit\",\"segment\":\"secondsSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last Ecommerce order\",\"segment\":\"secondsSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last visit\",\"segment\":\"secondsSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visit Duration (in seconds)\",\"segment\":\"visitDuration\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visitor IP\",\"segment\":\"visitIp\",\"acceptedValues\":\"13.54.122.1. Select IP ranges with notation: <code>visitIp>13.54.122.0;visitIp<13.54.122.255<\\/code>\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser\",\"segment\":\"browserName\",\"acceptedValues\":\"FireFox, Internet Explorer, Chrome, Safari, Opera etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser code\",\"segment\":\"browserCode\",\"acceptedValues\":\"FF, IE, CH, SF, OP etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser engine\",\"segment\":\"browserEngine\",\"acceptedValues\":\"Trident, WebKit, Presto, Gecko, Blink, etc.\",\"suggestedValuesCallback\":\"\\\\DeviceDetector\\\\Parser\\\\Client\\\\Browser\\\\Engine::getAvailableEngines\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser version\",\"segment\":\"browserVersion\",\"acceptedValues\":\"1.0, 8.0, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device brand\",\"segment\":\"deviceBrand\",\"acceptedValues\":\"2E, 3GNET, 3GO, 3Q, 4Good, 4ife, 5IVE, 7 Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, ACD, Ace, Aceline, Acepad, Acer, Acteck, actiMirror, Adreamer, Adronix, Advan, Advance, Advantage Air, AEEZO, AFFIX, AfriOne, AGM, AG Mobile, AIDATA, AileTV, Ainol, Airis, Airness, AIRON, Airpha, Airtel, Airties, AirTouch, AIS, Aiuto, Aiwa, Ajib, Akai, AKIRA, Alba, Alcatel, Alcor, ALDI NORD, ALDI S\\u00dcD, Alfawise, Alienware, Aligator, AllCall, AllDocube, allente, ALLINmobile, All Star, Allview, Allwinner, Alps, alpsmart, Altech UEC, Altibox, Altice, Altimo, altron, Altus, AMA, Amazon, Amazon Basics, AMCV, AMGOO, Amigoo, Amino, Amoi, ANBERNIC, ANCEL, andersson, Andowl, Angelcare, AngelTech, Anker, Anry, ANS, ANXONIT, AOC, Aocos, Aocwei, AOpen, Aoro, Aoson, AOYODKG, ApoloSign, Apple, Aquarius, Archos, Arian Space, Arival, Ark, ArmPhone, Arnova, ARRIS, Artel, Artizlee, ArtLine, Ar\\u00e7elik, Asano, Asanzo, Ask, Aspera, ASSE, Assistant, astro (MY), Astro (UA), Asus, AT&T, Athesi, Atlantic Electrics, Atmaca Elektronik, ATMAN, ATMPC, ATOL, Atom, Atouch, Atozee, Attila, Atvio, Audiovox, AUPO, AURIS, Autan, AUX, Avaya, Avenzo, AVH, Avvio, Awow, AWOX, AXEN, Axioo, AXXA, Axxion, AYA, AYYA, Azeyou, AZOM, Azumi Mobile, Azupik, b2m, Backcell, BAFF, BangOlufsen, Barnes & Noble, BARTEC, BASE, BAUHN, BBK, BB Mobile, BDF, BDQ, BDsharing, Beafon, Becker, Beeline, Beelink, Beetel, Beista, Beko, Bell, Bellphone, Benco, Benesse, BenQ, BenQ-Siemens, BenWee, Benzo, Beyond, Bezkam, BGH, Biegedy, Bigben, BIHEE, BilimLand, Billion, Billow, BioRugged, Bird, Bitel, Bitmore, Bittium, Bkav, Black Bear, Black Box, Black Fox, Blackpcs, Blackphone, Blackton, Blackview, Blaupunkt, Bleck, BLISS, Blloc, Blow, Blu, Bluboo, Bluebird, Bluedot, Bluegood, BlueSky, Bluewave, BluSlate, BMAX, Bmobile, BMW, BMXC, Bobarry, bogo, Bolva, Bookeen, Boost, Botech, Boway, bq, Bqeel, BrandCode, Brandt, BRAVE, Bravis, BrightSign, Brigmton, Brondi, BROR, BS Mobile, Bubblegum, Bundy, Bush, BuzzTV, BYD, BYJU'S, BYYBUO, C5 Mobile, CADENA, CAGI, Caixun, CALME, Camfone, Canaima, Canal+, Canal Digital, Canguro, Capitel, Captiva, Carbon Mobile, Carrefour, Casio, Casper, Cat, Cavion, CCIT, Cecotec, Ceibal, Celcus, Celkon, Cell-C, Cellacom, CellAllure, Cellution, CENTEK, Centric, CEPTER, CG Mobile, CGV, Chainway, Changhong, CHCNAV, Cherry Mobile, Chico Mobile, ChiliGreen, China Mobile, China Telecom, Chuwi, C Idea, CipherLab, Citycall, CKK Mobile, Claresta, Clarmin, CLAYTON, ClearPHONE, Clementoni, Cloud, Cloudfone, Cloudpad, Clout, Clovertek, CMF, CnM, Cobalt, Coby Kyros, Cogeco, COLORROOM, Colors, Comio, CommScope, Compal, Compaq, COMPUMAX, ComTrade Tesla, Conceptum, Concord, ConCorde, Condor, Connectce, Connex, Conquest, CONSUNG, Continental Edison, Contixo, coocaa, COOD-E, Coolpad, Coopers, CORN, Cosmote, Covia, Cowon, COYOTE, CPDEVICE, CreNova, Crescent, Crestron, Cricket, Crius Mea, Crony, Crosscall, Crown, Ctroniq, Cube, CUBOT, CUD, Cuiud, Cultraview, CVTE, Cwowdefu, CX, Cyrus, D-Link, D-Tech, Daewoo, Danew, DangcapHD, Dany, Daria, DASS, Datalogic, Datamini, Datang, Datawind, Datsun, Dawlance, Dazen, DbPhone, Dbtel, Dcode, DEALDIG, Dell, Denali, Denka, Denver, Desay, DeWalt, DEXP, DEYI, DF, DGTEC, DIALN, Dialog, Dicam, Digi, Digicel, DIGICOM, Digidragon, DIGIFORS, Digihome, Digiland, Digit4G, Digma, DIJITSU, DIKOM, DIMO, Dinalink, Dinax, DING DING, Diofox, DIORA, DISH, Disney, Ditecma, Diva, DiverMax, Divisat, DIXON, DL, DMM, DMOAO, DNS, DoCoMo, Doffler, Dolamee, Dom.ru, Doogee, Doopro, Doov, Dopod, Doppio, Dora, DORLAND, Doro, DPA, DRAGON, Dragon Touch, Dreamgate, DreamStar, DreamTab, Droidlogic, Droxio, DSDevices, DSIC, Dtac, DUDU AUTO, Dune HD, DUNNS Mobile, DuoTV, Durabook, Duubee, Dykemann, Dyon, E-Boda, E-Ceros, E-TACHI, E-tel, Eagle, EagleSoar, EAS Electric, Easypix, EBEN, EBEST, Echo Mobiles, ecom, ECON, ECOO, EcoStar, ECS, Edenwood, EE, EFT, EGL, EGOTEK, Ehlel, Einstein, EKINOX, EKO, Eks Mobility, EKT, ELARI, ELE-GATE, Elecson, Electroneum, ELECTRONIA, Elekta, Elektroland, Element, Elenberg, Elephone, Elevate, Elista, elit, Elong Mobile, Eltex, Ematic, Emporia, ENACOM, ENDURO, Energizer, Energy Sistem, Engel, ENIE, Enot, eNOVA, Entity, Envizen, Ephone, Epic, Epik One, Eplutus, Epson, Equator, Ergo, Ericsson, Ericy, Erisson, Essential, Essentielb, eSTAR, ETOE, Eton, eTouch, Etuline, Eudora, Eurocase, EUROLUX, Eurostar, Evercoss, Everest, Everex, Everfine, Everis, Evertek, Evolio, Evolveo, Evoo, EVPAD, EvroMedia, evvoli, EWIS, EXCEED, Exmart, ExMobile, EXO, Explay, Express LUCK, ExtraLink, Extrem, Eyemoo, EYU, Ezio, Ezze, F&U, F+, F2 Mobile, F150, Facebook, Facetel, Facime, Fairphone, Famoco, Famous, Fantec, Fanvace, FaRao Pro, Farassoo, FarEasTone, Fengxiang, Fenoti, FEONAL, Fero, FFF SmartLife, Figgers, FiGi, FiGO, FiiO, Filimo, FILIX, FinePower, FINIX, Finlux, FireFly Mobile, FISE, Fision, FITCO, Fluo, Fly, FLYCAT, FLYCOAY, FMT, FNB, FNF, Fobem, Fondi, Fonos, FONTEL, FOODO, FORME, Formovie, Formuler, Forstar, Fortis, FortuneShip, FOSSiBOT, Fourel, Four Mobile, Foxconn, FoxxD, FPT, free, Freetel, FreeYond, FRESH, Frunsi, Fuego, FUJICOM, Fujitsu, Funai, Fusion5, Future Mobile Technology, Fxtec, G-Guard, G-PLUS, G-TiDE, G-Touch, G-Vill, Galactic, Galatec, Galaxy Innovations, Gamma, Garmin-Asus, Gateway, Gazal, Gazer, GDL, Geanee, Geant, Gear Mobile, Gemini, General Mobile, Genesis, GEOFOX, Geo Phone, Geotel, Geotex, GEOZON, Getnord, GFive, Gfone, Ghia, Ghong, Ghost, Gigabyte, Gigaset, Gini, Ginzzu, Gionee, GIRASOLE, GlobalSec, Globex, Globmall, GlocalMe, Glofiish, GLONYX, Glory Star, GLX, GN Electronics, GOCLEVER, Gocomma, GoGEN, GOLDBERG, GoldMaster, GoldStar, Gol Mobile, Goly, Gome, GoMobile, GOODTEL, Google, Goophone, Gooweel, GOtv, Gplus, Gradiente, Graetz, Grape, Great Asia, Gree, Green Lion, Green Orange, Greentel, Gresso, Gretel, GroBerwert, Grundig, Gr\\u00fcnberg, Gtel, GTMEDIA, GTX, Guophone, GVC Pro, H96, H133, Hafury, Haier, Haipai, Haixu, Hamlet, Hammer, Handheld, HannSpree, Hanseatic, Hanson, HAOQIN, HAOVM, Hardkernel, Harper, Hartens, Hasee, Hathway, HAVIT, HDC, HeadWolf, HEC, Heimat, Helio, Hemilton, HERO, HexaByte, Hezire, Hi, Hi-Level, Hiberg, HiBy, HIGH1ONE, High Q, Highscreen, HiGrace, HiHi, HiKing, HiMax, Hi Nova, HIPER, Hipstreet, Hiremco, Hisense, Hitachi, Hitech, HKC, HKPro, HLLO, HMD, hoco, HOFER, Hoffmann, HOLLEBERG, Homatics, Hometech, HOMII, Homtom, Honeywell, HongTop, HONKUAHG, Hoozo, Hopeland, Horion, Horizon, Horizont, Hosin, HOTACK, Hotel, Hot Pepper, HOTREALS, Hotwav, How, HP, HTC, Huadoo, Huagan, Huavi, Huawei, Hugerock, Humanware, Humax, HUMElab, Hurricane, Huskee, Hyatta, Hykker, Hyrican, Hytera, Hyundai, Hyve, i-Cherry, I-INN, i-Joy, i-mate, i-mobile, I-Plus, iBall, iBerry, ibowin, iBrit, IconBIT, Icone Gold, iData, IDC, iDino, iDroid, iFIT, iGet, iHome Life, iHunt, I KALL, Ikea, IKI Mobile, iKoMo, iKon, iKonia, IKU Mobile, iLA, iLepo, iLife, iMan, Imaq, iMars, iMI, IMO Mobile, Imose, Impression, iMuz, iNavi, INCAR, Inch, Inco, Indurama, iNew, Infiniton, InfinityPro, Infinix, InFocus, InfoKit, Infomir, InFone, Inhon, Inka, Inkti, InnJoo, Innos, Innostream, Inoi, iNo Mobile, iNOVA, inovo, INQ, Insignia, INSYS, Intek, Intel, Intex, Invens, Inverto, Invin, iOcean, IOTWE, iOutdoor, iPEGTOP, iPro, iQ&T, IQM, IRA, Irbis, iReplace, Iris, iRobot, iRola, iRulu, iSafe Mobile, iStar, iSWAG, IT, iTel, iTruck, IUNI, iVA, iView, iVooMi, ivvi, iWaylink, iXTech, iYou, iZotron, Jambo, JAY-Tech, Jedi, Jeep, Jeka, Jesy, JFone, Jiake, Jiayu, Jinga, Jin Tu, Jio, Jivi, JKL, Jolla, Joy, JoySurf, JPay, JREN, Jumper, Juniper Systems, Just5, JUSYEA, JVC, JXD, K-Lite, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Kapsys, Karbonn, Kata, KATV1, Kazam, Kazuna, KDDI, Kempler & Strauss, Kenbo, Kendo, Keneksi, KENSHI, KENWOOD, Kenxinda, KGTEL, Khadas, Kiano, kidiby, Kingbox, Kingstar, Kingsun, KINGZONE, Kinstone, Kiowa, Kivi, Klipad, KMC, KN Mobile, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, Koolnee, Kooper, KOPO, Korax, Koridy, Koslam, Kraft, KREZ, KRIP, KRONO, Kr\\u00fcger&Matz, KT-Tech, KTC, KUBO, KuGou, Kuliao, Kult, Kumai, Kurio, KVADRA, Kvant, Kydos, Kyocera, Kyowon, Kzen, KZG, L-Max, LAIQ, Land Rover, Landvo, Lanin, Lanix, Lark, Laser, Laurus, Lava, LCT, Leader Phone, Leagoo, Leben, LeBest, Lectrus, Ledstar, LeEco, Leelbox, Leff, Legend, Leke, Lemco, LEMFO, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lesia, Lexand, Lexibook, LG, Liberton, Lifemaxx, Lime, Lingbo, Lingwin, Linnex, Linsar, Linsay, Listo, LNMBBS, Loewe, LOGAN, Logic, Logic Instrument, Logicom, Logik, Logitech, LOKMAT, LongTV, Loview, Lovme, LPX-G, LT Mobile, Lumigon, Lumitel, Lumus, Luna, LUNNEN, LUO, Luxor, Lville, LW, LYF, LYOTECH LABS, M-Horse, M-KOPA, M-Tech, M.T.T., M3 Mobile, M4tel, MAC AUDIO, Macoox, Mafe, MAG, MAGCH, Magenta, Magicsee, Magnus, Majestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, Masstel, Master-G, Mastertech, Matco Tools, Matrix, Maunfeld, Maxcom, Maxfone, Maximus, Maxtron, MAXVI, Maxwell, Maxwest, MAXX, Maze, Maze Speed, MBI, MBK, MBOX, McLaut, MDC Store, MDTV, meanIT, Mecer, MECHEN, Mecool, Mediacom, Medion, MEEG, Megacable, MegaFon, MEGAMAX, MEGA VISION, Meitu, Meizu, Melrose, MeMobile, Memup, MEO, MESWAO, Meta, Metz, MEU, MicroMax, Microsoft, Microtech, Mightier, Minix, Mint, Mintt, Mio, Mione, mipo, Miray, Mitchell & Brown, Mito, Mitsubishi, Mitsui, MIVO, MIWANG, MIXC, MiXzo, MLAB, MLLED, MLS, MMI, Mobell, Mobicel, MobiIoT, Mobiistar, Mobile Kingdom, Mobiola, Mobistel, MobiWire, Mobo, Mobvoi, Modecom, Mode Mobile, Mofut, Moondrop, MORTAL, Mosimosi, Motiv, Motorola, Motorola Solutions, Movic, MOVISUN, Movitel, Moxee, mPhone, Mpman, MSI, MStar, MTC, MTN, multibox, Multilaser, MultiPOS, MULTYNET, MwalimuPlus, MYFON, MyGica, MygPad, Mymaga, MyMobile, MyPhone (PH), myPhone (PL), Myria, Myros, Mystery, MyTab, MyWigo, N-one, Nabi, NABO, Nanho, Naomi Phone, NASCO, National, Navcity, Navitech, Navitel, Navon, NavRoad, NEC, Necnot, Nedaphone, Neffos, NEKO, Neo, neoCore, Neolix, Neomi, Neon IQ, Neoregent, Nesons, NetBox, Netgear, Netmak, NETWIT, NeuImage, NeuTab, NEVIR, Newal, New Balance, New Bridge, Newgen, Newland, Newman, Newsday, NewsMy, Nexa, Nexar, NEXBOX, Nexian, NEXON, NEXT, Next & NextStar, Nextbit, NextBook, NextTab, NGM, NG Optics, NGpon, Nikon, NILAIT, NINETEC, NINETOLOGY, Nintendo, nJoy, NOA, Noain, Nobby, Noblex, NOBUX, noDROPOUT, NOGA, Nokia, Nomi, Nomu, Noontec, Nordfrost, Nordmende, NORMANDE, NorthTech, Nos, Nothing, Nous, Novacom, Novex, Novey, NOVIS, NoviSea, NOVO, NTT West, NuAns, Nubia, NUU Mobile, NuVision, Nuvo, Nvidia, NYX Mobile, O+, O2, Oale, Oangcc, OASYS, Obabox, Ober, Obi, OCEANIC, Odotpad, Odys, Oilsky, OINOM, ok., Okapi, Okapia, Oking, OKSI, OKWU, Olax, Olkya, Ollee, OLTO, Olympia, OMIX, Onda, OneClick, OneLern, OnePlus, Onida, Onix, Onkyo, ONN, ONVO, ONYX BOOX, Ookee, Ooredoo, OpelMobile, Openbox, Ophone, OPPO, Opsson, Optoma, Orange, Orange Pi, Orava, Orbic, Orbita, Orbsmart, Ordissimo, Orion, OSCAL, OTTO, OUJIA, Ouki, Oukitel, OUYA, Overmax, Ovvi, Owwo, OX TAB, OYSIN, Oysters, Oyyu, OzoneHD, P-UP, Pacific Research Alliance, Packard Bell, Padpro, PAGRAER, Paladin, Palm, Panacom, Panasonic, Panavox, Pano, Panodic, Panoramic, Pantech, PAPYRE, Parrot Mobile, Partner Mobile, PCBOX, PCD, PCD Argentina, PC Smart, PEAQ, Pelitt, Pendoo, Penta, Pentagram, Perfeo, Phicomm, Philco, Philips, Phonemax, phoneOne, Pico, PINE, Pioneer, Pioneer Computers, PiPO, PIRANHA, Pixela, Pixelphone, PIXPRO, Pixus, Planet Computers, Platoon, Play Now, PLDT, Ployer, Plum, PlusStyle, Pluzz, PocketBook, POCO, Point Mobile, Point of View, Polar, PolarLine, Polaroid, Polestar, PolyPad, Polytron, Pomp, Poppox, POPTEL, Porsche, Portfolio, Positivo, Positivo BGH, PPDS, PPTV, Premier, Premio, Prestigio, PRIME, Primepad, Primux, PRISM+, Pritom, Prixton, PROFiLO, Proline, Prology, ProScan, PROSONIC, Protruly, ProVision, PULID, Punos, Purism, PVBox, Q-Box, Q-Touch, Q.Bell, QFX, Qilive, QIN, Qiuwoky, QLink, QMobile, Qnet Mobile, QTECH, Qtek, Quantum, Quatro, Qubo, Quechua, Quest, Quipus, Qumo, Qupi, Qware, QWATT, R-TV, R3Di, Rakuten, Ramos, Raspberry, Ravoz, Raylandz, Razer, RAZZ, RCA Tablets, RCT, Reach, Readboy, Realix, Realme, RED, RED-X, Redbean, Redfox, RedLine, Redway, Reeder, REGAL, RelNAT, Relndoo, Remdun, Renova, RENSO, rephone, Retroid Pocket, Revo, Revomovil, Rhino, Ricoh, Rikomagic, RIM, Ringing Bells, Rinno, Ritmix, Ritzviva, Riviera, Rivo, Rizzen, ROADMAX, Roadrover, Roam Cat, ROCH, Rocket, ROiK, Rokit, Roku, Rombica, Romsat, Ross&Moor, Rover, RoverPad, Royole, RoyQueen, RTK, RT Project, RugGear, RuggeTech, Ruggex, Ruio, Runbo, RunGee, Rupa, Ryte, S-Color, S-TELL, S2Tel, Saba, Safaricom, Sagem, Sagemcom, Saiet, SAILF, Salora, Sambox, Samsung, Samtech, Samtron, Sanei, Sankey, Sansui, Santin, SANY, Sanyo, Savio, Sber, SCHAUB LORENZ, Schneider, Schok, SCHONTECH, Scoole, Scosmos, Seatel, SEBBE, Seeken, SEEWO, SEG, Sega, SEHMAX, Selecline, Selenga, Selevision, Selfix, SEMP TCL, Sencor, Sencrom, Sendo, Senkatel, SENNA, Senseit, Senwa, SERVO, Seuic, Sewoo, SFR, SGIN, Shanling, Sharp, Shift Phones, Shivaki, Shtrikh-M, Shuttle, Sico, Siemens, Sigma, Silelis, Silent Circle, Silva Schneider, Simbans, simfer, Simply, SINGER, Singtech, Siragon, Sirin Labs, Siswoo, SK Broadband, SKG, SKK Mobile, Sky, Skyline, SkyStream, Skytech, Skyworth, Smadl, Smailo, Smart, Smartab, SmartBook, SMARTEC, Smart Electronic, Smartex, Smartfren, Smartisan, Smart Kassel, Smart Tech, Smarty, Smooth Mobile, Smotreshka, SMT Telecom, SMUX, SNAMI, SobieTech, Soda, Softbank, Soho Style, Solas, SOLE, SOLO, Solone, Sonim, SONOS, Sony, Sony Ericsson, SOSH, SoulLink, Soundmax, SOWLY, Soyes, Spark, Sparx, SPC, Spectralink, Spectrum, Spice, Spider, Sprint, SPURT, SQOOL, SSKY, Star, Star-Light, Starlight, Starmobile, Starway, Starwind, STF Mobile, STG Telecom, Stilevs, STK, Stonex, Storex, StrawBerry, Stream, STRONG, Stylo, Subor, Sugar, SULPICE TV, Sumvision, Sunmax, Sunmi, Sunny, Sunstech, SunVan, Sunvell, SUNWIND, SuperBOX, Super General, Supermax, SuperSonic, SuperTab, SuperTV, Supra, Supraim, Surfans, Surge, Suzuki, Sveon, Swipe, SWISSMOBILITY, Swisstone, Switel, SWOFY, Syco, SYH, Sylvania, Symphony, Syrox, System76, T-Mobile, T96, TADAAM, TAG Tech, Taiga System, Takara, TALBERG, Talius, Tambo, Tanix, TAUBE, TB Touch, TCL, TCL SCBC, TD Systems, TD Tech, TeachTouch, Technicolor, Technika, TechniSat, Technopc, TECHNOSAT, TechnoTrend, TechPad, TechSmart, Techstorm, Techwood, Teclast, Tecno Mobile, TecToy, TEENO, Teknosa, Tele2, Telefunken, Telego, Telenor, Telia, Telit, Telkom, Telly, Telma, TeloSystems, Telpo, Temigereev, TENPLUS, Teracube, Tesco, Tesla, TETC, Tetratab, teXet, ThL, Thomson, Thuraya, TIANYU, Tibuta, Tigers, Time2, Timovi, TIMvision, Tinai, Tinmo, TiPhone, Tivax, TiVo, TJC, TJD, TOKYO, Tolino, Tone, TOOGO, Tooky, Top-Tech, TopDevice, TOPDON, Topelotek, Top House, Toplux, TOPSHOWS, Topsion, Topway, Torex, TORNADO, Torque, TOSCIDO, Toshiba, Touchmate, Touch Plus, TOX, TPS, Transpeed, Trecfone, TrekStor, Trevi, TriaPlay, Tricolor, Trident, Trifone, Trimble, Trio, Tronsmart, True, True Slim, Tsinghua Tongfang, TTEC, TTfone, TTK-TV, TuCEL, TUCSON, Tunisie Telecom, Turbo, Turbo-X, TurboKids, TurboPad, Turkcell, Tuvio, TV+, TVC, TwinMOS, TWM, Twoe, TWZ, TYD, Tymes, T\\u00fcrk Telekom, U-Magic, U.S. Cellular, UD, UE, UGINE, Ugoos, Uhans, Uhappy, Ulefone, Umax, UMIDIGI, Umiio, Unblock Tech, Uniden, Unihertz, Unimax, Uniqcell, Uniscope, Unistrong, Unitech, UNITED, United Group, UNIWA, Unknown, Unnecto, Unnion Technologies, UNNO, Unonu, UnoPhone, Unowhy, UOOGOU, Urovo, UTime, UTOK, UTStarcom, UZ Mobile, V-Gen, V-HOME, V-HOPE, v-mobile, V7, VAIO, VALE, VALEM, VALTECH, VANGUARD, Vankyo, VANWIN, Vargo, VASOUN, Vastking, VAVA, VC, VDVD, Vega, Veidoo, Vekta, Venso, Venstar, Venturer, VEON, Verico, Verizon, Vernee, Verssed, Versus, Vertex, Vertu, Verykool, Vesta, Vestel, VETAS, Vexia, VGO TEL, ViBox, Victurio, VIDA, Videocon, Videoweb, Viendo, ViewSonic, VIIPOO, VIKUSHA, VILLAON, VIMOQ, Vinabox, Vinga, Vinsoc, Vios, Viper, Vipro, Virzo, Vision Technology, Vision Touch, Visitech, Visual Land, Vitelcom, Vitumi, Vityaz, Viumee, Vivax, VIVIBright, VIVIMAGE, Vivo, VIWA, Vizio, Vizmo, VK Mobile, VKworld, VNPT Technology, VOCAL, Vodacom, Vodafone, VOGA, VOLIA, VOLKANO, Volla, Volt, Vonino, Vontar, Vorago, Vorcom, Vorke, Vormor, Vortex, VORTEX (RO), Voto, VOX, Voxtel, Voyo, Vsmart, Vsun, VUCATIMES, Vue Micro, Vulcan, VVETIME, V\\u00f6lfen, W&O, WAF, Wainyok, waipu.tv, Walker, Waltham, Walton, Waltter, Wanmukang, WANSA, WE, We. by Loewe., Webfleet, Web TV, WeChip, Wecool, Weelikeit, Weiimi, Weimei, WellcoM, WELLINGTON, Western Digital, Weston, Westpoint, Wexler, White Mobile, Whoop, Wieppo, Wigor, Wiko, WildRed, Wileyfox, Winds, Wink, Winmax, Winnovo, Winstar, Wintouch, Wiseasy, WIWA, WizarPos, Wizz, Wolder, Wolfgang, Wolki, WONDER, Wonu, Woo, Wortmann, Woxter, WOZIFAN, WS, X-AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectron, XGEM, XGIMI, Xgody, Xiaodu, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, XPPen, XREAL, Xshitou, Xsmart, Xtouch, Xtratech, Xwave, XY Auto, Yandex, Yarvik, YASIN, YELLYOUTH, YEPEN, Yes, Yestel, Yezz, YIKEMI, Yoka TV, Yooz, Yota, YOTOPT, Youin, Youwei, Ytone, Yu, Yuandao, YU Fly, YUHO, YUMKEM, YUNDOO, Yuno, YunSong, Yusun, Yxtel, Z-Kai, Zaith, ZALA, Zamolxe, Zatec, Zealot, Zeblaze, Zebra, Zeeker, Zeemi, Zen, Zenek, Zentality, Zfiner, ZH&K, Zidoo, ZIFFLER, ZIFRO, Zigo, ZIK, Zinox, ZIOVO, Ziox, Zonda, Zonko, Zoom, ZoomSmart, Zopo, ZTE, Zuum, Zync, ZYQ, Zyrex, ZZB, \\u00f6wn\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device model\",\"segment\":\"deviceModel\",\"acceptedValues\":\"iPad, Nexus 5, Galaxy S5, Fire TV, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device type\",\"segment\":\"deviceType\",\"acceptedValues\":\"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Fingerprint\",\"segment\":\"fingerprint\",\"acceptedValues\":\"1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched from API.getLastVisitsDetails\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 hour (start of visit)\",\"segment\":\"visitLocalHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system\",\"segment\":\"operatingSystemName\",\"acceptedValues\":\"Windows, Linux, Mac, Android, iOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system code\",\"segment\":\"operatingSystemCode\",\"acceptedValues\":\"WIN, LIN, MAX, AND, IOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system version\",\"segment\":\"operatingSystemVersion\",\"acceptedValues\":\"XP, 7, 2.3, 5.1, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Profilable\",\"segment\":\"profilable\",\"acceptedValues\":\"1 for profilable (eg cookies were used), 0 for not profilable (eg no cookies were used)\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Resolution\",\"segment\":\"resolution\",\"acceptedValues\":\"1280x1024, 800x600, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (start of visit)\",\"segment\":\"visitStartServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (time of last action)\",\"segment\":\"visitServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 date (time of last action)\",\"segment\":\"visitEndServerDate\",\"acceptedValues\":\"2018-12-31, 2018-03-20, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of month (time of last action)\",\"segment\":\"visitEndServerDayOfMonth\",\"acceptedValues\":\"0, 1, 2, 3, ..., 29, 30, 31\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of week (time of last action)\",\"segment\":\"visitEndServerDayOfWeek\",\"acceptedValues\":\"1, 2, 3, 4, 5, 6, 7\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of year (time of last action)\",\"segment\":\"visitEndServerDayOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 365, 366\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (start of visit)\",\"segment\":\"visitStartServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (time of last action)\",\"segment\":\"visitEndServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 month (time of last action)\",\"segment\":\"visitEndServerMonth\",\"acceptedValues\":\"1, 2, 3, ..., 11, 12\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 quarter (time of last action)\",\"segment\":\"visitEndServerQuarter\",\"acceptedValues\":\"1, 2, 3, 4\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 second (Time of last action)\",\"segment\":\"visitEndServerSecond\",\"acceptedValues\":\"0, 1, 2, 3, ..., 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 week of year (time of last action)\",\"segment\":\"visitEndServerWeekOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 51, 52, 53\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 year (time of last action)\",\"segment\":\"visitEndServerYear\",\"acceptedValues\":\"2016, 2017, 2018, ..., 9998, 9999\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"User ID\",\"segment\":\"userId\",\"acceptedValues\":\"any non empty unique string identifying the user (such as an email address or a username).\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit Ecommerce status at the end of the visit\",\"segment\":\"visitEcommerceStatus\",\"acceptedValues\":\"none, ordered, abandonedCart, orderedThenAbandonedCart. For example, to select all visits that have made an Ecommerce order, the API request would contain \\\"&segment=visitEcommerceStatus==ordered,visitEcommerceStatus==orderedThenAbandonedCart\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit ID\",\"segment\":\"visitId\",\"acceptedValues\":\"Any positive integer\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Id\",\"segment\":\"visitConvertedGoalId\",\"acceptedValues\":\"1, 2, 3, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Name\",\"segment\":\"visitConvertedGoalName\",\"acceptedValues\":\"myGoal, myOtherGoal, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted at least one Goal\",\"segment\":\"visitConverted\",\"acceptedValues\":\"0, 1\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit type\",\"segment\":\"visitorType\",\"acceptedValues\":\"new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain \\\"&segment=visitorType==returning,visitorType==returningCustomer\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visitor ID\",\"segment\":\"visitorId\",\"acceptedValues\":\"34c31e04394bdc63 - any 16 Hexadecimal chars ID, which can be fetched using the Tracking API function getVisitorId()\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"City\",\"segment\":\"city\",\"acceptedValues\":\"Sydney, Sao Paolo, Rome, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Continent\",\"segment\":\"continentCode\",\"acceptedValues\":\"eur, asi, amc, amn, ams, afr, ant, oce\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country\",\"segment\":\"countryName\",\"acceptedValues\":\"Germany, France, Spain, ...\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country code\",\"segment\":\"countryCode\",\"acceptedValues\":\"ISO 3166-1 alpha-2 country codes (de, us, fr, in, es, etc.)\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Language\",\"segment\":\"languageCode\",\"acceptedValues\":\"de, fr, en-gb, zh-cn, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Latitude\",\"segment\":\"latitude\",\"acceptedValues\":\"-33.578, 40.830, etc.<br\\/>You can select visitors within a lat\\/long range using &segment=lat>X;lat<Y;long>M;long<N.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Longitude\",\"segment\":\"longitude\",\"acceptedValues\":\"-70.664, 14.326, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Region\",\"segment\":\"regionCode\",\"acceptedValues\":\"01, 02, OR, P8,\\u2026<br\\/>eg. region=BFC;country=fr\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope visit)\",\"segment\":\"customVariableName\",\"unionOfSegments\":[\"customVariableName1\",\"customVariableName2\",\"customVariableName3\",\"customVariableName4\",\"customVariableName5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope visit)\",\"segment\":\"customVariableName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope visit)\",\"segment\":\"customVariableName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope visit)\",\"segment\":\"customVariableName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope visit)\",\"segment\":\"customVariableName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope visit)\",\"segment\":\"customVariableName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope page)\",\"segment\":\"customVariablePageName\",\"unionOfSegments\":[\"customVariablePageName1\",\"customVariablePageName2\",\"customVariablePageName3\",\"customVariablePageName4\",\"customVariablePageName5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope page)\",\"segment\":\"customVariablePageName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope page)\",\"segment\":\"customVariablePageName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope page)\",\"segment\":\"customVariablePageName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope page)\",\"segment\":\"customVariablePageName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope page)\",\"segment\":\"customVariablePageName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope page)\",\"segment\":\"customVariablePageValue\",\"unionOfSegments\":[\"customVariablePageValue1\",\"customVariablePageValue2\",\"customVariablePageValue3\",\"customVariablePageValue4\",\"customVariablePageValue5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope page)\",\"segment\":\"customVariablePageValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope page)\",\"segment\":\"customVariablePageValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope page)\",\"segment\":\"customVariablePageValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope page)\",\"segment\":\"customVariablePageValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope page)\",\"segment\":\"customVariablePageValue5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope visit)\",\"segment\":\"customVariableValue\",\"unionOfSegments\":[\"customVariableValue1\",\"customVariableValue2\",\"customVariableValue3\",\"customVariableValue4\",\"customVariableValue5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope visit)\",\"segment\":\"customVariableValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope visit)\",\"segment\":\"customVariableValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope visit)\",\"segment\":\"customVariableValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope visit)\",\"segment\":\"customVariableValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope visit)\",\"segment\":\"customVariableValue5\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action Type\",\"segment\":\"actionType\",\"acceptedValues\":\"A type of action, such as: pageviews, contents, sitesearches, events, outlinks, downloads\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action URL\",\"segment\":\"actionUrl\",\"unionOfSegments\":[\"pageUrl\",\"downloadUrl\",\"outlinkUrl\",\"eventUrl\"]},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Category (Site Search)\",\"segment\":\"siteSearchCategory\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Clicked Outlink\",\"segment\":\"outlinkUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Interaction\",\"segment\":\"contentInteraction\",\"acceptedValues\":\"The type of interaction with the content. For instance \\\"click\\\" or \\\"submit\\\".\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Name\",\"segment\":\"contentName\",\"acceptedValues\":\"The name of a content block, for instance \\\"Ad Sale\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Piece\",\"segment\":\"contentPiece\",\"acceptedValues\":\"The actual content. For instance \\\"ad.jpg\\\" or \\\"My text ad\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Target\",\"segment\":\"contentTarget\",\"acceptedValues\":\"For instance the URL of a landing page: \\\"http:\\/\\/landingpage.example.com\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Download URL\",\"segment\":\"downloadUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page URL\",\"segment\":\"entryPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page title\",\"segment\":\"entryPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page Title\",\"segment\":\"exitPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page URL\",\"segment\":\"exitPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword (Site Search)\",\"segment\":\"siteSearchKeyword\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword count (Site Search)\",\"segment\":\"siteSearchCount\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page Title\",\"segment\":\"pageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page URL\",\"segment\":\"pageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Site time \\u2014 hour\",\"segment\":\"actionServerHour\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Time in UTC \\u2014 minute\",\"segment\":\"actionServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"}]" + }, + "API.getMetadata": { + "xml": "{\"row\":{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"}}", + "json": "[{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"}]" + }, + "API.getReportMetadata": { + "xml": "{\"row\":[{\"category\":\"All Websites\",\"name\":\"All Websites dashboard\",\"module\":\"MultiSites\",\"action\":\"getAll\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getAll\"},{\"category\":\"All Websites\",\"name\":\"Single Website dashboard\",\"module\":\"MultiSites\",\"action\":\"getOne\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for a specific website, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getOne\"},{\"category\":\"Visitors\",\"subcategory\":\"Overview\",\"name\":\"Visits Summary\",\"module\":\"VisitsSummary\",\"action\":\"get\",\"documentation\":\"This report provides a very general overview of how your visitors behave.\",\"metrics\":{\"nb_uniq_visitors\":\"Unique visitors\",\"nb_visits\":\"Visits\",\"nb_users\":\"Users\",\"nb_actions\":\"Actions\",\"max_actions\":\"Maximum actions in one visit\"},\"metricsDocumentation\":{\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Visit Duration (in seconds)\"},\"metricTypes\":{\"nb_uniq_visitors\":\"number\",\"nb_visits\":\"number\",\"nb_users\":\"number\",\"nb_actions\":\"number\",\"max_actions\":\"number\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitsSummary_get\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Continent\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"dimension\":\"Continent\",\"documentation\":\"Shows which continent your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getContinent\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Region\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"dimension\":\"Region\",\"documentation\":\"Shows which region your visitors connected from when accessing website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getRegion\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"dimension\":\"Language\",\"documentation\":\"Shows which language the visitor's browsers are using. (e.g. \\\"French\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguage\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"City\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"dimension\":\"City\",\"documentation\":\"Shows the cities your visitors connected from when accessing your website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCity\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"dimension\":\"Language\",\"documentation\":\"Shows which exact language code the visitor's browsers is set to. (e.g. \\\"German \\u2014 Austria (de-at)\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguageCode\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device type\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"dimension\":\"Device type\",\"documentation\":\"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getType\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device model\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"dimension\":\"Device model\",\"documentation\":\"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getModel\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device brand\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"dimension\":\"Device brand\",\"documentation\":\"This report shows the brands \\/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrand\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\",\"dimension\":\"Resolution\",\"documentation\":\"This report shows the screen resolutions your visitors used when viewing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getResolution\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"dimension\":\"Operating system version\",\"documentation\":\"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"dimension\":\"Browser\",\"documentation\":\"This report contains information about what kind of browser your visitors were using.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"}},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"dimension\":\"Browser version\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"dimension\":\"Configuration\",\"documentation\":\"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getConfiguration\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"dimension\":\"Operating system family\",\"documentation\":\"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsFamilies\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser engines\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"dimension\":\"Browser engine\",\"documentation\":\"This report shows your visitors' browsers broken down into browser engines. <br \\/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserEngines\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser Plugins\",\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"dimension\":\"Plugin\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of total visits where the plugin was detected. A visit may include multiple plugins. The value is rounded down to whole numbers.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicePlugins&apiAction=getPlugin&period=day&date=today\",\"uniqueId\":\"DevicePlugins_getPlugin\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"dimension\":\"Local time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> visitors' time zones <\\/strong> during their visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":{\"row\":{\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerLocalTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerLocalTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per hour in the site's timezone\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"dimension\":\"Site time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> site's time zone <\\/strong> during the visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerServerTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerServerTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"dimension\":\"Day of the week\",\"documentation\":\"This graph shows the number of visits your website received on each day of the week.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":{\"row\":{\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getByDayOfWeek&period=day&date=today\",\"uniqueId\":\"VisitTime_getByDayOfWeek\"},{\"category\":\"Visitors\",\"subcategory\":\"User IDs\",\"name\":\"User IDs\",\"module\":\"UserId\",\"action\":\"getUsers\",\"dimension\":\"UserId\",\"documentation\":\"Shows visits and other general metrics for every individual User ID.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/user-id\\/\",\"metrics\":{\"label\":\"Label\",\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_visits_converted\":\"Visits with Conversions\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_visits_converted\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserId_getUsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Custom Variables\",\"name\":\"Custom Variables\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"dimension\":\"Custom Variable name\",\"documentation\":\"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br \\/> For more information about Custom Variables in general, read the <a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Custom Variables documentation on matomo.org<\\/a>\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\",\"dimensions\":{\"CustomVariables_CustomVariableName\":\"Custom Variable name\",\"CustomVariables_CustomVariableValue\":\"Custom Variable value\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getCustomVariablesValuesFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomVariables_getCustomVariables\"},{\"category\":\"Visitors\",\"subcategory\":\"customdimension1\",\"name\":\"User Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"1\"},\"dimension\":\"User Type\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\"},\"processedMetrics\":{\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--1\"},{\"category\":\"Actions\",\"name\":\"Actions - Main metrics\",\"module\":\"Actions\",\"action\":\"get\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\",\"metrics\":{\"nb_pageviews\":\"Pageviews\",\"nb_uniq_pageviews\":\"Unique Pageviews\",\"nb_downloads\":\"Downloads\",\"nb_uniq_downloads\":\"Unique Downloads\",\"nb_outlinks\":\"Outlinks\",\"nb_uniq_outlinks\":\"Unique Outlinks\",\"nb_searches\":\"Searches\",\"nb_keywords\":\"Unique Keywords\",\"hits\":\"Hits\"},\"metricsDocumentation\":{\"nb_pageviews\":\"The number of times this page was visited.\",\"nb_uniq_pageviews\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"nb_downloads\":\"The number of times this link was clicked.\",\"nb_uniq_downloads\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_outlinks\":\"The number of times this link was clicked.\",\"nb_uniq_outlinks\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_searches\":\"The number of visits that searched for this keyword on your website's search engine.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_pageviews\":\"number\",\"nb_uniq_pageviews\":\"number\",\"nb_downloads\":\"number\",\"nb_uniq_downloads\":\"number\",\"nb_outlinks\":\"number\",\"nb_uniq_outlinks\":\"number\",\"nb_searches\":\"number\",\"nb_keywords\":\"number\",\"hits\":\"number\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_get\"},{\"category\":\"Actions\",\"name\":\"Users Flow\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dimension\":\"Interaction\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_exits\":\"Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_proceeded\":\"The number of visits that proceeded to the next interaction and did not exit your website or app.\",\"proceeded_rate\":\"The percentage of visits that performed another interaction after performing an interaction.\",\"exit_rate\":\"The percentage of visits that have left your website or app after this interaction.\",\"nb_exits\":\"The number of visits that did not leave after this interaction.\"},\"processedMetrics\":{\"nb_proceeded\":\"Proceeded\",\"proceeded_rate\":\"Proceeded Rate\",\"exit_rate\":\"Exit rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_exits\":\"number\",\"nb_proceeded\":\"number\",\"proceeded_rate\":\"percent\",\"exit_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUsersFlowPretty\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UsersFlow_getUsersFlowPretty\"},{\"category\":\"Actions\",\"subcategory\":\"Pages\",\"name\":\"Page URLs\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"dimension\":\"Page URL\",\"documentation\":\"This report contains information about the page URLs that have been visited. <br \\/> The table is organized hierarchically, the URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageUrls\",\"relatedReports\":{\"row\":[{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"dimension\":\"Entry Page URL\",\"documentation\":\"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br \\/> The entry URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageUrls\",\"relatedReports\":{\"row\":{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"}},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"dimension\":\"Entry Page title\",\"documentation\":\"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageTitles\",\"relatedReports\":{\"row\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"dimension\":\"Exit Page URL\",\"documentation\":\"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br \\/> The exit URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageUrls\",\"relatedReports\":{\"row\":{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"dimension\":\"Exit Page Title\",\"documentation\":\"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageTitles\",\"relatedReports\":{\"row\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}]},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Page titles\",\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"dimension\":\"Page Title\",\"documentation\":\"This report contains information about the titles of the pages that have been visited. <br \\/> The page title is the HTML <title> Tag that most browsers show in their window title.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageTitles\",\"relatedReports\":{\"row\":[{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Site Search Keywords\",\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report lists the Search Keywords that visitors searched for on your internal Search Engine.<br\\/><br\\/>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":{\"row\":{\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrlsFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Keywords with No Results\",\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"dimension\":\"Keyword with No Search Result\",\"documentation\":\"Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.<br \\/><br \\/>This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchNoResultKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":{\"row\":{\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitlesFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Categories\",\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"dimension\":\"Search Category\",\"documentation\":\"This report lists the Categories that visitors selected when they made a Search on your website.<br\\/>For example, Ecommerce websites typically have a \\\"Category\\\" selector so that visitors can restrict their searches to all products in a specific Category.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\",\"exit_rate\":\"% Search Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"exit_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchCategories\"},{\"category\":\"Actions\",\"subcategory\":\"Outlinks\",\"name\":\"Outlinks\",\"module\":\"Actions\",\"action\":\"getOutlinks\",\"dimension\":\"Clicked Outlink\",\"documentation\":\"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_visits\":\"Unique Clicks\",\"nb_hits\":\"Clicks\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getOutlinks\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getOutlinks\"},{\"category\":\"Actions\",\"subcategory\":\"Downloads\",\"name\":\"Downloads\",\"module\":\"Actions\",\"action\":\"getDownloads\",\"dimension\":\"Download URL\",\"documentation\":\"In this report, you can see which files your visitors have downloaded. <br \\/> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.\",\"metrics\":{\"nb_visits\":\"Unique Downloads\",\"nb_hits\":\"Downloads\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getDownloads\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getDownloads\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Categories\",\"module\":\"Events\",\"action\":\"getCategory\",\"dimension\":\"Event Category\",\"documentation\":\"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventCategory\":\"Event Category\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromCategoryId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getCategory\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Actions\",\"module\":\"Events\",\"action\":\"getAction\",\"dimension\":\"Event Action\",\"documentation\":\"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventAction\":\"Event Action\",\"Events_EventName\":\"Event Name\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getNameFromActionId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getAction\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Names\",\"module\":\"Events\",\"action\":\"getName\",\"dimension\":\"Event Name\",\"documentation\":\"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventName\":\"Event Name\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromNameId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getName\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Name\",\"module\":\"Contents\",\"action\":\"getContentNames\",\"dimension\":\"Content Name\",\"documentation\":\"This report shows the names of the content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentNames\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentNames\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Piece\",\"module\":\"Contents\",\"action\":\"getContentPieces\",\"dimension\":\"Content Piece\",\"documentation\":\"This report shows the pieces of content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentPieces\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentPieces\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Length of visits\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"dimension\":\"Visit duration\",\"documentation\":\"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerVisitDuration&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerVisitDuration\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Pages per visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"dimension\":\"Pages per visit\",\"documentation\":\"How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerPage&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerPage\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by visit number\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"dimension\":\"Visits by visit number\",\"documentation\":\"The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of totals visits, where visitors had this amount of visits in total yet.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByVisitCount&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByVisitCount\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by days since last visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"dimension\":\"Days since last visit\",\"documentation\":\"How many visits were from returning visitors whose last visit was a certain number of days ago.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByDaysSinceLast&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByDaysSinceLast\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Returning Visits\",\"module\":\"VisitFrequency\",\"action\":\"get\",\"documentation\":\"This report shows general metrics like visits for returning visitors side by side with the same metrics for new visitors. Learn how returning visitors perform overall compared to new visitors.\",\"metrics\":{\"nb_visits_returning\":\"Returning Visits\",\"nb_actions_returning\":\"Actions by Returning Visits\",\"nb_uniq_visitors_returning\":\"Unique returning visitors\",\"nb_users_returning\":\"Returning Users\",\"max_actions_returning\":\"Maximum actions in one returning visit\",\"nb_visits_new\":\"New Visits\",\"nb_actions_new\":\"Actions by New Visits\",\"nb_uniq_visitors_new\":\"Unique new visitors\",\"nb_users_new\":\"New Users\",\"max_actions_new\":\"max_actions_new\"},\"processedMetrics\":{\"avg_time_on_site_returning\":\"Avg. Duration of a Returning Visit (in sec)\",\"nb_actions_per_visit_returning\":\"Avg. Actions per Returning Visit\",\"bounce_rate_returning\":\"Bounce Rate for Returning Visits\",\"avg_time_on_site_new\":\"Avg. Duration of a New Visit (in sec)\",\"nb_actions_per_visit_new\":\"Avg. Actions per New Visit\",\"bounce_rate_new\":\"Bounce Rate for New Visits\"},\"metricTypes\":{\"nb_visits_returning\":\"number\",\"nb_actions_returning\":\"number\",\"nb_uniq_visitors_returning\":\"number\",\"nb_users_returning\":\"number\",\"max_actions_returning\":\"number\",\"nb_visits_new\":\"number\",\"nb_actions_new\":\"number\",\"nb_uniq_visitors_new\":\"number\",\"nb_users_new\":\"number\",\"max_actions_new\":\"number\",\"avg_time_on_site_returning\":\"duration_s\",\"nb_actions_per_visit_returning\":\"number\",\"bounce_rate_returning\":\"percent\",\"avg_time_on_site_new\":\"duration_s\",\"nb_actions_per_visit_new\":\"number\",\"bounce_rate_new\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitFrequency_get\"},{\"category\":\"Actions\",\"subcategory\":\"Performance\",\"name\":\"Performance overview\",\"module\":\"PagePerformance\",\"action\":\"get\",\"documentation\":\"This report provides an overview of how fast your webpages become visible to your visitors. This includes both how long it takes for browsers to download your webpages and how long it takes for browsers to display them.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/faq\\/how-to\\/how-do-i-see-page-performance-reports\\/\",\"metrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricsDocumentation\":{\"avg_time_network\":\"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.\",\"avg_time_server\":\"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.\",\"avg_time_transfer\":\"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.\",\"avg_time_dom_processing\":\"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.\",\"avg_time_dom_completion\":\"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.\",\"avg_time_on_load\":\"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.\",\"avg_page_load_time\":\"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser\"},\"processedMetrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricTypes\":{\"avg_time_network\":\"duration_s\",\"avg_time_server\":\"duration_s\",\"avg_time_transfer\":\"duration_s\",\"avg_time_dom_processing\":\"duration_s\",\"avg_time_dom_completion\":\"duration_s\",\"avg_time_on_load\":\"duration_s\",\"avg_page_load_time\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"PagePerformance_get\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension2\",\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"2\"},\"dimension\":\"Page Author\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--2\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension4\",\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"4\"},\"dimension\":\"Page Location\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--4\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension5\",\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"5\"},\"dimension\":\"Page Type\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--5\"},{\"category\":\"Referrers\",\"name\":\"Referrers Overview\",\"module\":\"Referrers\",\"action\":\"get\",\"documentation\":\"This report shows what acquisition channels your visitors used to get to your website, and the number of visits each channel type is responsible for.\",\"metrics\":{\"Referrers_visitorsFromSearchEngines\":\"Visitors from Search Engines\",\"Referrers_visitorsFromSearchEngines_percent\":\"Percent of Visitors from Search Engines\",\"Referrers_visitorsFromSocialNetworks\":\"Visitors from Social Networks\",\"Referrers_visitorsFromSocialNetworks_percent\":\"Percent of Visitors from Social Networks\",\"Referrers_visitorsFromAIAssistants\":\"Visitors from AI Assistants\",\"Referrers_visitorsFromAIAssistants_percent\":\"Percent of Visitors from AI Assistants\",\"Referrers_visitorsFromDirectEntry\":\"Visitors from Direct Entry\",\"Referrers_visitorsFromDirectEntry_percent\":\"Percent of Visitors from Direct Entry\",\"Referrers_visitorsFromWebsites\":\"Visitors from Websites\",\"Referrers_visitorsFromWebsites_percent\":\"Percent of Visitors from Websites\",\"Referrers_visitorsFromCampaigns\":\"Visitors from Campaigns\",\"Referrers_visitorsFromCampaigns_percent\":\"Percent of Visitors from Campaigns\",\"Referrers_distinctSearchEngines\":\"Distinct search engines\",\"Referrers_distinctSocialNetworks\":\"Distinct social networks\",\"Referrers_distinctAIAssistants\":\"Distinct AI assistants\",\"Referrers_distinctWebsites\":\"Distinct websites\",\"Referrers_distinctKeywords\":\"Distinct keywords\",\"Referrers_distinctCampaigns\":\"Distinct campaigns\"},\"metricTypes\":{\"Referrers_visitorsFromSearchEngines\":\"number\",\"Referrers_visitorsFromSearchEngines_percent\":\"percent\",\"Referrers_visitorsFromSocialNetworks\":\"number\",\"Referrers_visitorsFromSocialNetworks_percent\":\"percent\",\"Referrers_visitorsFromAIAssistants\":\"number\",\"Referrers_visitorsFromAIAssistants_percent\":\"percent\",\"Referrers_visitorsFromDirectEntry\":\"number\",\"Referrers_visitorsFromDirectEntry_percent\":\"percent\",\"Referrers_visitorsFromWebsites\":\"number\",\"Referrers_visitorsFromWebsites_percent\":\"percent\",\"Referrers_visitorsFromCampaigns\":\"number\",\"Referrers_visitorsFromCampaigns_percent\":\"percent\",\"Referrers_distinctSearchEngines\":\"number\",\"Referrers_distinctSocialNetworks\":\"number\",\"Referrers_distinctAIAssistants\":\"number\",\"Referrers_distinctWebsites\":\"number\",\"Referrers_distinctKeywords\":\"number\",\"Referrers_distinctCampaigns\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_get\"},{\"category\":\"Referrers\",\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\",\"dimension\":\"Keyword\",\"documentation\":\"Report showing all keywords imported from all configured search engines.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"relatedReports\":{\"row\":[{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}]},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsImported\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"Channel Type\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"dimension\":\"Channel Type\",\"documentation\":\"This table contains information about the distribution of the channel types.<br \\/><b>Direct Entry:<\\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br \\/><b>Search Engines:<\\/b> A visitor was referred to your website by a search engine. <br \\/> See the \\\"Search Engines & Keywords\\\" report for more details.<br \\/><b>Websites:<\\/b> The visitor followed a link on another website that led to your site. <br \\/> See the \\\"Websites\\\" report for more details.<br \\/><b>Campaigns:<\\/b> Visitors that came to your website as the result of a campaign. <br \\/> See the \\\"Campaigns\\\" report for more details.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getReferrerType\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"All Channels\",\"module\":\"Referrers\",\"action\":\"getAll\",\"dimension\":\"Referrer\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAll&period=day&date=today\",\"uniqueId\":\"Referrers_getAll\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"relatedReports\":{\"row\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}]},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Search Engines\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"dimension\":\"Search Engine\",\"documentation\":\"This report shows which search engines referred users to your website. <br \\/> By clicking on a row in the table, you can see what users were searching for using a specific search engine.\",\"dimensions\":{\"Referrers_SearchEngine\":\"Search Engine\",\"Referrers_Keyword\":\"Keyword\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordsFromSearchEngineId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSearchEngines\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report shows which keywords users were searching for before they were referred to your website. <br \\/><br \\/> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br \\/><br \\/>Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.\",\"dimensions\":{\"Referrers_Keyword\":\"Keyword\",\"Referrers_SearchEngine\":\"Search Engine\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getSearchEnginesFromKeywordId\",\"relatedReports\":{\"row\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Web keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>web<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleWeb\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (on Bing and Yahoo!)\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsBing\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Image keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>image<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleImage\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Video keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>video<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleVideo\"},{\"category\":\"Referrers\",\"subcategory\":\"Websites\",\"name\":\"Websites\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"dimension\":\"Website\",\"documentation\":\"In this table, you can see which websites referred visitors to your site. <br \\/> By clicking on a row in the table, you can see which URLs the links to your website were on.\",\"dimensions\":{\"Referrers_Website\":\"Website\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsFromWebsiteId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getWebsites\"},{\"category\":\"Referrers\",\"subcategory\":\"Social Networks\",\"name\":\"Social Networks\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"dimension\":\"Social network\",\"documentation\":\"This report shows which social networks led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which social network pages visitors came to your website.\",\"dimensions\":{\"Referrers_SocialNetwork\":\"Social network\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForSocial\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSocials\"},{\"category\":\"Referrers\",\"subcategory\":\"AI Assistants\",\"name\":\"AI Assistants\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"dimension\":\"AI Assistant\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\",\"dimensions\":{\"Referrers_AIAssistant\":\"AI Assistant\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForAIAssistant\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getAIAssistants\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Names\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"dimension\":\"Campaign Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\",\"MarketingCampaignsReporting_CombinedKeywordContent\":\"Keyword - Content\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordContentFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getName\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Keywords\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"dimension\":\"Campaign Keyword\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getKeyword\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Sources\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"dimension\":\"Campaign Source\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSource\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Mediums\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"dimension\":\"Campaign Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Contents\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"dimension\":\"Campaign Content\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getContent\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Source - Medium\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"dimension\":\"Source - Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignSourceMedium\":\"Source - Medium\",\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getNameFromSourceMediumId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSourceMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Ids\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"dimension\":\"Campaign Id\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getId\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Groups\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"dimension\":\"Campaign Group\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getGroup\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Placements\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"dimension\":\"Campaign Placement\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getPlacement\"},{\"category\":\"Referrers\",\"subcategory\":\"Crawling overview\",\"name\":\"Crawl overview for Bing and Yahoo!\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\",\"documentation\":\"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getCrawlingOverviewBing\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Ecommerce Orders\",\"nb_visits_converted\":\"Visits with Conversions\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue\",\"revenue_subtotal\":\"Subtotal\",\"revenue_tax\":\"Tax\",\"revenue_shipping\":\"Shipping\",\"revenue_discount\":\"Discount\",\"items\":\"Purchased Products\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"revenue_subtotal\":\"money\",\"revenue_tax\":\"money\",\"revenue_shipping\":\"money\",\"revenue_discount\":\"money\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Abandoned Carts\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue left in cart\",\"items\":\"Products left in cart\"},\"metricsDocumentation\":{\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"items\":\"number\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Name\",\"module\":\"Goals\",\"action\":\"getItemsName\",\"dimension\":\"Product Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Name.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Name at least once.\",\"avg_price\":\"The average price for this Product Name.\",\"avg_quantity\":\"The average quantity of this Product Name sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Name conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Name conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsName\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product SKU\",\"module\":\"Goals\",\"action\":\"getItemsSku\",\"dimension\":\"Product SKU\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product SKU.\",\"orders\":\"The total number of Ecommerce orders which contained this Product SKU at least once.\",\"avg_price\":\"The average price for this Product SKU.\",\"avg_quantity\":\"The average quantity of this Product SKU sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product SKU conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product SKU conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsSku\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Category\",\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"dimension\":\"Product Category\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Category.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Category at least once.\",\"avg_price\":\"The average price for this Product Category.\",\"avg_quantity\":\"The average quantity of this Product Category sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Category conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Category conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsCategory\"},{\"category\":\"Goals\",\"name\":\"Goals\",\"module\":\"Goals\",\"action\":\"get\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get\"},{\"category\":\"Goals\",\"name\":\"Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion\"},{\"category\":\"Goals\",\"name\":\"Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion\"},{\"category\":\"Goals\",\"name\":\"Goals Overview\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"0\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goal New Job Application\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"4\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (7 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"0\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--0\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (30 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"1\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--1\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (90 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"2\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--2\"}]}", + "json": "[{\"category\":\"All Websites\",\"name\":\"All Websites dashboard\",\"module\":\"MultiSites\",\"action\":\"getAll\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getAll\"},{\"category\":\"All Websites\",\"name\":\"Single Website dashboard\",\"module\":\"MultiSites\",\"action\":\"getOne\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for a specific website, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getOne\"},{\"category\":\"Visitors\",\"subcategory\":\"Overview\",\"name\":\"Visits Summary\",\"module\":\"VisitsSummary\",\"action\":\"get\",\"documentation\":\"This report provides a very general overview of how your visitors behave.\",\"metrics\":{\"nb_uniq_visitors\":\"Unique visitors\",\"nb_visits\":\"Visits\",\"nb_users\":\"Users\",\"nb_actions\":\"Actions\",\"max_actions\":\"Maximum actions in one visit\"},\"metricsDocumentation\":{\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Visit Duration (in seconds)\"},\"metricTypes\":{\"nb_uniq_visitors\":\"number\",\"nb_visits\":\"number\",\"nb_users\":\"number\",\"nb_actions\":\"number\",\"max_actions\":\"number\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitsSummary_get\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Continent\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"dimension\":\"Continent\",\"documentation\":\"Shows which continent your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getContinent\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Region\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"dimension\":\"Region\",\"documentation\":\"Shows which region your visitors connected from when accessing website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getRegion\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"dimension\":\"Language\",\"documentation\":\"Shows which language the visitor's browsers are using. (e.g. \\\"French\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguage\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"City\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"dimension\":\"City\",\"documentation\":\"Shows the cities your visitors connected from when accessing your website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCity\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"dimension\":\"Language\",\"documentation\":\"Shows which exact language code the visitor's browsers is set to. (e.g. \\\"German \\u2014 Austria (de-at)\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguageCode\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device type\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"dimension\":\"Device type\",\"documentation\":\"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getType\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device model\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"dimension\":\"Device model\",\"documentation\":\"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getModel\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device brand\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"dimension\":\"Device brand\",\"documentation\":\"This report shows the brands \\/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrand\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\",\"dimension\":\"Resolution\",\"documentation\":\"This report shows the screen resolutions your visitors used when viewing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getResolution\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"dimension\":\"Operating system version\",\"documentation\":\"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"dimension\":\"Browser\",\"documentation\":\"This report contains information about what kind of browser your visitors were using.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"dimension\":\"Browser version\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"dimension\":\"Configuration\",\"documentation\":\"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getConfiguration\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"dimension\":\"Operating system family\",\"documentation\":\"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsFamilies\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser engines\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"dimension\":\"Browser engine\",\"documentation\":\"This report shows your visitors' browsers broken down into browser engines. <br \\/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserEngines\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser Plugins\",\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"dimension\":\"Plugin\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of total visits where the plugin was detected. A visit may include multiple plugins. The value is rounded down to whole numbers.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicePlugins&apiAction=getPlugin&period=day&date=today\",\"uniqueId\":\"DevicePlugins_getPlugin\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"dimension\":\"Local time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> visitors' time zones <\\/strong> during their visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":[{\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerLocalTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerLocalTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per hour in the site's timezone\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"dimension\":\"Site time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> site's time zone <\\/strong> during the visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerServerTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerServerTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"dimension\":\"Day of the week\",\"documentation\":\"This graph shows the number of visits your website received on each day of the week.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":[{\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getByDayOfWeek&period=day&date=today\",\"uniqueId\":\"VisitTime_getByDayOfWeek\"},{\"category\":\"Visitors\",\"subcategory\":\"User IDs\",\"name\":\"User IDs\",\"module\":\"UserId\",\"action\":\"getUsers\",\"dimension\":\"UserId\",\"documentation\":\"Shows visits and other general metrics for every individual User ID.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/user-id\\/\",\"metrics\":{\"label\":\"Label\",\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_visits_converted\":\"Visits with Conversions\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_visits_converted\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserId_getUsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Custom Variables\",\"name\":\"Custom Variables\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"dimension\":\"Custom Variable name\",\"documentation\":\"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br \\/> For more information about Custom Variables in general, read the <a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Custom Variables documentation on matomo.org<\\/a>\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\",\"dimensions\":{\"CustomVariables_CustomVariableName\":\"Custom Variable name\",\"CustomVariables_CustomVariableValue\":\"Custom Variable value\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getCustomVariablesValuesFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomVariables_getCustomVariables\"},{\"category\":\"Visitors\",\"subcategory\":\"customdimension1\",\"name\":\"User Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"1\"},\"dimension\":\"User Type\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\"},\"processedMetrics\":{\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--1\"},{\"category\":\"Actions\",\"name\":\"Actions - Main metrics\",\"module\":\"Actions\",\"action\":\"get\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\",\"metrics\":{\"nb_pageviews\":\"Pageviews\",\"nb_uniq_pageviews\":\"Unique Pageviews\",\"nb_downloads\":\"Downloads\",\"nb_uniq_downloads\":\"Unique Downloads\",\"nb_outlinks\":\"Outlinks\",\"nb_uniq_outlinks\":\"Unique Outlinks\",\"nb_searches\":\"Searches\",\"nb_keywords\":\"Unique Keywords\",\"hits\":\"Hits\"},\"metricsDocumentation\":{\"nb_pageviews\":\"The number of times this page was visited.\",\"nb_uniq_pageviews\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"nb_downloads\":\"The number of times this link was clicked.\",\"nb_uniq_downloads\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_outlinks\":\"The number of times this link was clicked.\",\"nb_uniq_outlinks\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_searches\":\"The number of visits that searched for this keyword on your website's search engine.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_pageviews\":\"number\",\"nb_uniq_pageviews\":\"number\",\"nb_downloads\":\"number\",\"nb_uniq_downloads\":\"number\",\"nb_outlinks\":\"number\",\"nb_uniq_outlinks\":\"number\",\"nb_searches\":\"number\",\"nb_keywords\":\"number\",\"hits\":\"number\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_get\"},{\"category\":\"Actions\",\"name\":\"Users Flow\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dimension\":\"Interaction\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_exits\":\"Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_proceeded\":\"The number of visits that proceeded to the next interaction and did not exit your website or app.\",\"proceeded_rate\":\"The percentage of visits that performed another interaction after performing an interaction.\",\"exit_rate\":\"The percentage of visits that have left your website or app after this interaction.\",\"nb_exits\":\"The number of visits that did not leave after this interaction.\"},\"processedMetrics\":{\"nb_proceeded\":\"Proceeded\",\"proceeded_rate\":\"Proceeded Rate\",\"exit_rate\":\"Exit rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_exits\":\"number\",\"nb_proceeded\":\"number\",\"proceeded_rate\":\"percent\",\"exit_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUsersFlowPretty\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UsersFlow_getUsersFlowPretty\"},{\"category\":\"Actions\",\"subcategory\":\"Pages\",\"name\":\"Page URLs\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"dimension\":\"Page URL\",\"documentation\":\"This report contains information about the page URLs that have been visited. <br \\/> The table is organized hierarchically, the URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageUrls\",\"relatedReports\":[{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"dimension\":\"Entry Page URL\",\"documentation\":\"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br \\/> The entry URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageUrls\",\"relatedReports\":[{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"dimension\":\"Entry Page title\",\"documentation\":\"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageTitles\",\"relatedReports\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"dimension\":\"Exit Page URL\",\"documentation\":\"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br \\/> The exit URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageUrls\",\"relatedReports\":[{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"dimension\":\"Exit Page Title\",\"documentation\":\"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageTitles\",\"relatedReports\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Page titles\",\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"dimension\":\"Page Title\",\"documentation\":\"This report contains information about the titles of the pages that have been visited. <br \\/> The page title is the HTML <title> Tag that most browsers show in their window title.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageTitles\",\"relatedReports\":[{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Site Search Keywords\",\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report lists the Search Keywords that visitors searched for on your internal Search Engine.<br\\/><br\\/>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":[{\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrlsFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Keywords with No Results\",\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"dimension\":\"Keyword with No Search Result\",\"documentation\":\"Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.<br \\/><br \\/>This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchNoResultKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":[{\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitlesFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Categories\",\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"dimension\":\"Search Category\",\"documentation\":\"This report lists the Categories that visitors selected when they made a Search on your website.<br\\/>For example, Ecommerce websites typically have a \\\"Category\\\" selector so that visitors can restrict their searches to all products in a specific Category.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\",\"exit_rate\":\"% Search Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"exit_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchCategories\"},{\"category\":\"Actions\",\"subcategory\":\"Outlinks\",\"name\":\"Outlinks\",\"module\":\"Actions\",\"action\":\"getOutlinks\",\"dimension\":\"Clicked Outlink\",\"documentation\":\"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_visits\":\"Unique Clicks\",\"nb_hits\":\"Clicks\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getOutlinks\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getOutlinks\"},{\"category\":\"Actions\",\"subcategory\":\"Downloads\",\"name\":\"Downloads\",\"module\":\"Actions\",\"action\":\"getDownloads\",\"dimension\":\"Download URL\",\"documentation\":\"In this report, you can see which files your visitors have downloaded. <br \\/> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.\",\"metrics\":{\"nb_visits\":\"Unique Downloads\",\"nb_hits\":\"Downloads\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getDownloads\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getDownloads\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Categories\",\"module\":\"Events\",\"action\":\"getCategory\",\"dimension\":\"Event Category\",\"documentation\":\"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventCategory\":\"Event Category\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromCategoryId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getCategory\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Actions\",\"module\":\"Events\",\"action\":\"getAction\",\"dimension\":\"Event Action\",\"documentation\":\"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventAction\":\"Event Action\",\"Events_EventName\":\"Event Name\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getNameFromActionId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getAction\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Names\",\"module\":\"Events\",\"action\":\"getName\",\"dimension\":\"Event Name\",\"documentation\":\"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventName\":\"Event Name\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromNameId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getName\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Name\",\"module\":\"Contents\",\"action\":\"getContentNames\",\"dimension\":\"Content Name\",\"documentation\":\"This report shows the names of the content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentNames\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentNames\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Piece\",\"module\":\"Contents\",\"action\":\"getContentPieces\",\"dimension\":\"Content Piece\",\"documentation\":\"This report shows the pieces of content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentPieces\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentPieces\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Length of visits\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"dimension\":\"Visit duration\",\"documentation\":\"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerVisitDuration&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerVisitDuration\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Pages per visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"dimension\":\"Pages per visit\",\"documentation\":\"How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerPage&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerPage\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by visit number\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"dimension\":\"Visits by visit number\",\"documentation\":\"The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of totals visits, where visitors had this amount of visits in total yet.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByVisitCount&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByVisitCount\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by days since last visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"dimension\":\"Days since last visit\",\"documentation\":\"How many visits were from returning visitors whose last visit was a certain number of days ago.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByDaysSinceLast&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByDaysSinceLast\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Returning Visits\",\"module\":\"VisitFrequency\",\"action\":\"get\",\"documentation\":\"This report shows general metrics like visits for returning visitors side by side with the same metrics for new visitors. Learn how returning visitors perform overall compared to new visitors.\",\"metrics\":{\"nb_visits_returning\":\"Returning Visits\",\"nb_actions_returning\":\"Actions by Returning Visits\",\"nb_uniq_visitors_returning\":\"Unique returning visitors\",\"nb_users_returning\":\"Returning Users\",\"max_actions_returning\":\"Maximum actions in one returning visit\",\"nb_visits_new\":\"New Visits\",\"nb_actions_new\":\"Actions by New Visits\",\"nb_uniq_visitors_new\":\"Unique new visitors\",\"nb_users_new\":\"New Users\",\"max_actions_new\":\"max_actions_new\"},\"processedMetrics\":{\"avg_time_on_site_returning\":\"Avg. Duration of a Returning Visit (in sec)\",\"nb_actions_per_visit_returning\":\"Avg. Actions per Returning Visit\",\"bounce_rate_returning\":\"Bounce Rate for Returning Visits\",\"avg_time_on_site_new\":\"Avg. Duration of a New Visit (in sec)\",\"nb_actions_per_visit_new\":\"Avg. Actions per New Visit\",\"bounce_rate_new\":\"Bounce Rate for New Visits\"},\"metricTypes\":{\"nb_visits_returning\":\"number\",\"nb_actions_returning\":\"number\",\"nb_uniq_visitors_returning\":\"number\",\"nb_users_returning\":\"number\",\"max_actions_returning\":\"number\",\"nb_visits_new\":\"number\",\"nb_actions_new\":\"number\",\"nb_uniq_visitors_new\":\"number\",\"nb_users_new\":\"number\",\"max_actions_new\":\"number\",\"avg_time_on_site_returning\":\"duration_s\",\"nb_actions_per_visit_returning\":\"number\",\"bounce_rate_returning\":\"percent\",\"avg_time_on_site_new\":\"duration_s\",\"nb_actions_per_visit_new\":\"number\",\"bounce_rate_new\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitFrequency_get\"},{\"category\":\"Actions\",\"subcategory\":\"Performance\",\"name\":\"Performance overview\",\"module\":\"PagePerformance\",\"action\":\"get\",\"documentation\":\"This report provides an overview of how fast your webpages become visible to your visitors. This includes both how long it takes for browsers to download your webpages and how long it takes for browsers to display them.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/faq\\/how-to\\/how-do-i-see-page-performance-reports\\/\",\"metrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricsDocumentation\":{\"avg_time_network\":\"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.\",\"avg_time_server\":\"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.\",\"avg_time_transfer\":\"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.\",\"avg_time_dom_processing\":\"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.\",\"avg_time_dom_completion\":\"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.\",\"avg_time_on_load\":\"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.\",\"avg_page_load_time\":\"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser\"},\"processedMetrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricTypes\":{\"avg_time_network\":\"duration_s\",\"avg_time_server\":\"duration_s\",\"avg_time_transfer\":\"duration_s\",\"avg_time_dom_processing\":\"duration_s\",\"avg_time_dom_completion\":\"duration_s\",\"avg_time_on_load\":\"duration_s\",\"avg_page_load_time\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"PagePerformance_get\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension2\",\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"2\"},\"dimension\":\"Page Author\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--2\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension4\",\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"4\"},\"dimension\":\"Page Location\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--4\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension5\",\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"5\"},\"dimension\":\"Page Type\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--5\"},{\"category\":\"Referrers\",\"name\":\"Referrers Overview\",\"module\":\"Referrers\",\"action\":\"get\",\"documentation\":\"This report shows what acquisition channels your visitors used to get to your website, and the number of visits each channel type is responsible for.\",\"metrics\":{\"Referrers_visitorsFromSearchEngines\":\"Visitors from Search Engines\",\"Referrers_visitorsFromSearchEngines_percent\":\"Percent of Visitors from Search Engines\",\"Referrers_visitorsFromSocialNetworks\":\"Visitors from Social Networks\",\"Referrers_visitorsFromSocialNetworks_percent\":\"Percent of Visitors from Social Networks\",\"Referrers_visitorsFromAIAssistants\":\"Visitors from AI Assistants\",\"Referrers_visitorsFromAIAssistants_percent\":\"Percent of Visitors from AI Assistants\",\"Referrers_visitorsFromDirectEntry\":\"Visitors from Direct Entry\",\"Referrers_visitorsFromDirectEntry_percent\":\"Percent of Visitors from Direct Entry\",\"Referrers_visitorsFromWebsites\":\"Visitors from Websites\",\"Referrers_visitorsFromWebsites_percent\":\"Percent of Visitors from Websites\",\"Referrers_visitorsFromCampaigns\":\"Visitors from Campaigns\",\"Referrers_visitorsFromCampaigns_percent\":\"Percent of Visitors from Campaigns\",\"Referrers_distinctSearchEngines\":\"Distinct search engines\",\"Referrers_distinctSocialNetworks\":\"Distinct social networks\",\"Referrers_distinctAIAssistants\":\"Distinct AI assistants\",\"Referrers_distinctWebsites\":\"Distinct websites\",\"Referrers_distinctKeywords\":\"Distinct keywords\",\"Referrers_distinctCampaigns\":\"Distinct campaigns\"},\"metricTypes\":{\"Referrers_visitorsFromSearchEngines\":\"number\",\"Referrers_visitorsFromSearchEngines_percent\":\"percent\",\"Referrers_visitorsFromSocialNetworks\":\"number\",\"Referrers_visitorsFromSocialNetworks_percent\":\"percent\",\"Referrers_visitorsFromAIAssistants\":\"number\",\"Referrers_visitorsFromAIAssistants_percent\":\"percent\",\"Referrers_visitorsFromDirectEntry\":\"number\",\"Referrers_visitorsFromDirectEntry_percent\":\"percent\",\"Referrers_visitorsFromWebsites\":\"number\",\"Referrers_visitorsFromWebsites_percent\":\"percent\",\"Referrers_visitorsFromCampaigns\":\"number\",\"Referrers_visitorsFromCampaigns_percent\":\"percent\",\"Referrers_distinctSearchEngines\":\"number\",\"Referrers_distinctSocialNetworks\":\"number\",\"Referrers_distinctAIAssistants\":\"number\",\"Referrers_distinctWebsites\":\"number\",\"Referrers_distinctKeywords\":\"number\",\"Referrers_distinctCampaigns\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_get\"},{\"category\":\"Referrers\",\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\",\"dimension\":\"Keyword\",\"documentation\":\"Report showing all keywords imported from all configured search engines.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"relatedReports\":[{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsImported\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"Channel Type\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"dimension\":\"Channel Type\",\"documentation\":\"This table contains information about the distribution of the channel types.<br \\/><b>Direct Entry:<\\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br \\/><b>Search Engines:<\\/b> A visitor was referred to your website by a search engine. <br \\/> See the \\\"Search Engines & Keywords\\\" report for more details.<br \\/><b>Websites:<\\/b> The visitor followed a link on another website that led to your site. <br \\/> See the \\\"Websites\\\" report for more details.<br \\/><b>Campaigns:<\\/b> Visitors that came to your website as the result of a campaign. <br \\/> See the \\\"Campaigns\\\" report for more details.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getReferrerType\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"All Channels\",\"module\":\"Referrers\",\"action\":\"getAll\",\"dimension\":\"Referrer\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAll&period=day&date=today\",\"uniqueId\":\"Referrers_getAll\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"relatedReports\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Search Engines\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"dimension\":\"Search Engine\",\"documentation\":\"This report shows which search engines referred users to your website. <br \\/> By clicking on a row in the table, you can see what users were searching for using a specific search engine.\",\"dimensions\":{\"Referrers_SearchEngine\":\"Search Engine\",\"Referrers_Keyword\":\"Keyword\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordsFromSearchEngineId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSearchEngines\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report shows which keywords users were searching for before they were referred to your website. <br \\/><br \\/> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br \\/><br \\/>Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.\",\"dimensions\":{\"Referrers_Keyword\":\"Keyword\",\"Referrers_SearchEngine\":\"Search Engine\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getSearchEnginesFromKeywordId\",\"relatedReports\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Web keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>web<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleWeb\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (on Bing and Yahoo!)\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsBing\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Image keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>image<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleImage\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Video keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>video<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleVideo\"},{\"category\":\"Referrers\",\"subcategory\":\"Websites\",\"name\":\"Websites\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"dimension\":\"Website\",\"documentation\":\"In this table, you can see which websites referred visitors to your site. <br \\/> By clicking on a row in the table, you can see which URLs the links to your website were on.\",\"dimensions\":{\"Referrers_Website\":\"Website\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsFromWebsiteId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getWebsites\"},{\"category\":\"Referrers\",\"subcategory\":\"Social Networks\",\"name\":\"Social Networks\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"dimension\":\"Social network\",\"documentation\":\"This report shows which social networks led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which social network pages visitors came to your website.\",\"dimensions\":{\"Referrers_SocialNetwork\":\"Social network\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForSocial\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSocials\"},{\"category\":\"Referrers\",\"subcategory\":\"AI Assistants\",\"name\":\"AI Assistants\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"dimension\":\"AI Assistant\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\",\"dimensions\":{\"Referrers_AIAssistant\":\"AI Assistant\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForAIAssistant\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getAIAssistants\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Names\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"dimension\":\"Campaign Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\",\"MarketingCampaignsReporting_CombinedKeywordContent\":\"Keyword - Content\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordContentFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getName\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Keywords\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"dimension\":\"Campaign Keyword\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getKeyword\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Sources\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"dimension\":\"Campaign Source\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSource\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Mediums\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"dimension\":\"Campaign Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Contents\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"dimension\":\"Campaign Content\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getContent\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Source - Medium\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"dimension\":\"Source - Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignSourceMedium\":\"Source - Medium\",\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getNameFromSourceMediumId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSourceMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Ids\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"dimension\":\"Campaign Id\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getId\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Groups\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"dimension\":\"Campaign Group\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getGroup\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Placements\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"dimension\":\"Campaign Placement\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getPlacement\"},{\"category\":\"Referrers\",\"subcategory\":\"Crawling overview\",\"name\":\"Crawl overview for Bing and Yahoo!\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\",\"documentation\":\"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getCrawlingOverviewBing\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Ecommerce Orders\",\"nb_visits_converted\":\"Visits with Conversions\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue\",\"revenue_subtotal\":\"Subtotal\",\"revenue_tax\":\"Tax\",\"revenue_shipping\":\"Shipping\",\"revenue_discount\":\"Discount\",\"items\":\"Purchased Products\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"revenue_subtotal\":\"money\",\"revenue_tax\":\"money\",\"revenue_shipping\":\"money\",\"revenue_discount\":\"money\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Abandoned Carts\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue left in cart\",\"items\":\"Products left in cart\"},\"metricsDocumentation\":{\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"items\":\"number\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Name\",\"module\":\"Goals\",\"action\":\"getItemsName\",\"dimension\":\"Product Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Name.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Name at least once.\",\"avg_price\":\"The average price for this Product Name.\",\"avg_quantity\":\"The average quantity of this Product Name sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Name conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Name conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsName\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product SKU\",\"module\":\"Goals\",\"action\":\"getItemsSku\",\"dimension\":\"Product SKU\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product SKU.\",\"orders\":\"The total number of Ecommerce orders which contained this Product SKU at least once.\",\"avg_price\":\"The average price for this Product SKU.\",\"avg_quantity\":\"The average quantity of this Product SKU sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product SKU conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product SKU conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsSku\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Category\",\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"dimension\":\"Product Category\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Category.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Category at least once.\",\"avg_price\":\"The average price for this Product Category.\",\"avg_quantity\":\"The average quantity of this Product Category sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Category conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Category conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsCategory\"},{\"category\":\"Goals\",\"name\":\"Goals\",\"module\":\"Goals\",\"action\":\"get\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get\"},{\"category\":\"Goals\",\"name\":\"Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion\"},{\"category\":\"Goals\",\"name\":\"Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion\"},{\"category\":\"Goals\",\"name\":\"Goals Overview\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"0\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goal New Job Application\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"4\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (7 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"0\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--0\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (30 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"1\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--1\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (90 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"2\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--2\"}]" + }, + "API.getProcessedReport": { + "xml": "{\"website\":\"Demo Site\",\"prettyDate\":\"Wednesday, October 1, 2025\",\"metadata\":{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},\"columns\":{\"label\":\"Country\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"revenue\":\"Revenue\"},\"reportData\":{\"row\":[{\"label\":\"United States\",\"nb_uniq_visitors\":\"1659\",\"nb_visits\":\"1781\",\"nb_actions\":\"4672\",\"nb_users\":\"1\",\"revenue\":\"$18,637.20\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:03:21\",\"bounce_rate\":\"63%\"},{\"label\":\"Australia\",\"nb_uniq_visitors\":\"741\",\"nb_visits\":\"803\",\"nb_actions\":\"1759\",\"nb_users\":\"0\",\"revenue\":\"$4,601.55\",\"nb_actions_per_visit\":\"2.2\",\"avg_time_on_site\":\"00:02:56\",\"bounce_rate\":\"64%\"},{\"label\":\"United Kingdom\",\"nb_uniq_visitors\":\"716\",\"nb_visits\":\"767\",\"nb_actions\":\"1828\",\"nb_users\":\"0\",\"revenue\":\"$3,169.65\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:03:08\",\"bounce_rate\":\"59%\"},{\"label\":\"Germany\",\"nb_uniq_visitors\":\"518\",\"nb_visits\":\"582\",\"nb_actions\":\"3780\",\"nb_users\":\"0\",\"revenue\":\"$21,046\",\"nb_actions_per_visit\":\"6.5\",\"avg_time_on_site\":\"00:12:02\",\"bounce_rate\":\"28%\"},{\"label\":\"Indonesia\",\"nb_uniq_visitors\":\"480\",\"nb_visits\":\"529\",\"nb_actions\":\"1117\",\"nb_users\":\"0\",\"revenue\":\"$203.80\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:35\",\"bounce_rate\":\"67%\"},{\"label\":\"Canada\",\"nb_uniq_visitors\":\"504\",\"nb_visits\":\"518\",\"nb_actions\":\"1026\",\"nb_users\":\"0\",\"revenue\":\"$1,995.60\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:02:12\",\"bounce_rate\":\"68%\"},{\"label\":\"Singapore\",\"nb_uniq_visitors\":\"324\",\"nb_visits\":\"362\",\"nb_actions\":\"683\",\"nb_users\":\"0\",\"revenue\":\"$14\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:02:13\",\"bounce_rate\":\"72%\"},{\"label\":\"Philippines\",\"nb_uniq_visitors\":\"345\",\"nb_visits\":\"359\",\"nb_actions\":\"575\",\"nb_users\":\"0\",\"revenue\":\"$15\",\"nb_actions_per_visit\":\"1.6\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"76%\"},{\"label\":\"Thailand\",\"nb_uniq_visitors\":\"296\",\"nb_visits\":\"309\",\"nb_actions\":\"662\",\"nb_users\":\"0\",\"revenue\":\"$10\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:33\",\"bounce_rate\":\"67%\"},{\"label\":\"Malaysia\",\"nb_uniq_visitors\":\"292\",\"nb_visits\":\"307\",\"nb_actions\":\"539\",\"nb_users\":\"0\",\"revenue\":\"$14\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"70%\"},{\"label\":\"India\",\"nb_uniq_visitors\":\"259\",\"nb_visits\":\"287\",\"nb_actions\":\"959\",\"nb_users\":\"0\",\"revenue\":\"$320.90\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:05:15\",\"bounce_rate\":\"53%\"},{\"label\":\"Netherlands\",\"nb_uniq_visitors\":\"199\",\"nb_visits\":\"220\",\"nb_actions\":\"1042\",\"nb_users\":\"0\",\"revenue\":\"$2,710.30\",\"nb_actions_per_visit\":\"4.7\",\"avg_time_on_site\":\"00:07:18\",\"bounce_rate\":\"42%\"},{\"label\":\"France\",\"nb_uniq_visitors\":\"165\",\"nb_visits\":\"184\",\"nb_actions\":\"899\",\"nb_users\":\"0\",\"revenue\":\"$6,600.45\",\"nb_actions_per_visit\":\"4.9\",\"avg_time_on_site\":\"00:06:46\",\"bounce_rate\":\"48%\"},{\"label\":\"Spain\",\"nb_uniq_visitors\":\"159\",\"nb_visits\":\"175\",\"nb_actions\":\"701\",\"nb_users\":\"0\",\"revenue\":\"$1,228.75\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:07:03\",\"bounce_rate\":\"49%\"},{\"label\":\"Switzerland\",\"nb_uniq_visitors\":\"147\",\"nb_visits\":\"159\",\"nb_actions\":\"711\",\"nb_users\":\"1\",\"revenue\":\"$5,523.80\",\"nb_actions_per_visit\":\"4.5\",\"avg_time_on_site\":\"00:06:43\",\"bounce_rate\":\"44%\"},{\"label\":\"Hong Kong SAR China\",\"nb_uniq_visitors\":\"134\",\"nb_visits\":\"145\",\"nb_actions\":\"331\",\"nb_users\":\"0\",\"revenue\":\"$508\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:02:44\",\"bounce_rate\":\"65%\"},{\"label\":\"Italy\",\"nb_uniq_visitors\":\"118\",\"nb_visits\":\"139\",\"nb_actions\":\"446\",\"nb_users\":\"1\",\"revenue\":\"$1,123.70\",\"nb_actions_per_visit\":\"3.2\",\"avg_time_on_site\":\"00:07:24\",\"bounce_rate\":\"48%\"},{\"label\":\"China\",\"nb_uniq_visitors\":\"102\",\"nb_visits\":\"129\",\"nb_actions\":\"769\",\"nb_users\":\"0\",\"revenue\":\"$4,303.45\",\"nb_actions_per_visit\":\"6\",\"avg_time_on_site\":\"00:13:47\",\"bounce_rate\":\"32%\"},{\"label\":\"New Zealand\",\"nb_uniq_visitors\":\"98\",\"nb_visits\":\"104\",\"nb_actions\":\"292\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.8\",\"avg_time_on_site\":\"00:02:53\",\"bounce_rate\":\"59%\"},{\"label\":\"Japan\",\"nb_uniq_visitors\":\"88\",\"nb_visits\":\"101\",\"nb_actions\":\"368\",\"nb_users\":\"0\",\"revenue\":\"$3,448.70\",\"nb_actions_per_visit\":\"3.6\",\"avg_time_on_site\":\"00:06:02\",\"bounce_rate\":\"53%\"},{\"label\":\"Sweden\",\"nb_uniq_visitors\":\"88\",\"nb_visits\":\"95\",\"nb_actions\":\"390\",\"nb_users\":\"0\",\"revenue\":\"$184\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:06:02\",\"bounce_rate\":\"49%\"},{\"label\":\"Egypt\",\"nb_uniq_visitors\":\"76\",\"nb_visits\":\"83\",\"nb_actions\":\"174\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:21\",\"bounce_rate\":\"64%\"},{\"label\":\"United Arab Emirates\",\"nb_uniq_visitors\":\"76\",\"nb_visits\":\"81\",\"nb_actions\":\"145\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:17\",\"bounce_rate\":\"73%\"},{\"label\":\"Vietnam\",\"nb_uniq_visitors\":\"66\",\"nb_visits\":\"81\",\"nb_actions\":\"429\",\"nb_users\":\"0\",\"revenue\":\"$1,040.90\",\"nb_actions_per_visit\":\"5.3\",\"avg_time_on_site\":\"00:09:09\",\"bounce_rate\":\"48%\"},{\"label\":\"South Africa\",\"nb_uniq_visitors\":\"72\",\"nb_visits\":\"78\",\"nb_actions\":\"229\",\"nb_users\":\"1\",\"revenue\":\"$54.90\",\"nb_actions_per_visit\":\"2.9\",\"avg_time_on_site\":\"00:05:21\",\"bounce_rate\":\"53%\"},{\"label\":\"Belgium\",\"nb_uniq_visitors\":\"68\",\"nb_visits\":\"74\",\"nb_actions\":\"186\",\"nb_users\":\"0\",\"revenue\":\"$110.95\",\"nb_actions_per_visit\":\"2.5\",\"avg_time_on_site\":\"00:02:03\",\"bounce_rate\":\"68%\"},{\"label\":\"Taiwan\",\"nb_uniq_visitors\":\"58\",\"nb_visits\":\"70\",\"nb_actions\":\"301\",\"nb_users\":\"0\",\"revenue\":\"$4\",\"nb_actions_per_visit\":\"4.3\",\"avg_time_on_site\":\"00:06:29\",\"bounce_rate\":\"47%\"},{\"label\":\"Poland\",\"nb_uniq_visitors\":\"61\",\"nb_visits\":\"68\",\"nb_actions\":\"279\",\"nb_users\":\"0\",\"revenue\":\"$124.85\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:06:39\",\"bounce_rate\":\"38%\"},{\"label\":\"Austria\",\"nb_uniq_visitors\":\"50\",\"nb_visits\":\"62\",\"nb_actions\":\"374\",\"nb_users\":\"0\",\"revenue\":\"$468.65\",\"nb_actions_per_visit\":\"6\",\"avg_time_on_site\":\"00:08:07\",\"bounce_rate\":\"39%\"},{\"label\":\"Denmark\",\"nb_uniq_visitors\":\"54\",\"nb_visits\":\"60\",\"nb_actions\":\"103\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:02:17\",\"bounce_rate\":\"72%\"},{\"label\":\"Russia\",\"nb_uniq_visitors\":\"50\",\"nb_visits\":\"59\",\"nb_actions\":\"248\",\"nb_users\":\"0\",\"revenue\":\"$1,003\",\"nb_actions_per_visit\":\"4.2\",\"avg_time_on_site\":\"00:08:22\",\"bounce_rate\":\"36%\"},{\"label\":\"Brazil\",\"nb_uniq_visitors\":\"51\",\"nb_visits\":\"58\",\"nb_actions\":\"356\",\"nb_users\":\"0\",\"revenue\":\"$184\",\"nb_actions_per_visit\":\"6.1\",\"avg_time_on_site\":\"00:10:03\",\"bounce_rate\":\"52%\"},{\"label\":\"Israel\",\"nb_uniq_visitors\":\"47\",\"nb_visits\":\"53\",\"nb_actions\":\"242\",\"nb_users\":\"0\",\"revenue\":\"$1,764.85\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:11:48\",\"bounce_rate\":\"49%\"},{\"label\":\"Norway\",\"nb_uniq_visitors\":\"45\",\"nb_visits\":\"53\",\"nb_actions\":\"177\",\"nb_users\":\"0\",\"revenue\":\"$1,663.75\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:03:29\",\"bounce_rate\":\"55%\"},{\"label\":\"Czechia\",\"nb_uniq_visitors\":\"48\",\"nb_visits\":\"50\",\"nb_actions\":\"121\",\"nb_users\":\"0\",\"revenue\":\"$295.90\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:01:38\",\"bounce_rate\":\"64%\"},{\"label\":\"Mexico\",\"nb_uniq_visitors\":\"47\",\"nb_visits\":\"49\",\"nb_actions\":\"176\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"3.6\",\"avg_time_on_site\":\"00:04:10\",\"bounce_rate\":\"65%\"},{\"label\":\"South Korea\",\"nb_uniq_visitors\":\"40\",\"nb_visits\":\"46\",\"nb_actions\":\"133\",\"nb_users\":\"0\",\"revenue\":\"$93\",\"nb_actions_per_visit\":\"2.9\",\"avg_time_on_site\":\"00:03:44\",\"bounce_rate\":\"59%\"},{\"label\":\"Finland\",\"nb_uniq_visitors\":\"35\",\"nb_visits\":\"37\",\"nb_actions\":\"123\",\"nb_users\":\"0\",\"revenue\":\"$42.90\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:07:16\",\"bounce_rate\":\"54%\"},{\"label\":\"Ireland\",\"nb_uniq_visitors\":\"30\",\"nb_visits\":\"33\",\"nb_actions\":\"85\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:02:42\",\"bounce_rate\":\"64%\"},{\"label\":\"Saudi Arabia\",\"nb_uniq_visitors\":\"27\",\"nb_visits\":\"31\",\"nb_actions\":\"64\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:52\",\"bounce_rate\":\"52%\"},{\"label\":\"Maldives\",\"nb_uniq_visitors\":\"29\",\"nb_visits\":\"30\",\"nb_actions\":\"68\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:01:56\",\"bounce_rate\":\"73%\",\"revenue\":\"$0\"},{\"label\":\"Ukraine\",\"nb_uniq_visitors\":\"25\",\"nb_visits\":\"28\",\"nb_actions\":\"107\",\"nb_users\":\"0\",\"revenue\":\"$500\",\"nb_actions_per_visit\":\"3.8\",\"avg_time_on_site\":\"00:04:57\",\"bounce_rate\":\"54%\"},{\"label\":\"T\\u00fcrkiye\",\"nb_uniq_visitors\":\"21\",\"nb_visits\":\"26\",\"nb_actions\":\"88\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3.4\",\"avg_time_on_site\":\"00:04:10\",\"bounce_rate\":\"35%\"},{\"label\":\"Greece\",\"nb_uniq_visitors\":\"22\",\"nb_visits\":\"23\",\"nb_actions\":\"52\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:02:17\",\"bounce_rate\":\"57%\"},{\"label\":\"Jordan\",\"nb_uniq_visitors\":\"20\",\"nb_visits\":\"22\",\"nb_actions\":\"54\",\"nb_users\":\"0\",\"revenue\":\"$109.95\",\"nb_actions_per_visit\":\"2.5\",\"avg_time_on_site\":\"00:01:54\",\"bounce_rate\":\"73%\"},{\"label\":\"Romania\",\"nb_uniq_visitors\":\"15\",\"nb_visits\":\"22\",\"nb_actions\":\"96\",\"nb_users\":\"0\",\"revenue\":\"$249.90\",\"nb_actions_per_visit\":\"4.4\",\"avg_time_on_site\":\"00:05:59\",\"bounce_rate\":\"41%\"},{\"label\":\"Iran\",\"nb_uniq_visitors\":\"17\",\"nb_visits\":\"21\",\"nb_actions\":\"113\",\"nb_users\":\"0\",\"revenue\":\"$39.90\",\"nb_actions_per_visit\":\"5.4\",\"avg_time_on_site\":\"00:06:35\",\"bounce_rate\":\"14%\"},{\"label\":\"Fiji\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"20\",\"nb_actions\":\"30\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:00:34\",\"bounce_rate\":\"70%\"},{\"label\":\"Portugal\",\"nb_uniq_visitors\":\"19\",\"nb_visits\":\"20\",\"nb_actions\":\"132\",\"nb_users\":\"0\",\"revenue\":\"$502\",\"nb_actions_per_visit\":\"6.6\",\"avg_time_on_site\":\"00:13:20\",\"bounce_rate\":\"40%\"},{\"label\":\"Argentina\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"19\",\"nb_actions\":\"76\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:05:22\",\"bounce_rate\":\"47%\"},{\"label\":\"Costa Rica\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"19\",\"nb_actions\":\"29\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:01:25\",\"bounce_rate\":\"84%\"},{\"label\":\"Cambodia\",\"nb_uniq_visitors\":\"16\",\"nb_visits\":\"18\",\"nb_actions\":\"39\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.2\",\"avg_time_on_site\":\"00:01:50\",\"bounce_rate\":\"67%\",\"revenue\":\"$0\"},{\"label\":\"Sri Lanka\",\"nb_uniq_visitors\":\"16\",\"nb_visits\":\"18\",\"nb_actions\":\"58\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"3.2\",\"avg_time_on_site\":\"00:04:40\",\"bounce_rate\":\"56%\"},{\"label\":\"Hungary\",\"nb_uniq_visitors\":\"14\",\"nb_visits\":\"16\",\"nb_actions\":\"73\",\"nb_users\":\"0\",\"revenue\":\"$267\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:12:19\",\"bounce_rate\":\"31%\"},{\"label\":\"Qatar\",\"nb_uniq_visitors\":\"15\",\"nb_visits\":\"16\",\"nb_actions\":\"27\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:04:16\",\"bounce_rate\":\"69%\",\"revenue\":\"$0\"},{\"label\":\"Slovenia\",\"nb_uniq_visitors\":\"13\",\"nb_visits\":\"14\",\"nb_actions\":\"28\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:02:05\",\"bounce_rate\":\"64%\"},{\"label\":\"Cyprus\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"13\",\"nb_actions\":\"37\",\"nb_users\":\"0\",\"revenue\":\"$8\",\"nb_actions_per_visit\":\"2.8\",\"avg_time_on_site\":\"00:05:11\",\"bounce_rate\":\"15%\"},{\"label\":\"Malta\",\"nb_uniq_visitors\":\"12\",\"nb_visits\":\"12\",\"nb_actions\":\"20\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:04:09\",\"bounce_rate\":\"67%\"},{\"label\":\"Bulgaria\",\"nb_uniq_visitors\":\"11\",\"nb_visits\":\"11\",\"nb_actions\":\"21\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:03:19\",\"bounce_rate\":\"73%\"},{\"label\":\"Myanmar (Burma)\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"10\",\"nb_actions\":\"13\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.3\",\"avg_time_on_site\":\"00:00:44\",\"bounce_rate\":\"70%\",\"revenue\":\"$0\"},{\"label\":\"Brunei\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"19\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:28\",\"bounce_rate\":\"67%\"},{\"label\":\"Croatia\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"17\",\"nb_users\":\"1\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:04:22\",\"bounce_rate\":\"67%\"},{\"label\":\"Dominican Republic\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"56%\"},{\"label\":\"Kuwait\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"22\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:01:54\",\"bounce_rate\":\"56%\",\"revenue\":\"$0\"},{\"label\":\"Morocco\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"59\",\"nb_users\":\"0\",\"revenue\":\"$179\",\"nb_actions_per_visit\":\"6.6\",\"avg_time_on_site\":\"00:14:57\",\"bounce_rate\":\"22%\"},{\"label\":\"Serbia\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"40\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"4.4\",\"avg_time_on_site\":\"00:02:11\",\"bounce_rate\":\"44%\",\"revenue\":\"$0\"},{\"label\":\"Slovakia\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"28\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3.1\",\"avg_time_on_site\":\"00:04:52\",\"bounce_rate\":\"56%\"},{\"label\":\"Caribbean Netherlands\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"9\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.1\",\"avg_time_on_site\":\"00:00:53\",\"bounce_rate\":\"88%\",\"revenue\":\"$0\"},{\"label\":\"Colombia\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"8\",\"nb_actions\":\"12\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:03:08\",\"bounce_rate\":\"63%\"},{\"label\":\"Guatemala\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"37\",\"nb_users\":\"0\",\"revenue\":\"$295.90\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:05:16\",\"bounce_rate\":\"50%\"},{\"label\":\"Luxembourg\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"9\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.1\",\"avg_time_on_site\":\"00:00:31\",\"bounce_rate\":\"88%\",\"revenue\":\"$0\"},{\"label\":\"Oman\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"18\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:01:31\",\"bounce_rate\":\"63%\"},{\"label\":\"Pakistan\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"8\",\"nb_actions\":\"21\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:05:09\",\"bounce_rate\":\"50%\"},{\"label\":\"Belize\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"11\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"1.6\",\"avg_time_on_site\":\"00:00:21\",\"bounce_rate\":\"71%\"},{\"label\":\"Lithuania\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.4\",\"avg_time_on_site\":\"00:00:08\",\"bounce_rate\":\"57%\"},{\"label\":\"Mauritius\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"29\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:03:41\",\"bounce_rate\":\"14%\",\"revenue\":\"$0\"},{\"label\":\"Bahrain\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"14\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:03:07\",\"bounce_rate\":\"50%\"},{\"label\":\"Chile\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:03:22\",\"bounce_rate\":\"83%\",\"revenue\":\"$0\"},{\"label\":\"Estonia\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"14\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:00:48\",\"bounce_rate\":\"83%\",\"revenue\":\"$0\"},{\"label\":\"Latvia\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"34\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"5.7\",\"avg_time_on_site\":\"00:03:01\",\"bounce_rate\":\"0%\"},{\"label\":\"Panama\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Unknown\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:00:33\",\"bounce_rate\":\"67%\"},{\"label\":\"Bangladesh\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Kenya\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:01:44\",\"bounce_rate\":\"20%\"},{\"label\":\"Lebanon\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"New Caledonia\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3\",\"avg_time_on_site\":\"00:05:32\",\"bounce_rate\":\"60%\"},{\"label\":\"Uruguay\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"43\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"8.6\",\"avg_time_on_site\":\"00:23:24\",\"bounce_rate\":\"60%\",\"revenue\":\"$0\"},{\"label\":\"Bahamas\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$5\",\"nb_actions_per_visit\":\"3.8\",\"avg_time_on_site\":\"00:03:24\",\"bounce_rate\":\"75%\"},{\"label\":\"Laos\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:02:44\",\"bounce_rate\":\"50%\",\"revenue\":\"$0\"},{\"label\":\"Nigeria\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"4\",\"nb_actions\":\"26\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"6.5\",\"avg_time_on_site\":\"00:16:45\",\"bounce_rate\":\"25%\"},{\"label\":\"Uganda\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"7\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:39\",\"bounce_rate\":\"50%\",\"revenue\":\"$0\"},{\"label\":\"Andorra\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"3\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:03:30\",\"bounce_rate\":\"33%\",\"revenue\":\"$0\"},{\"label\":\"Cuba\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Ecuador\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"42\",\"nb_users\":\"0\",\"revenue\":\"$35.95\",\"nb_actions_per_visit\":\"14\",\"avg_time_on_site\":\"00:04:40\",\"bounce_rate\":\"33%\"},{\"label\":\"French Polynesia\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Peru\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Tunisia\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"7\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:03:01\",\"bounce_rate\":\"33%\"},{\"label\":\"U.S. Virgin Islands\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:00:18\",\"bounce_rate\":\"67%\"},{\"label\":\"Zimbabwe\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"3\",\"nb_actions\":\"4\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.3\",\"avg_time_on_site\":\"00:01:32\",\"bounce_rate\":\"67%\",\"revenue\":\"$0\"},{\"label\":\"Afghanistan\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"2\",\"nb_actions\":\"8\",\"nb_users\":\"0\",\"revenue\":\"$109.95\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:09:19\",\"bounce_rate\":\"0%\"}]},\"reportMetadata\":{\"row\":[{\"code\":\"us\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/us.png\",\"segment\":\"countryCode==us\",\"logoHeight\":\"16\"},{\"code\":\"au\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/au.png\",\"segment\":\"countryCode==au\",\"logoHeight\":\"16\"},{\"code\":\"gb\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gb.png\",\"segment\":\"countryCode==gb\",\"logoHeight\":\"16\"},{\"code\":\"de\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/de.png\",\"segment\":\"countryCode==de\",\"logoHeight\":\"16\"},{\"code\":\"id\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/id.png\",\"segment\":\"countryCode==id\",\"logoHeight\":\"16\"},{\"code\":\"ca\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ca.png\",\"segment\":\"countryCode==ca\",\"logoHeight\":\"16\"},{\"code\":\"sg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sg.png\",\"segment\":\"countryCode==sg\",\"logoHeight\":\"16\"},{\"code\":\"ph\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ph.png\",\"segment\":\"countryCode==ph\",\"logoHeight\":\"16\"},{\"code\":\"th\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/th.png\",\"segment\":\"countryCode==th\",\"logoHeight\":\"16\"},{\"code\":\"my\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/my.png\",\"segment\":\"countryCode==my\",\"logoHeight\":\"16\"},{\"code\":\"in\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/in.png\",\"segment\":\"countryCode==in\",\"logoHeight\":\"16\"},{\"code\":\"nl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nl.png\",\"segment\":\"countryCode==nl\",\"logoHeight\":\"16\"},{\"code\":\"fr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fr.png\",\"segment\":\"countryCode==fr\",\"logoHeight\":\"16\"},{\"code\":\"es\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/es.png\",\"segment\":\"countryCode==es\",\"logoHeight\":\"16\"},{\"code\":\"ch\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ch.png\",\"segment\":\"countryCode==ch\",\"logoHeight\":\"16\"},{\"code\":\"hk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hk.png\",\"segment\":\"countryCode==hk\",\"logoHeight\":\"16\"},{\"code\":\"it\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/it.png\",\"segment\":\"countryCode==it\",\"logoHeight\":\"16\"},{\"code\":\"cn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cn.png\",\"segment\":\"countryCode==cn\",\"logoHeight\":\"16\"},{\"code\":\"nz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nz.png\",\"segment\":\"countryCode==nz\",\"logoHeight\":\"16\"},{\"code\":\"jp\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/jp.png\",\"segment\":\"countryCode==jp\",\"logoHeight\":\"16\"},{\"code\":\"se\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/se.png\",\"segment\":\"countryCode==se\",\"logoHeight\":\"16\"},{\"code\":\"eg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/eg.png\",\"segment\":\"countryCode==eg\",\"logoHeight\":\"16\"},{\"code\":\"ae\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ae.png\",\"segment\":\"countryCode==ae\",\"logoHeight\":\"16\"},{\"code\":\"vn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/vn.png\",\"segment\":\"countryCode==vn\",\"logoHeight\":\"16\"},{\"code\":\"za\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/za.png\",\"segment\":\"countryCode==za\",\"logoHeight\":\"16\"},{\"code\":\"be\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/be.png\",\"segment\":\"countryCode==be\",\"logoHeight\":\"16\"},{\"code\":\"tw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tw.png\",\"segment\":\"countryCode==tw\",\"logoHeight\":\"16\"},{\"code\":\"pl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pl.png\",\"segment\":\"countryCode==pl\",\"logoHeight\":\"16\"},{\"code\":\"at\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/at.png\",\"segment\":\"countryCode==at\",\"logoHeight\":\"16\"},{\"code\":\"dk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/dk.png\",\"segment\":\"countryCode==dk\",\"logoHeight\":\"16\"},{\"code\":\"ru\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ru.png\",\"segment\":\"countryCode==ru\",\"logoHeight\":\"16\"},{\"code\":\"br\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/br.png\",\"segment\":\"countryCode==br\",\"logoHeight\":\"16\"},{\"code\":\"il\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/il.png\",\"segment\":\"countryCode==il\",\"logoHeight\":\"16\"},{\"code\":\"no\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/no.png\",\"segment\":\"countryCode==no\",\"logoHeight\":\"16\"},{\"code\":\"cz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cz.png\",\"segment\":\"countryCode==cz\",\"logoHeight\":\"16\"},{\"code\":\"mx\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mx.png\",\"segment\":\"countryCode==mx\",\"logoHeight\":\"16\"},{\"code\":\"kr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kr.png\",\"segment\":\"countryCode==kr\",\"logoHeight\":\"16\"},{\"code\":\"fi\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fi.png\",\"segment\":\"countryCode==fi\",\"logoHeight\":\"16\"},{\"code\":\"ie\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ie.png\",\"segment\":\"countryCode==ie\",\"logoHeight\":\"16\"},{\"code\":\"sa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sa.png\",\"segment\":\"countryCode==sa\",\"logoHeight\":\"16\"},{\"code\":\"mv\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mv.png\",\"segment\":\"countryCode==mv\",\"logoHeight\":\"16\"},{\"code\":\"ua\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ua.png\",\"segment\":\"countryCode==ua\",\"logoHeight\":\"16\"},{\"code\":\"tr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tr.png\",\"segment\":\"countryCode==tr\",\"logoHeight\":\"16\"},{\"code\":\"gr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gr.png\",\"segment\":\"countryCode==gr\",\"logoHeight\":\"16\"},{\"code\":\"jo\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/jo.png\",\"segment\":\"countryCode==jo\",\"logoHeight\":\"16\"},{\"code\":\"ro\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ro.png\",\"segment\":\"countryCode==ro\",\"logoHeight\":\"16\"},{\"code\":\"ir\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ir.png\",\"segment\":\"countryCode==ir\",\"logoHeight\":\"16\"},{\"code\":\"fj\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fj.png\",\"segment\":\"countryCode==fj\",\"logoHeight\":\"16\"},{\"code\":\"pt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pt.png\",\"segment\":\"countryCode==pt\",\"logoHeight\":\"16\"},{\"code\":\"ar\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ar.png\",\"segment\":\"countryCode==ar\",\"logoHeight\":\"16\"},{\"code\":\"cr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cr.png\",\"segment\":\"countryCode==cr\",\"logoHeight\":\"16\"},{\"code\":\"kh\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kh.png\",\"segment\":\"countryCode==kh\",\"logoHeight\":\"16\"},{\"code\":\"lk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lk.png\",\"segment\":\"countryCode==lk\",\"logoHeight\":\"16\"},{\"code\":\"hu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hu.png\",\"segment\":\"countryCode==hu\",\"logoHeight\":\"16\"},{\"code\":\"qa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/qa.png\",\"segment\":\"countryCode==qa\",\"logoHeight\":\"16\"},{\"code\":\"si\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/si.png\",\"segment\":\"countryCode==si\",\"logoHeight\":\"16\"},{\"code\":\"cy\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cy.png\",\"segment\":\"countryCode==cy\",\"logoHeight\":\"16\"},{\"code\":\"mt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mt.png\",\"segment\":\"countryCode==mt\",\"logoHeight\":\"16\"},{\"code\":\"bg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bg.png\",\"segment\":\"countryCode==bg\",\"logoHeight\":\"16\"},{\"code\":\"mm\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mm.png\",\"segment\":\"countryCode==mm\",\"logoHeight\":\"16\"},{\"code\":\"bn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bn.png\",\"segment\":\"countryCode==bn\",\"logoHeight\":\"16\"},{\"code\":\"hr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hr.png\",\"segment\":\"countryCode==hr\",\"logoHeight\":\"16\"},{\"code\":\"do\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/do.png\",\"segment\":\"countryCode==do\",\"logoHeight\":\"16\"},{\"code\":\"kw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kw.png\",\"segment\":\"countryCode==kw\",\"logoHeight\":\"16\"},{\"code\":\"ma\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ma.png\",\"segment\":\"countryCode==ma\",\"logoHeight\":\"16\"},{\"code\":\"rs\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/rs.png\",\"segment\":\"countryCode==rs\",\"logoHeight\":\"16\"},{\"code\":\"sk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sk.png\",\"segment\":\"countryCode==sk\",\"logoHeight\":\"16\"},{\"code\":\"bq\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bq.png\",\"segment\":\"countryCode==bq\",\"logoHeight\":\"16\"},{\"code\":\"co\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/co.png\",\"segment\":\"countryCode==co\",\"logoHeight\":\"16\"},{\"code\":\"gt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gt.png\",\"segment\":\"countryCode==gt\",\"logoHeight\":\"16\"},{\"code\":\"lu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lu.png\",\"segment\":\"countryCode==lu\",\"logoHeight\":\"16\"},{\"code\":\"om\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/om.png\",\"segment\":\"countryCode==om\",\"logoHeight\":\"16\"},{\"code\":\"pk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pk.png\",\"segment\":\"countryCode==pk\",\"logoHeight\":\"16\"},{\"code\":\"bz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bz.png\",\"segment\":\"countryCode==bz\",\"logoHeight\":\"16\"},{\"code\":\"lt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lt.png\",\"segment\":\"countryCode==lt\",\"logoHeight\":\"16\"},{\"code\":\"mu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mu.png\",\"segment\":\"countryCode==mu\",\"logoHeight\":\"16\"},{\"code\":\"bh\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bh.png\",\"segment\":\"countryCode==bh\",\"logoHeight\":\"16\"},{\"code\":\"cl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cl.png\",\"segment\":\"countryCode==cl\",\"logoHeight\":\"16\"},{\"code\":\"ee\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ee.png\",\"segment\":\"countryCode==ee\",\"logoHeight\":\"16\"},{\"code\":\"lv\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lv.png\",\"segment\":\"countryCode==lv\",\"logoHeight\":\"16\"},{\"code\":\"pa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pa.png\",\"segment\":\"countryCode==pa\",\"logoHeight\":\"16\"},{\"code\":\"xx\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/xx.png\",\"segment\":\"countryCode==xx\",\"logoHeight\":\"16\"},{\"code\":\"bd\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bd.png\",\"segment\":\"countryCode==bd\",\"logoHeight\":\"16\"},{\"code\":\"ke\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ke.png\",\"segment\":\"countryCode==ke\",\"logoHeight\":\"16\"},{\"code\":\"lb\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lb.png\",\"segment\":\"countryCode==lb\",\"logoHeight\":\"16\"},{\"code\":\"nc\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nc.png\",\"segment\":\"countryCode==nc\",\"logoHeight\":\"16\"},{\"code\":\"uy\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/uy.png\",\"segment\":\"countryCode==uy\",\"logoHeight\":\"16\"},{\"code\":\"bs\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bs.png\",\"segment\":\"countryCode==bs\",\"logoHeight\":\"16\"},{\"code\":\"la\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/la.png\",\"segment\":\"countryCode==la\",\"logoHeight\":\"16\"},{\"code\":\"ng\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ng.png\",\"segment\":\"countryCode==ng\",\"logoHeight\":\"16\"},{\"code\":\"ug\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ug.png\",\"segment\":\"countryCode==ug\",\"logoHeight\":\"16\"},{\"code\":\"ad\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ad.png\",\"segment\":\"countryCode==ad\",\"logoHeight\":\"16\"},{\"code\":\"cu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cu.png\",\"segment\":\"countryCode==cu\",\"logoHeight\":\"16\"},{\"code\":\"ec\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ec.png\",\"segment\":\"countryCode==ec\",\"logoHeight\":\"16\"},{\"code\":\"pf\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pf.png\",\"segment\":\"countryCode==pf\",\"logoHeight\":\"16\"},{\"code\":\"pe\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pe.png\",\"segment\":\"countryCode==pe\",\"logoHeight\":\"16\"},{\"code\":\"tn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tn.png\",\"segment\":\"countryCode==tn\",\"logoHeight\":\"16\"},{\"code\":\"vi\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/vi.png\",\"segment\":\"countryCode==vi\",\"logoHeight\":\"16\"},{\"code\":\"zw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/zw.png\",\"segment\":\"countryCode==zw\",\"logoHeight\":\"16\"},{\"code\":\"af\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/af.png\",\"segment\":\"countryCode==af\",\"logoHeight\":\"16\"}]},\"reportTotal\":{\"nb_uniq_visitors\":\"9033\",\"nb_visits\":\"9834\",\"nb_actions\":\"29400\",\"nb_users\":\"5\",\"max_actions\":\"76\",\"sum_visit_length\":\"2556198\",\"bounce_count\":\"5763\",\"nb_visits_converted\":\"915\",\"goals\":{\"row\":[{\"nb_conversions\":\"906\",\"nb_visits_converted\":\"906\",\"revenue\":\"181419.15\",\"items\":\"1329\"},{\"nb_conversions\":\"405\",\"nb_visits_converted\":\"390\",\"revenue\":\"84366.05\",\"revenue_subtotal\":\"97819.33\",\"revenue_tax\":\"1989.21\",\"revenue_shipping\":\"0\",\"revenue_discount\":\"6198.09\",\"items\":\"525\"},{\"nb_conversions\":\"17\",\"nb_visits_converted\":\"17\",\"revenue\":\"17\"},{\"nb_conversions\":\"16\",\"nb_visits_converted\":\"16\",\"revenue\":\"80\"},{\"nb_conversions\":\"34\",\"nb_visits_converted\":\"34\",\"revenue\":\"68\"},{\"nb_conversions\":\"338\",\"nb_visits_converted\":\"338\",\"revenue\":\"338\"},{\"nb_conversions\":\"135\",\"nb_visits_converted\":\"135\",\"revenue\":\"0\"},{\"nb_conversions\":\"9\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"},{\"nb_conversions\":\"8\",\"nb_visits_converted\":\"8\",\"revenue\":\"0\"}]},\"nb_conversions\":\"962\",\"revenue\":\"84869.05\",\"nb_actions_per_visit\":\"3\"},\"timerMillis\":\"93\"}", + "json": "{\"website\":\"Demo Site\",\"prettyDate\":\"Wednesday, October 1, 2025\",\"metadata\":{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},\"columns\":{\"label\":\"Country\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"revenue\":\"Revenue\"},\"timerMillis\":\"101\"}" + }, + "API.getReportPagesMetadata": { + "xml": "{\"row\":[{\"uniqueId\":\"General_Actions.customdimension2\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension2\",\"name\":\"Page Author\",\"order\":\"70\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"202\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"2\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.customdimension4\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension4\",\"name\":\"Page Location\",\"order\":\"71\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"204\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"4\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension4\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.customdimension5\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension5\",\"name\":\"Page Type\",\"order\":\"72\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"205\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"5\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.VisitorInterest_Engagement\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Visits per visit duration\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"order\":\"115\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsPerVisitDuration\",\"isWide\":\"0\",\"viewDataTable\":\"cloud\",\"isReport\":\"1\"},{\"name\":\"Visits per number of pages\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"order\":\"120\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsPerPage\",\"isWide\":\"0\",\"viewDataTable\":\"cloud\",\"isReport\":\"1\"},{\"name\":\"Visits by visit number\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"order\":\"125\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsByVisitCount\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits by days since last visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"order\":\"130\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsByDaysSinceLast\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Returning Visits Over Time\",\"module\":\"VisitFrequency\",\"action\":\"getEvolutionGraph\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitFrequency\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitFrequencygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Frequency Overview\",\"module\":\"VisitFrequency\",\"action\":\"get\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitFrequency\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitFrequencygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.Transitions_Transitions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Transitions_Transitions\",\"name\":\"Transitions\",\"order\":\"46\",\"help\":\"<p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \\\"Transitions\\\" report.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/transitions\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">More details<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Transitions\",\"module\":\"Transitions\",\"action\":\"getTransitions\",\"order\":\"99\",\"parameters\":{\"module\":\"Transitions\",\"action\":\"getTransitions\"},\"uniqueId\":\"widgetTransitionsgetTransitions\",\"isWide\":\"0\"}}},{\"uniqueId\":\"General_Actions.General_Downloads\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Downloads\",\"name\":\"Downloads\",\"order\":\"35\",\"help\":\"<p>In this report, you can see which files your visitors have downloaded.<\\/p><p>What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Downloads\",\"module\":\"Actions\",\"action\":\"getDownloads\",\"order\":\"109\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getDownloads\"},\"uniqueId\":\"widgetActionsgetDownloads\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.Actions_SubmenuPagesEntry\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesEntry\",\"name\":\"Entry pages\",\"order\":\"10\",\"help\":\"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\\/p><p>The entry URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"103\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},\"uniqueId\":\"widgetActionsgetEntryPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Page Titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"106\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},\"uniqueId\":\"widgetActionsgetEntryPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.Actions_SubmenuPagesExit\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesExit\",\"name\":\"Exit pages\",\"order\":\"15\",\"help\":\"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\\/p><p>The exit URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"order\":\"104\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getExitPageUrls\"},\"uniqueId\":\"widgetActionsgetExitPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"order\":\"107\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getExitPageTitles\"},\"uniqueId\":\"widgetActionsgetExitPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.General_Outlinks\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Outlinks\",\"name\":\"Outlinks\",\"order\":\"30\",\"help\":\"<p>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Outlinks\",\"module\":\"Actions\",\"action\":\"getOutlinks\",\"order\":\"108\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getOutlinks\"},\"uniqueId\":\"widgetActionsgetOutlinks\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.Actions_SubmenuPageTitles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPageTitles\",\"name\":\"Page titles\",\"order\":\"20\",\"help\":\"<p>This report contains information about the titles of the pages that have been visited.<\\/p><p>The page title is the HTML <title> Tag that most browsers show in their window title.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"105\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageTitles\"},\"uniqueId\":\"widgetActionsgetPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.General_Pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Pages\",\"name\":\"Pages\",\"order\":\"5\",\"help\":\"<p>This report contains information about the page URLs that have been visited.<\\/p><p>The table is organized hierarchically, the URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Pages\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"102\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageUrls\"},\"uniqueId\":\"widgetActionsgetPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.Actions_SubmenuSitesearch\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Site Search Keywords\",\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"order\":\"115\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\"},\"uniqueId\":\"widgetActionsgetSiteSearchKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"order\":\"116\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"},\"uniqueId\":\"widgetActionsgetPageUrlsFollowingSiteSearch\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Keywords with No Results\",\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"order\":\"118\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\"},\"uniqueId\":\"widgetActionsgetSiteSearchNoResultKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"order\":\"119\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"},\"uniqueId\":\"widgetActionsgetPageTitlesFollowingSiteSearch\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Categories\",\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"order\":\"120\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\"},\"uniqueId\":\"widgetActionsgetSiteSearchCategories\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.Events_Events\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Events\"},\"uniqueId\":\"widgetEvents\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Event Categories\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Actions\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Events\",\"action\":\"getCategory\",\"order\":\"100\",\"parameters\":{\"module\":\"Events\",\"action\":\"getCategory\",\"secondaryDimension\":\"eventAction\"},\"uniqueId\":\"widgetEventsgetCategorysecondaryDimensioneventAction\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Event Actions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Actions\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Events\",\"action\":\"getAction\",\"order\":\"101\",\"parameters\":{\"module\":\"Events\",\"action\":\"getAction\",\"secondaryDimension\":\"eventName\"},\"uniqueId\":\"widgetEventsgetActionsecondaryDimensioneventName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Event Names\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Actions\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Events\",\"action\":\"getName\",\"order\":\"102\",\"parameters\":{\"module\":\"Events\",\"action\":\"getName\",\"secondaryDimension\":\"eventAction\"},\"uniqueId\":\"widgetEventsgetNamesecondaryDimensioneventAction\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"General_Actions.Contents_Contents\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"45\",\"help\":\"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Content Tracking guide.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Contents\"},\"uniqueId\":\"widgetContents\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Content Name\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Actions\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Contents\",\"action\":\"getContentNames\",\"order\":\"135\",\"parameters\":{\"module\":\"Contents\",\"action\":\"getContentNames\"},\"uniqueId\":\"widgetContentsgetContentNames\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Content Piece\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Actions\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Contents\",\"action\":\"getContentPieces\",\"order\":\"136\",\"parameters\":{\"module\":\"Contents\",\"action\":\"getContentPieces\"},\"uniqueId\":\"widgetContentsgetContentPieces\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"General_Actions.PagePerformance_Performance\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"PagePerformance_Performance\",\"name\":\"Performance\",\"order\":\"47\",\"help\":\"<p>The Performance section can help you analyse how fast your website or app is performing on the whole and help discover whether you have specific pages that significantly deviate from your averages.<\\/p><p>You can also find reports showing exactly how long each page of your website takes to load and what is contributing to their loading time.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Evolution of page performance metrics\",\"module\":\"PagePerformance\",\"action\":\"getEvolutionGraph\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphStackedBarEvolution\",\"module\":\"PagePerformance\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetPagePerformancegetEvolutionGraphforceView1viewDataTablegraphStackedBarEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphStackedBarEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"PagePerformance\",\"action\":\"get\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"PagePerformance\",\"action\":\"get\"},\"uniqueId\":\"widgetPagePerformancegetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tablePerformanceColumns\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"performance\":\"1\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletablePerformanceColumnsperformance1\",\"isWide\":\"1\",\"viewDataTable\":\"tablePerformanceColumns\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tablePerformanceColumns\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"performance\":\"1\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletablePerformanceColumnsperformance1\",\"isWide\":\"1\",\"viewDataTable\":\"tablePerformanceColumns\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.UsersFlow_TopPaths\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Users Flow - Top Paths - Page URLs\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2000\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"topPaths\":\"1\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettytopPaths1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Overview - Page URLs\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2001\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPretty\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Top Paths - Page Titles\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2002\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"topPaths\":\"1\",\"dataSource\":\"page_title\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettytopPaths1dataSourcepage_title\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Overview - Page Titles\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2003\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dataSource\":\"page_title\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettydataSourcepage_title\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.UsersFlow_UsersFlow\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_UsersFlow\",\"name\":\"Users Flow\",\"order\":\"47\",\"help\":\"<p>This data is based on the 5000 most popular connections per interaction. If you want to include more or less data, you can change the number of connections per step by adjusting the value of the <code>[UsersFlow] usersflow_num_max_links_per_interaction<\\/code> configuration in the <code>config\\/config.ini.php<\\/code> file. The \\\"Explore traffic\\\" feature is currently only available to \\\"day\\\", \\\"week\\\", \\\"month\\\" and \\\"range\\\" periods.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Users Flow - Visualization\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlow\",\"order\":\"2000\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlow\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlow\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.SearchEngineKeywordsPerformance_CrawlingErrors\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingErrors\",\"name\":\"Crawling errors\",\"order\":\"99\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Crawl errors on Bing\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingErrorExamplesBing\",\"order\":\"102\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingErrorExamplesBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetCrawlingErrorExamplesBing\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Visitors.customdimension1\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension1\",\"name\":\"User Type\",\"order\":\"73\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"User Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"201\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Visitors.DevicesDetection_Devices\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Device type\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"100\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getType\"},\"uniqueId\":\"widgetDevicesDetectiongetType\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"102\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getModel\"},\"uniqueId\":\"widgetDevicesDetectiongetModel\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"104\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrand\"},\"uniqueId\":\"widgetDevicesDetectiongetBrand\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\",\"order\":\"108\",\"parameters\":{\"module\":\"Resolution\",\"action\":\"getResolution\"},\"uniqueId\":\"widgetResolutiongetResolution\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Visitors.DevicesDetection_Software\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"order\":\"102\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"},\"uniqueId\":\"widgetDevicesDetectiongetOsVersions\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"105\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsers\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"order\":\"106\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowserVersions\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"order\":\"107\",\"parameters\":{\"module\":\"Resolution\",\"action\":\"getConfiguration\"},\"uniqueId\":\"widgetResolutiongetConfiguration\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"order\":\"108\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"},\"uniqueId\":\"widgetDevicesDetectiongetOsFamilies\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browser engines\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"order\":\"110\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowserEngines\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"Browser Plugins\",\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"order\":\"113\",\"parameters\":{\"module\":\"DevicePlugins\",\"action\":\"getPlugin\"},\"uniqueId\":\"widgetDevicePluginsgetPlugin\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Visitors.General_Overview\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Visits Over Time\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Visits Overview\",\"module\":\"VisitsSummary\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitsSummary\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitsSummarygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Visitors.UserCountry_SubmenuLocations\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Visitor Map\",\"module\":\"UserCountryMap\",\"action\":\"visitorMap\",\"order\":\"1\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"visitorMap\"},\"uniqueId\":\"widgetUserCountryMapvisitorMap\",\"isWide\":\"0\"},{\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"105\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getCountry\"},\"uniqueId\":\"widgetUserCountrygetCountry\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"106\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Continent\"},\"uniqueId\":\"widgetContinent\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Continent\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"106\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getContinent\"},\"uniqueId\":\"widgetUserCountrygetContinent\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getDistinctCountries\",\"order\":\"106\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getDistinctCountries\"},\"uniqueId\":\"widgetUserCountrygetDistinctCountries\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Region\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"107\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getRegion\"},\"uniqueId\":\"widgetUserCountrygetRegion\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"order\":\"108\",\"parameters\":{\"module\":\"UserLanguage\",\"action\":\"getLanguage\"},\"uniqueId\":\"widgetUserLanguagegetLanguage\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"City\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"110\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getCity\"},\"uniqueId\":\"widgetUserCountrygetCity\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"order\":\"111\",\"parameters\":{\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"},\"uniqueId\":\"widgetUserLanguagegetLanguageCode\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Visitors.VisitTime_SubmenuTimes\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"order\":\"115\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerLocalTime\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"120\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTime\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"order\":\"125\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"},\"uniqueId\":\"widgetVisitTimegetByDayOfWeek\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Visitors.UserCountryMap_RealTimeMap\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountryMap_RealTimeMap\",\"name\":\"Real-time Map\",\"order\":\"9\",\"help\":\"<p>Shows the location of website visitors the last 30 minutes, and flashes for new ones. Recent visits are shown as large orange bubbles, and older ones as smaller gray ones. It refreshes every five seconds.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Real-time Map\",\"module\":\"UserCountryMap\",\"action\":\"realtimeMap\",\"order\":\"15\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"realtimeMap\"},\"uniqueId\":\"widgetUserCountryMaprealtimeMap\",\"isWide\":\"1\"}}},{\"uniqueId\":\"General_Visitors.General_RealTime\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_RealTime\",\"name\":\"Real-time\",\"order\":\"7\",\"help\":\"<p>The visits in the real-time report show the real-time flow of visits to your website. It includes a real-time counter of your visits and page views in the last 24 hours and the previous 30 minutes.<\\/p><p>This report refreshes every 5 seconds and displays new visits (or existing visitors that view a new page) at the top of the list with a fade-in effect.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Visits in real-time\",\"module\":\"Live\",\"action\":\"widget\",\"order\":\"20\",\"parameters\":{\"module\":\"Live\",\"action\":\"widget\"},\"uniqueId\":\"widgetLivewidget\",\"isWide\":\"1\"}}},{\"uniqueId\":\"General_Visitors.Live_VisitorLog\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Live_VisitorLog\",\"name\":\"Visits Log\",\"order\":\"5\",\"help\":\"<p>The visits log shows you every visit your website receives in detail. Find out which actions each visitor has performed, how they got to your site, a bit about who they are, and more (while still complying with your local privacy regulations).<\\/p><p>While other reports in Matomo show how your visitors behave at an aggregate level, the visits log provides granular detail. You can also use segments to narrow it down to specific types of visits to understand your visitors better.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/real-time\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Live.getLastVisitsDetails\\\" target=\\\"_blank\\\" rel=\\\"noreferrer noopener\\\">Learn more in the visit-log guide.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Visits Log\",\"module\":\"Live\",\"action\":\"getLastVisitsDetails\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"VisitorLog\",\"module\":\"Live\",\"action\":\"getLastVisitsDetails\",\"small\":\"1\"},\"uniqueId\":\"widgetLivegetLastVisitsDetailsforceView1viewDataTableVisitorLogsmall1\",\"isWide\":\"0\",\"viewDataTable\":\"VisitorLog\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Visitors.UserId_UserReportTitle\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserId_UserReportTitle\",\"name\":\"User IDs\",\"order\":\"40\",\"help\":\"<p>The user ID report shows visits associated with all your registered and logged in users. Understand website usage by its specific users and find out who your most and least active users are.<\\/p><p><a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"https:\\/\\/matomo.org\\/docs\\/user-id?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.UserId.getUsers\\\"><span class=\\\"icon-info\\\"><\\/span> Learn more<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"User IDs\",\"module\":\"UserId\",\"action\":\"getUsers\",\"order\":\"109\",\"parameters\":{\"module\":\"UserId\",\"action\":\"getUsers\"},\"uniqueId\":\"widgetUserIdgetUsers\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Visitors.CustomVariables_CustomVariables\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CustomVariables_CustomVariables\",\"name\":\"Custom Variables\",\"order\":\"45\",\"help\":\"<p>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Read more about this topic in the online guide.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Custom Variables\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"110\",\"parameters\":{\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariables\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"Dashboard_Dashboard.1\",\"category\":{\"id\":\"Dashboard_Dashboard\",\"name\":\"Dashboard\",\"order\":\"0\",\"icon\":\"icon-reporting-dashboard\",\"help\":\"<p>This is a dashboard page. Dashboards are a collection of Matomo's widgets that you add yourself to suit your specific needs. Mix and match any of Matomo's widgets to get the data <strong>*you*<\\/strong> need at a glance.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"1\",\"name\":\"Dashboard\",\"order\":\"1\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"Dashboard\",\"action\":\"embeddedIndex\",\"order\":\"99\",\"parameters\":{\"module\":\"Dashboard\",\"action\":\"embeddedIndex\",\"idDashboard\":\"1\"},\"uniqueId\":\"widgetDashboardembeddedIndexidDashboard1\",\"isWide\":\"0\"}}},{\"uniqueId\":\"Referrers_Referrers.Referrers_AIAssistants\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_AIAssistants\",\"name\":\"AI Assistants\",\"order\":\"18\",\"help\":\"<p>In this table, you can see which AI assistants referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"AI Assistants\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"113\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getAIAssistants\"},\"uniqueId\":\"widgetReferrersgetAIAssistants\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"}}},{\"uniqueId\":\"Referrers_Referrers.Referrers_WidgetGetAll\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_WidgetGetAll\",\"name\":\"All Channels\",\"order\":\"5\",\"help\":\"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Channel Types\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"101\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getReferrerType\"},\"uniqueId\":\"widgetReferrersgetReferrerType\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Referrers\",\"module\":\"Referrers\",\"action\":\"getAll\",\"order\":\"102\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getAll\"},\"uniqueId\":\"widgetReferrersgetAll\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Referrers_Referrers.Referrers_URLCampaignBuilder\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_URLCampaignBuilder\",\"name\":\"Campaign URL Builder\",\"order\":\"21\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Campaign URL Builder\",\"module\":\"Referrers\",\"action\":\"getCampaignUrlBuilder\",\"order\":\"99\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getCampaignUrlBuilder\"},\"uniqueId\":\"widgetReferrersgetCampaignUrlBuilder\",\"isWide\":\"0\"}}},{\"uniqueId\":\"Referrers_Referrers.Referrers_Campaigns\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Campaign Names\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"101\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"102\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeyword\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"103\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSource\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"104\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMedium\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"105\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContent\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"106\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMedium\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"107\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetId\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"108\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroup\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"109\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacement\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Referrers_Referrers.General_Overview\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Acquisition Overview shows you the percentage of your traffic from all sources over a selected date range.<\\/p><p>You can also click on a specific channel type to display it within the evolution graph. This can help you discover which channels contribute the most traffic to your site as well as any potential patterns over time. For example, a certain channel may perform better on weekends.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Evolution over the period\",\"module\":\"Referrers\",\"action\":\"getEvolutionGraph\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Referrers\",\"action\":\"getEvolutionGraph\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetReferrersgetEvolutionGraphforceView1viewDataTablegraphEvolutioncolumnsArray\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"module\":\"Referrers\",\"action\":\"getSparklines\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Referrers\",\"action\":\"getSparklines\"},\"uniqueId\":\"widgetReferrersgetSparklinesforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Referrers_Referrers.Referrers_SubmenuSearchEngines\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"order\":\"101\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"107\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSearchEngines\"},\"uniqueId\":\"widgetReferrersgetSearchEngines\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"110\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getKeywords\"},\"uniqueId\":\"widgetReferrersgetKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Web keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"order\":\"110\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleWeb\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Keywords (on Bing and Yahoo!)\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"order\":\"115\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsBing\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Image keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"order\":\"120\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleImage\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"order\":\"125\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleVideo\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Referrers_Referrers.Referrers_Socials\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Socials\",\"name\":\"Social Networks\",\"order\":\"16\",\"help\":\"<p>In this table, you can see which websites referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Social Networks\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"111\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSocials\"},\"uniqueId\":\"widgetReferrersgetSocials\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"}}},{\"uniqueId\":\"Referrers_Referrers.Referrers_SubmenuWebsitesOnly\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuWebsitesOnly\",\"name\":\"Websites\",\"order\":\"15\",\"help\":\"<p>In this table, you can see which websites referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Websites\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"105\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getWebsites\"},\"uniqueId\":\"widgetReferrersgetWebsites\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"}}},{\"uniqueId\":\"Referrers_Referrers.SearchEngineKeywordsPerformance_CrawlingStats\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingStats\",\"name\":\"Crawling overview\",\"order\":\"25\",\"help\":\"<p>The Crawling overview reports all the most critical information about how Search Engines robots crawl your websites. These metrics are updated approximately once per day with data provided by the search engines.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"110\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"CrawlingStatsBing\"},\"uniqueId\":\"widgetCrawlingStatsBing\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Crawl overview for Bing and Yahoo!\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingStats\",\"name\":\"Crawling overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\",\"order\":\"110\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetCrawlingOverviewBingforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingStats\",\"name\":\"Crawling overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\",\"order\":\"110\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetCrawlingOverviewBingforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"Goals_Goals.8\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"Agoda click\",\"order\":\"900\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Agoda click\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"6\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_8\"},\"uniqueId\":\"widgetGoal_8\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"8\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"8\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"8\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal8allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"8\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal8\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"8\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal Agoda click conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals8\"},\"uniqueId\":\"widgetGoals8\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"8\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"Goals_Goals.7\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"Liveaboard.com click\",\"order\":\"901\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Liveaboard.com click\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"5\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_7\"},\"uniqueId\":\"widgetGoal_7\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"7\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"7\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"7\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal7allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"7\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal7\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"7\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal Liveaboard.com click conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals7\"},\"uniqueId\":\"widgetGoals7\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"7\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Funnel Overview\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"26\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"7\",\"goal_overview\":\"1\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7goal_overview1idFunnel8\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Goals_Goals.4\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"4\",\"name\":\"New Job Application\",\"order\":\"902\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"New Job Application\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"2\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_4\"},\"uniqueId\":\"widgetGoal_4\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"4\",\"name\":\"4\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"4\",\"name\":\"4\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"4\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal4allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"4\",\"name\":\"4\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal4\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"4\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal New Job Application conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals4\"},\"uniqueId\":\"widgetGoals4\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"4\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Funnel Overview\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"26\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"4\",\"goal_overview\":\"1\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4goal_overview1idFunnel7\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Goals_Goals.6\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"6\",\"name\":\"New Resume\",\"order\":\"903\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"New Resume\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"4\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_6\"},\"uniqueId\":\"widgetGoal_6\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"6\",\"name\":\"6\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"6\",\"name\":\"6\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"6\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal6allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"6\",\"name\":\"6\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal6\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"6\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal New Resume conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals6\"},\"uniqueId\":\"widgetGoals6\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"6\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Funnel Overview\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"26\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"6\",\"goal_overview\":\"1\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6goal_overview1idFunnel2\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Goals_Goals.10\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"10\",\"name\":\"Newsletter Signup\",\"order\":\"904\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Newsletter Signup\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"8\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_10\"},\"uniqueId\":\"widgetGoal_10\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"10\",\"name\":\"10\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"10\",\"name\":\"10\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"10\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal10allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"10\",\"name\":\"10\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal10\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"10\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal Newsletter Signup conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals10\"},\"uniqueId\":\"widgetGoals10\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"10\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"Goals_Goals.9\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"9\",\"name\":\"User Comments\",\"order\":\"905\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"User Comments\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"7\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_9\"},\"uniqueId\":\"widgetGoal_9\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"9\",\"name\":\"9\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"9\",\"name\":\"9\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"9\",\"allow_multiple\":\"1\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal9allow_multiple1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"9\",\"name\":\"9\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal9\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"9\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal User Comments conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals9\"},\"uniqueId\":\"widgetGoals9\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"9\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"Goals_Goals.5\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"5\",\"name\":\"View Submit Job\",\"order\":\"906\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"View Submit Job\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"3\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_5\"},\"uniqueId\":\"widgetGoal_5\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"5\",\"name\":\"5\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"5\",\"name\":\"5\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"5\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal5allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"5\",\"name\":\"5\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal5\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"5\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal View Submit Job conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals5\"},\"uniqueId\":\"widgetGoals5\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"5\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Funnel Overview\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"26\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"5\",\"goal_overview\":\"1\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5goal_overview1idFunnel3\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Goals_Goals.General_Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Goals Overview reports on the performance of the goals defined for your website. You can access your goal\\u2019s conversion percentages, amount of revenue generated and full reports for each.<\\/p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Goals.Overview\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in our Goals guide here.<\\/a><\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Overview\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"0\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"GoalsOverview\"},\"uniqueId\":\"widgetGoalsOverview\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getMetrics\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"getMetrics\"},\"uniqueId\":\"widgetGoalsgetMetricsforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getSparklines\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getSparklines\"},\"uniqueId\":\"widgetGoalsgetSparklines\",\"isWide\":\"0\",\"viewDataTable\":\"\",\"isReport\":\"1\"}]}},{\"name\":\"Conversions overview by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals\"},\"uniqueId\":\"widgetGoals\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"Goals_Goals.Goals_ManageGoals\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_ManageGoals\",\"name\":\"Manage Goals\",\"order\":\"9999\",\"help\":\"<p>This section allows you to create and edit Goals for specific actions which visitors take on your site, such as visiting a certain page or submitting a specific form. Goal reports vary but can help you track your website performance against business objectives such as lead generation, online sales and increased brand exposure.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in our Goals guide here.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Manage Goals\",\"module\":\"Goals\",\"action\":\"editGoals\",\"order\":\"99\",\"parameters\":{\"module\":\"Goals\",\"action\":\"editGoals\"},\"uniqueId\":\"widgetGoalseditGoals\",\"isWide\":\"0\"}}},{\"uniqueId\":\"Goals_Goals.MultiChannelConversionAttribution_MultiAttribution\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MultiChannelConversionAttribution_MultiAttribution\",\"name\":\"Multi Attribution\",\"order\":\"3\",\"help\":\"<p>Get a clear understanding of how much credit towards your Goals each of your marketing channels is actually responsible for, so you can shift your marketing efforts wisely.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Multi Channel Conversion Attribution\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getMultiAttribution\",\"order\":\"99\",\"parameters\":{\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getMultiAttribution\"},\"uniqueId\":\"widgetMultiChannelConversionAttributiongetMultiAttribution\",\"isWide\":\"0\"}}},{\"uniqueId\":\"Goals_Ecommerce.Goals_EcommerceLog\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_EcommerceLog\",\"name\":\"Ecommerce Log\",\"order\":\"5\",\"help\":\"<p>The Ecommerce log provides granular session-level data so you can look at the full session for each user that either made a purchase or abandoned their cart. This can help you understand what users do before and after purchasing to reveal optimisation opportunities.<\\/p><p>Data on this page is updated in real-time.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Ecommerce Log\",\"module\":\"Ecommerce\",\"action\":\"getEcommerceLog\",\"order\":\"99\",\"parameters\":{\"module\":\"Ecommerce\",\"action\":\"getEcommerceLog\"},\"uniqueId\":\"widgetEcommercegetEcommerceLog\",\"isWide\":\"0\"}}},{\"uniqueId\":\"Goals_Ecommerce.General_Overview\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Ecommerce Overview section is the best place to get a high-level view of your online store\\u2019s performance. At a glance, you can see how many sales you\\u2019re making, how much revenue you are generating, and your website\\u2019s conversion rate.<\\/p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Ecommerce.Overview\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in our Ecommerce guide here.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Ecommerce Overview\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"1\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"EcommerceOverview\"},\"uniqueId\":\"widgetEcommerceOverview\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoalecommerceOrder\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Ecommerce\",\"action\":\"getSparklines\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Ecommerce\",\"action\":\"getSparklines\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetEcommercegetSparklinesforceView1viewDataTablesparklinesidGoalecommerceOrder\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"ecommerceOrder\",\"name\":\"ecommerceOrder\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Ecommerce\",\"action\":\"getConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Ecommerce\",\"action\":\"getConversionsOverview\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetEcommercegetConversionsOverviewidGoalecommerceOrder\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"ecommerceOrder\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"Goals_Ecommerce.Goals_Products\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Products\"},\"uniqueId\":\"widgetProducts\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Product Name\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getItemsName\",\"order\":\"130\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsName\"},\"uniqueId\":\"widgetGoalsgetItemsName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Product SKU\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getItemsSku\",\"order\":\"131\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsSku\"},\"uniqueId\":\"widgetGoalsgetItemsSku\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Product Category\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"order\":\"132\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsCategory\"},\"uniqueId\":\"widgetGoalsgetItemsCategory\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"Goals_Ecommerce.Ecommerce_Sales\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"5\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idGoal\":\"ecommerceOrder\",\"containerId\":\"GoalsOrder\"},\"uniqueId\":\"widgetGoalsOrderidGoalecommerceOrder\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"idDimension\":\"1\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrderidDimension1segmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Sales engagement\",\"name\":\"Sales engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales engagement\",\"name\":\"Sales engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Sales engagement\",\"name\":\"Sales engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales engagement\",\"name\":\"Sales engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"Goals_Ecommerce.MultiChannelConversionAttribution_MultiAttribution\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MultiChannelConversionAttribution_MultiAttribution\",\"name\":\"Multi Attribution\",\"order\":\"20\",\"help\":\"<p>Get a clear understanding of how much credit towards your sales each of your marketing channels are actually responsible for so you can shift your marketing efforts wisely.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Multi Channel Conversion Attribution\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getEcommerceAttribution\",\"order\":\"98\",\"parameters\":{\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getEcommerceAttribution\"},\"uniqueId\":\"widgetMultiChannelConversionAttributiongetEcommerceAttribution\",\"isWide\":\"0\"}}},{\"uniqueId\":\"AbTesting_Experiments.9\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"9\",\"name\":\"AffiliateLinkEffectiveness\",\"order\":\"20\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"A\\/B test \\\"AffiliateLinkEffectiveness\\\"\",\"module\":\"AbTesting\",\"action\":\"summary\",\"order\":\"1\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"summary\",\"idExperiment\":\"9\"},\"uniqueId\":\"widgetAbTestingsummaryidExperiment9\",\"isWide\":\"0\"},{\"name\":\"Conversions \\\"Goal Liveaboard.com click\\\"\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"idExperiment\":\"9\",\"successMetric\":\"nb_conversions_goal_7\"},\"uniqueId\":\"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment9successMetricnb_conversions_goal_7\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"idExperiment\":\"9\",\"variationName\":\"Original\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment9variationNameOriginalcolumnsArray\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Overview\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"idExperiment\":\"9\"},\"uniqueId\":\"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment9\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"AbTesting_Experiments.10\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"10\",\"name\":\"IDivedThereLinkMove\",\"order\":\"21\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"A\\/B test \\\"IDivedThereLinkMove\\\"\",\"module\":\"AbTesting\",\"action\":\"summary\",\"order\":\"1\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"summary\",\"idExperiment\":\"10\"},\"uniqueId\":\"widgetAbTestingsummaryidExperiment10\",\"isWide\":\"0\"},{\"name\":\"Conversions \\\"Goal User Comments\\\"\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"idExperiment\":\"10\",\"successMetric\":\"nb_conversions_goal_9\"},\"uniqueId\":\"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment10successMetricnb_conversions_goal_9\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"idExperiment\":\"10\",\"variationName\":\"Original\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment10variationNameOriginalcolumnsArray\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Overview\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"idExperiment\":\"10\"},\"uniqueId\":\"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment10\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"AbTesting_Experiments.11\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"11\",\"name\":\"JobsListingCallToActionChange\",\"order\":\"22\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"A\\/B test \\\"JobsListingCallToActionChange\\\"\",\"module\":\"AbTesting\",\"action\":\"summary\",\"order\":\"1\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"summary\",\"idExperiment\":\"11\"},\"uniqueId\":\"widgetAbTestingsummaryidExperiment11\",\"isWide\":\"0\"},{\"name\":\"Conversions \\\"Goal View Submit Job\\\"\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"idExperiment\":\"11\",\"successMetric\":\"nb_conversions_goal_5\"},\"uniqueId\":\"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment11successMetricnb_conversions_goal_5\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"idExperiment\":\"11\",\"variationName\":\"Original\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment11variationNameOriginalcolumnsArray\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Overview\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"idExperiment\":\"11\"},\"uniqueId\":\"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment11\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"AbTesting_Experiments.12\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"12\",\"name\":\"JobPageRelevantCallToAction\",\"order\":\"23\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"A\\/B test \\\"JobPageRelevantCallToAction\\\"\",\"module\":\"AbTesting\",\"action\":\"summary\",\"order\":\"1\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"summary\",\"idExperiment\":\"12\"},\"uniqueId\":\"widgetAbTestingsummaryidExperiment12\",\"isWide\":\"0\"},{\"name\":\"Conversions \\\"Goal New Job Application\\\"\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"idExperiment\":\"12\",\"successMetric\":\"nb_conversions_goal_4\"},\"uniqueId\":\"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment12successMetricnb_conversions_goal_4\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"idExperiment\":\"12\",\"variationName\":\"Original\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment12variationNameOriginalcolumnsArray\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Overview\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"idExperiment\":\"12\"},\"uniqueId\":\"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment12\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"AbTesting_Experiments.13\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"13\",\"name\":\"DivingPageTitles\",\"order\":\"24\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"A\\/B test \\\"DivingPageTitles\\\"\",\"module\":\"AbTesting\",\"action\":\"summary\",\"order\":\"1\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"summary\",\"idExperiment\":\"13\"},\"uniqueId\":\"widgetAbTestingsummaryidExperiment13\",\"isWide\":\"0\"},{\"name\":\"Conversions \\\"Goal Liveaboard.com click\\\"\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"idExperiment\":\"13\",\"successMetric\":\"nb_conversions_goal_7\"},\"uniqueId\":\"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment13successMetricnb_conversions_goal_7\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"idExperiment\":\"13\",\"variationName\":\"Original\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment13variationNameOriginalcolumnsArray\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Overview\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"idExperiment\":\"13\"},\"uniqueId\":\"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment13\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"AbTesting_Experiments.General_Overview\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"5\",\"help\":\"<p>An A\\/B test lets you compare different versions and see which variation is more successful. Here you will find an overview of all active tests and associated conversion rates.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"AbTesting\",\"action\":\"overview\",\"order\":\"11\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"overview\"},\"uniqueId\":\"widgetAbTestingoverview\",\"isWide\":\"0\"}}},{\"uniqueId\":\"CrashAnalytics_Crashes.CrashAnalytics_AllCrashes\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"70\",\"icon\":\"icon-bug\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CrashAnalytics_AllCrashes\",\"name\":\"All Crashes\",\"order\":\"73\",\"help\":\"<p>This page provides information about every crash that occurred within the selected period.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"200\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Crashes\"},\"uniqueId\":\"widgetCrashes\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"New\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getNewCrashes\",\"order\":\"135\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getNewCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetNewCrashes\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Reappeared\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getReappearedCrashes\",\"order\":\"140\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getReappearedCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetReappearedCrashes\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Disappeared\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getDisappearedCrashes\",\"order\":\"145\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getDisappearedCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetDisappearedCrashes\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page URL\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by Pages\",\"name\":\"Crashes by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByPageUrl\",\"order\":\"105\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByPageUrl\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesByPageUrl\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Title\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by Pages\",\"name\":\"Crashes by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByPageTitle\",\"order\":\"110\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByPageTitle\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesByPageTitle\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Source\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesBySource\",\"order\":\"115\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesBySource\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesBySource\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Category\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByCategory\",\"order\":\"120\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByCategory\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesByCategory\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"First Party\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByFirstParty\",\"order\":\"125\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByFirstParty\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesByFirstParty\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Third Party\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByThirdParty\",\"order\":\"130\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByThirdParty\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesByThirdParty\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Crash Messages\",\"module\":\"CrashAnalytics\",\"action\":\"getCrashMessages\",\"order\":\"110\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashMessages\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashMessages\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"All Crash Messages\",\"module\":\"CrashAnalytics\",\"action\":\"getAllCrashMessages\",\"order\":\"111\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getAllCrashMessages\"},\"uniqueId\":\"widgetCrashAnalyticsgetAllCrashMessages\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unidentified Crash Messages\",\"module\":\"CrashAnalytics\",\"action\":\"getUnidentifiedCrashMessages\",\"order\":\"112\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getUnidentifiedCrashMessages\"},\"uniqueId\":\"widgetCrashAnalyticsgetUnidentifiedCrashMessages\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"CrashAnalytics_Crashes.CrashAnalytics_Overview\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"70\",\"icon\":\"icon-bug\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CrashAnalytics_Overview\",\"name\":\"Overview\",\"order\":\"71\",\"help\":\"<p>This page provides an overview of the crashes that are occurred on your website within the selected period. You can see the number of crashes over time, along with which crashes had newly occurred, which crashes disappeared and which crashes reappeared after an absence.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Evolution over the period\",\"module\":\"CrashAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"CrashAnalytics\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetCrashAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Crashes Overview\",\"module\":\"CrashAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"CrashAnalytics\",\"action\":\"get\"},\"uniqueId\":\"widgetCrashAnalyticsgetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"New crashes\",\"module\":\"CrashAnalytics\",\"action\":\"getNewCrashes\",\"order\":\"135\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getNewCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetNewCrashes\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Reappeared crashes\",\"module\":\"CrashAnalytics\",\"action\":\"getReappearedCrashes\",\"order\":\"140\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getReappearedCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetReappearedCrashes\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Disappeared crashes\",\"module\":\"CrashAnalytics\",\"action\":\"getDisappearedCrashes\",\"order\":\"145\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getDisappearedCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetDisappearedCrashes\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"CrashAnalytics_Crashes.CrashAnalytics_RealTime\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"70\",\"icon\":\"icon-bug\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CrashAnalytics_RealTime\",\"name\":\"Real-time\",\"order\":\"72\",\"help\":\"<p>This page provides an overview of the crashes that are currently occurring on your website. Monitor the state of your website and respond to issues quickly.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Crash overview last 30 minutes\",\"module\":\"CrashAnalytics\",\"action\":\"getLastCrashesOverview\",\"order\":\"141\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastCrashesOverview\",\"lastMinutes\":\"30\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastCrashesOverviewlastMinutes30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Crash overview last 8 hours\",\"module\":\"CrashAnalytics\",\"action\":\"getLastCrashesOverview\",\"order\":\"142\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastCrashesOverview\",\"lastMinutes\":\"480\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastCrashesOverviewlastMinutes480\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Top crashes last 30 minutes\",\"module\":\"CrashAnalytics\",\"action\":\"getLastTopCrashes\",\"order\":\"151\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastTopCrashes\",\"lastMinutes\":\"30\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastTopCrasheslastMinutes30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Top crashes last 8 hours\",\"module\":\"CrashAnalytics\",\"action\":\"getLastTopCrashes\",\"order\":\"152\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastTopCrashes\",\"lastMinutes\":\"480\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastTopCrasheslastMinutes480\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"New crashes last 8 hours\",\"module\":\"CrashAnalytics\",\"action\":\"getLastNewCrashes\",\"order\":\"161\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastNewCrashes\",\"lastMinutes\":\"480\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastNewCrasheslastMinutes480\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Reappeared crashes last 8 hours\",\"module\":\"CrashAnalytics\",\"action\":\"getLastReappearedCrashes\",\"order\":\"171\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastReappearedCrashes\",\"lastMinutes\":\"480\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastReappearedCrasheslastMinutes480\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Disappeared crashes last 8 hours\",\"module\":\"CrashAnalytics\",\"action\":\"getLastDisappearedCrashes\",\"order\":\"181\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastDisappearedCrashes\",\"lastMinutes\":\"480\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastDisappearedCrasheslastMinutes480\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"CustomReports_CustomReports.2\",\"category\":{\"id\":\"CustomReports_CustomReports\",\"name\":\"Custom Reports\",\"order\":\"65\",\"icon\":\"icon-business\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"2\",\"name\":\"Bali pages, breakdown new\\/returning\",\"order\":\"100\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Bali pages, breakdown new\\/returning\",\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"order\":\"100\",\"parameters\":{\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"idCustomReport\":\"2\"},\"uniqueId\":\"widgetCustomReportsgetCustomReportidCustomReport2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"CustomReports_CustomReports.5\",\"category\":{\"id\":\"CustomReports_CustomReports\",\"name\":\"Custom Reports\",\"order\":\"65\",\"icon\":\"icon-business\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"5\",\"name\":\"Country by New\\/returning with a filter\",\"order\":\"101\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Country by New\\/returning with a filter\",\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"order\":\"100\",\"parameters\":{\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"idCustomReport\":\"5\"},\"uniqueId\":\"widgetCustomReportsgetCustomReportidCustomReport5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"CustomReports_CustomReports.8\",\"category\":{\"id\":\"CustomReports_CustomReports\",\"name\":\"Custom Reports\",\"order\":\"65\",\"icon\":\"icon-business\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"Evolution KPIs\",\"order\":\"102\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Evolution KPIs\",\"module\":\"CustomReports\",\"action\":\"getEvolutionGraph\",\"order\":\"100\",\"parameters\":{\"module\":\"CustomReports\",\"action\":\"getEvolutionGraph\",\"idCustomReport\":\"8\"},\"uniqueId\":\"widgetCustomReportsgetEvolutionGraphidCustomReport8\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"}}},{\"uniqueId\":\"CustomReports_CustomReports.1\",\"category\":{\"id\":\"CustomReports_CustomReports\",\"name\":\"Custom Reports\",\"order\":\"65\",\"icon\":\"icon-business\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"1\",\"name\":\"Pages by New\\/Returning visitor\",\"order\":\"103\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Pages by New\\/Returning visitor\",\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"order\":\"100\",\"parameters\":{\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"idCustomReport\":\"1\"},\"uniqueId\":\"widgetCustomReportsgetCustomReportidCustomReport1\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"FormAnalytics_Forms.2\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"2\",\"name\":\"Comment Form\",\"order\":\"20\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm2\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Comment Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"2\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm2timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Comment Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"2\",\"containerId\":\"forms_2\"},\"uniqueId\":\"widgetforms_2idForm2\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.7\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"Apply to Job Form\",\"order\":\"21\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm7\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Apply to Job Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"7\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm7timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Apply to Job Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"7\",\"containerId\":\"forms_7\"},\"uniqueId\":\"widgetforms_7idForm7\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.29\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"29\",\"name\":\"Add Job Form\",\"order\":\"22\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm29\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Add Job Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"29\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm29timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Add Job Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"29\",\"containerId\":\"forms_29\"},\"uniqueId\":\"widgetforms_29idForm29\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.30\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"30\",\"name\":\"Candidate Registration Form\",\"order\":\"23\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm30\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Candidate Registration Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"30\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm30timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Candidate Registration Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"30\",\"containerId\":\"forms_30\"},\"uniqueId\":\"widgetforms_30idForm30\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.31\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"31\",\"name\":\"Resume Search\",\"order\":\"24\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm31\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Resume Search\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"31\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm31timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Resume Search\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"31\",\"containerId\":\"forms_31\"},\"uniqueId\":\"widgetforms_31idForm31\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.32\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"32\",\"name\":\"Build Resume Form\",\"order\":\"25\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm32\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Build Resume Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"32\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm32timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Build Resume Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"32\",\"containerId\":\"forms_32\"},\"uniqueId\":\"widgetforms_32idForm32\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.40\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"40\",\"name\":\"Contact Us Form\",\"order\":\"26\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm40\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Contact Us Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"40\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Contact Us Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"40\",\"containerId\":\"forms_40\"},\"uniqueId\":\"widgetforms_40idForm40\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.41\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"41\",\"name\":\"Newsletter Signup Form\",\"order\":\"27\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm41\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Newsletter Signup Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"41\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Newsletter Signup Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"41\",\"containerId\":\"forms_41\"},\"uniqueId\":\"widgetforms_41idForm41\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.42\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"42\",\"name\":\"Checkout Form\",\"order\":\"28\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm42\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Checkout Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"42\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Checkout Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"42\",\"containerId\":\"forms_42\"},\"uniqueId\":\"widgetforms_42idForm42\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.General_Overview\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>Increase conversions from your online forms and lose fewer visitors by learning everything about your users\\u2019 behaviour and where they get stuck on your forms.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinestimings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Contact Us Form\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"60\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"40\",\"summary\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40summary1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Newsletter Signup Form\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"61\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"41\",\"summary\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41summary1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Checkout Form\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"62\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"42\",\"summary\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42summary1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"FormAnalytics_Forms.FormAnalytics_TypeRealTime\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"FormAnalytics_TypeRealTime\",\"name\":\"Real-time\",\"order\":\"5\",\"help\":\"<p>Analyse your form performance in real-time with conversion reports calculated for the last 30 minutes and the previous 24 hours.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Forms overview last 30 minutes\",\"module\":\"FormAnalytics\",\"action\":\"getCounters\",\"order\":\"140\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getCounters\"},\"uniqueId\":\"widgetFormAnalyticsgetCounters\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Forms overview last 24 hours\",\"module\":\"FormAnalytics\",\"action\":\"getCounters\",\"order\":\"142\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getCounters\",\"lastMinutes\":\"1440\"},\"uniqueId\":\"widgetFormAnalyticsgetCounterslastMinutes1440\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most popular forms last 30 minutes\",\"module\":\"FormAnalytics\",\"action\":\"getCurrentMostPopularForms\",\"order\":\"150\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getCurrentMostPopularForms\"},\"uniqueId\":\"widgetFormAnalyticsgetCurrentMostPopularForms\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most popular forms last 24 hours\",\"module\":\"FormAnalytics\",\"action\":\"getCurrentMostPopularForms\",\"order\":\"152\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getCurrentMostPopularForms\",\"lastMinutes\":\"1440\"},\"uniqueId\":\"widgetFormAnalyticsgetCurrentMostPopularFormslastMinutes1440\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.8\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"Liveaboard.com click\",\"order\":\"6\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Funnel Report\",\"module\":\"Funnels\",\"action\":\"funnelReport\",\"order\":\"20\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReport\",\"idGoal\":\"7\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsfunnelReportidGoal7idFunnel8\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Evolution for Liveaboard.com click\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"order\":\"40\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"7\",\"columns\":\"funnel_conversion_rate\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal7columnsfunnel_conversion_rateidFunnel8\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"50\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"7\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7idFunnel8\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Liveaboard.com click\",\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"order\":\"5\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"idGoal\":\"7\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsfunnelSummaryidGoal7idFunnel8\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Funnel details\",\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"order\":\"30\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"idGoal\":\"7\",\"idFunnel\":\"8\",\"filter_limit\":\"-1\"},\"uniqueId\":\"widgetFunnelsfunnelReportTableidGoal7idFunnel8filter_limit-1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.7\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"New Job Application\",\"order\":\"7\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Funnel Report\",\"module\":\"Funnels\",\"action\":\"funnelReport\",\"order\":\"20\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReport\",\"idGoal\":\"4\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsfunnelReportidGoal4idFunnel7\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Evolution for New Job Application\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"order\":\"40\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"4\",\"columns\":\"funnel_conversion_rate\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal4columnsfunnel_conversion_rateidFunnel7\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"50\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"4\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4idFunnel7\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"New Job Application\",\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"order\":\"5\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"idGoal\":\"4\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsfunnelSummaryidGoal4idFunnel7\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Funnel details\",\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"order\":\"30\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"idGoal\":\"4\",\"idFunnel\":\"7\",\"filter_limit\":\"-1\"},\"uniqueId\":\"widgetFunnelsfunnelReportTableidGoal4idFunnel7filter_limit-1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.2\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"2\",\"name\":\"New Resume\",\"order\":\"8\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Funnel Report\",\"module\":\"Funnels\",\"action\":\"funnelReport\",\"order\":\"20\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReport\",\"idGoal\":\"6\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsfunnelReportidGoal6idFunnel2\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Evolution for New Resume\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"order\":\"40\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"6\",\"columns\":\"funnel_conversion_rate\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal6columnsfunnel_conversion_rateidFunnel2\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"50\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"6\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6idFunnel2\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"New Resume\",\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"order\":\"5\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"idGoal\":\"6\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsfunnelSummaryidGoal6idFunnel2\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Funnel details\",\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"order\":\"30\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"idGoal\":\"6\",\"idFunnel\":\"2\",\"filter_limit\":\"-1\"},\"uniqueId\":\"widgetFunnelsfunnelReportTableidGoal6idFunnel2filter_limit-1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.99\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"99\",\"name\":\"Sales\",\"order\":\"9\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Funnel Report\",\"module\":\"Funnels\",\"action\":\"funnelReport\",\"order\":\"20\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReport\",\"idGoal\":\"0\",\"idFunnel\":\"99\"},\"uniqueId\":\"widgetFunnelsfunnelReportidGoal0idFunnel99\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Evolution for Sales\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"order\":\"40\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"0\",\"columns\":\"funnel_conversion_rate\",\"idFunnel\":\"99\"},\"uniqueId\":\"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal0columnsfunnel_conversion_rateidFunnel99\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"50\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"0\",\"idFunnel\":\"99\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal0idFunnel99\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Sales\",\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"order\":\"5\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"idGoal\":\"0\",\"idFunnel\":\"99\"},\"uniqueId\":\"widgetFunnelsfunnelSummaryidGoal0idFunnel99\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Funnel details\",\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"order\":\"30\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"idGoal\":\"0\",\"idFunnel\":\"99\",\"filter_limit\":\"-1\"},\"uniqueId\":\"widgetFunnelsfunnelReportTableidGoal0idFunnel99filter_limit-1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.3\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"3\",\"name\":\"View Submit Job\",\"order\":\"10\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Funnel Report\",\"module\":\"Funnels\",\"action\":\"funnelReport\",\"order\":\"20\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReport\",\"idGoal\":\"5\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsfunnelReportidGoal5idFunnel3\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Evolution for View Submit Job\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"order\":\"40\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"5\",\"columns\":\"funnel_conversion_rate\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal5columnsfunnel_conversion_rateidFunnel3\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"50\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"5\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5idFunnel3\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"View Submit Job\",\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"order\":\"5\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"idGoal\":\"5\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsfunnelSummaryidGoal5idFunnel3\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Funnel details\",\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"order\":\"30\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"idGoal\":\"5\",\"idFunnel\":\"3\",\"filter_limit\":\"-1\"},\"uniqueId\":\"widgetFunnelsfunnelReportTableidGoal5idFunnel3filter_limit-1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.General_Overview\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"5\",\"help\":\"<p>Identify and understand where your visitors drop off to increase your conversions, sales and revenue with your existing traffic.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Funnels Overview\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"10\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"FunnelsOverview\"},\"uniqueId\":\"widgetFunnelsOverview\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Liveaboard.com click\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"7\",\"funnels_overview\":\"1\",\"showtitle\":\"1\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7funnels_overview1showtitle1idFunnel8\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"New Job Application\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"4\",\"funnels_overview\":\"1\",\"showtitle\":\"1\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4funnels_overview1showtitle1idFunnel7\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"New Resume\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"6\",\"funnels_overview\":\"1\",\"showtitle\":\"1\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6funnels_overview1showtitle1idFunnel2\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Sales\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"0\",\"funnels_overview\":\"1\",\"showtitle\":\"1\",\"idFunnel\":\"99\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal0funnels_overview1showtitle1idFunnel99\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"View Submit Job\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"5\",\"funnels_overview\":\"1\",\"showtitle\":\"1\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5funnels_overview1showtitle1idFunnel3\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"Funnels_Funnels.Funnels_ManageFunnels\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Funnels_ManageFunnels\",\"name\":\"Manage Funnels\",\"order\":\"9999\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Manage Funnels\",\"module\":\"Funnels\",\"action\":\"editFunnels\",\"order\":\"99\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"editFunnels\"},\"uniqueId\":\"widgetFunnelseditFunnels\",\"isWide\":\"0\"}}},{\"uniqueId\":\"HeatmapSessionRecording_Heatmaps.11\",\"category\":{\"id\":\"HeatmapSessionRecording_Heatmaps\",\"name\":\"Heatmaps\",\"order\":\"58\",\"icon\":\"icon-drop\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"11\",\"name\":\"Homepage\",\"order\":\"20\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"HeatmapSessionRecording\",\"action\":\"showHeatmap\",\"order\":\"99\",\"parameters\":{\"module\":\"HeatmapSessionRecording\",\"action\":\"showHeatmap\",\"idSiteHsr\":\"11\"},\"uniqueId\":\"widgetHeatmapSessionRecordingshowHeatmapidSiteHsr11\",\"isWide\":\"0\"}}},{\"uniqueId\":\"HeatmapSessionRecording_SessionRecordings.13\",\"category\":{\"id\":\"HeatmapSessionRecording_SessionRecordings\",\"name\":\"Session Recordings\",\"order\":\"59\",\"icon\":\"icon-play\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"13\",\"name\":\"Homepage\",\"order\":\"20\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Session recording \\\"Homepage\\\"\",\"module\":\"HeatmapSessionRecording\",\"action\":\"getRecordedSessions\",\"order\":\"101\",\"parameters\":{\"module\":\"HeatmapSessionRecording\",\"action\":\"getRecordedSessions\",\"idSiteHsr\":\"13\"},\"uniqueId\":\"widgetHeatmapSessionRecordinggetRecordedSessionsidSiteHsr13\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_TypeAudienceLog\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_TypeAudienceLog\",\"name\":\"Audience Log\",\"order\":\"25\",\"help\":\"<p>This is a real-time log of all visits that include a media interaction such as a video play. You can see every action each user took within their visit and some basic details about the visitor to understand the broader context of their interaction.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Log of visitors who have played media\",\"module\":\"MediaAnalytics\",\"action\":\"getAudienceLog\",\"order\":\"99\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getAudienceLog\"},\"uniqueId\":\"widgetMediaAnalyticsgetAudienceLog\",\"isWide\":\"0\"}}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_TypeAudienceMap\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_TypeAudienceMap\",\"name\":\"Audience Map\",\"order\":\"30\",\"help\":\"<p>View a world map overlaid with data about how many visits from each country and region have performed media actions on your site such as playing audio or video files.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Map of Media Plays\",\"module\":\"MediaAnalytics\",\"action\":\"audienceMap\",\"order\":\"99\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"audienceMap\"},\"uniqueId\":\"widgetMediaAnalyticsaudienceMap\",\"isWide\":\"0\"}}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_TypeAudio\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_TypeAudio\",\"name\":\"Audio\",\"order\":\"15\",\"help\":\"<p>The Audio section provides detailed reports on which audio files have been played, how often and their completion rates.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Audio Titles\",\"module\":\"MediaAnalytics\",\"action\":\"getAudioTitles\",\"order\":\"102\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getAudioTitles\"},\"uniqueId\":\"widgetMediaAnalyticsgetAudioTitles\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Audio Resource URLs\",\"module\":\"MediaAnalytics\",\"action\":\"getAudioResources\",\"order\":\"104\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getAudioResources\"},\"uniqueId\":\"widgetMediaAnalyticsgetAudioResources\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Audio Resources URLs Grouped\",\"module\":\"MediaAnalytics\",\"action\":\"getGroupedAudioResources\",\"order\":\"106\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getGroupedAudioResources\"},\"uniqueId\":\"widgetMediaAnalyticsgetGroupedAudioResources\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Audio per hour in website's timezone\",\"module\":\"MediaAnalytics\",\"action\":\"getAudioHours\",\"order\":\"108\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getAudioHours\"},\"uniqueId\":\"widgetMediaAnalyticsgetAudioHours\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"MediaAnalytics_Media.General_Overview\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>Grow your business with advanced video & audio analytics. Get powerful insights into how often your audience watches your videos and listens to your audio. Learn how many of the visitors who start interacting with your media complete it.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Getting Started\",\"module\":\"MediaAnalytics\",\"action\":\"gettingStarted\",\"order\":\"1\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"gettingStarted\"},\"uniqueId\":\"widgetMediaAnalyticsgettingStarted\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"MediaAnalytics\",\"action\":\"hasNoRecords\"}},{\"name\":\"Evolution over the period\",\"module\":\"MediaAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"MediaAnalytics\",\"action\":\"getEvolutionGraph\",\"columns\":{\"row\":\"nb_plays\"}},\"uniqueId\":\"widgetMediaAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutioncolumnsArray\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"MediaAnalytics\",\"action\":\"hasRecords\"},\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Report\",\"module\":\"MediaAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"MediaAnalytics\",\"action\":\"get\"},\"uniqueId\":\"widgetMediaAnalyticsgetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"MediaAnalytics\",\"action\":\"hasRecords\"},\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_MediaPlayers\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_MediaPlayers\",\"name\":\"Media Players\",\"order\":\"20\",\"help\":\"<p>This reports on the most used media players on your site so you can optimise your media delivery based on the most popular mediums and players.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Media Players\",\"module\":\"MediaAnalytics\",\"action\":\"getPlayers\",\"order\":\"136\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getPlayers\"},\"uniqueId\":\"widgetMediaAnalyticsgetPlayers\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_TypeRealTime\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_TypeRealTime\",\"name\":\"Real-time\",\"order\":\"5\",\"help\":\"<p>Analyse your media performance in real-time with duration and play reports calculated for the last 30 minutes and the previous 24 hours.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Most Popular Media Last 24 hours\",\"module\":\"MediaAnalytics\",\"action\":\"mostPlays\",\"order\":\"102\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"mostPlays\",\"lastMinutes\":\"1440\"},\"uniqueId\":\"widgetMediaAnalyticsmostPlayslastMinutes1440\",\"isWide\":\"0\"},{\"name\":\"Real-time Media Plays\",\"module\":\"MediaAnalytics\",\"action\":\"currentPlays\",\"order\":\"99\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"currentPlays\"},\"uniqueId\":\"widgetMediaAnalyticscurrentPlays\",\"isWide\":\"0\"},{\"name\":\"Time Spent Playing Media\",\"module\":\"MediaAnalytics\",\"action\":\"currentTime\",\"order\":\"100\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"currentTime\"},\"uniqueId\":\"widgetMediaAnalyticscurrentTime\",\"isWide\":\"0\"},{\"name\":\"Most Popular Media Last 30 minutes\",\"module\":\"MediaAnalytics\",\"action\":\"mostPlays\",\"order\":\"101\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"mostPlays\",\"lastMinutes\":\"30\"},\"uniqueId\":\"widgetMediaAnalyticsmostPlayslastMinutes30\",\"isWide\":\"0\"},{\"name\":\"Real-time Map of Media Plays\",\"module\":\"MediaAnalytics\",\"action\":\"realTimeAudienceMap\",\"order\":\"103\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"realTimeAudienceMap\"},\"uniqueId\":\"widgetMediaAnalyticsrealTimeAudienceMap\",\"isWide\":\"1\"}]}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_TypeVideo\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_TypeVideo\",\"name\":\"Video\",\"order\":\"10\",\"help\":\"<p>The Video section provides detailed reports on exactly which videos have been played, how often, their completion rates and even their display resolution.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Video Titles\",\"module\":\"MediaAnalytics\",\"action\":\"getVideoTitles\",\"order\":\"101\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getVideoTitles\"},\"uniqueId\":\"widgetMediaAnalyticsgetVideoTitles\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video Resource URLs\",\"module\":\"MediaAnalytics\",\"action\":\"getVideoResources\",\"order\":\"103\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getVideoResources\"},\"uniqueId\":\"widgetMediaAnalyticsgetVideoResources\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video Resource URLs Grouped\",\"module\":\"MediaAnalytics\",\"action\":\"getGroupedVideoResources\",\"order\":\"105\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getGroupedVideoResources\"},\"uniqueId\":\"widgetMediaAnalyticsgetGroupedVideoResources\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Videos per hour in website's timezone\",\"module\":\"MediaAnalytics\",\"action\":\"getVideoHours\",\"order\":\"107\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getVideoHours\"},\"uniqueId\":\"widgetMediaAnalyticsgetVideoHours\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video Resolutions\",\"module\":\"MediaAnalytics\",\"action\":\"getVideoResolutions\",\"order\":\"109\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getVideoResolutions\"},\"uniqueId\":\"widgetMediaAnalyticsgetVideoResolutions\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}", + "json": "[{\"uniqueId\":\"General_Actions.customdimension2\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":10,\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":null},\"subcategory\":{\"id\":\"customdimension2\",\"name\":\"Page Author\",\"order\":70,\"help\":\"\"},\"widgets\":[{\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":202,\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"2\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension2\",\"isWide\":false,\"viewDataTable\":\"table\",\"isReport\":true}]},{\"uniqueId\":\"General_Actions.customdimension4\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":10,\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":null},\"subcategory\":{\"id\":\"customdimension4\",\"name\":\"Page Location\",\"order\":71,\"help\":\"\"},\"widgets\":[{\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":204,\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"4\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension4\",\"isWide\":false,\"viewDataTable\":\"table\",\"isReport\":true}]},{\"uniqueId\":\"General_Actions.customdimension5\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":10,\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":null},\"subcategory\":{\"id\":\"customdimension5\",\"name\":\"Page Type\",\"order\":72,\"help\":\"\"},\"widgets\":[{\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":205,\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"5\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension5\",\"isWide\":false,\"viewDataTable\":\"table\",\"isReport\":true}]},{\"uniqueId\":\"General_Actions.Transitions_Transitions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":10,\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":null},\"subcategory\":{\"id\":\"Transitions_Transitions\",\"name\":\"Transitions\",\"order\":46,\"help\":\"<p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \\\"Transitions\\\" report.<\\\/p><p><a href=\\\"https:\\\/\\\/matomo.org\\\/docs\\\/transitions\\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">More details<\\\/a><\\\/p>\"},\"widgets\":[{\"name\":\"Transitions\",\"module\":\"Transitions\",\"action\":\"getTransitions\",\"order\":99,\"parameters\":{\"module\":\"Transitions\",\"action\":\"getTransitions\"},\"uniqueId\":\"widgetTransitionsgetTransitions\",\"isWide\":false}]}]" + }, + "API.getWidgetMetadata": { + "xml": "{\"row\":[{\"name\":\"KPI Metric\",\"category\":{\"id\":\"General_KpiMetric\",\"name\":\"KPI Metric\",\"order\":\"1\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"column\":\"\"},\"uniqueId\":\"widgetCoreVisualizationssingleMetricViewcolumn\",\"isWide\":\"0\"},{\"name\":\"Real-time visitor count\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\",\"order\":\"15\",\"parameters\":{\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\"},\"uniqueId\":\"widgetLivegetSimpleLastVisitCount\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits Overview (with graph)\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"VisitOverviewWithGraph\"},\"uniqueId\":\"widgetVisitOverviewWithGraph\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Visits Overview\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitsSummary\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitsSummary\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitsSummarygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Visits Overview\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitsSummary\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitsSummarygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Visits Log\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Live_VisitorLog\",\"name\":\"Visits Log\",\"order\":\"5\",\"help\":\"<p>The visits log shows you every visit your website receives in detail. Find out which actions each visitor has performed, how they got to your site, a bit about who they are, and more (while still complying with your local privacy regulations).<\\/p><p>While other reports in Matomo show how your visitors behave at an aggregate level, the visits log provides granular detail. You can also use segments to narrow it down to specific types of visits to understand your visitors better.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/real-time\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Live.getLastVisitsDetails\\\" target=\\\"_blank\\\" rel=\\\"noreferrer noopener\\\">Learn more in the visit-log guide.<\\/a><\\/p>\"},\"module\":\"Live\",\"action\":\"getLastVisitsDetails\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"VisitorLog\",\"module\":\"Live\",\"action\":\"getLastVisitsDetails\",\"small\":\"1\"},\"uniqueId\":\"widgetLivegetLastVisitsDetailsforceView1viewDataTableVisitorLogsmall1\",\"isWide\":\"0\",\"viewDataTable\":\"VisitorLog\",\"isReport\":\"1\"},{\"name\":\"Visits in real-time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_RealTime\",\"name\":\"Real-time\",\"order\":\"7\",\"help\":\"<p>The visits in the real-time report show the real-time flow of visits to your website. It includes a real-time counter of your visits and page views in the last 24 hours and the previous 30 minutes.<\\/p><p>This report refreshes every 5 seconds and displays new visits (or existing visitors that view a new page) at the top of the list with a fade-in effect.<\\/p>\"},\"module\":\"Live\",\"action\":\"widget\",\"order\":\"20\",\"parameters\":{\"module\":\"Live\",\"action\":\"widget\"},\"uniqueId\":\"widgetLivewidget\",\"isWide\":\"1\"},{\"name\":\"Real-time Map\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountryMap_RealTimeMap\",\"name\":\"Real-time Map\",\"order\":\"9\",\"help\":\"<p>Shows the location of website visitors the last 30 minutes, and flashes for new ones. Recent visits are shown as large orange bubbles, and older ones as smaller gray ones. It refreshes every five seconds.<\\/p>\"},\"module\":\"UserCountryMap\",\"action\":\"realtimeMap\",\"order\":\"15\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"realtimeMap\"},\"uniqueId\":\"widgetUserCountryMaprealtimeMap\",\"isWide\":\"1\"},{\"name\":\"Visitor Map\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountryMap\",\"action\":\"visitorMap\",\"order\":\"1\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"visitorMap\"},\"uniqueId\":\"widgetUserCountryMapvisitorMap\",\"isWide\":\"0\"},{\"name\":\"City\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"110\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getCity\"},\"uniqueId\":\"widgetUserCountrygetCity\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"106\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getContinent\"},\"uniqueId\":\"widgetUserCountrygetContinent\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Country\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"105\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getCountry\"},\"uniqueId\":\"widgetUserCountrygetCountry\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"107\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getRegion\"},\"uniqueId\":\"widgetUserCountrygetRegion\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Web-browser language\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"order\":\"108\",\"parameters\":{\"module\":\"UserLanguage\",\"action\":\"getLanguage\"},\"uniqueId\":\"widgetUserLanguagegetLanguage\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Language code\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"order\":\"111\",\"parameters\":{\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"},\"uniqueId\":\"widgetUserLanguagegetLanguageCode\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"104\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrand\"},\"uniqueId\":\"widgetDevicesDetectiongetBrand\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"102\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getModel\"},\"uniqueId\":\"widgetDevicesDetectiongetModel\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"100\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getType\"},\"uniqueId\":\"widgetDevicesDetectiongetType\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Screen Resolution\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"Resolution\",\"action\":\"getResolution\",\"order\":\"108\",\"parameters\":{\"module\":\"Resolution\",\"action\":\"getResolution\"},\"uniqueId\":\"widgetResolutiongetResolution\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browser Plugins\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"order\":\"113\",\"parameters\":{\"module\":\"DevicePlugins\",\"action\":\"getPlugin\"},\"uniqueId\":\"widgetDevicePluginsgetPlugin\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browser engines\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"order\":\"110\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowserEngines\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"Browser version\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"order\":\"106\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowserVersions\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"105\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsers\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Operating System families\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"order\":\"108\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"},\"uniqueId\":\"widgetDevicesDetectiongetOsFamilies\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Operating System versions\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"order\":\"102\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"},\"uniqueId\":\"widgetDevicesDetectiongetOsVersions\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Configurations\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"order\":\"107\",\"parameters\":{\"module\":\"Resolution\",\"action\":\"getConfiguration\"},\"uniqueId\":\"widgetResolutiongetConfiguration\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits by day of the week\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"order\":\"125\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"},\"uniqueId\":\"widgetVisitTimegetByDayOfWeek\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"Visits per local time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"order\":\"115\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerLocalTime\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"120\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTime\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"User IDs\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserId_UserReportTitle\",\"name\":\"User IDs\",\"order\":\"40\",\"help\":\"<p>The user ID report shows visits associated with all your registered and logged in users. Understand website usage by its specific users and find out who your most and least active users are.<\\/p><p><a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"https:\\/\\/matomo.org\\/docs\\/user-id?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.UserId.getUsers\\\"><span class=\\\"icon-info\\\"><\\/span> Learn more<\\/a><\\/p>\"},\"module\":\"UserId\",\"action\":\"getUsers\",\"order\":\"109\",\"parameters\":{\"module\":\"UserId\",\"action\":\"getUsers\"},\"uniqueId\":\"widgetUserIdgetUsers\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CustomVariables_CustomVariables\",\"name\":\"Custom Variables\",\"order\":\"45\",\"help\":\"<p>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Read more about this topic in the online guide.<\\/a><\\/p>\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"110\",\"parameters\":{\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariables\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension1\",\"name\":\"User Type\",\"order\":\"73\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"201\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Pages\",\"name\":\"Pages\",\"order\":\"5\",\"help\":\"<p>This report contains information about the page URLs that have been visited.<\\/p><p>The table is organized hierarchically, the URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"102\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageUrls\"},\"uniqueId\":\"widgetActionsgetPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Page Titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesEntry\",\"name\":\"Entry pages\",\"order\":\"10\",\"help\":\"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\\/p><p>The entry URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"106\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},\"uniqueId\":\"widgetActionsgetEntryPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesEntry\",\"name\":\"Entry pages\",\"order\":\"10\",\"help\":\"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\\/p><p>The entry URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"103\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},\"uniqueId\":\"widgetActionsgetEntryPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Exit page titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesExit\",\"name\":\"Exit pages\",\"order\":\"15\",\"help\":\"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\\/p><p>The exit URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"order\":\"107\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getExitPageTitles\"},\"uniqueId\":\"widgetActionsgetExitPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Exit pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesExit\",\"name\":\"Exit pages\",\"order\":\"15\",\"help\":\"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\\/p><p>The exit URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"order\":\"104\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getExitPageUrls\"},\"uniqueId\":\"widgetActionsgetExitPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPageTitles\",\"name\":\"Page titles\",\"order\":\"20\",\"help\":\"<p>This report contains information about the titles of the pages that have been visited.<\\/p><p>The page title is the HTML <title> Tag that most browsers show in their window title.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"105\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageTitles\"},\"uniqueId\":\"widgetActionsgetPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Titles Following a Site Search\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"order\":\"119\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"},\"uniqueId\":\"widgetActionsgetPageTitlesFollowingSiteSearch\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Pages Following a Site Search\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"order\":\"116\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"},\"uniqueId\":\"widgetActionsgetPageUrlsFollowingSiteSearch\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Categories\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"order\":\"120\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\"},\"uniqueId\":\"widgetActionsgetSiteSearchCategories\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Site Search Keywords\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"order\":\"115\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\"},\"uniqueId\":\"widgetActionsgetSiteSearchKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Keywords with No Results\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"order\":\"118\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\"},\"uniqueId\":\"widgetActionsgetSiteSearchNoResultKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Outlinks\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Outlinks\",\"name\":\"Outlinks\",\"order\":\"30\",\"help\":\"<p>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getOutlinks\",\"order\":\"108\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getOutlinks\"},\"uniqueId\":\"widgetActionsgetOutlinks\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Downloads\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Downloads\",\"name\":\"Downloads\",\"order\":\"35\",\"help\":\"<p>In this report, you can see which files your visitors have downloaded.<\\/p><p>What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getDownloads\",\"order\":\"109\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getDownloads\"},\"uniqueId\":\"widgetActionsgetDownloads\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Event Actions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"module\":\"Events\",\"action\":\"getAction\",\"order\":\"101\",\"parameters\":{\"module\":\"Events\",\"action\":\"getAction\",\"secondaryDimension\":\"eventName\"},\"uniqueId\":\"widgetEventsgetActionsecondaryDimensioneventName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Event Categories\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"module\":\"Events\",\"action\":\"getCategory\",\"order\":\"100\",\"parameters\":{\"module\":\"Events\",\"action\":\"getCategory\",\"secondaryDimension\":\"eventAction\"},\"uniqueId\":\"widgetEventsgetCategorysecondaryDimensioneventAction\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Event Names\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"module\":\"Events\",\"action\":\"getName\",\"order\":\"102\",\"parameters\":{\"module\":\"Events\",\"action\":\"getName\",\"secondaryDimension\":\"eventAction\"},\"uniqueId\":\"widgetEventsgetNamesecondaryDimensioneventAction\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Content Name\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"45\",\"help\":\"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Content Tracking guide.<\\/a><\\/p>\"},\"module\":\"Contents\",\"action\":\"getContentNames\",\"order\":\"135\",\"parameters\":{\"module\":\"Contents\",\"action\":\"getContentNames\"},\"uniqueId\":\"widgetContentsgetContentNames\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Content Piece\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"45\",\"help\":\"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Content Tracking guide.<\\/a><\\/p>\"},\"module\":\"Contents\",\"action\":\"getContentPieces\",\"order\":\"136\",\"parameters\":{\"module\":\"Contents\",\"action\":\"getContentPieces\"},\"uniqueId\":\"widgetContentsgetContentPieces\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Transitions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Transitions_Transitions\",\"name\":\"Transitions\",\"order\":\"46\",\"help\":\"<p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \\\"Transitions\\\" report.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/transitions\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">More details<\\/a><\\/p>\"},\"module\":\"Transitions\",\"action\":\"getTransitions\",\"order\":\"99\",\"parameters\":{\"module\":\"Transitions\",\"action\":\"getTransitions\"},\"uniqueId\":\"widgetTransitionsgetTransitions\",\"isWide\":\"0\"},{\"name\":\"Returning Visits Over Time\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitFrequency\",\"action\":\"getEvolutionGraph\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitFrequency\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitFrequencygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Frequency Overview\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitFrequency\",\"action\":\"get\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitFrequency\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitFrequencygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Visits by days since last visit\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"order\":\"130\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsByDaysSinceLast\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits by visit number\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"order\":\"125\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsByVisitCount\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits per number of pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"order\":\"120\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsPerPage\",\"isWide\":\"0\",\"viewDataTable\":\"cloud\",\"isReport\":\"1\"},{\"name\":\"Visits per visit duration\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"order\":\"115\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsPerVisitDuration\",\"isWide\":\"0\",\"viewDataTable\":\"cloud\",\"isReport\":\"1\"},{\"name\":\"Evolution of page performance metrics\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"PagePerformance_Performance\",\"name\":\"Performance\",\"order\":\"47\",\"help\":\"<p>The Performance section can help you analyse how fast your website or app is performing on the whole and help discover whether you have specific pages that significantly deviate from your averages.<\\/p><p>You can also find reports showing exactly how long each page of your website takes to load and what is contributing to their loading time.<\\/p>\"},\"module\":\"PagePerformance\",\"action\":\"getEvolutionGraph\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphStackedBarEvolution\",\"module\":\"PagePerformance\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetPagePerformancegetEvolutionGraphforceView1viewDataTablegraphStackedBarEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphStackedBarEvolution\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Visualization\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_UsersFlow\",\"name\":\"Users Flow\",\"order\":\"47\",\"help\":\"<p>This data is based on the 5000 most popular connections per interaction. If you want to include more or less data, you can change the number of connections per step by adjusting the value of the <code>[UsersFlow] usersflow_num_max_links_per_interaction<\\/code> configuration in the <code>config\\/config.ini.php<\\/code> file. The \\\"Explore traffic\\\" feature is currently only available to \\\"day\\\", \\\"week\\\", \\\"month\\\" and \\\"range\\\" periods.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlow\",\"order\":\"2000\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlow\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlow\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Overview - Page URLs\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2001\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPretty\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Overview - Page Titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2003\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dataSource\":\"page_title\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettydataSourcepage_title\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Top Paths - Page URLs\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2000\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"topPaths\":\"1\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettytopPaths1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Top Paths - Page Titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2002\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"topPaths\":\"1\",\"dataSource\":\"page_title\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettytopPaths1dataSourcepage_title\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Author\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension2\",\"name\":\"Page Author\",\"order\":\"70\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"202\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"2\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Location\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension4\",\"name\":\"Page Location\",\"order\":\"71\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"204\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"4\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension4\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Type\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension5\",\"name\":\"Page Type\",\"order\":\"72\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"205\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"5\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Crawl errors on Bing\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingErrors\",\"name\":\"Crawling errors\",\"order\":\"99\",\"help\":\"\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingErrorExamplesBing\",\"order\":\"102\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingErrorExamplesBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetCrawlingErrorExamplesBing\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Referrers\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_WidgetGetAll\",\"name\":\"All Channels\",\"order\":\"5\",\"help\":\"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getAll\",\"order\":\"102\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getAll\"},\"uniqueId\":\"widgetReferrersgetAll\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Channel Types\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_WidgetGetAll\",\"name\":\"All Channels\",\"order\":\"5\",\"help\":\"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"101\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getReferrerType\"},\"uniqueId\":\"widgetReferrersgetReferrerType\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"110\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getKeywords\"},\"uniqueId\":\"widgetReferrersgetKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"107\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSearchEngines\"},\"uniqueId\":\"widgetReferrersgetSearchEngines\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Combined keywords\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"order\":\"101\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Keywords (on Bing and Yahoo!)\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"order\":\"115\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsBing\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Image keywords on Google\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"order\":\"120\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleImage\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video keywords on Google\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"order\":\"125\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleVideo\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Web keywords on Google\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"order\":\"110\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleWeb\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuWebsitesOnly\",\"name\":\"Websites\",\"order\":\"15\",\"help\":\"<p>In this table, you can see which websites referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"105\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getWebsites\"},\"uniqueId\":\"widgetReferrersgetWebsites\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Socials\",\"name\":\"Social Networks\",\"order\":\"16\",\"help\":\"<p>In this table, you can see which websites referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"111\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSocials\"},\"uniqueId\":\"widgetReferrersgetSocials\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_AIAssistants\",\"name\":\"AI Assistants\",\"order\":\"18\",\"help\":\"<p>In this table, you can see which AI assistants referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"113\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getAIAssistants\"},\"uniqueId\":\"widgetReferrersgetAIAssistants\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"105\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContent\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"108\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroup\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"107\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetId\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"102\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeyword\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"104\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMedium\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"101\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"109\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacement\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"103\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSource\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"106\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMedium\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign URL Builder\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_URLCampaignBuilder\",\"name\":\"Campaign URL Builder\",\"order\":\"21\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getCampaignUrlBuilder\",\"order\":\"99\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getCampaignUrlBuilder\"},\"uniqueId\":\"widgetReferrersgetCampaignUrlBuilder\",\"isWide\":\"0\"},{\"name\":\"Ecommerce Overview\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Ecommerce Overview section is the best place to get a high-level view of your online store\\u2019s performance. At a glance, you can see how many sales you\\u2019re making, how much revenue you are generating, and your website\\u2019s conversion rate.<\\/p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Ecommerce.Overview\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in our Ecommerce guide here.<\\/a><\\/p>\"},\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"1\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"EcommerceOverview\"},\"uniqueId\":\"widgetEcommerceOverview\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoalecommerceOrder\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Ecommerce\",\"action\":\"getSparklines\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Ecommerce\",\"action\":\"getSparklines\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetEcommercegetSparklinesforceView1viewDataTablesparklinesidGoalecommerceOrder\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"ecommerceOrder\",\"name\":\"ecommerceOrder\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Ecommerce\",\"action\":\"getConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Ecommerce\",\"action\":\"getConversionsOverview\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetEcommercegetConversionsOverviewidGoalecommerceOrder\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"ecommerceOrder\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Ecommerce Log\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_EcommerceLog\",\"name\":\"Ecommerce Log\",\"order\":\"5\",\"help\":\"<p>The Ecommerce log provides granular session-level data so you can look at the full session for each user that either made a purchase or abandoned their cart. This can help you understand what users do before and after purchasing to reveal optimisation opportunities.<\\/p><p>Data on this page is updated in real-time.<\\/p>\"},\"module\":\"Ecommerce\",\"action\":\"getEcommerceLog\",\"order\":\"99\",\"parameters\":{\"module\":\"Ecommerce\",\"action\":\"getEcommerceLog\"},\"uniqueId\":\"widgetEcommercegetEcommerceLog\",\"isWide\":\"0\"},{\"name\":\"Ecommerce: Product Category\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"order\":\"132\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsCategory\"},\"uniqueId\":\"widgetGoalsgetItemsCategory\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Ecommerce: Product Name\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"module\":\"Goals\",\"action\":\"getItemsName\",\"order\":\"130\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsName\"},\"uniqueId\":\"widgetGoalsgetItemsName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Ecommerce: Product SKU\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"module\":\"Goals\",\"action\":\"getItemsSku\",\"order\":\"131\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsSku\"},\"uniqueId\":\"widgetGoalsgetItemsSku\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Entry page titles\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Entry pages\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Page titles\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Page URLs\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by User attribute: User Type\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"idDimension\":\"1\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrderidDimension1segmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by User attribute: Custom Variables\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"}]}", + "json": "[{\"name\":\"KPI Metric\",\"category\":{\"id\":\"General_KpiMetric\",\"name\":\"KPI Metric\",\"order\":1,\"icon\":\"\",\"help\":\"\",\"widget\":null},\"subcategory\":null,\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"order\":99,\"parameters\":{\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"column\":\"\"},\"uniqueId\":\"widgetCoreVisualizationssingleMetricViewcolumn\",\"isWide\":false},{\"name\":\"Real-time visitor count\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":5,\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\\/a> to see what occurred in every individual visit.<\\\/p>\",\"widget\":null},\"subcategory\":null,\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\",\"order\":15,\"parameters\":{\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\"},\"uniqueId\":\"widgetLivegetSimpleLastVisitCount\",\"isWide\":false,\"viewDataTable\":\"table\",\"isReport\":true},{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":5,\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\\/a> to see what occurred in every individual visit.<\\\/p>\",\"widget\":null},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":2,\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":5,\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":false,\"viewDataTable\":\"graphEvolution\",\"isReport\":true}]" + }, + "API.get": { + "xml": "{\"nb_uniq_visitors\":\"8920\",\"nb_visits\":\"9831\",\"nb_users\":\"5\",\"nb_actions\":\"29397\",\"max_actions\":\"76\",\"bounce_count\":\"5760\",\"sum_visit_length\":\"2556198\",\"nb_visits_new\":\"5\",\"nb_actions_new\":\"8\",\"nb_uniq_visitors_new\":\"5\",\"nb_users_new\":\"0\",\"max_actions_new\":\"4\",\"bounce_rate_new\":\"80%\",\"nb_actions_per_visit_new\":\"1.6\",\"avg_time_on_site_new\":\"450\",\"nb_visits_returning\":\"9829\",\"nb_actions_returning\":\"29392\",\"nb_uniq_visitors_returning\":\"8917\",\"nb_users_returning\":\"5\",\"max_actions_returning\":\"76\",\"bounce_rate_returning\":\"59%\",\"nb_actions_per_visit_returning\":\"3\",\"avg_time_on_site_returning\":\"260\",\"Referrers_visitorsFromSearchEngines\":\"6969\",\"Referrers_visitorsFromSocialNetworks\":\"1111\",\"Referrers_visitorsFromAIAssistants\":\"0\",\"Referrers_visitorsFromDirectEntry\":\"957\",\"Referrers_visitorsFromWebsites\":\"795\",\"Referrers_visitorsFromCampaigns\":\"0\",\"Referrers_distinctSearchEngines\":\"20\",\"Referrers_distinctSocialNetworks\":\"5\",\"Referrers_distinctAIAssistants\":\"0\",\"Referrers_distinctKeywords\":\"96\",\"Referrers_distinctWebsites\":\"4\",\"Referrers_distinctWebsitesUrls\":\"277\",\"Referrers_distinctCampaigns\":\"0\",\"PagePerformance_network_time\":\"0\",\"PagePerformance_network_hits\":\"0\",\"PagePerformance_servery_time\":\"0\",\"PagePerformance_server_hits\":\"0\",\"PagePerformance_transfer_time\":\"0\",\"PagePerformance_transfer_hits\":\"0\",\"PagePerformance_domprocessing_time\":\"0\",\"PagePerformance_domprocessing_hits\":\"0\",\"PagePerformance_domcompletion_time\":\"0\",\"PagePerformance_domcompletion_hits\":\"0\",\"PagePerformance_onload_time\":\"0\",\"PagePerformance_onload_hits\":\"0\",\"PagePerformance_pageload_time\":\"0\",\"PagePerformance_pageload_hits\":\"0\",\"avg_time_network\":\"0\",\"avg_time_server\":\"0\",\"avg_time_transfer\":\"0\",\"avg_time_dom_processing\":\"0\",\"avg_time_dom_completion\":\"0\",\"avg_time_on_load\":\"0\",\"avg_page_load_time\":\"0\",\"nb_plays\":\"184\",\"nb_unique_visitors_plays\":\"147\",\"nb_impressions\":\"1313\",\"nb_unique_visitors_impressions\":\"1022\",\"nb_finishes\":\"38\",\"sum_total_time_watched\":\"48918\",\"sum_total_audio_plays\":\"29\",\"sum_total_audio_impressions\":\"66\",\"sum_total_video_plays\":\"155\",\"sum_total_video_impressions\":\"1247\",\"nb_conversions\":\"962\",\"nb_visits_converted\":\"915\",\"revenue\":\"84869.05\",\"conversion_rate\":\"9.31%\",\"nb_conversions_new_visit\":\"0\",\"nb_visits_converted_new_visit\":\"0\",\"revenue_new_visit\":\"0\",\"conversion_rate_new_visit\":\"0%\",\"nb_conversions_returning_visit\":\"962\",\"nb_visits_converted_returning_visit\":\"915\",\"revenue_returning_visit\":\"84869.05\",\"conversion_rate_returning_visit\":\"9.31%\",\"nb_form_views\":\"11746\",\"nb_form_viewers\":\"7731\",\"nb_form_starts\":\"513\",\"nb_form_starters\":\"432\",\"nb_form_submissions\":\"578\",\"nb_form_submitters\":\"557\",\"nb_form_resubmitters\":\"15\",\"nb_form_conversions\":\"136\",\"nb_crash_occurrences\":\"950\",\"nb_visits_with_crash\":\"812\",\"nb_ignored_crashes\":\"0\",\"nb_uniq_crashes\":\"13\",\"nb_new_crashes\":\"0\",\"nb_disappeared_crashes\":\"0\",\"nb_reappeared_crashes\":\"0\",\"nb_pageviews\":\"25071\",\"nb_uniq_pageviews\":\"19429\",\"nb_downloads\":\"22\",\"nb_uniq_downloads\":\"20\",\"nb_outlinks\":\"1378\",\"nb_uniq_outlinks\":\"1296\",\"nb_searches\":\"216\",\"nb_keywords\":\"73\",\"hits\":\"29816\",\"Referrers_visitorsFromDirectEntry_percent\":\"10%\",\"Referrers_visitorsFromSearchEngines_percent\":\"71%\",\"Referrers_visitorsFromAIAssistants_percent\":\"0%\",\"Referrers_visitorsFromCampaigns_percent\":\"0%\",\"Referrers_visitorsFromSocialNetworks_percent\":\"11%\",\"Referrers_visitorsFromWebsites_percent\":\"8%\",\"visits_crash_rate\":\"0.08\",\"bounce_rate\":\"59%\",\"nb_actions_per_visit\":\"3\",\"avg_time_on_site\":\"260\",\"form_starters_rate\":\"5.6%\",\"form_submitter_rate\":\"128.9%\",\"form_conversion_rate\":\"31.5%\",\"form_resubmitters_rate\":\"2.7%\",\"avg_form_time_hesitation\":\"17.189\",\"avg_form_time_spent\":\"109.457\",\"avg_form_time_to_first_submission\":\"9.059\",\"avg_form_time_to_conversion\":\"83.703\",\"play_rate\":\"0.14\",\"finish_rate\":\"0.21\",\"impression_rate\":\"0.11\"}", + "json": "{\"nb_uniq_visitors\":8920,\"nb_visits\":9831,\"nb_users\":5,\"nb_actions\":29397,\"max_actions\":76,\"bounce_count\":5760,\"sum_visit_length\":2556198,\"nb_visits_new\":5,\"nb_actions_new\":8,\"nb_uniq_visitors_new\":5,\"nb_users_new\":0,\"max_actions_new\":4,\"bounce_rate_new\":\"80%\",\"nb_actions_per_visit_new\":1.6,\"avg_time_on_site_new\":450,\"nb_visits_returning\":9829,\"nb_actions_returning\":29392,\"nb_uniq_visitors_returning\":8917,\"nb_users_returning\":5,\"max_actions_returning\":76,\"bounce_rate_returning\":\"59%\",\"nb_actions_per_visit_returning\":3,\"avg_time_on_site_returning\":260,\"Referrers_visitorsFromSearchEngines\":6969,\"Referrers_visitorsFromSocialNetworks\":1111,\"Referrers_visitorsFromAIAssistants\":0,\"Referrers_visitorsFromDirectEntry\":957,\"Referrers_visitorsFromWebsites\":795,\"Referrers_visitorsFromCampaigns\":0,\"Referrers_distinctSearchEngines\":20,\"Referrers_distinctSocialNetworks\":5,\"Referrers_distinctAIAssistants\":0,\"Referrers_distinctKeywords\":96,\"Referrers_distinctWebsites\":4,\"Referrers_distinctWebsitesUrls\":277,\"Referrers_distinctCampaigns\":0,\"PagePerformance_network_time\":0,\"PagePerformance_network_hits\":0,\"PagePerformance_servery_time\":0,\"PagePerformance_server_hits\":0,\"PagePerformance_transfer_time\":0,\"PagePerformance_transfer_hits\":0,\"PagePerformance_domprocessing_time\":0,\"PagePerformance_domprocessing_hits\":0,\"PagePerformance_domcompletion_time\":0,\"PagePerformance_domcompletion_hits\":0,\"PagePerformance_onload_time\":0,\"PagePerformance_onload_hits\":0,\"PagePerformance_pageload_time\":0,\"PagePerformance_pageload_hits\":0,\"avg_time_network\":0,\"avg_time_server\":0,\"avg_time_transfer\":0,\"avg_time_dom_processing\":0,\"avg_time_dom_completion\":0,\"avg_time_on_load\":0,\"avg_page_load_time\":0,\"nb_plays\":184,\"nb_unique_visitors_plays\":147,\"nb_impressions\":1313,\"nb_unique_visitors_impressions\":1022,\"nb_finishes\":38,\"sum_total_time_watched\":48918,\"sum_total_audio_plays\":29,\"sum_total_audio_impressions\":66,\"sum_total_video_plays\":155,\"sum_total_video_impressions\":1247,\"nb_conversions\":962,\"nb_visits_converted\":915,\"revenue\":84869.05,\"conversion_rate\":\"9.31%\",\"nb_conversions_new_visit\":0,\"nb_visits_converted_new_visit\":0,\"revenue_new_visit\":0,\"conversion_rate_new_visit\":\"0%\",\"nb_conversions_returning_visit\":962,\"nb_visits_converted_returning_visit\":915,\"revenue_returning_visit\":84869.05,\"conversion_rate_returning_visit\":\"9.31%\",\"nb_form_views\":11746,\"nb_form_viewers\":7731,\"nb_form_starts\":513,\"nb_form_starters\":432,\"nb_form_submissions\":578,\"nb_form_submitters\":557,\"nb_form_resubmitters\":15,\"nb_form_conversions\":136,\"nb_crash_occurrences\":950,\"nb_visits_with_crash\":812,\"nb_ignored_crashes\":0,\"nb_uniq_crashes\":13,\"nb_new_crashes\":0,\"nb_disappeared_crashes\":0,\"nb_reappeared_crashes\":0,\"nb_pageviews\":25071,\"nb_uniq_pageviews\":19429,\"nb_downloads\":22,\"nb_uniq_downloads\":20,\"nb_outlinks\":1378,\"nb_uniq_outlinks\":1296,\"nb_searches\":216,\"nb_keywords\":73,\"hits\":29816,\"Referrers_visitorsFromDirectEntry_percent\":\"10%\",\"Referrers_visitorsFromSearchEngines_percent\":\"71%\",\"Referrers_visitorsFromAIAssistants_percent\":\"0%\"}", + "tsv": "nb_uniq_visitors\tnb_visits\tnb_users\tnb_actions\tmax_actions\tbounce_count\tsum_visit_length\tnb_visits_new\tnb_actions_new\tnb_uniq_visitors_new\tnb_users_new\tmax_actions_new\tbounce_rate_new\tnb_actions_per_visit_new\tavg_time_on_site_new\tnb_visits_returning\tnb_actions_returning\tnb_uniq_visitors_returning\tnb_users_returning\tmax_actions_returning\tbounce_rate_returning\tnb_actions_per_visit_returning\tavg_time_on_site_returning\tReferrers_visitorsFromSearchEngines\tReferrers_visitorsFromSocialNetworks\tReferrers_visitorsFromAIAssistants\tReferrers_visitorsFromDirectEntry\tReferrers_visitorsFromWebsites\tReferrers_visitorsFromCampaigns\tReferrers_distinctSearchEngines\tReferrers_distinctSocialNetworks\tReferrers_distinctAIAssistants\tReferrers_distinctKeywords\tReferrers_distinctWebsites\tReferrers_distinctWebsitesUrls\tReferrers_distinctCampaigns\tPagePerformance_network_time\tPagePerformance_network_hits\tPagePerformance_servery_time\tPagePerformance_server_hits\tPagePerformance_transfer_time\tPagePerformance_transfer_hits\tPagePerformance_domprocessing_time\tPagePerformance_domprocessing_hits\tPagePerformance_domcompletion_time\tPagePerformance_domcompletion_hits\tPagePerformance_onload_time\tPagePerformance_onload_hits\tPagePerformance_pageload_time\tPagePerformance_pageload_hits\tavg_time_network\tavg_time_server\tavg_time_transfer\tavg_time_dom_processing\tavg_time_dom_completion\tavg_time_on_load\tavg_page_load_time\tnb_plays\tnb_unique_visitors_plays\tnb_impressions\tnb_unique_visitors_impressions\tnb_finishes\tsum_total_time_watched\tsum_total_audio_plays\tsum_total_audio_impressions\tsum_total_video_plays\tsum_total_video_impressions\tnb_conversions\tnb_visits_converted\trevenue\tconversion_rate\tnb_conversions_new_visit\tnb_visits_converted_new_visit\trevenue_new_visit\tconversion_rate_new_visit\tnb_conversions_returning_visit\tnb_visits_converted_returning_visit\trevenue_returning_visit\tconversion_rate_returning_visit\tnb_form_views\tnb_form_viewers\tnb_form_starts\tnb_form_starters\tnb_form_submissions\tnb_form_submitters\tnb_form_resubmitters\tnb_form_conversions\tnb_crash_occurrences\tnb_visits_with_crash\tnb_ignored_crashes\tnb_uniq_crashes\tnb_new_crashes\tnb_disappeared_crashes\tnb_reappeared_crashes\tnb_pageviews\tnb_uniq_pageviews\tnb_downloads\tnb_uniq_downloads\tnb_outlinks\tnb_uniq_outlinks\tnb_searches\tnb_keywords\thits\tReferrers_visitorsFromDirectEntry_percent\tReferrers_visitorsFromSearchEngines_percent\tReferrers_visitorsFromAIAssistants_percent\tReferrers_visitorsFromCampaigns_percent\tReferrers_visitorsFromSocialNetworks_percent\tReferrers_visitorsFromWebsites_percent\tvisits_crash_rate\tbounce_rate\tnb_actions_per_visit\tavg_time_on_site\tform_starters_rate\tform_submitter_rate\tform_conversion_rate\tform_resubmitters_rate\tavg_form_time_hesitation\tavg_form_time_spent\tavg_form_time_to_first_submission\tavg_form_time_to_conversion\tplay_rate\tfinish_rate\timpression_rate" + }, + "API.getSuggestedValuesForSegment": { + "xml": "{\"row\":[\"Cart - Divezone Store\",\"Diving Jobs, latest Divemaster and Scuba Dive Instructor Job offers!\",\"Checkout - Divezone Store\",\"Best Diving sites in Bali \\u2013 Indonesia Scuba dive reviews by Divezone\",\"My Account - Divezone Store\",\"Divezone Brand Diving Tank - Divezone Store\",\"Divezone Brand Basic Wetsuit - Divezone Store\",\"Divezone Store\",\"Divezone Free Guides: Running Your Own Dive Center - Divezone Store\",\"Best Diving sites in Indonesia \\u2013 Scuba dive reviews by Divezone\",\"Divezone Brand Scuba Fins - Divezone Store\",\"\",\"Best Diving sites in Thailand \\u2013 Scuba dive reviews by Divezone\",\"Divezone Brand Diving Boots - Divezone Store\",\"Best Diving sites in Philippines \\u2013 Scuba dive reviews by Divezone\",\"Scuba Diving Reviews & Best sites where to dive next!\",\"Best Diving sites in Red Sea \\u2013 Scuba dive reviews by Divezone\",\"Best Diving sites in Komodo Island \\u2013 Indonesia Scuba dive reviews by Divezone\",\"Best Diving sites in Malaysia \\u2013 Scuba dive reviews by Divezone\",\"Best Diving sites in Australia \\u2013 Scuba dive reviews by Divezone\",\"Komodo Island Travel Tips \\u2013 Indonesia Things to do, Map and Best Time to visit Komodo Island\",\"USS Liberty Wreck Dive Site \\u2013 Map & Review of USS Liberty Wreck in Tulamben, Bali\",\"Products - Divezone Store\",\"Divezone Brand Silicone Grease - Divezone Store\",\"Divezone Brand Diving Accessory Starter Kit - Divezone Store\",\"Divezone Brand Distance Line & Reel - Divezone Store\",\"Best Diving sites in Maldives \\u2013 Scuba dive reviews by Divezone\",\"Coron, Palawan Travel Tips \\u2013 Philippines Things to do, Map and Best Time to visit Coron, Palawan\",\"Manta Ray Facts and Information \\u2013 Divezone\"]}", + "json": "[\"Cart - Divezone Store\",\"Diving Jobs, latest Divemaster and Scuba Dive Instructor Job offers!\",\"Checkout - Divezone Store\",\"Best Diving sites in Bali \\u2013 Indonesia Scuba dive reviews by Divezone\",\"My Account - Divezone Store\",\"Divezone Brand Diving Tank - Divezone Store\",\"Divezone Brand Basic Wetsuit - Divezone Store\",\"Divezone Store\",\"Divezone Free Guides: Running Your Own Dive Center - Divezone Store\",\"Best Diving sites in Indonesia \\u2013 Scuba dive reviews by Divezone\",\"Divezone Brand Scuba Fins - Divezone Store\",\"\",\"Best Diving sites in Thailand \\u2013 Scuba dive reviews by Divezone\",\"Divezone Brand Diving Boots - Divezone Store\",\"Best Diving sites in Philippines \\u2013 Scuba dive reviews by Divezone\",\"Scuba Diving Reviews & Best sites where to dive next!\",\"Best Diving sites in Red Sea \\u2013 Scuba dive reviews by Divezone\",\"Best Diving sites in Komodo Island \\u2013 Indonesia Scuba dive reviews by Divezone\",\"Best Diving sites in Malaysia \\u2013 Scuba dive reviews by Divezone\",\"Best Diving sites in Australia \\u2013 Scuba dive reviews by Divezone\",\"Komodo Island Travel Tips \\u2013 Indonesia Things to do, Map and Best Time to visit Komodo Island\",\"USS Liberty Wreck Dive Site \\u2013 Map & Review of USS Liberty Wreck in Tulamben, Bali\",\"Products - Divezone Store\",\"Divezone Brand Silicone Grease - Divezone Store\",\"Divezone Brand Diving Accessory Starter Kit - Divezone Store\",\"Divezone Brand Distance Line & Reel - Divezone Store\",\"Best Diving sites in Maldives \\u2013 Scuba dive reviews by Divezone\",\"Coron, Palawan Travel Tips \\u2013 Philippines Things to do, Map and Best Time to visit Coron, Palawan\",\"Manta Ray Facts and Information \\u2013 Divezone\"]", + "tsv": "Cart - Divezone Store\n\"Diving Jobs, latest Divemaster and Scuba Dive Instructor Job offers!\"\nCheckout - Divezone Store\nBest Diving sites in Bali \u2013 Indonesia Scuba dive reviews by Divezone\nMy Account - Divezone Store\nDivezone Brand Diving Tank - Divezone Store\nDivezone Brand Basic Wetsuit - Divezone Store\nDivezone Store\nDivezone Free Guides: Running Your Own Dive Center - Divezone Store\nBest Diving sites in Indonesia \u2013 Scuba dive reviews by Divezone\nDivezone Brand Scuba Fins - Divezone Store\n\nBest Diving sites in Thailand \u2013 Scuba dive reviews by Divezone\nDivezone Brand Diving Boots - Divezone Store\nBest Diving sites in Philippines \u2013 Scuba dive reviews by Divezone\nScuba Diving Reviews & Best sites where to dive next!\nBest Diving sites in Red Sea \u2013 Scuba dive reviews by Divezone\nBest Diving sites in Komodo Island \u2013 Indonesia Scuba dive reviews by Divezone\nBest Diving sites in Malaysia \u2013 Scuba dive reviews by Divezone\nBest Diving sites in Australia \u2013 Scuba dive reviews by Divezone\n\"Komodo Island Travel Tips \u2013 Indonesia Things to do, Map and Best Time to visit Komodo Island\"\n\"USS Liberty Wreck Dive Site \u2013 Map & Review of USS Liberty Wreck in Tulamben, Bali\"\nProducts - Divezone Store\nDivezone Brand Silicone Grease - Divezone Store\nDivezone Brand Diving Accessory Starter Kit - Divezone Store\nDivezone Brand Distance Line & Reel - Divezone Store\nBest Diving sites in Maldives \u2013 Scuba dive reviews by Divezone\n\"Coron, Palawan Travel Tips \u2013 Philippines Things to do, Map and Best Time to visit Coron, Palawan\"\nManta Ray Facts and Information \u2013 Divezone" + }, + "API.getPagesComparisonsDisabledFor": { + "xml": "{\"row\":[\"General_Actions.Transitions_Transitions\",\"MultiSites.index\",\"Referrers_Referrers.Referrers_URLCampaignBuilder\",\"General_Visitors.UserCountryMap_RealTimeMap\",\"General_Visitors.Live_VisitorLog\",\"General_Visitors.General_RealTime\",\"AbTesting_Experiments.General_Overview\",\"AbTesting_Experiments.AbTesting_ManageExperiments\",\"ActivityLog.index\",\"CustomReports_CustomReports.CustomReports_ManageReports\",\"FormAnalytics_Forms.FormAnalytics_TypeRealTime\",\"HeatmapSessionRecording_Heatmaps.*\",\"HeatmapSessionRecording_SessionRecordings.*\"]}", + "json": "[\"General_Actions.Transitions_Transitions\",\"MultiSites.index\",\"Referrers_Referrers.Referrers_URLCampaignBuilder\",\"General_Visitors.UserCountryMap_RealTimeMap\",\"General_Visitors.Live_VisitorLog\",\"General_Visitors.General_RealTime\",\"AbTesting_Experiments.General_Overview\",\"AbTesting_Experiments.AbTesting_ManageExperiments\",\"ActivityLog.index\",\"CustomReports_CustomReports.CustomReports_ManageReports\",\"FormAnalytics_Forms.FormAnalytics_TypeRealTime\",\"HeatmapSessionRecording_Heatmaps.*\",\"HeatmapSessionRecording_SessionRecordings.*\"]", + "tsv": "General_Actions.Transitions_Transitions\nMultiSites.index\nReferrers_Referrers.Referrers_URLCampaignBuilder\nGeneral_Visitors.UserCountryMap_RealTimeMap\nGeneral_Visitors.Live_VisitorLog\nGeneral_Visitors.General_RealTime\nAbTesting_Experiments.General_Overview\nAbTesting_Experiments.AbTesting_ManageExperiments\nActivityLog.index\nCustomReports_CustomReports.CustomReports_ManageReports\nFormAnalytics_Forms.FormAnalytics_TypeRealTime\nHeatmapSessionRecording_Heatmaps.*\nHeatmapSessionRecording_SessionRecordings.*" + }, + "API.getGlossaryReports": { + "xml": "{\"row\":[{\"name\":\"AI Assistants (Referrers)\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\"},{\"name\":\"Actions - Main metrics (Actions)\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\"},{\"name\":\"Agoda click - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Agoda click - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"All Channels (Referrers)\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\"},{\"name\":\"All Crash Messages (Crashes)\",\"documentation\":\"This report shows crash metrics for every crash message and source file origin combination.\"},{\"name\":\"All Websites dashboard (All Websites)\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\"},{\"name\":\"Audio Resource URLs (Media)\",\"documentation\":\"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.\"},{\"name\":\"Audio Resources URLs Grouped (Media)\",\"documentation\":\"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \\\"Audio Resource URL\\\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.\"},{\"name\":\"Audio Titles (Media)\",\"documentation\":\"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \\\"Unknown\\\".\"},{\"name\":\"Audio per hour in website's timezone (Media)\",\"documentation\":\"This report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.\"},{\"name\":\"Browser Plugins (Visitors)\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\"},{\"name\":\"Browser engines (Visitors)\",\"documentation\":\"This report shows your visitors' browsers broken down into browser engines. <br \\/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\"},{\"name\":\"Browser version (Visitors)\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\"},{\"name\":\"Browsers (Visitors)\",\"documentation\":\"This report contains information about what kind of browser your visitors were using.\"},{\"name\":\"Channel Type (Referrers)\",\"documentation\":\"This table contains information about the distribution of the channel types.<br \\/><b>Direct Entry:<\\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br \\/><b>Search Engines:<\\/b> A visitor was referred to your website by a search engine. <br \\/> See the \\\"Search Engines & Keywords\\\" report for more details.<br \\/><b>Websites:<\\/b> The visitor followed a link on another website that led to your site. <br \\/> See the \\\"Websites\\\" report for more details.<br \\/><b>Campaigns:<\\/b> Visitors that came to your website as the result of a campaign. <br \\/> See the \\\"Campaigns\\\" report for more details.\"},{\"name\":\"City (Visitors)\",\"documentation\":\"Shows the cities your visitors connected from when accessing your website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\"},{\"name\":\"Combined imported keywords (Referrers)\",\"documentation\":\"Report showing all keywords imported from all configured search engines.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Combined keywords (Referrers)\",\"documentation\":\"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Configurations (Visitors)\",\"documentation\":\"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.\"},{\"name\":\"Content Name (Actions)\",\"documentation\":\"This report shows the names of the content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\"},{\"name\":\"Content Piece (Actions)\",\"documentation\":\"This report shows the pieces of content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\"},{\"name\":\"Continent (Visitors)\",\"documentation\":\"Shows which continent your visitors connected from when accessing your website.\"},{\"name\":\"Country (Visitors)\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\"},{\"name\":\"Crash Messages (Crashes)\",\"documentation\":\"This report shows crash metrics for every crash message and source file origin combination, excluding crashes without a source.\"},{\"name\":\"Crashes Overview (Crashes)\",\"documentation\":\"This report provides an overview of the crashes that occurred.\"},{\"name\":\"Crashes by Category (Crashes)\",\"documentation\":\"This report provides crash metrics for every unique crash category.\"},{\"name\":\"Crashes by First Party Source File (Crashes)\",\"documentation\":\"This report provides crash metrics that originated in a first party source file. That is, a source file that is part of the website being tracked.\"},{\"name\":\"Crashes by Page Title (Crashes)\",\"documentation\":\"This report provides crash metrics for every page title associated with a crash.\"},{\"name\":\"Crashes by Page URL (Crashes)\",\"documentation\":\"This report provides crash metrics for every page a crash occurred on.\"},{\"name\":\"Crashes by Source File (Crashes)\",\"documentation\":\"This report provides crash metrics for source files that originated crashes.\"},{\"name\":\"Crashes by Third Party Source File (Crashes)\",\"documentation\":\"This report provides crash metrics that originated in a third party source file. That is, a source file that is considered external to the website being tracked.\"},{\"name\":\"Crawl overview for Bing and Yahoo! (Referrers)\",\"documentation\":\"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Custom Variables (Visitors)\",\"documentation\":\"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br \\/> For more information about Custom Variables in general, read the <a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Custom Variables documentation on matomo.org<\\/a>\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\"},{\"name\":\"Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Device brand (Visitors)\",\"documentation\":\"This report shows the brands \\/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.\"},{\"name\":\"Device model (Visitors)\",\"documentation\":\"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.\"},{\"name\":\"Device type (Visitors)\",\"documentation\":\"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.\"},{\"name\":\"Disappeared crashes (Crashes)\",\"documentation\":\"This report shows crash messages and metrics for crashes that disappeared within the current period. A crash is considered disappeared if it stops occurring for a specified number of days.\"},{\"name\":\"Downloads (Actions)\",\"documentation\":\"In this report, you can see which files your visitors have downloaded. <br \\/> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.\"},{\"name\":\"Entry page titles (Actions)\",\"documentation\":\"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Entry pages (Actions)\",\"documentation\":\"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br \\/> The entry URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Event Actions (Actions)\",\"documentation\":\"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\"},{\"name\":\"Event Categories (Actions)\",\"documentation\":\"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\"},{\"name\":\"Event Names (Actions)\",\"documentation\":\"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\"},{\"name\":\"Exit page titles (Actions)\",\"documentation\":\"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Exit pages (Actions)\",\"documentation\":\"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br \\/> The exit URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Form \\\"Add Job Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Add Job Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Apply to Job Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Apply to Job Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Build Resume Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Build Resume Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Candidate Registration Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Candidate Registration Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Checkout Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Checkout Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Comment Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Comment Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Contact Us Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Contact Us Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Newsletter Signup Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Newsletter Signup Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Resume Search\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Resume Search\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Goal Agoda click (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal Liveaboard.com click (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal New Job Application (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal New Resume (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal Newsletter Signup (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal User Comments (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal View Submit Job (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals Overview (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals Overview - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals Overview - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Image keywords on Google (Referrers)\",\"documentation\":\"Keywords used in Google <b>image<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Keywords (including not defined) (Referrers)\",\"documentation\":\"This report shows which keywords users were searching for before they were referred to your website. <br \\/><br \\/> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br \\/><br \\/>Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.\"},{\"name\":\"Keywords (on Bing and Yahoo!) (Referrers)\",\"documentation\":\"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Language code (Visitors)\",\"documentation\":\"Shows which exact language code the visitor's browsers is set to. (e.g. \\\"German \\u2014 Austria (de-at)\\\")\"},{\"name\":\"Length of visits (Actions)\",\"documentation\":\"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\"},{\"name\":\"Liveaboard.com click - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Liveaboard.com click - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Main metrics (API)\",\"documentation\":\"This report gives an overview of the most important metrics across all categories and plugins.\"},{\"name\":\"Media Players (Media)\",\"documentation\":\"This report contains information about the media players that were used by your visitors to play the media on your website.\"},{\"name\":\"Media Summary (Media)\",\"documentation\":\"This is an overview of your visitor's media consumption. It is broken down into various reports, which are displayed in sparklines at the bottom of the page. You can enlarge the graphs by clicking on the report you'd like to see.\"},{\"name\":\"New Job Application - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New Job Application - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New Resume - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New Resume - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New crashes (Crashes)\",\"documentation\":\"This report shows crash messages and metrics for crashes that have occurred for the first time within the current period, since tracking began for the website.\"},{\"name\":\"Newsletter Signup - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Newsletter Signup - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Operating System families (Visitors)\",\"documentation\":\"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.\"},{\"name\":\"Operating System versions (Visitors)\",\"documentation\":\"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.\"},{\"name\":\"Outlinks (Actions)\",\"documentation\":\"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br \\/>Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Page Titles Following a Site Search (Actions)\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\"},{\"name\":\"Page URLs (Actions)\",\"documentation\":\"This report contains information about the page URLs that have been visited. <br \\/> The table is organized hierarchically, the URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Page titles (Actions)\",\"documentation\":\"This report contains information about the titles of the pages that have been visited. <br \\/> The page title is the HTML <title> Tag that most browsers show in their window title.\"}]}", + "json": "[{\"name\":\"AI Assistants (Referrers)\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\"},{\"name\":\"Actions - Main metrics (Actions)\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\"},{\"name\":\"Agoda click - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\\/\\\/matomo.org\\\/docs\\\/tracking-goals-web-analytics\\\/\"},{\"name\":\"Agoda click - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\\/\\\/matomo.org\\\/docs\\\/tracking-goals-web-analytics\\\/\"},{\"name\":\"All Channels (Referrers)\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\"},{\"name\":\"All Crash Messages (Crashes)\",\"documentation\":\"This report shows crash metrics for every crash message and source file origin combination.\"},{\"name\":\"All Websites dashboard (All Websites)\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\"},{\"name\":\"Audio Resource URLs (Media)\",\"documentation\":\"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.\"},{\"name\":\"Audio Resources URLs Grouped (Media)\",\"documentation\":\"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \\\"Audio Resource URL\\\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.\"},{\"name\":\"Audio Titles (Media)\",\"documentation\":\"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \\\"Unknown\\\".\"},{\"name\":\"Audio per hour in website's timezone (Media)\",\"documentation\":\"This report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.\"},{\"name\":\"Browser Plugins (Visitors)\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\"},{\"name\":\"Browser version (Visitors)\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\"}]", + "tsv": "name\tdocumentation\tonlineGuideUrl\nAI Assistants (Referrers)\t\"This report shows which AI assistants led visitors to your website.<br \/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\"\t\nActions - Main metrics (Actions)\tThis report provides a very basic overview of what actions your visitors take on your website.\t\nAgoda click - Days to Conversion (Goals)\tThis report shows how many days pass before your visitors convert a goal.\thttps:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/\nAgoda click - Visits to Conversion (Goals)\tThis report shows the number of visits made before a visitor converts a goal.\thttps:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/\nAll Channels (Referrers)\t\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\"\t\nAll Crash Messages (Crashes)\tThis report shows crash metrics for every crash message and source file origin combination.\t\nAll Websites dashboard (All Websites)\t\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\"\t\nAudio Resource URLs (Media)\t\"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.\"\t\nAudio Resources URLs Grouped (Media)\t\"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \"\"Audio Resource URL\"\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.\"\t\nAudio Titles (Media)\t\"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \"\"Unknown\"\".\"\t\nAudio per hour in website's timezone (Media)\tThis report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.\t\nBrowser Plugins (Visitors)\tThis report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\t\nBrowser engines (Visitors)\tThis report shows your visitors' browsers broken down into browser engines. <br \/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\t\nBrowser version (Visitors)\tThis report contains information about what kind of browser your visitors were using. Each browser version is listed separately." + }, + "API.getGlossaryMetrics": { + "xml": "{\"row\":[{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\",\"documentation\":\"URLs currently blocked by your site\\u2019s robots.txt.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\",\"documentation\":\"These codes appear when the server serves a page successfully\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\",\"documentation\":\"These codes appear when you have permanently moved content from one location (URL) to another.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\",\"documentation\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\",\"documentation\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\",\"documentation\":\"These codes appear when the server failed to fulfill an apparently valid request.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Bing crawler requested.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\",\"documentation\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\",\"documentation\":\"Number of errors occured for the Bing crawler.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Bing index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\",\"documentation\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\",\"documentation\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\",\"documentation\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\",\"documentation\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\",\"documentation\":\"Pages that were newly added to Yandex search index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\",\"documentation\":\"Crawled Pages with a 2xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\",\"documentation\":\"Crawled Pages with a 3xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\",\"documentation\":\"Crawled Pages with a 4xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\",\"documentation\":\"Crawled Pages with a 5xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Yandex crawler requested.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\",\"documentation\":\"Crawled paged that failed for any other reason\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Yandex search index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\",\"documentation\":\"Pages that were removed from Yandex search index\"},{\"name\":\"\\\"Goal Liveaboard.com click\\\" conversion rate\",\"id\":\"goal_7_conversion_uniq_visitors_rate\",\"documentation\":\"The ratio of \\\"Conversions goal \\\"Liveaboard.com click\\\" (ID 7 )\\\" out of all \\\"Visitors\\\".\"},{\"name\":\"Actions\",\"id\":\"nb_actions\",\"documentation\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\"},{\"name\":\"Actions per Visit\",\"id\":\"nb_actions_per_visit\",\"documentation\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\"},{\"name\":\"Amendments\",\"id\":\"nb_field_amendments\",\"documentation\":\"The number of times your visitors amended this field in total. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error.\"},{\"name\":\"Average value\",\"id\":\"avg_event_value\",\"documentation\":\"The average of all values for this event\"},{\"name\":\"Avg. Completion\",\"id\":\"avg_completion_rate\",\"documentation\":\"The percentage of how much visitors have watched of a video. This metric may show more than 100% if many visitors spent more time on the video than the media length. This can be especially the case when the media is played in a loop.\"},{\"name\":\"Avg. DOM completion time\",\"id\":\"avg_time_dom_completion\",\"documentation\":\"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.\"},{\"name\":\"Avg. DOM processing time\",\"id\":\"avg_time_dom_processing\",\"documentation\":\"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.\"},{\"name\":\"Avg. Media Length\",\"id\":\"avg_media_length\",\"documentation\":\"The average length of a video or audio media file. This number may vary for example if the media is a stream or if the media resource changes over time.\"},{\"name\":\"Avg. Time On Dimension\",\"id\":\"avg_time_on_dimension\",\"documentation\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\"},{\"name\":\"Avg. Time To Play\",\"id\":\"avg_time_to_play\",\"documentation\":\"The average amount of time it took a visitor to start playing the media since the page was loaded.\"},{\"name\":\"Avg. Time on Website\",\"id\":\"avg_time_on_site\",\"documentation\":\"The average duration of a visit.\"},{\"name\":\"Avg. field size\",\"id\":\"avg_field_size\",\"documentation\":\"The average field size of this text field. Also includes text sizes of visitors that did not submit the form. Blank text fields (size 0) are ignored in the average calculation.\"},{\"name\":\"Avg. field size on conversion\",\"id\":\"avg_field_size_converted\",\"documentation\":\"The average field size of this text field when a visitor entered some text, submitted the form afterwards, and converted it.\"},{\"name\":\"Avg. field size on submit\",\"id\":\"avg_field_size_submitted\",\"documentation\":\"The average field size of this text field when a visitor entered some text and submitted the form afterwards.\"},{\"name\":\"Avg. field size when unsubmitted\",\"id\":\"avg_field_size_unsubmitted\",\"documentation\":\"The average field size of this text field when a visitor entered some text but did not submit the form afterwards.\"},{\"name\":\"Avg. generation time\",\"id\":\"avg_time_generation\",\"documentation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},{\"name\":\"Avg. hesitation time\",\"id\":\"avg_field_hesitation_time\",\"documentation\":\"The average amount of time a visitor hesitated to start filling out this field. The time is measured from the moment a visitor focuses this field until they make the first change.\"},{\"name\":\"Avg. network time\",\"id\":\"avg_time_network\",\"documentation\":\"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.\"},{\"name\":\"Avg. on load time\",\"id\":\"avg_time_on_load\",\"documentation\":\"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.\"},{\"name\":\"Avg. page load time\",\"id\":\"avg_page_load_time\",\"documentation\":\"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser\"},{\"name\":\"Avg. position\",\"id\":\"position\",\"documentation\":\"Average position of your website in the search engine results list (for this keyword).\"},{\"name\":\"Avg. server time\",\"id\":\"avg_time_server\",\"documentation\":\"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.\"},{\"name\":\"Avg. time on page\",\"id\":\"avg_time_on_page\",\"documentation\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\"},{\"name\":\"Avg. time spent\",\"id\":\"avg_field_time_spent\",\"documentation\":\"The average amount of time spent on this field when a visitor interacted with it. The time is measured from the moment a visitor focuses this field until they make the last change or until they leave the field again. If a visitor interacts with this field several time before submitting or leaving the form, all time spent on this field will be summed. The time spent includes the hesitation time.\"},{\"name\":\"Avg. time spent\",\"id\":\"avg_time_watched\",\"documentation\":\"The average amount of time a visitor spent watching or listening to a media.\"},{\"name\":\"Avg. transfer time\",\"id\":\"avg_time_transfer\",\"documentation\":\"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.\"},{\"name\":\"Bounce Rate\",\"id\":\"bounce_rate\",\"documentation\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\"},{\"name\":\"Bounces\",\"id\":\"entry_bounce_count\",\"documentation\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\"},{\"name\":\"CTR\",\"id\":\"ctr\",\"documentation\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\"},{\"name\":\"Changes\",\"id\":\"nb_field_changes\",\"documentation\":\"The number of times a visitor has changed this field. A first change is counted as soon as a visitor for example types something into a text field or selects a value. Further changes are only counted when the visitor moves on to another field and comes back to this field to change it again.\"},{\"name\":\"Clicked in search results\",\"id\":\"nb_hits_following_search\",\"documentation\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\"},{\"name\":\"Clicks\",\"id\":\"nb_clicks\",\"documentation\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\"},{\"name\":\"Content Interactions\",\"id\":\"nb_interactions\",\"documentation\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\"},{\"name\":\"Conversion Rate\",\"id\":\"conversion_rate\",\"documentation\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},{\"name\":\"Conversions First Interaction\",\"id\":\"nb_attribution_conversions_firstInteraction\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\"},{\"name\":\"Conversions Last Interaction\",\"id\":\"nb_attribution_conversions_lastInteraction\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\"},{\"name\":\"Conversions Last Non-Direct\",\"id\":\"nb_attribution_conversions_lastNonDirect\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\"},{\"name\":\"Conversions Linear\",\"id\":\"nb_attribution_conversions_linear\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\"},{\"name\":\"Conversions Position Based\",\"id\":\"nb_attribution_conversions_positionBased\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\"},{\"name\":\"Conversions Time Decay\",\"id\":\"nb_attribution_conversions_timeDecay\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},{\"name\":\"Conversions goal \\\"Liveaboard.com click\\\" (ID 7 )\",\"id\":\"goal_7_conversion\",\"documentation\":\"The number of times this goal was converted.\"},{\"name\":\"Conversions goal \\\"New Job Application\\\" (ID 4 )\",\"id\":\"goal_4_conversion\",\"documentation\":\"The number of times this goal was converted.\"},{\"name\":\"Crash Occurrences\",\"id\":\"nb_crash_occurrences\",\"documentation\":\"The total number of crashes that occurred.\"},{\"name\":\"Cursor rate\",\"id\":\"field_cursor_rate\",\"documentation\":\"The number of times cursor keys was used on this field after a user interacted with it. This metric is only available for text fields.\"},{\"name\":\"Cursors\",\"id\":\"nb_field_cursor\",\"documentation\":\"The number of times your visitors have used any of the cursor keys on this field. This metric is only available for text fields.\"},{\"name\":\"Deletes\",\"id\":\"nb_field_deletes\",\"documentation\":\"The number of times your visitors have used the backspace or delete key on this field. This metric is only available for text fields.\"},{\"name\":\"Deletion rate\",\"id\":\"field_delete_rate\",\"documentation\":\"The percentage of times either a backspace or delete key was used when a field was changed. This metric is only available for text fields.\"},{\"name\":\"Disappeared Crashes\",\"id\":\"nb_disappeared_crashes\",\"documentation\":\"The number of crashes that disappeared within the current period. A crash is considered disappeared if it has not occurred for a certain number of configurable days.\"},{\"name\":\"Downloads\",\"id\":\"nb_downloads\",\"documentation\":\"The number of times this link was clicked.\"},{\"name\":\"Drop offs\",\"id\":\"nb_field_dropoff\",\"documentation\":\"The number of times a visitor interacted with this field last when they did not submit the form.\"},{\"name\":\"Entrances\",\"id\":\"entry_nb_visits\",\"documentation\":\"Number of visits that started on this page.\"},{\"name\":\"Entries\",\"id\":\"nb_field_entries\",\"documentation\":\"The number of times a visitor has interacted with this field first, when they started to fill out a form. An interaction can be either a field focus or a field change.\"},{\"name\":\"Event value\",\"id\":\"sum_event_value\",\"documentation\":\"The sum of event values\"},{\"name\":\"Events\",\"id\":\"nb_events\",\"documentation\":\"Total number of events\"},{\"name\":\"Events with a value\",\"id\":\"nb_events_with_value\",\"documentation\":\"Number of events where an Event value was set\"},{\"name\":\"Exit rate\",\"id\":\"exit_rate\",\"documentation\":\"The percentage of visits that left the website after viewing this page.\"},{\"name\":\"Exits\",\"id\":\"exit_nb_visits\",\"documentation\":\"Number of visits that ended on this page.\"},{\"name\":\"Exits\",\"id\":\"nb_exits\",\"documentation\":\"The number of visits that did not leave after this interaction.\"},{\"name\":\"Field conversions\",\"id\":\"nb_field_views_converted\",\"documentation\":\"The number of times the field was shown when a form was converted. It does not mean a visitor actually interacted with this field.\"},{\"name\":\"Field submissions\",\"id\":\"nb_field_views_submitted\",\"documentation\":\"The number of times this field was shown when the form was submitted. It does not mean a visitor has actually interacted with this field.\"},{\"name\":\"Finish rate\",\"id\":\"finish_rate\",\"documentation\":\"The percentage of visitors who played a media and finished it (finish means a visitor has watched or listened to the end of the media).\"},{\"name\":\"Finishes\",\"id\":\"nb_finishes\",\"documentation\":\"The number of times a video was finished (a visitor has watched or listened to the end of the media). It does not necessarily mean a visitor has watched or listened to all of the media.\"},{\"name\":\"Form amendment rate\",\"id\":\"field_amendments_rate\",\"documentation\":\"The number of times this field was amended after changing it initially. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error.\"},{\"name\":\"Form avg. hesitation time\",\"id\":\"avg_form_time_hesitation\",\"documentation\":\"The average time a visitor hesitated to start interacting with a form. The time is calculated as the difference between the time of the page load and the time of the first interaction with a form (for example focusing a form field, typing a letter in a form or selecting a value in the form). The time is counted only while the browser window is active.\"},{\"name\":\"Form avg. time spent\",\"id\":\"avg_form_time_spent\",\"documentation\":\"The average time a visitor spent on a form. The time is calculated as the difference between the first interaction with a form field (for example a field focus) and the last interaction with a form.\"},{\"name\":\"Form avg. time to conversion\",\"id\":\"avg_form_time_to_conversion\",\"documentation\":\"The average time it took a visitor to convert a form. If the visitor completes the form on the first submit, it is equal to the \\\"time to first submission\\\". If a visitor submits a form several times, it equals to the time spent on the form in total.\"},{\"name\":\"Form avg. time to first submit\",\"id\":\"avg_form_time_to_first_submission\",\"documentation\":\"The average time it took a visitor to submit this form for the first time. It is the difference between the first interaction with the form (for example a field focus) and the time the visitor submits the form.\"},{\"name\":\"Form conversion rate\",\"id\":\"form_conversion_rate\",\"documentation\":\"The number of times a form starter has converted the form.\"},{\"name\":\"Form conversions\",\"id\":\"nb_form_conversions\",\"documentation\":\"The number of times this form was completed successfully.\"},{\"name\":\"Form re-submitter rate\",\"id\":\"form_resubmitters_rate\",\"documentation\":\"The percentage of submitters that have submitted this form at least a second time. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms.\"},{\"name\":\"Form re-submitters\",\"id\":\"nb_form_resubmitters\",\"documentation\":\"The number of form viewers that have re-submitted a form at least once. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms.\"},{\"name\":\"Form starters\",\"id\":\"nb_form_starters\",\"documentation\":\"The number of form viewers that have started interacting with a form at least once. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start.\"},{\"name\":\"Form starters rate\",\"id\":\"form_starters_rate\",\"documentation\":\"The percentage of times a visitor has viewed a page where this form was included and then started interacting with it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start.\"},{\"name\":\"Form starts\",\"id\":\"nb_form_starts\",\"documentation\":\"The number of times a visitor has started interacting with a form after viewing it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start.\"},{\"name\":\"Form submissions\",\"id\":\"nb_form_submissions\",\"documentation\":\"The number of times a form was submitted in total. If a visitor submitted a form 10 times, and another visitor 3 times, it will show 13 total form submissions.\"},{\"name\":\"Form submitter rate\",\"id\":\"form_submitter_rate\",\"documentation\":\"The number of times a form starter has submitted the form.\"}]}", + "json": "[{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\",\"documentation\":\"URLs currently blocked by your site\\u2019s robots.txt.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\",\"documentation\":\"These codes appear when the server serves a page successfully\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\",\"documentation\":\"These codes appear when you have permanently moved content from one location (URL) to another.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\",\"documentation\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\",\"documentation\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\",\"documentation\":\"These codes appear when the server failed to fulfill an apparently valid request.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Bing crawler requested.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\",\"documentation\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\",\"documentation\":\"Number of errors occured for the Bing crawler.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Bing index\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\",\"documentation\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\",\"documentation\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\",\"documentation\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\",\"documentation\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\",\"documentation\":\"Crawled Pages with a 2xx code\"}]", + "tsv": "name\tid\tdocumentation\n\tSearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\tURLs currently blocked by your site\u2019s robots.txt.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\tThese codes appear when the server serves a page successfully\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_301\tThese codes appear when you have permanently moved content from one location (URL) to another.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_303\tThese codes appear when you have temporarily moved content from one location (URL) to another.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\tThese codes appear when there was a likely an error in the request which prevented the server from being able to process it.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\tThese codes appear when the server failed to fulfill an apparently valid request.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\tNumber of pages the Bing crawler requested.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\t\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"\n\tSearchEngineKeywordsPerformance_bing_crawlstats_errors\tNumber of errors occured for the Bing crawler.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_inindex\tTotal number of pages available in Bing index\n\tSearchEngineKeywordsPerformance_bing_crawlstats_inlinks\t\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"\n\tSearchEngineKeywordsPerformance_bing_crawlstats_malware\tAny page URLs that Bing found that are infected or associated with malware will be grouped in this section.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_other_codes\tGroups all other codes that are not matched by any other value (such as 1xx or informational codes).\n\tSearchEngineKeywordsPerformance_bing_crawlstats_timeout\tThis number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_appeared\tPages that were newly added to Yandex search index\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\tCrawled Pages with a 2xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\tCrawled Pages with a 3xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\tCrawled Pages with a 4xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\tCrawled Pages with a 5xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\tNumber of pages the Yandex crawler requested.\nAverage value\tavg_event_value\tThe average of all values for this event" + }, "CustomDimensions.getCustomDimension": { "xml": "{\"row\":{\"label\":\"guest\",\"nb_uniq_visitors\":\"140\",\"nb_visits\":\"140\",\"nb_actions\":\"307\",\"max_actions\":\"29\",\"sum_visit_length\":\"17864\",\"bounce_count\":\"97\",\"nb_visits_converted\":\"11\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"2\"},{\"nb_conversions\":\"8\",\"nb_visits_converted\":\"8\",\"revenue\":\"8\"},{\"nb_conversions\":\"3\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"}]},\"nb_conversions\":\"12\",\"revenue\":\"10\",\"avg_time_on_site\":\"128\",\"bounce_rate\":\"69%\",\"nb_actions_per_visit\":\"2.2\",\"segment\":\"dimension1==guest\"}}", "json": "[{\"label\":\"guest\",\"nb_uniq_visitors\":\"140\",\"nb_visits\":\"140\",\"nb_actions\":\"307\",\"max_actions\":29,\"sum_visit_length\":\"17864\",\"bounce_count\":\"97\",\"nb_visits_converted\":\"11\",\"goals\":{\"idgoal=6\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":2},\"idgoal=7\":{\"nb_conversions\":8,\"nb_visits_converted\":8,\"revenue\":8},\"idgoal=8\":{\"nb_conversions\":3,\"nb_visits_converted\":3,\"revenue\":0}},\"nb_conversions\":12,\"revenue\":10,\"avg_time_on_site\":128,\"bounce_rate\":\"69%\",\"nb_actions_per_visit\":2.2,\"segment\":\"dimension1==guest\"}]", diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json index 27a0f7a..d307075 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json @@ -1,4 +1,34 @@ { + "API.get": { + "xml": "{\"nb_uniq_visitors\":\"8920\",\"nb_visits\":\"9831\",\"nb_users\":\"5\",\"nb_actions\":\"29397\",\"max_actions\":\"76\",\"bounce_count\":\"5760\",\"sum_visit_length\":\"2556198\",\"nb_visits_new\":\"5\",\"nb_actions_new\":\"8\",\"nb_uniq_visitors_new\":\"5\",\"nb_users_new\":\"0\",\"max_actions_new\":\"4\",\"bounce_rate_new\":\"80%\",\"nb_actions_per_visit_new\":\"1.6\",\"avg_time_on_site_new\":\"450\",\"nb_visits_returning\":\"9829\",\"nb_actions_returning\":\"29392\",\"nb_uniq_visitors_returning\":\"8917\",\"nb_users_returning\":\"5\",\"max_actions_returning\":\"76\",\"bounce_rate_returning\":\"59%\",\"nb_actions_per_visit_returning\":\"3\",\"avg_time_on_site_returning\":\"260\",\"Referrers_visitorsFromSearchEngines\":\"6969\",\"Referrers_visitorsFromSocialNetworks\":\"1111\",\"Referrers_visitorsFromAIAssistants\":\"0\",\"Referrers_visitorsFromDirectEntry\":\"957\",\"Referrers_visitorsFromWebsites\":\"795\",\"Referrers_visitorsFromCampaigns\":\"0\",\"Referrers_distinctSearchEngines\":\"20\",\"Referrers_distinctSocialNetworks\":\"5\",\"Referrers_distinctAIAssistants\":\"0\",\"Referrers_distinctKeywords\":\"96\",\"Referrers_distinctWebsites\":\"4\",\"Referrers_distinctWebsitesUrls\":\"277\",\"Referrers_distinctCampaigns\":\"0\",\"PagePerformance_network_time\":\"0\",\"PagePerformance_network_hits\":\"0\",\"PagePerformance_servery_time\":\"0\",\"PagePerformance_server_hits\":\"0\",\"PagePerformance_transfer_time\":\"0\",\"PagePerformance_transfer_hits\":\"0\",\"PagePerformance_domprocessing_time\":\"0\",\"PagePerformance_domprocessing_hits\":\"0\",\"PagePerformance_domcompletion_time\":\"0\",\"PagePerformance_domcompletion_hits\":\"0\",\"PagePerformance_onload_time\":\"0\",\"PagePerformance_onload_hits\":\"0\",\"PagePerformance_pageload_time\":\"0\",\"PagePerformance_pageload_hits\":\"0\",\"avg_time_network\":\"0\",\"avg_time_server\":\"0\",\"avg_time_transfer\":\"0\",\"avg_time_dom_processing\":\"0\",\"avg_time_dom_completion\":\"0\",\"avg_time_on_load\":\"0\",\"avg_page_load_time\":\"0\",\"nb_plays\":\"184\",\"nb_unique_visitors_plays\":\"147\",\"nb_impressions\":\"1313\",\"nb_unique_visitors_impressions\":\"1022\",\"nb_finishes\":\"38\",\"sum_total_time_watched\":\"48918\",\"sum_total_audio_plays\":\"29\",\"sum_total_audio_impressions\":\"66\",\"sum_total_video_plays\":\"155\",\"sum_total_video_impressions\":\"1247\",\"nb_conversions\":\"962\",\"nb_visits_converted\":\"915\",\"revenue\":\"84869.05\",\"conversion_rate\":\"9.31%\",\"nb_conversions_new_visit\":\"0\",\"nb_visits_converted_new_visit\":\"0\",\"revenue_new_visit\":\"0\",\"conversion_rate_new_visit\":\"0%\",\"nb_conversions_returning_visit\":\"962\",\"nb_visits_converted_returning_visit\":\"915\",\"revenue_returning_visit\":\"84869.05\",\"conversion_rate_returning_visit\":\"9.31%\",\"nb_form_views\":\"11746\",\"nb_form_viewers\":\"7731\",\"nb_form_starts\":\"513\",\"nb_form_starters\":\"432\",\"nb_form_submissions\":\"578\",\"nb_form_submitters\":\"557\",\"nb_form_resubmitters\":\"15\",\"nb_form_conversions\":\"136\",\"nb_crash_occurrences\":\"950\",\"nb_visits_with_crash\":\"812\",\"nb_ignored_crashes\":\"0\",\"nb_uniq_crashes\":\"13\",\"nb_new_crashes\":\"0\",\"nb_disappeared_crashes\":\"0\",\"nb_reappeared_crashes\":\"0\",\"nb_pageviews\":\"25071\",\"nb_uniq_pageviews\":\"19429\",\"nb_downloads\":\"22\",\"nb_uniq_downloads\":\"20\",\"nb_outlinks\":\"1378\",\"nb_uniq_outlinks\":\"1296\"}", + "json": "{\"nb_uniq_visitors\":8920,\"nb_visits\":9831,\"nb_users\":5,\"nb_actions\":29397,\"max_actions\":76,\"bounce_count\":5760,\"sum_visit_length\":2556198,\"nb_visits_new\":5,\"nb_actions_new\":8,\"nb_uniq_visitors_new\":5,\"nb_users_new\":0,\"max_actions_new\":4,\"bounce_rate_new\":\"80%\",\"nb_actions_per_visit_new\":1.6,\"avg_time_on_site_new\":450,\"nb_visits_returning\":9829,\"nb_actions_returning\":29392,\"nb_uniq_visitors_returning\":8917,\"nb_users_returning\":5,\"max_actions_returning\":76,\"bounce_rate_returning\":\"59%\",\"nb_actions_per_visit_returning\":3,\"avg_time_on_site_returning\":260,\"Referrers_visitorsFromSearchEngines\":6969,\"Referrers_visitorsFromSocialNetworks\":1111,\"Referrers_visitorsFromAIAssistants\":0,\"Referrers_visitorsFromDirectEntry\":957,\"Referrers_visitorsFromWebsites\":795,\"Referrers_visitorsFromCampaigns\":0,\"Referrers_distinctSearchEngines\":20,\"Referrers_distinctSocialNetworks\":5,\"Referrers_distinctAIAssistants\":0,\"Referrers_distinctKeywords\":96,\"Referrers_distinctWebsites\":4,\"Referrers_distinctWebsitesUrls\":277,\"Referrers_distinctCampaigns\":0,\"PagePerformance_network_time\":0,\"PagePerformance_network_hits\":0,\"PagePerformance_servery_time\":0,\"PagePerformance_server_hits\":0,\"PagePerformance_transfer_time\":0,\"PagePerformance_transfer_hits\":0,\"PagePerformance_domprocessing_time\":0,\"PagePerformance_domprocessing_hits\":0,\"PagePerformance_domcompletion_time\":0,\"PagePerformance_domcompletion_hits\":0,\"PagePerformance_onload_time\":0,\"PagePerformance_onload_hits\":0,\"PagePerformance_pageload_time\":0,\"PagePerformance_pageload_hits\":0,\"avg_time_network\":0,\"avg_time_server\":0,\"avg_time_transfer\":0,\"avg_time_dom_processing\":0,\"avg_time_dom_completion\":0,\"avg_time_on_load\":0,\"avg_page_load_time\":0,\"nb_plays\":184,\"nb_unique_visitors_plays\":147,\"nb_impressions\":1313,\"nb_unique_visitors_impressions\":1022,\"nb_finishes\":38,\"sum_total_time_watched\":48918,\"sum_total_audio_plays\":29,\"sum_total_audio_impressions\":66,\"sum_total_video_plays\":155,\"sum_total_video_impressions\":1247,\"nb_conversions\":962,\"nb_visits_converted\":915,\"revenue\":84869.05,\"conversion_rate\":\"9.31%\",\"nb_conversions_new_visit\":0,\"nb_visits_converted_new_visit\":0,\"revenue_new_visit\":0,\"conversion_rate_new_visit\":\"0%\",\"nb_conversions_returning_visit\":962,\"nb_visits_converted_returning_visit\":915,\"revenue_returning_visit\":84869.05,\"conversion_rate_returning_visit\":\"9.31%\",\"nb_form_views\":11746,\"nb_form_viewers\":7731,\"nb_form_starts\":513,\"nb_form_starters\":432,\"nb_form_submissions\":578,\"nb_form_submitters\":557,\"nb_form_resubmitters\":15,\"nb_form_conversions\":136,\"nb_crash_occurrences\":950,\"nb_visits_with_crash\":812,\"nb_ignored_crashes\":0,\"nb_uniq_crashes\":13,\"nb_new_crashes\":0,\"nb_disappeared_crashes\":0,\"nb_reappeared_crashes\":0,\"nb_pageviews\":25071,\"nb_uniq_pageviews\":19429,\"nb_downloads\":22,\"nb_uniq_downloads\":20,\"nb_outlinks\":1378,\"nb_uniq_outlinks\":1296,\"nb_searches\":216,\"nb_keywords\":73,\"hits\":29816,\"Referrers_visitorsFromDirectEntry_percent\":\"10%\",\"Referrers_visitorsFromSearchEngines_percent\":\"71%\",\"Referrers_visitorsFromAIAssistants_percent\":\"0%\"}" + }, + "API.getAvailableMeasurableTypes": { + "xml": "{\"row\":[{\"id\":\"website\",\"name\":\"Website\",\"description\":\"A website consists of webpages, typically served from a single domain on the web.\",\"longDescription\":\"Track visitor interactions like page views, clicks, downloads, and events on a public-facing website. A single measurable can include multiple domains and subdomains, or you can create separate measurables for each.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":{\"row\":{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":{\"row\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\/guidelines.\",\"introduction\":\"\",\"condition\":\"\",\"fullWidth\":\"0\"},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":\"\",\"condition\":\"disable_visitor_log==0\",\"fullWidth\":\"0\"}]}}}},{\"id\":\"intranet\",\"name\":\"Intranet Website\",\"description\":\"An intranet measurable is just like a website but hosted on an internal network.\",\"longDescription\":\"Track internal sites that are only accessible within your organisation\\u2019s network. Matomo uses first-party cookies to more accurately identify unique visitors in intranet environments.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":{\"row\":{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":{\"row\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\/guidelines.\",\"introduction\":\"\",\"condition\":\"\",\"fullWidth\":\"0\"},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":\"\",\"condition\":\"disable_visitor_log==0\",\"fullWidth\":\"0\"}]}}}}]}" + }, + "API.getGlossaryMetrics": { + "xml": "{\"row\":[{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\",\"documentation\":\"URLs currently blocked by your site\\u2019s robots.txt.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\",\"documentation\":\"These codes appear when the server serves a page successfully\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\",\"documentation\":\"These codes appear when you have permanently moved content from one location (URL) to another.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\",\"documentation\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\",\"documentation\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\",\"documentation\":\"These codes appear when the server failed to fulfill an apparently valid request.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Bing crawler requested.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\",\"documentation\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\",\"documentation\":\"Number of errors occured for the Bing crawler.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Bing index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\",\"documentation\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\",\"documentation\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\",\"documentation\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\",\"documentation\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\",\"documentation\":\"Pages that were newly added to Yandex search index\"}]}" + }, + "API.getGlossaryReports": { + "xml": "{\"row\":[{\"name\":\"AI Assistants (Referrers)\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\"},{\"name\":\"Actions - Main metrics (Actions)\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\"},{\"name\":\"Agoda click - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\\/\\\/matomo.org\\\/docs\\\/tracking-goals-web-analytics\\\/\"},{\"name\":\"Agoda click - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\\/\\\/matomo.org\\\/docs\\\/tracking-goals-web-analytics\\\/\"},{\"name\":\"All Channels (Referrers)\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\"},{\"name\":\"All Crash Messages (Crashes)\",\"documentation\":\"This report shows crash metrics for every crash message and source file origin combination.\"},{\"name\":\"All Websites dashboard (All Websites)\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\"},{\"name\":\"Audio Resource URLs (Media)\",\"documentation\":\"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.\"},{\"name\":\"Audio Resources URLs Grouped (Media)\",\"documentation\":\"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \\\"Audio Resource URL\\\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.\"},{\"name\":\"Audio Titles (Media)\",\"documentation\":\"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \\\"Unknown\\\".\"},{\"name\":\"Audio per hour in website's timezone (Media)\",\"documentation\":\"This report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.\"},{\"name\":\"Browser Plugins (Visitors)\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\"},{\"name\":\"Browser version (Visitors)\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\"}]}" + }, + "API.getProcessedReport": { + "xml": "{\"website\":\"Demo Site\",\"prettyDate\":\"Wednesday, October 1, 2025\",\"metadata\":{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},\"columns\":{\"label\":\"Country\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"revenue\":\"Revenue\"},\"timerMillis\":\"93\"}" + }, + "API.getReportMetadata": { + "xml": "{\"row\":[{\"category\":\"All Websites\",\"name\":\"All Websites dashboard\",\"module\":\"MultiSites\",\"action\":\"getAll\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getAll\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by days since last visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"dimension\":\"Days since last visit\",\"documentation\":\"How many visits were from returning visitors whose last visit was a certain number of days ago.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByDaysSinceLast&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByDaysSinceLast\"}]}", + "json": "[{\"category\":\"All Websites\",\"name\":\"All Websites dashboard\",\"module\":\"MultiSites\",\"action\":\"getAll\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getAll\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by days since last visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"dimension\":\"Days since last visit\",\"documentation\":\"How many visits were from returning visitors whose last visit was a certain number of days ago.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByDaysSinceLast&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByDaysSinceLast\"}]" + }, + "API.getReportPagesMetadata": { + "xml": "{\"row\":[{\"uniqueId\":\"General_Actions.customdimension2\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension2\",\"name\":\"Page Author\",\"order\":\"70\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"202\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"2\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.customdimension4\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension4\",\"name\":\"Page Location\",\"order\":\"71\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"204\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"4\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension4\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.customdimension5\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension5\",\"name\":\"Page Type\",\"order\":\"72\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"205\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"5\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.Transitions_Transitions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Transitions_Transitions\",\"name\":\"Transitions\",\"order\":\"46\",\"help\":\"<p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \\\"Transitions\\\" report.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/transitions\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">More details<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Transitions\",\"module\":\"Transitions\",\"action\":\"getTransitions\",\"order\":\"99\",\"parameters\":{\"module\":\"Transitions\",\"action\":\"getTransitions\"},\"uniqueId\":\"widgetTransitionsgetTransitions\",\"isWide\":\"0\"}}}]}" + }, + "API.getSegmentsMetadata": { + "xml": "{\"row\":[{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Actions In Visit\",\"segment\":\"actions\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since first visit\",\"segment\":\"daysSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last Ecommerce order\",\"segment\":\"daysSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last visit\",\"segment\":\"daysSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Events\",\"segment\":\"events\",\"acceptedValues\":\"To select all visits who triggered an Event, use: &segment=events>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 minute (start of visit)\",\"segment\":\"visitLocalMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 67, 57, 58, 59\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Interactions\",\"segment\":\"interactions\",\"acceptedValues\":\"Any positive integer\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Internal Searches\",\"segment\":\"searches\",\"acceptedValues\":\"To select all visits who used internal Site Search, use: &segment=searches>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of visits\",\"segment\":\"visitCount\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since first visit\",\"segment\":\"secondsSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last Ecommerce order\",\"segment\":\"secondsSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last visit\",\"segment\":\"secondsSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visit Duration (in seconds)\",\"segment\":\"visitDuration\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visitor IP\",\"segment\":\"visitIp\",\"acceptedValues\":\"13.54.122.1. Select IP ranges with notation: <code>visitIp>13.54.122.0;visitIp<13.54.122.255<\\/code>\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser\",\"segment\":\"browserName\",\"acceptedValues\":\"FireFox, Internet Explorer, Chrome, Safari, Opera etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser code\",\"segment\":\"browserCode\",\"acceptedValues\":\"FF, IE, CH, SF, OP etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser engine\",\"segment\":\"browserEngine\",\"acceptedValues\":\"Trident, WebKit, Presto, Gecko, Blink, etc.\",\"suggestedValuesCallback\":\"\\\\DeviceDetector\\\\Parser\\\\Client\\\\Browser\\\\Engine::getAvailableEngines\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser version\",\"segment\":\"browserVersion\",\"acceptedValues\":\"1.0, 8.0, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device model\",\"segment\":\"deviceModel\",\"acceptedValues\":\"iPad, Nexus 5, Galaxy S5, Fire TV, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device type\",\"segment\":\"deviceType\",\"acceptedValues\":\"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral\"}]}", + "json": "[{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Actions In Visit\",\"segment\":\"actions\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since first visit\",\"segment\":\"daysSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last Ecommerce order\",\"segment\":\"daysSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last visit\",\"segment\":\"daysSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Events\",\"segment\":\"events\",\"acceptedValues\":\"To select all visits who triggered an Event, use: &segment=events>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 minute (start of visit)\",\"segment\":\"visitLocalMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 67, 57, 58, 59\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Interactions\",\"segment\":\"interactions\",\"acceptedValues\":\"Any positive integer\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Internal Searches\",\"segment\":\"searches\",\"acceptedValues\":\"To select all visits who used internal Site Search, use: &segment=searches>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of visits\",\"segment\":\"visitCount\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since first visit\",\"segment\":\"secondsSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last Ecommerce order\",\"segment\":\"secondsSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last visit\",\"segment\":\"secondsSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visit Duration (in seconds)\",\"segment\":\"visitDuration\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visitor IP\",\"segment\":\"visitIp\",\"acceptedValues\":\"13.54.122.1. Select IP ranges with notation: <code>visitIp>13.54.122.0;visitIp<13.54.122.255<\\/code>\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser\",\"segment\":\"browserName\",\"acceptedValues\":\"FireFox, Internet Explorer, Chrome, Safari, Opera etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser code\",\"segment\":\"browserCode\",\"acceptedValues\":\"FF, IE, CH, SF, OP etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser engine\",\"segment\":\"browserEngine\",\"acceptedValues\":\"Trident, WebKit, Presto, Gecko, Blink, etc.\",\"suggestedValuesCallback\":\"\\\\DeviceDetector\\\\Parser\\\\Client\\\\Browser\\\\Engine::getAvailableEngines\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser version\",\"segment\":\"browserVersion\",\"acceptedValues\":\"1.0, 8.0, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device model\",\"segment\":\"deviceModel\",\"acceptedValues\":\"iPad, Nexus 5, Galaxy S5, Fire TV, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device type\",\"segment\":\"deviceType\",\"acceptedValues\":\"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral\"}]" + }, + "API.getWidgetMetadata": { + "xml": "{\"row\":[{\"name\":\"KPI Metric\",\"category\":{\"id\":\"General_KpiMetric\",\"name\":\"KPI Metric\",\"order\":\"1\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"column\":\"\"},\"uniqueId\":\"widgetCoreVisualizationssingleMetricViewcolumn\",\"isWide\":\"0\"},{\"name\":\"Real-time visitor count\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\",\"order\":\"15\",\"parameters\":{\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\"},\"uniqueId\":\"widgetLivegetSimpleLastVisitCount\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"}]}" + }, "CustomAlerts.getTriggeredAlerts": { "xml": "{\"row\":[{\"idtriggered\":\"1\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 01:55:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"2\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 01:58:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"3\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 02:00:39\",\"ts_last_sent\":\"2024-09-13 02:00:46\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"4\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 02:55:47\",\"ts_last_sent\":\"2024-09-13 02:55:53\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"5\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-16 23:33:41\",\"ts_last_sent\":\"\",\"value_old\":\"500.000\",\"value_new\":\"36.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}}]}", "json": "[{\"idtriggered\":1,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 01:55:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":2,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 01:58:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":3,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 02:00:39\",\"ts_last_sent\":\"2024-09-13 02:00:46\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":4,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 02:55:47\",\"ts_last_sent\":\"2024-09-13 02:55:53\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":5,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-16 23:33:41\",\"ts_last_sent\":null,\"value_old\":\"500.000\",\"value_new\":\"36.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]}]" diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json index ed7ffea..15eef57 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json @@ -1,4 +1,72 @@ { + "API.getMatomoVersion":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\"]}" + }, + "API.getPhpVersion":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"version\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"major\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"minor\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"release\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"versionId\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"extra\\\", type=\\\"string\\\")\"]}" + }, + "API.getPiwikVersion":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\"]}" + }, + "API.getIpFromHeader":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\"]}" + }, + "API.getSettings":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"SDK_batch_size\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"SDK_interval_value\\\", type=\\\"integer\\\")\"]}" + }, + "API.getAvailableMeasurableTypes":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"settings\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"id\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"description\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"longDescription\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"howToSetupUrl\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"settings\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"pluginName\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"title\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"settings\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"title\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"value\\\", type=\\\"boolean\\\")\",\"4\":\"@OA\\\\Property(property=\\\"defaultValue\\\", type=\\\"boolean\\\")\",\"5\":\"@OA\\\\Property(property=\\\"type\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"uiControl\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"uiControlAttributes\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"7\":\"@OA\\\\Property(property=\\\"availableValues\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"8\":\"@OA\\\\Property(property=\\\"description\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"9\":\"@OA\\\\Property(property=\\\"inlineHelp\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"introduction\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"11\":\"@OA\\\\Property(property=\\\"condition\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"fullWidth\\\", type=\\\"boolean\\\")\"}}}}}}}}}}" + }, + "API.getSegmentsMetadata":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"type\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"]}}}" + }, + "API.getMetadata":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"dimension\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"revenue_per_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"conversion_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\"],\"8\":\"@OA\\\\Property(property=\\\"imageGraphUrl\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"imageGraphEvolutionUrl\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\"}}}}" + }, + "API.getReportMetadata":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"dimension\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_pageviews\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"hits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"orders\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"ecommerce_revenue\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"visits_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"actions_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"pageviews_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"hits_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"orders_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"ecommerce_revenue_evolution\\\", type=\\\"string\\\")\"],\"7\":\"@OA\\\\Property(property=\\\"imageGraphUrl\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"imageGraphEvolutionUrl\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\"}}}}" + }, + "API.getProcessedReport":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"metadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]}]},{\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"reportData\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportMetadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportTotal\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"2\":{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}}}]}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"website\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"prettyDate\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_site\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\"],\"3\":\"@OA\\\\Property(property=\\\"timerMillis\\\", type=\\\"string\\\")\"}}" + }, + "API.getReportPagesMetadata":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"widgets\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"widgets\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"idDimension\\\", type=\\\"string\\\")\"],\"5\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\",\"7\":\"@OA\\\\Property(property=\\\"viewDataTable\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"isReport\\\", type=\\\"boolean\\\")\"}}}}}}}" + }, + "API.getWidgetMetadata":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"column\\\", type=\\\"string\\\")\"],\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\"}}}}" + }, + "API.get":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_users_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"max_actions_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate_new\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit_new\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"avg_time_on_site_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_users_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"max_actions_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate_returning\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_site_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromSearchEngines\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromSocialNetworks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromAIAssistants\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromDirectEntry\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromWebsites\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromCampaigns\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctSearchEngines\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctSocialNetworks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctAIAssistants\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctKeywords\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctWebsites\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctWebsitesUrls\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctCampaigns\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_network_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_network_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_servery_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_server_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_transfer_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_transfer_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domprocessing_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domprocessing_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domcompletion_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domcompletion_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_onload_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_onload_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_pageload_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_pageload_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_network\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_server\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_transfer\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_dom_processing\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_dom_completion\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_load\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_page_load_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_unique_visitors_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_unique_visitors_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_finishes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_time_watched\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_audio_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_audio_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_video_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_video_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"conversion_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_new_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted_new_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_new_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"conversion_rate_new_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_returning_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted_returning_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_returning_visit\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"conversion_rate_returning_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_form_views\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_viewers\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_starts\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_starters\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_submissions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_submitters\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_resubmitters\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_crash_occurrences\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_with_crash\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_ignored_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_new_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_disappeared_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_reappeared_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_pageviews\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_pageviews\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_downloads\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_downloads\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_outlinks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_outlinks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_searches\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_keywords\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromDirectEntry_percent\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromSearchEngines_percent\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromAIAssistants_percent\\\", type=\\\"string\\\")\"]}" + }, + "API.getSuggestedValuesForSegment":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + }, + "API.getPagesComparisonsDisabledFor":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + }, + "API.getGlossaryReports":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\"]}}}" + }, + "API.getGlossaryMetrics":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"name\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"id\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\"]}}}" + }, "MarketingCampaignsReporting.getId": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" @@ -40,7 +108,7 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"severity\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"tag\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"datetime\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"requestId\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"message\\\", type=\\\"string\\\")\"]}}}" }, "LogViewer.getAvailableLogReaders": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" }, "LogViewer.getConfiguredLogReaders": { @@ -48,7 +116,7 @@ "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" }, "LogViewer.getLogConfig": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"log_writers\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"log_writers\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"log_writers\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"1\":\"@OA\\\\Property(property=\\\"log_level\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"logger_file_path\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"logger_syslog_ident\\\", type=\\\"string\\\")\"}}" }, "CustomAlerts.getAlert": { From bfc8184c806d2e28ef03dcd0ad51b8de4145f7a3 Mon Sep 17 00:00:00 2001 From: Jacob Ransom <jacob@innocraft.com> Date: Thu, 2 Oct 2025 22:48:51 +1300 Subject: [PATCH 03/12] Fixing small bug in generator and adjusting test case --- Annotations/AnnotationGenerator.php | 5 +++-- tests/Unit/AnnotationGeneratorTest.php | 20 +++++++++++++++++++- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Annotations/AnnotationGenerator.php b/Annotations/AnnotationGenerator.php index 4eaf71c..f859352 100644 --- a/Annotations/AnnotationGenerator.php +++ b/Annotations/AnnotationGenerator.php @@ -1366,6 +1366,7 @@ public function buildSchemaAnnotationFromXmlExample(array $xmlArrayObject, strin public function buildPropertyAnnotationFromXmlExample(string $propName, array $values): array { $type = 'object'; + $originalValues = $values; if ($propName === 'row') { $type = 'array'; $values = is_array($values[0] ?? null) ? $values[0] : []; @@ -1408,8 +1409,8 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v ]; // Handle arrays of strings which don't have named properties - $keys = array_keys($values); - if (!is_string(reset($keys)) && count($values) === 1) { + $originalKeys = array_keys($originalValues); + if (!is_string(reset($originalKeys)) && !is_string(reset($values))) { $itemProperties = ['type="string"']; } diff --git a/tests/Unit/AnnotationGeneratorTest.php b/tests/Unit/AnnotationGeneratorTest.php index 401d7dc..f2831fe 100644 --- a/tests/Unit/AnnotationGeneratorTest.php +++ b/tests/Unit/AnnotationGeneratorTest.php @@ -27,6 +27,23 @@ class AnnotationGeneratorTest extends TestCase public const TEST_RESOURCES_DIR = __DIR__ . '/../Resources'; public const EXAMPLE_API_ENDPOINTS = [ + 'API.getMatomoVersion', + 'API.getPhpVersion', + 'API.getPiwikVersion', + 'API.getIpFromHeader', + 'API.getSettings', + 'API.getAvailableMeasurableTypes', + 'API.getSegmentsMetadata', + 'API.getMetadata', + 'API.getReportMetadata', + 'API.getProcessedReport', + 'API.getReportPagesMetadata', + 'API.getWidgetMetadata', + 'API.get', + 'API.getSuggestedValuesForSegment', + 'API.getPagesComparisonsDisabledFor', + 'API.getGlossaryReports', + 'API.getGlossaryMetrics', 'CustomAlerts.getAlert', 'CustomAlerts.getAlerts', 'CustomAlerts.getTriggeredAlerts', @@ -716,7 +733,8 @@ public function testCutExampleCloseToCharLimit(): void $this->assertNotEmpty($normalisedExample, "The example response should not be empty for endpoint '$endpoint' and type '$type'."); $result = $this->annotationGenerator->cutExampleCloseToCharLimit($normalisedExample, $type); - $this->assertLessThanOrEqual(AnnotationGenerator::EXAMPLE_CHAR_LIMIT, strlen($result), "The example response should not exceed the character limit for endpoint '$endpoint' and type '$type'."); + // Add a little wiggle room + $this->assertLessThanOrEqual(AnnotationGenerator::EXAMPLE_CHAR_LIMIT + 30, strlen($result), "The example response should not exceed the character limit for endpoint '$endpoint' and type '$type'."); $this->assertEquals($expectedExample, $result, "The truncated example was not as expected for endpoint '$endpoint' and type '$type'."); } } From cdd32426d64f45cf6f8edd3414aafdaeff6e2165 Mon Sep 17 00:00:00 2001 From: Jacob Ransom <jacob@innocraft.com> Date: Fri, 3 Oct 2025 12:21:40 +1300 Subject: [PATCH 04/12] Improving schema generation --- Annotations/AnnotationGenerator.php | 12 +++++++++++- .../ExamplesSchemasByType.json | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Annotations/AnnotationGenerator.php b/Annotations/AnnotationGenerator.php index f859352..2b78b38 100644 --- a/Annotations/AnnotationGenerator.php +++ b/Annotations/AnnotationGenerator.php @@ -1369,7 +1369,17 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v $originalValues = $values; if ($propName === 'row') { $type = 'array'; - $values = is_array($values[0] ?? null) ? $values[0] : []; + // Try to select the row with the most properties + $maxValues = 0; + $maxValuesKey = null; + foreach ($values as $key => $value) { + $valueArray = is_array($value) ? $value : [$value]; + if ($maxValuesKey === null || $maxValues < count($valueArray)) { + $maxValuesKey = $key; + $maxValues = count($valueArray); + } + } + $values = is_array($values[$maxValuesKey]) ? $values[$maxValuesKey] : []; } // Set the common properties diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json index 15eef57..1992cef 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json @@ -32,7 +32,7 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"dimension\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"revenue_per_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"conversion_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\"],\"8\":\"@OA\\\\Property(property=\\\"imageGraphUrl\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"imageGraphEvolutionUrl\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\"}}}}" }, "API.getReportMetadata":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"dimensions\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"dimension\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_pageviews\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"hits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"orders\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"ecommerce_revenue\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"visits_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"actions_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"pageviews_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"hits_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"orders_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"ecommerce_revenue_evolution\\\", type=\\\"string\\\")\"],\"7\":\"@OA\\\\Property(property=\\\"imageGraphUrl\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"imageGraphEvolutionUrl\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\"}}}}" }, "API.getProcessedReport":{ @@ -44,7 +44,7 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"widgets\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"idDimension\\\", type=\\\"string\\\")\"],\"5\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\",\"7\":\"@OA\\\\Property(property=\\\"viewDataTable\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"isReport\\\", type=\\\"boolean\\\")\"}}}}}}}" }, "API.getWidgetMetadata":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"widgets\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"column\\\", type=\\\"string\\\")\"],\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\"}}}}" }, "API.get":{ From f549c40fd374d5fa6bde7624bb74e6238e9295b9 Mon Sep 17 00:00:00 2001 From: Jacob Ransom <jacob@innocraft.com> Date: Fri, 3 Oct 2025 14:26:30 +1300 Subject: [PATCH 05/12] Improving depth of generated schemas --- Annotations/AnnotationGenerator.php | 12 +++++------- .../ExamplesSchemasByType.json | 14 +++++++------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/Annotations/AnnotationGenerator.php b/Annotations/AnnotationGenerator.php index 2b78b38..98e70e7 100644 --- a/Annotations/AnnotationGenerator.php +++ b/Annotations/AnnotationGenerator.php @@ -1369,17 +1369,15 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v $originalValues = $values; if ($propName === 'row') { $type = 'array'; - // Try to select the row with the most properties - $maxValues = 0; - $maxValuesKey = null; + // Merge the rows together to get as many properties as possible + $mergedValues = []; foreach ($values as $key => $value) { $valueArray = is_array($value) ? $value : [$value]; - if ($maxValuesKey === null || $maxValues < count($valueArray)) { - $maxValuesKey = $key; - $maxValues = count($valueArray); + if (is_array($value)) { + $mergedValues = array_merge($mergedValues, $valueArray); } } - $values = is_array($values[$maxValuesKey]) ? $values[$maxValuesKey] : []; + $values = $mergedValues; } // Set the common properties diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json index 1992cef..c0d1f58 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json @@ -20,11 +20,11 @@ "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"SDK_batch_size\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"SDK_interval_value\\\", type=\\\"integer\\\")\"]}" }, "API.getAvailableMeasurableTypes":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"settings\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"settings\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"id\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"description\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"longDescription\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"howToSetupUrl\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"settings\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"pluginName\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"title\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"settings\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"title\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"value\\\", type=\\\"boolean\\\")\",\"4\":\"@OA\\\\Property(property=\\\"defaultValue\\\", type=\\\"boolean\\\")\",\"5\":\"@OA\\\\Property(property=\\\"type\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"uiControl\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"uiControlAttributes\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"7\":\"@OA\\\\Property(property=\\\"availableValues\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"8\":\"@OA\\\\Property(property=\\\"description\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"9\":\"@OA\\\\Property(property=\\\"inlineHelp\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"introduction\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"11\":\"@OA\\\\Property(property=\\\"condition\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"fullWidth\\\", type=\\\"boolean\\\")\"}}}}}}}}}}" }, "API.getSegmentsMetadata":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"unionOfSegments\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"type\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"]}}}" }, "API.getMetadata":{ @@ -32,7 +32,7 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"dimension\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"revenue_per_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"conversion_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\"],\"8\":\"@OA\\\\Property(property=\\\"imageGraphUrl\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"imageGraphEvolutionUrl\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\"}}}}" }, "API.getReportMetadata":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"dimensions\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"relatedReports\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"dimensions\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"dimension\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_pageviews\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"hits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"orders\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"ecommerce_revenue\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"visits_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"actions_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"pageviews_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"hits_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"orders_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"ecommerce_revenue_evolution\\\", type=\\\"string\\\")\"],\"7\":\"@OA\\\\Property(property=\\\"imageGraphUrl\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"imageGraphEvolutionUrl\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\"}}}}" }, "API.getProcessedReport":{ @@ -40,11 +40,11 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"website\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"prettyDate\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_site\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\"],\"3\":\"@OA\\\\Property(property=\\\"timerMillis\\\", type=\\\"string\\\")\"}}" }, "API.getReportPagesMetadata":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"widgets\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"widgets\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"widgets\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"idDimension\\\", type=\\\"string\\\")\"],\"5\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\",\"7\":\"@OA\\\\Property(property=\\\"viewDataTable\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"isReport\\\", type=\\\"boolean\\\")\"}}}}}}}" }, "API.getWidgetMetadata":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"widgets\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"widgets\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"middlewareParameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"column\\\", type=\\\"string\\\")\"],\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\"}}}}" }, "API.get":{ @@ -136,11 +136,11 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idtriggered\\\", type=\\\"integer\\\")\",\"2\":\"@OA\\\\Property(property=\\\"idalert\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"idsite\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"ts_triggered\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"ts_last_sent\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"value_old\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"value_new\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"login\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"period\\\", type=\\\"string\\\")\",\"11\":\"@OA\\\\Property(property=\\\"report\\\", type=\\\"string\\\")\",\"12\":\"@OA\\\\Property(property=\\\"report_condition\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"13\":\"@OA\\\\Property(property=\\\"report_matched\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"14\":\"@OA\\\\Property(property=\\\"metric\\\", type=\\\"string\\\")\",\"15\":\"@OA\\\\Property(property=\\\"metric_condition\\\", type=\\\"string\\\")\",\"16\":\"@OA\\\\Property(property=\\\"metric_matched\\\", type=\\\"integer\\\")\",\"17\":\"@OA\\\\Property(property=\\\"compared_to\\\", type=\\\"integer\\\")\",\"18\":\"@OA\\\\Property(property=\\\"email_me\\\", type=\\\"integer\\\")\",\"19\":\"@OA\\\\Property(property=\\\"slack_channel_id\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\"}}}}" }, "CustomDimensions.getCustomDimension": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=8\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"9\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"avg_time_on_site\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"bounce_rate\\\", type=\\\"string\\\")\",\"13\":\"@OA\\\\Property(property=\\\"nb_actions_per_visit\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"14\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "CustomDimensions.getConfiguredCustomDimensions": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"extractions\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idcustomdimension\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"idsite\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"index\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"scope\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"active\\\", type=\\\"boolean\\\")\",\"@OA\\\\Property\":[\"property=\\\"extractions\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"7\":\"@OA\\\\Property(property=\\\"case_sensitive\\\", type=\\\"boolean\\\")\"}}}}" }, "CustomDimensions.getAvailableScopes": { From 86eb539ebe773a3ac5c354f48d662eda2adc58a2 Mon Sep 17 00:00:00 2001 From: Jacob Ransom <jacob@innocraft.com> Date: Fri, 3 Oct 2025 14:40:15 +1300 Subject: [PATCH 06/12] Ignore deprecated endpoints --- Annotations/AnnotationGenerator.php | 9 +- .../API.getAvailableMeasurableTypes.json | 1 - .../API.getAvailableMeasurableTypes.xml | 144 ------------------ .../ExampleResponses/API.getPiwikVersion.json | 1 - .../ExampleResponses/API.getPiwikVersion.tsv | 2 - .../ExampleResponses/API.getPiwikVersion.xml | 2 - .../ExamplesFromDemoByType.json | 9 -- .../ExamplesPostTruncationByType.json | 3 - .../ExamplesSchemasByType.json | 8 - tests/Unit/AnnotationGeneratorTest.php | 61 ++++++-- 10 files changed, 55 insertions(+), 185 deletions(-) delete mode 100644 tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.json delete mode 100644 tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.xml delete mode 100644 tests/Resources/ExampleResponses/API.getPiwikVersion.json delete mode 100644 tests/Resources/ExampleResponses/API.getPiwikVersion.tsv delete mode 100644 tests/Resources/ExampleResponses/API.getPiwikVersion.xml diff --git a/Annotations/AnnotationGenerator.php b/Annotations/AnnotationGenerator.php index 98e70e7..ab681a5 100644 --- a/Annotations/AnnotationGenerator.php +++ b/Annotations/AnnotationGenerator.php @@ -244,9 +244,12 @@ protected function buildAnnotationForMethod(array $rules, string $pluginName, \R $existing = $reflectionMethod->getDocComment(); // Skip methods which have been marked as internal or auto annotations disabled if ( - $existing !== false && (stripos($existing, 'OA-AUTO:OFF') !== false - || stripos($existing, '@internal') !== false - || stripos($existing, '@hide') !== false) + $existing !== false + && ( + stripos($existing, '@internal') !== false + || stripos($existing, '@hide') !== false + || stripos($existing, '@deprecated') !== false + ) ) { return []; } diff --git a/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.json b/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.json deleted file mode 100644 index 4cd33e3..0000000 --- a/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.json +++ /dev/null @@ -1 +0,0 @@ -[{"id":"website","name":"Website","description":"A website consists of webpages, typically served from a single domain on the web.","longDescription":"Track visitor interactions like page views, clicks, downloads, and events on a public-facing website. A single measurable can include multiple domains and subdomains, or you can create separate measurables for each.","howToSetupUrl":"?module=CoreAdminHome&action=trackingCodeGenerator","settings":[{"pluginName":"Live","title":"Live","settings":[{"name":"disable_visitor_log","title":"Turn off visits log and visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\/guidelines.","introduction":null,"condition":null,"fullWidth":false},{"name":"disable_visitor_profile","title":"Turn off visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"All visits-log related features always function.","introduction":null,"condition":"disable_visitor_log==0","fullWidth":false}]}]},{"id":"intranet","name":"Intranet Website","description":"An intranet measurable is just like a website but hosted on an internal network.","longDescription":"Track internal sites that are only accessible within your organisation\u2019s network. Matomo uses first-party cookies to more accurately identify unique visitors in intranet environments.","howToSetupUrl":"?module=CoreAdminHome&action=trackingCodeGenerator","settings":[{"pluginName":"Live","title":"Live","settings":[{"name":"disable_visitor_log","title":"Turn off visits log and visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\/guidelines.","introduction":null,"condition":null,"fullWidth":false},{"name":"disable_visitor_profile","title":"Turn off visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"All visits-log related features always function.","introduction":null,"condition":"disable_visitor_log==0","fullWidth":false}]}]},{"id":"rollup","name":"Roll-Up","description":"Roll-Ups let you aggregate data from multiple websites and apps into one single parent site.","longDescription":"The Roll-Up Reporting plugin lets you aggregate data from multiple websites and apps into one single place. Access, analyse, and compare the data of multiple digital properties in one report, helping you instantly gain the insights you need, error-free.","howToSetupUrl":"","settings":[{"pluginName":"Live","title":"Live","settings":[{"name":"disable_visitor_log","title":"Turn off visits log and visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\/guidelines.","introduction":null,"condition":null,"fullWidth":false},{"name":"disable_visitor_profile","title":"Turn off visitor profiles","value":false,"defaultValue":false,"type":"boolean","uiControl":"checkbox","uiControlAttributes":[],"availableValues":null,"description":null,"inlineHelp":"All visits-log related features always function.","introduction":null,"condition":"disable_visitor_log==0","fullWidth":false}]}]}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.xml b/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.xml deleted file mode 100644 index 0c44028..0000000 --- a/tests/Resources/ExampleResponses/API.getAvailableMeasurableTypes.xml +++ /dev/null @@ -1,144 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<result> - <row> - <id>website</id> - <name>Website</name> - <description>A website consists of webpages, typically served from a single domain on the web.</description> - <longDescription>Track visitor interactions like page views, clicks, downloads, and events on a public-facing website. A single measurable can include multiple domains and subdomains, or you can create separate measurables for each.</longDescription> - <howToSetupUrl>?module=CoreAdminHome&action=trackingCodeGenerator</howToSetupUrl> - <settings> - <row> - <pluginName>Live</pluginName> - <title>Live - - - disable_visitor_log - Turn off visits log and visitor profiles - 0 - 0 - boolean - checkbox - - - - - Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws/guidelines. - - - 0 - - - disable_visitor_profile - Turn off visitor profiles - 0 - 0 - boolean - checkbox - - - - - All visits-log related features always function. - - disable_visitor_log==0 - 0 - - - - - - - intranet - Intranet Website - An intranet measurable is just like a website but hosted on an internal network. - Track internal sites that are only accessible within your organisation’s network. Matomo uses first-party cookies to more accurately identify unique visitors in intranet environments. - ?module=CoreAdminHome&action=trackingCodeGenerator - - - Live - Live - - - disable_visitor_log - Turn off visits log and visitor profiles - 0 - 0 - boolean - checkbox - - - - - Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws/guidelines. - - - 0 - - - disable_visitor_profile - Turn off visitor profiles - 0 - 0 - boolean - checkbox - - - - - All visits-log related features always function. - - disable_visitor_log==0 - 0 - - - - - - - rollup - Roll-Up - Roll-Ups let you aggregate data from multiple websites and apps into one single parent site. - The Roll-Up Reporting plugin lets you aggregate data from multiple websites and apps into one single place. Access, analyse, and compare the data of multiple digital properties in one report, helping you instantly gain the insights you need, error-free. - - - - Live - Live - - - disable_visitor_log - Turn off visits log and visitor profiles - 0 - 0 - boolean - checkbox - - - - - Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws/guidelines. - - - 0 - - - disable_visitor_profile - Turn off visitor profiles - 0 - 0 - boolean - checkbox - - - - - All visits-log related features always function. - - disable_visitor_log==0 - 0 - - - - - - \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPiwikVersion.json b/tests/Resources/ExampleResponses/API.getPiwikVersion.json deleted file mode 100644 index ad2d5fc..0000000 --- a/tests/Resources/ExampleResponses/API.getPiwikVersion.json +++ /dev/null @@ -1 +0,0 @@ -{"value":"5.4.0"} \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPiwikVersion.tsv b/tests/Resources/ExampleResponses/API.getPiwikVersion.tsv deleted file mode 100644 index 04278ab..0000000 --- a/tests/Resources/ExampleResponses/API.getPiwikVersion.tsv +++ /dev/null @@ -1,2 +0,0 @@ -value -5.4.0 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/API.getPiwikVersion.xml b/tests/Resources/ExampleResponses/API.getPiwikVersion.xml deleted file mode 100644 index 4344e38..0000000 --- a/tests/Resources/ExampleResponses/API.getPiwikVersion.xml +++ /dev/null @@ -1,2 +0,0 @@ - -5.4.0 \ No newline at end of file diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json index 818ac0d..a94b377 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json @@ -9,11 +9,6 @@ "json": "{\"version\":\"8.4.10\",\"major\":8,\"minor\":4,\"release\":10,\"versionId\":80410,\"extra\":\"\"}", "tsv": "version\tmajor\tminor\trelease\tversionId\textra\n8.4.10\t8\t4\t10\t80410" }, - "API.getPiwikVersion": { - "xml": "[\"5.4.0\"]", - "json": "{\"value\":\"5.4.0\"}", - "tsv": "value\n5.4.0" - }, "API.getIpFromHeader": { "xml": "[\"111.111.111.111\"]", "json": "{\"value\":\"111.111.111.111\"}", @@ -24,10 +19,6 @@ "json": "{\"SDK_batch_size\":10,\"SDK_interval_value\":30}", "tsv": "SDK_batch_size\tSDK_interval_value\n10\t30" }, - "API.getAvailableMeasurableTypes": { - "xml": "{\"row\":[{\"id\":\"website\",\"name\":\"Website\",\"description\":\"A website consists of webpages, typically served from a single domain on the web.\",\"longDescription\":\"Track visitor interactions like page views, clicks, downloads, and events on a public-facing website. A single measurable can include multiple domains and subdomains, or you can create separate measurables for each.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":{\"row\":{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":{\"row\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\\/guidelines.\",\"introduction\":\"\",\"condition\":\"\",\"fullWidth\":\"0\"},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":\"\",\"condition\":\"disable_visitor_log==0\",\"fullWidth\":\"0\"}]}}}},{\"id\":\"intranet\",\"name\":\"Intranet Website\",\"description\":\"An intranet measurable is just like a website but hosted on an internal network.\",\"longDescription\":\"Track internal sites that are only accessible within your organisation\\u2019s network. Matomo uses first-party cookies to more accurately identify unique visitors in intranet environments.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":{\"row\":{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":{\"row\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\\/guidelines.\",\"introduction\":\"\",\"condition\":\"\",\"fullWidth\":\"0\"},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":\"\",\"condition\":\"disable_visitor_log==0\",\"fullWidth\":\"0\"}]}}}},{\"id\":\"rollup\",\"name\":\"Roll-Up\",\"description\":\"Roll-Ups let you aggregate data from multiple websites and apps into one single parent site.\",\"longDescription\":\"The Roll-Up Reporting plugin lets you aggregate data from multiple websites and apps into one single place. Access, analyse, and compare the data of multiple digital properties in one report, helping you instantly gain the insights you need, error-free.\",\"howToSetupUrl\":\"\",\"settings\":{\"row\":{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":{\"row\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\/guidelines.\",\"introduction\":\"\",\"condition\":\"\",\"fullWidth\":\"0\"},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":\"\",\"condition\":\"disable_visitor_log==0\",\"fullWidth\":\"0\"}]}}}}]}", - "json": "[{\"id\":\"website\",\"name\":\"Website\",\"description\":\"A website consists of webpages, typically served from a single domain on the web.\",\"longDescription\":\"Track visitor interactions like page views, clicks, downloads, and events on a public-facing website. A single measurable can include multiple domains and subdomains, or you can create separate measurables for each.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":[{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":false,\"defaultValue\":false,\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":[],\"availableValues\":null,\"description\":null,\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\\/guidelines.\",\"introduction\":null,\"condition\":null,\"fullWidth\":false},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":false,\"defaultValue\":false,\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":[],\"availableValues\":null,\"description\":null,\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":null,\"condition\":\"disable_visitor_log==0\",\"fullWidth\":false}]}]},{\"id\":\"intranet\",\"name\":\"Intranet Website\",\"description\":\"An intranet measurable is just like a website but hosted on an internal network.\",\"longDescription\":\"Track internal sites that are only accessible within your organisation\\u2019s network. Matomo uses first-party cookies to more accurately identify unique visitors in intranet environments.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":[{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":false,\"defaultValue\":false,\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":[],\"availableValues\":null,\"description\":null,\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\\/guidelines.\",\"introduction\":null,\"condition\":null,\"fullWidth\":false},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":false,\"defaultValue\":false,\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":[],\"availableValues\":null,\"description\":null,\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":null,\"condition\":\"disable_visitor_log==0\",\"fullWidth\":false}]}]}]" - }, "API.getSegmentsMetadata": { "xml": "{\"row\":[{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Actions In Visit\",\"segment\":\"actions\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since first visit\",\"segment\":\"daysSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last Ecommerce order\",\"segment\":\"daysSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last visit\",\"segment\":\"daysSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Events\",\"segment\":\"events\",\"acceptedValues\":\"To select all visits who triggered an Event, use: &segment=events>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 minute (start of visit)\",\"segment\":\"visitLocalMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 67, 57, 58, 59\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Interactions\",\"segment\":\"interactions\",\"acceptedValues\":\"Any positive integer\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Internal Searches\",\"segment\":\"searches\",\"acceptedValues\":\"To select all visits who used internal Site Search, use: &segment=searches>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of visits\",\"segment\":\"visitCount\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since first visit\",\"segment\":\"secondsSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last Ecommerce order\",\"segment\":\"secondsSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last visit\",\"segment\":\"secondsSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visit Duration (in seconds)\",\"segment\":\"visitDuration\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visitor IP\",\"segment\":\"visitIp\",\"acceptedValues\":\"13.54.122.1. Select IP ranges with notation: visitIp>13.54.122.0;visitIp<13.54.122.255<\\/code>\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser\",\"segment\":\"browserName\",\"acceptedValues\":\"FireFox, Internet Explorer, Chrome, Safari, Opera etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser code\",\"segment\":\"browserCode\",\"acceptedValues\":\"FF, IE, CH, SF, OP etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser engine\",\"segment\":\"browserEngine\",\"acceptedValues\":\"Trident, WebKit, Presto, Gecko, Blink, etc.\",\"suggestedValuesCallback\":\"\\\\DeviceDetector\\\\Parser\\\\Client\\\\Browser\\\\Engine::getAvailableEngines\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser version\",\"segment\":\"browserVersion\",\"acceptedValues\":\"1.0, 8.0, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device brand\",\"segment\":\"deviceBrand\",\"acceptedValues\":\"2E, 3GNET, 3GO, 3Q, 4Good, 4ife, 5IVE, 7 Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, ACD, Ace, Aceline, Acepad, Acer, Acteck, actiMirror, Adreamer, Adronix, Advan, Advance, Advantage Air, AEEZO, AFFIX, AfriOne, AGM, AG Mobile, AIDATA, AileTV, Ainol, Airis, Airness, AIRON, Airpha, Airtel, Airties, AirTouch, AIS, Aiuto, Aiwa, Ajib, Akai, AKIRA, Alba, Alcatel, Alcor, ALDI NORD, ALDI S\\u00dcD, Alfawise, Alienware, Aligator, AllCall, AllDocube, allente, ALLINmobile, All Star, Allview, Allwinner, Alps, alpsmart, Altech UEC, Altibox, Altice, Altimo, altron, Altus, AMA, Amazon, Amazon Basics, AMCV, AMGOO, Amigoo, Amino, Amoi, ANBERNIC, ANCEL, andersson, Andowl, Angelcare, AngelTech, Anker, Anry, ANS, ANXONIT, AOC, Aocos, Aocwei, AOpen, Aoro, Aoson, AOYODKG, ApoloSign, Apple, Aquarius, Archos, Arian Space, Arival, Ark, ArmPhone, Arnova, ARRIS, Artel, Artizlee, ArtLine, Ar\\u00e7elik, Asano, Asanzo, Ask, Aspera, ASSE, Assistant, astro (MY), Astro (UA), Asus, AT&T, Athesi, Atlantic Electrics, Atmaca Elektronik, ATMAN, ATMPC, ATOL, Atom, Atouch, Atozee, Attila, Atvio, Audiovox, AUPO, AURIS, Autan, AUX, Avaya, Avenzo, AVH, Avvio, Awow, AWOX, AXEN, Axioo, AXXA, Axxion, AYA, AYYA, Azeyou, AZOM, Azumi Mobile, Azupik, b2m, Backcell, BAFF, BangOlufsen, Barnes & Noble, BARTEC, BASE, BAUHN, BBK, BB Mobile, BDF, BDQ, BDsharing, Beafon, Becker, Beeline, Beelink, Beetel, Beista, Beko, Bell, Bellphone, Benco, Benesse, BenQ, BenQ-Siemens, BenWee, Benzo, Beyond, Bezkam, BGH, Biegedy, Bigben, BIHEE, BilimLand, Billion, Billow, BioRugged, Bird, Bitel, Bitmore, Bittium, Bkav, Black Bear, Black Box, Black Fox, Blackpcs, Blackphone, Blackton, Blackview, Blaupunkt, Bleck, BLISS, Blloc, Blow, Blu, Bluboo, Bluebird, Bluedot, Bluegood, BlueSky, Bluewave, BluSlate, BMAX, Bmobile, BMW, BMXC, Bobarry, bogo, Bolva, Bookeen, Boost, Botech, Boway, bq, Bqeel, BrandCode, Brandt, BRAVE, Bravis, BrightSign, Brigmton, Brondi, BROR, BS Mobile, Bubblegum, Bundy, Bush, BuzzTV, BYD, BYJU'S, BYYBUO, C5 Mobile, CADENA, CAGI, Caixun, CALME, Camfone, Canaima, Canal+, Canal Digital, Canguro, Capitel, Captiva, Carbon Mobile, Carrefour, Casio, Casper, Cat, Cavion, CCIT, Cecotec, Ceibal, Celcus, Celkon, Cell-C, Cellacom, CellAllure, Cellution, CENTEK, Centric, CEPTER, CG Mobile, CGV, Chainway, Changhong, CHCNAV, Cherry Mobile, Chico Mobile, ChiliGreen, China Mobile, China Telecom, Chuwi, C Idea, CipherLab, Citycall, CKK Mobile, Claresta, Clarmin, CLAYTON, ClearPHONE, Clementoni, Cloud, Cloudfone, Cloudpad, Clout, Clovertek, CMF, CnM, Cobalt, Coby Kyros, Cogeco, COLORROOM, Colors, Comio, CommScope, Compal, Compaq, COMPUMAX, ComTrade Tesla, Conceptum, Concord, ConCorde, Condor, Connectce, Connex, Conquest, CONSUNG, Continental Edison, Contixo, coocaa, COOD-E, Coolpad, Coopers, CORN, Cosmote, Covia, Cowon, COYOTE, CPDEVICE, CreNova, Crescent, Crestron, Cricket, Crius Mea, Crony, Crosscall, Crown, Ctroniq, Cube, CUBOT, CUD, Cuiud, Cultraview, CVTE, Cwowdefu, CX, Cyrus, D-Link, D-Tech, Daewoo, Danew, DangcapHD, Dany, Daria, DASS, Datalogic, Datamini, Datang, Datawind, Datsun, Dawlance, Dazen, DbPhone, Dbtel, Dcode, DEALDIG, Dell, Denali, Denka, Denver, Desay, DeWalt, DEXP, DEYI, DF, DGTEC, DIALN, Dialog, Dicam, Digi, Digicel, DIGICOM, Digidragon, DIGIFORS, Digihome, Digiland, Digit4G, Digma, DIJITSU, DIKOM, DIMO, Dinalink, Dinax, DING DING, Diofox, DIORA, DISH, Disney, Ditecma, Diva, DiverMax, Divisat, DIXON, DL, DMM, DMOAO, DNS, DoCoMo, Doffler, Dolamee, Dom.ru, Doogee, Doopro, Doov, Dopod, Doppio, Dora, DORLAND, Doro, DPA, DRAGON, Dragon Touch, Dreamgate, DreamStar, DreamTab, Droidlogic, Droxio, DSDevices, DSIC, Dtac, DUDU AUTO, Dune HD, DUNNS Mobile, DuoTV, Durabook, Duubee, Dykemann, Dyon, E-Boda, E-Ceros, E-TACHI, E-tel, Eagle, EagleSoar, EAS Electric, Easypix, EBEN, EBEST, Echo Mobiles, ecom, ECON, ECOO, EcoStar, ECS, Edenwood, EE, EFT, EGL, EGOTEK, Ehlel, Einstein, EKINOX, EKO, Eks Mobility, EKT, ELARI, ELE-GATE, Elecson, Electroneum, ELECTRONIA, Elekta, Elektroland, Element, Elenberg, Elephone, Elevate, Elista, elit, Elong Mobile, Eltex, Ematic, Emporia, ENACOM, ENDURO, Energizer, Energy Sistem, Engel, ENIE, Enot, eNOVA, Entity, Envizen, Ephone, Epic, Epik One, Eplutus, Epson, Equator, Ergo, Ericsson, Ericy, Erisson, Essential, Essentielb, eSTAR, ETOE, Eton, eTouch, Etuline, Eudora, Eurocase, EUROLUX, Eurostar, Evercoss, Everest, Everex, Everfine, Everis, Evertek, Evolio, Evolveo, Evoo, EVPAD, EvroMedia, evvoli, EWIS, EXCEED, Exmart, ExMobile, EXO, Explay, Express LUCK, ExtraLink, Extrem, Eyemoo, EYU, Ezio, Ezze, F&U, F+, F2 Mobile, F150, Facebook, Facetel, Facime, Fairphone, Famoco, Famous, Fantec, Fanvace, FaRao Pro, Farassoo, FarEasTone, Fengxiang, Fenoti, FEONAL, Fero, FFF SmartLife, Figgers, FiGi, FiGO, FiiO, Filimo, FILIX, FinePower, FINIX, Finlux, FireFly Mobile, FISE, Fision, FITCO, Fluo, Fly, FLYCAT, FLYCOAY, FMT, FNB, FNF, Fobem, Fondi, Fonos, FONTEL, FOODO, FORME, Formovie, Formuler, Forstar, Fortis, FortuneShip, FOSSiBOT, Fourel, Four Mobile, Foxconn, FoxxD, FPT, free, Freetel, FreeYond, FRESH, Frunsi, Fuego, FUJICOM, Fujitsu, Funai, Fusion5, Future Mobile Technology, Fxtec, G-Guard, G-PLUS, G-TiDE, G-Touch, G-Vill, Galactic, Galatec, Galaxy Innovations, Gamma, Garmin-Asus, Gateway, Gazal, Gazer, GDL, Geanee, Geant, Gear Mobile, Gemini, General Mobile, Genesis, GEOFOX, Geo Phone, Geotel, Geotex, GEOZON, Getnord, GFive, Gfone, Ghia, Ghong, Ghost, Gigabyte, Gigaset, Gini, Ginzzu, Gionee, GIRASOLE, GlobalSec, Globex, Globmall, GlocalMe, Glofiish, GLONYX, Glory Star, GLX, GN Electronics, GOCLEVER, Gocomma, GoGEN, GOLDBERG, GoldMaster, GoldStar, Gol Mobile, Goly, Gome, GoMobile, GOODTEL, Google, Goophone, Gooweel, GOtv, Gplus, Gradiente, Graetz, Grape, Great Asia, Gree, Green Lion, Green Orange, Greentel, Gresso, Gretel, GroBerwert, Grundig, Gr\\u00fcnberg, Gtel, GTMEDIA, GTX, Guophone, GVC Pro, H96, H133, Hafury, Haier, Haipai, Haixu, Hamlet, Hammer, Handheld, HannSpree, Hanseatic, Hanson, HAOQIN, HAOVM, Hardkernel, Harper, Hartens, Hasee, Hathway, HAVIT, HDC, HeadWolf, HEC, Heimat, Helio, Hemilton, HERO, HexaByte, Hezire, Hi, Hi-Level, Hiberg, HiBy, HIGH1ONE, High Q, Highscreen, HiGrace, HiHi, HiKing, HiMax, Hi Nova, HIPER, Hipstreet, Hiremco, Hisense, Hitachi, Hitech, HKC, HKPro, HLLO, HMD, hoco, HOFER, Hoffmann, HOLLEBERG, Homatics, Hometech, HOMII, Homtom, Honeywell, HongTop, HONKUAHG, Hoozo, Hopeland, Horion, Horizon, Horizont, Hosin, HOTACK, Hotel, Hot Pepper, HOTREALS, Hotwav, How, HP, HTC, Huadoo, Huagan, Huavi, Huawei, Hugerock, Humanware, Humax, HUMElab, Hurricane, Huskee, Hyatta, Hykker, Hyrican, Hytera, Hyundai, Hyve, i-Cherry, I-INN, i-Joy, i-mate, i-mobile, I-Plus, iBall, iBerry, ibowin, iBrit, IconBIT, Icone Gold, iData, IDC, iDino, iDroid, iFIT, iGet, iHome Life, iHunt, I KALL, Ikea, IKI Mobile, iKoMo, iKon, iKonia, IKU Mobile, iLA, iLepo, iLife, iMan, Imaq, iMars, iMI, IMO Mobile, Imose, Impression, iMuz, iNavi, INCAR, Inch, Inco, Indurama, iNew, Infiniton, InfinityPro, Infinix, InFocus, InfoKit, Infomir, InFone, Inhon, Inka, Inkti, InnJoo, Innos, Innostream, Inoi, iNo Mobile, iNOVA, inovo, INQ, Insignia, INSYS, Intek, Intel, Intex, Invens, Inverto, Invin, iOcean, IOTWE, iOutdoor, iPEGTOP, iPro, iQ&T, IQM, IRA, Irbis, iReplace, Iris, iRobot, iRola, iRulu, iSafe Mobile, iStar, iSWAG, IT, iTel, iTruck, IUNI, iVA, iView, iVooMi, ivvi, iWaylink, iXTech, iYou, iZotron, Jambo, JAY-Tech, Jedi, Jeep, Jeka, Jesy, JFone, Jiake, Jiayu, Jinga, Jin Tu, Jio, Jivi, JKL, Jolla, Joy, JoySurf, JPay, JREN, Jumper, Juniper Systems, Just5, JUSYEA, JVC, JXD, K-Lite, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Kapsys, Karbonn, Kata, KATV1, Kazam, Kazuna, KDDI, Kempler & Strauss, Kenbo, Kendo, Keneksi, KENSHI, KENWOOD, Kenxinda, KGTEL, Khadas, Kiano, kidiby, Kingbox, Kingstar, Kingsun, KINGZONE, Kinstone, Kiowa, Kivi, Klipad, KMC, KN Mobile, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, Koolnee, Kooper, KOPO, Korax, Koridy, Koslam, Kraft, KREZ, KRIP, KRONO, Kr\\u00fcger&Matz, KT-Tech, KTC, KUBO, KuGou, Kuliao, Kult, Kumai, Kurio, KVADRA, Kvant, Kydos, Kyocera, Kyowon, Kzen, KZG, L-Max, LAIQ, Land Rover, Landvo, Lanin, Lanix, Lark, Laser, Laurus, Lava, LCT, Leader Phone, Leagoo, Leben, LeBest, Lectrus, Ledstar, LeEco, Leelbox, Leff, Legend, Leke, Lemco, LEMFO, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lesia, Lexand, Lexibook, LG, Liberton, Lifemaxx, Lime, Lingbo, Lingwin, Linnex, Linsar, Linsay, Listo, LNMBBS, Loewe, LOGAN, Logic, Logic Instrument, Logicom, Logik, Logitech, LOKMAT, LongTV, Loview, Lovme, LPX-G, LT Mobile, Lumigon, Lumitel, Lumus, Luna, LUNNEN, LUO, Luxor, Lville, LW, LYF, LYOTECH LABS, M-Horse, M-KOPA, M-Tech, M.T.T., M3 Mobile, M4tel, MAC AUDIO, Macoox, Mafe, MAG, MAGCH, Magenta, Magicsee, Magnus, Majestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, Masstel, Master-G, Mastertech, Matco Tools, Matrix, Maunfeld, Maxcom, Maxfone, Maximus, Maxtron, MAXVI, Maxwell, Maxwest, MAXX, Maze, Maze Speed, MBI, MBK, MBOX, McLaut, MDC Store, MDTV, meanIT, Mecer, MECHEN, Mecool, Mediacom, Medion, MEEG, Megacable, MegaFon, MEGAMAX, MEGA VISION, Meitu, Meizu, Melrose, MeMobile, Memup, MEO, MESWAO, Meta, Metz, MEU, MicroMax, Microsoft, Microtech, Mightier, Minix, Mint, Mintt, Mio, Mione, mipo, Miray, Mitchell & Brown, Mito, Mitsubishi, Mitsui, MIVO, MIWANG, MIXC, MiXzo, MLAB, MLLED, MLS, MMI, Mobell, Mobicel, MobiIoT, Mobiistar, Mobile Kingdom, Mobiola, Mobistel, MobiWire, Mobo, Mobvoi, Modecom, Mode Mobile, Mofut, Moondrop, MORTAL, Mosimosi, Motiv, Motorola, Motorola Solutions, Movic, MOVISUN, Movitel, Moxee, mPhone, Mpman, MSI, MStar, MTC, MTN, multibox, Multilaser, MultiPOS, MULTYNET, MwalimuPlus, MYFON, MyGica, MygPad, Mymaga, MyMobile, MyPhone (PH), myPhone (PL), Myria, Myros, Mystery, MyTab, MyWigo, N-one, Nabi, NABO, Nanho, Naomi Phone, NASCO, National, Navcity, Navitech, Navitel, Navon, NavRoad, NEC, Necnot, Nedaphone, Neffos, NEKO, Neo, neoCore, Neolix, Neomi, Neon IQ, Neoregent, Nesons, NetBox, Netgear, Netmak, NETWIT, NeuImage, NeuTab, NEVIR, Newal, New Balance, New Bridge, Newgen, Newland, Newman, Newsday, NewsMy, Nexa, Nexar, NEXBOX, Nexian, NEXON, NEXT, Next & NextStar, Nextbit, NextBook, NextTab, NGM, NG Optics, NGpon, Nikon, NILAIT, NINETEC, NINETOLOGY, Nintendo, nJoy, NOA, Noain, Nobby, Noblex, NOBUX, noDROPOUT, NOGA, Nokia, Nomi, Nomu, Noontec, Nordfrost, Nordmende, NORMANDE, NorthTech, Nos, Nothing, Nous, Novacom, Novex, Novey, NOVIS, NoviSea, NOVO, NTT West, NuAns, Nubia, NUU Mobile, NuVision, Nuvo, Nvidia, NYX Mobile, O+, O2, Oale, Oangcc, OASYS, Obabox, Ober, Obi, OCEANIC, Odotpad, Odys, Oilsky, OINOM, ok., Okapi, Okapia, Oking, OKSI, OKWU, Olax, Olkya, Ollee, OLTO, Olympia, OMIX, Onda, OneClick, OneLern, OnePlus, Onida, Onix, Onkyo, ONN, ONVO, ONYX BOOX, Ookee, Ooredoo, OpelMobile, Openbox, Ophone, OPPO, Opsson, Optoma, Orange, Orange Pi, Orava, Orbic, Orbita, Orbsmart, Ordissimo, Orion, OSCAL, OTTO, OUJIA, Ouki, Oukitel, OUYA, Overmax, Ovvi, Owwo, OX TAB, OYSIN, Oysters, Oyyu, OzoneHD, P-UP, Pacific Research Alliance, Packard Bell, Padpro, PAGRAER, Paladin, Palm, Panacom, Panasonic, Panavox, Pano, Panodic, Panoramic, Pantech, PAPYRE, Parrot Mobile, Partner Mobile, PCBOX, PCD, PCD Argentina, PC Smart, PEAQ, Pelitt, Pendoo, Penta, Pentagram, Perfeo, Phicomm, Philco, Philips, Phonemax, phoneOne, Pico, PINE, Pioneer, Pioneer Computers, PiPO, PIRANHA, Pixela, Pixelphone, PIXPRO, Pixus, Planet Computers, Platoon, Play Now, PLDT, Ployer, Plum, PlusStyle, Pluzz, PocketBook, POCO, Point Mobile, Point of View, Polar, PolarLine, Polaroid, Polestar, PolyPad, Polytron, Pomp, Poppox, POPTEL, Porsche, Portfolio, Positivo, Positivo BGH, PPDS, PPTV, Premier, Premio, Prestigio, PRIME, Primepad, Primux, PRISM+, Pritom, Prixton, PROFiLO, Proline, Prology, ProScan, PROSONIC, Protruly, ProVision, PULID, Punos, Purism, PVBox, Q-Box, Q-Touch, Q.Bell, QFX, Qilive, QIN, Qiuwoky, QLink, QMobile, Qnet Mobile, QTECH, Qtek, Quantum, Quatro, Qubo, Quechua, Quest, Quipus, Qumo, Qupi, Qware, QWATT, R-TV, R3Di, Rakuten, Ramos, Raspberry, Ravoz, Raylandz, Razer, RAZZ, RCA Tablets, RCT, Reach, Readboy, Realix, Realme, RED, RED-X, Redbean, Redfox, RedLine, Redway, Reeder, REGAL, RelNAT, Relndoo, Remdun, Renova, RENSO, rephone, Retroid Pocket, Revo, Revomovil, Rhino, Ricoh, Rikomagic, RIM, Ringing Bells, Rinno, Ritmix, Ritzviva, Riviera, Rivo, Rizzen, ROADMAX, Roadrover, Roam Cat, ROCH, Rocket, ROiK, Rokit, Roku, Rombica, Romsat, Ross&Moor, Rover, RoverPad, Royole, RoyQueen, RTK, RT Project, RugGear, RuggeTech, Ruggex, Ruio, Runbo, RunGee, Rupa, Ryte, S-Color, S-TELL, S2Tel, Saba, Safaricom, Sagem, Sagemcom, Saiet, SAILF, Salora, Sambox, Samsung, Samtech, Samtron, Sanei, Sankey, Sansui, Santin, SANY, Sanyo, Savio, Sber, SCHAUB LORENZ, Schneider, Schok, SCHONTECH, Scoole, Scosmos, Seatel, SEBBE, Seeken, SEEWO, SEG, Sega, SEHMAX, Selecline, Selenga, Selevision, Selfix, SEMP TCL, Sencor, Sencrom, Sendo, Senkatel, SENNA, Senseit, Senwa, SERVO, Seuic, Sewoo, SFR, SGIN, Shanling, Sharp, Shift Phones, Shivaki, Shtrikh-M, Shuttle, Sico, Siemens, Sigma, Silelis, Silent Circle, Silva Schneider, Simbans, simfer, Simply, SINGER, Singtech, Siragon, Sirin Labs, Siswoo, SK Broadband, SKG, SKK Mobile, Sky, Skyline, SkyStream, Skytech, Skyworth, Smadl, Smailo, Smart, Smartab, SmartBook, SMARTEC, Smart Electronic, Smartex, Smartfren, Smartisan, Smart Kassel, Smart Tech, Smarty, Smooth Mobile, Smotreshka, SMT Telecom, SMUX, SNAMI, SobieTech, Soda, Softbank, Soho Style, Solas, SOLE, SOLO, Solone, Sonim, SONOS, Sony, Sony Ericsson, SOSH, SoulLink, Soundmax, SOWLY, Soyes, Spark, Sparx, SPC, Spectralink, Spectrum, Spice, Spider, Sprint, SPURT, SQOOL, SSKY, Star, Star-Light, Starlight, Starmobile, Starway, Starwind, STF Mobile, STG Telecom, Stilevs, STK, Stonex, Storex, StrawBerry, Stream, STRONG, Stylo, Subor, Sugar, SULPICE TV, Sumvision, Sunmax, Sunmi, Sunny, Sunstech, SunVan, Sunvell, SUNWIND, SuperBOX, Super General, Supermax, SuperSonic, SuperTab, SuperTV, Supra, Supraim, Surfans, Surge, Suzuki, Sveon, Swipe, SWISSMOBILITY, Swisstone, Switel, SWOFY, Syco, SYH, Sylvania, Symphony, Syrox, System76, T-Mobile, T96, TADAAM, TAG Tech, Taiga System, Takara, TALBERG, Talius, Tambo, Tanix, TAUBE, TB Touch, TCL, TCL SCBC, TD Systems, TD Tech, TeachTouch, Technicolor, Technika, TechniSat, Technopc, TECHNOSAT, TechnoTrend, TechPad, TechSmart, Techstorm, Techwood, Teclast, Tecno Mobile, TecToy, TEENO, Teknosa, Tele2, Telefunken, Telego, Telenor, Telia, Telit, Telkom, Telly, Telma, TeloSystems, Telpo, Temigereev, TENPLUS, Teracube, Tesco, Tesla, TETC, Tetratab, teXet, ThL, Thomson, Thuraya, TIANYU, Tibuta, Tigers, Time2, Timovi, TIMvision, Tinai, Tinmo, TiPhone, Tivax, TiVo, TJC, TJD, TOKYO, Tolino, Tone, TOOGO, Tooky, Top-Tech, TopDevice, TOPDON, Topelotek, Top House, Toplux, TOPSHOWS, Topsion, Topway, Torex, TORNADO, Torque, TOSCIDO, Toshiba, Touchmate, Touch Plus, TOX, TPS, Transpeed, Trecfone, TrekStor, Trevi, TriaPlay, Tricolor, Trident, Trifone, Trimble, Trio, Tronsmart, True, True Slim, Tsinghua Tongfang, TTEC, TTfone, TTK-TV, TuCEL, TUCSON, Tunisie Telecom, Turbo, Turbo-X, TurboKids, TurboPad, Turkcell, Tuvio, TV+, TVC, TwinMOS, TWM, Twoe, TWZ, TYD, Tymes, T\\u00fcrk Telekom, U-Magic, U.S. Cellular, UD, UE, UGINE, Ugoos, Uhans, Uhappy, Ulefone, Umax, UMIDIGI, Umiio, Unblock Tech, Uniden, Unihertz, Unimax, Uniqcell, Uniscope, Unistrong, Unitech, UNITED, United Group, UNIWA, Unknown, Unnecto, Unnion Technologies, UNNO, Unonu, UnoPhone, Unowhy, UOOGOU, Urovo, UTime, UTOK, UTStarcom, UZ Mobile, V-Gen, V-HOME, V-HOPE, v-mobile, V7, VAIO, VALE, VALEM, VALTECH, VANGUARD, Vankyo, VANWIN, Vargo, VASOUN, Vastking, VAVA, VC, VDVD, Vega, Veidoo, Vekta, Venso, Venstar, Venturer, VEON, Verico, Verizon, Vernee, Verssed, Versus, Vertex, Vertu, Verykool, Vesta, Vestel, VETAS, Vexia, VGO TEL, ViBox, Victurio, VIDA, Videocon, Videoweb, Viendo, ViewSonic, VIIPOO, VIKUSHA, VILLAON, VIMOQ, Vinabox, Vinga, Vinsoc, Vios, Viper, Vipro, Virzo, Vision Technology, Vision Touch, Visitech, Visual Land, Vitelcom, Vitumi, Vityaz, Viumee, Vivax, VIVIBright, VIVIMAGE, Vivo, VIWA, Vizio, Vizmo, VK Mobile, VKworld, VNPT Technology, VOCAL, Vodacom, Vodafone, VOGA, VOLIA, VOLKANO, Volla, Volt, Vonino, Vontar, Vorago, Vorcom, Vorke, Vormor, Vortex, VORTEX (RO), Voto, VOX, Voxtel, Voyo, Vsmart, Vsun, VUCATIMES, Vue Micro, Vulcan, VVETIME, V\\u00f6lfen, W&O, WAF, Wainyok, waipu.tv, Walker, Waltham, Walton, Waltter, Wanmukang, WANSA, WE, We. by Loewe., Webfleet, Web TV, WeChip, Wecool, Weelikeit, Weiimi, Weimei, WellcoM, WELLINGTON, Western Digital, Weston, Westpoint, Wexler, White Mobile, Whoop, Wieppo, Wigor, Wiko, WildRed, Wileyfox, Winds, Wink, Winmax, Winnovo, Winstar, Wintouch, Wiseasy, WIWA, WizarPos, Wizz, Wolder, Wolfgang, Wolki, WONDER, Wonu, Woo, Wortmann, Woxter, WOZIFAN, WS, X-AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectron, XGEM, XGIMI, Xgody, Xiaodu, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, XPPen, XREAL, Xshitou, Xsmart, Xtouch, Xtratech, Xwave, XY Auto, Yandex, Yarvik, YASIN, YELLYOUTH, YEPEN, Yes, Yestel, Yezz, YIKEMI, Yoka TV, Yooz, Yota, YOTOPT, Youin, Youwei, Ytone, Yu, Yuandao, YU Fly, YUHO, YUMKEM, YUNDOO, Yuno, YunSong, Yusun, Yxtel, Z-Kai, Zaith, ZALA, Zamolxe, Zatec, Zealot, Zeblaze, Zebra, Zeeker, Zeemi, Zen, Zenek, Zentality, Zfiner, ZH&K, Zidoo, ZIFFLER, ZIFRO, Zigo, ZIK, Zinox, ZIOVO, Ziox, Zonda, Zonko, Zoom, ZoomSmart, Zopo, ZTE, Zuum, Zync, ZYQ, Zyrex, ZZB, \\u00f6wn\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device model\",\"segment\":\"deviceModel\",\"acceptedValues\":\"iPad, Nexus 5, Galaxy S5, Fire TV, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device type\",\"segment\":\"deviceType\",\"acceptedValues\":\"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Fingerprint\",\"segment\":\"fingerprint\",\"acceptedValues\":\"1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched from API.getLastVisitsDetails\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 hour (start of visit)\",\"segment\":\"visitLocalHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system\",\"segment\":\"operatingSystemName\",\"acceptedValues\":\"Windows, Linux, Mac, Android, iOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system code\",\"segment\":\"operatingSystemCode\",\"acceptedValues\":\"WIN, LIN, MAX, AND, IOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system version\",\"segment\":\"operatingSystemVersion\",\"acceptedValues\":\"XP, 7, 2.3, 5.1, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Profilable\",\"segment\":\"profilable\",\"acceptedValues\":\"1 for profilable (eg cookies were used), 0 for not profilable (eg no cookies were used)\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Resolution\",\"segment\":\"resolution\",\"acceptedValues\":\"1280x1024, 800x600, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (start of visit)\",\"segment\":\"visitStartServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (time of last action)\",\"segment\":\"visitServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 date (time of last action)\",\"segment\":\"visitEndServerDate\",\"acceptedValues\":\"2018-12-31, 2018-03-20, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of month (time of last action)\",\"segment\":\"visitEndServerDayOfMonth\",\"acceptedValues\":\"0, 1, 2, 3, ..., 29, 30, 31\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of week (time of last action)\",\"segment\":\"visitEndServerDayOfWeek\",\"acceptedValues\":\"1, 2, 3, 4, 5, 6, 7\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of year (time of last action)\",\"segment\":\"visitEndServerDayOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 365, 366\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (start of visit)\",\"segment\":\"visitStartServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (time of last action)\",\"segment\":\"visitEndServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 month (time of last action)\",\"segment\":\"visitEndServerMonth\",\"acceptedValues\":\"1, 2, 3, ..., 11, 12\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 quarter (time of last action)\",\"segment\":\"visitEndServerQuarter\",\"acceptedValues\":\"1, 2, 3, 4\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 second (Time of last action)\",\"segment\":\"visitEndServerSecond\",\"acceptedValues\":\"0, 1, 2, 3, ..., 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 week of year (time of last action)\",\"segment\":\"visitEndServerWeekOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 51, 52, 53\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 year (time of last action)\",\"segment\":\"visitEndServerYear\",\"acceptedValues\":\"2016, 2017, 2018, ..., 9998, 9999\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"User ID\",\"segment\":\"userId\",\"acceptedValues\":\"any non empty unique string identifying the user (such as an email address or a username).\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit Ecommerce status at the end of the visit\",\"segment\":\"visitEcommerceStatus\",\"acceptedValues\":\"none, ordered, abandonedCart, orderedThenAbandonedCart. For example, to select all visits that have made an Ecommerce order, the API request would contain \\\"&segment=visitEcommerceStatus==ordered,visitEcommerceStatus==orderedThenAbandonedCart\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit ID\",\"segment\":\"visitId\",\"acceptedValues\":\"Any positive integer\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Id\",\"segment\":\"visitConvertedGoalId\",\"acceptedValues\":\"1, 2, 3, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Name\",\"segment\":\"visitConvertedGoalName\",\"acceptedValues\":\"myGoal, myOtherGoal, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted at least one Goal\",\"segment\":\"visitConverted\",\"acceptedValues\":\"0, 1\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit type\",\"segment\":\"visitorType\",\"acceptedValues\":\"new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain \\\"&segment=visitorType==returning,visitorType==returningCustomer\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visitor ID\",\"segment\":\"visitorId\",\"acceptedValues\":\"34c31e04394bdc63 - any 16 Hexadecimal chars ID, which can be fetched using the Tracking API function getVisitorId()\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"City\",\"segment\":\"city\",\"acceptedValues\":\"Sydney, Sao Paolo, Rome, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Continent\",\"segment\":\"continentCode\",\"acceptedValues\":\"eur, asi, amc, amn, ams, afr, ant, oce\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country\",\"segment\":\"countryName\",\"acceptedValues\":\"Germany, France, Spain, ...\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country code\",\"segment\":\"countryCode\",\"acceptedValues\":\"ISO 3166-1 alpha-2 country codes (de, us, fr, in, es, etc.)\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Language\",\"segment\":\"languageCode\",\"acceptedValues\":\"de, fr, en-gb, zh-cn, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Latitude\",\"segment\":\"latitude\",\"acceptedValues\":\"-33.578, 40.830, etc.You can select visitors within a lat\\/long range using &segment=lat>X;latM;longeg. region=BFC;country=fr\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope visit)\",\"segment\":\"customVariableName\",\"unionOfSegments\":{\"row\":[\"customVariableName1\",\"customVariableName2\",\"customVariableName3\",\"customVariableName4\",\"customVariableName5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope visit)\",\"segment\":\"customVariableName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope visit)\",\"segment\":\"customVariableName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope visit)\",\"segment\":\"customVariableName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope visit)\",\"segment\":\"customVariableName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope visit)\",\"segment\":\"customVariableName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope page)\",\"segment\":\"customVariablePageName\",\"unionOfSegments\":{\"row\":[\"customVariablePageName1\",\"customVariablePageName2\",\"customVariablePageName3\",\"customVariablePageName4\",\"customVariablePageName5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope page)\",\"segment\":\"customVariablePageName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope page)\",\"segment\":\"customVariablePageName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope page)\",\"segment\":\"customVariablePageName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope page)\",\"segment\":\"customVariablePageName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope page)\",\"segment\":\"customVariablePageName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope page)\",\"segment\":\"customVariablePageValue\",\"unionOfSegments\":{\"row\":[\"customVariablePageValue1\",\"customVariablePageValue2\",\"customVariablePageValue3\",\"customVariablePageValue4\",\"customVariablePageValue5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope page)\",\"segment\":\"customVariablePageValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope page)\",\"segment\":\"customVariablePageValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope page)\",\"segment\":\"customVariablePageValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope page)\",\"segment\":\"customVariablePageValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope page)\",\"segment\":\"customVariablePageValue5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope visit)\",\"segment\":\"customVariableValue\",\"unionOfSegments\":{\"row\":[\"customVariableValue1\",\"customVariableValue2\",\"customVariableValue3\",\"customVariableValue4\",\"customVariableValue5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope visit)\",\"segment\":\"customVariableValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope visit)\",\"segment\":\"customVariableValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope visit)\",\"segment\":\"customVariableValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope visit)\",\"segment\":\"customVariableValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope visit)\",\"segment\":\"customVariableValue5\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action Type\",\"segment\":\"actionType\",\"acceptedValues\":\"A type of action, such as: pageviews, contents, sitesearches, events, outlinks, downloads\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action URL\",\"segment\":\"actionUrl\",\"unionOfSegments\":{\"row\":[\"pageUrl\",\"downloadUrl\",\"outlinkUrl\",\"eventUrl\"]}},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Category (Site Search)\",\"segment\":\"siteSearchCategory\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Clicked Outlink\",\"segment\":\"outlinkUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Interaction\",\"segment\":\"contentInteraction\",\"acceptedValues\":\"The type of interaction with the content. For instance \\\"click\\\" or \\\"submit\\\".\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Name\",\"segment\":\"contentName\",\"acceptedValues\":\"The name of a content block, for instance \\\"Ad Sale\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Piece\",\"segment\":\"contentPiece\",\"acceptedValues\":\"The actual content. For instance \\\"ad.jpg\\\" or \\\"My text ad\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Target\",\"segment\":\"contentTarget\",\"acceptedValues\":\"For instance the URL of a landing page: \\\"http:\\/\\/landingpage.example.com\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Download URL\",\"segment\":\"downloadUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page URL\",\"segment\":\"entryPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page title\",\"segment\":\"entryPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page Title\",\"segment\":\"exitPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page URL\",\"segment\":\"exitPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword (Site Search)\",\"segment\":\"siteSearchKeyword\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword count (Site Search)\",\"segment\":\"siteSearchCount\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page Title\",\"segment\":\"pageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page URL\",\"segment\":\"pageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Site time \\u2014 hour\",\"segment\":\"actionServerHour\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Time in UTC \\u2014 minute\",\"segment\":\"actionServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"}]}", "json": "[{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Actions In Visit\",\"segment\":\"actions\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since first visit\",\"segment\":\"daysSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last Ecommerce order\",\"segment\":\"daysSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last visit\",\"segment\":\"daysSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Events\",\"segment\":\"events\",\"acceptedValues\":\"To select all visits who triggered an Event, use: &segment=events>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 minute (start of visit)\",\"segment\":\"visitLocalMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 67, 57, 58, 59\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Interactions\",\"segment\":\"interactions\",\"acceptedValues\":\"Any positive integer\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Internal Searches\",\"segment\":\"searches\",\"acceptedValues\":\"To select all visits who used internal Site Search, use: &segment=searches>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of visits\",\"segment\":\"visitCount\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since first visit\",\"segment\":\"secondsSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last Ecommerce order\",\"segment\":\"secondsSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last visit\",\"segment\":\"secondsSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visit Duration (in seconds)\",\"segment\":\"visitDuration\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visitor IP\",\"segment\":\"visitIp\",\"acceptedValues\":\"13.54.122.1. Select IP ranges with notation: visitIp>13.54.122.0;visitIp<13.54.122.255<\\/code>\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser\",\"segment\":\"browserName\",\"acceptedValues\":\"FireFox, Internet Explorer, Chrome, Safari, Opera etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser code\",\"segment\":\"browserCode\",\"acceptedValues\":\"FF, IE, CH, SF, OP etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser engine\",\"segment\":\"browserEngine\",\"acceptedValues\":\"Trident, WebKit, Presto, Gecko, Blink, etc.\",\"suggestedValuesCallback\":\"\\\\DeviceDetector\\\\Parser\\\\Client\\\\Browser\\\\Engine::getAvailableEngines\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser version\",\"segment\":\"browserVersion\",\"acceptedValues\":\"1.0, 8.0, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device brand\",\"segment\":\"deviceBrand\",\"acceptedValues\":\"2E, 3GNET, 3GO, 3Q, 4Good, 4ife, 5IVE, 7 Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, ACD, Ace, Aceline, Acepad, Acer, Acteck, actiMirror, Adreamer, Adronix, Advan, Advance, Advantage Air, AEEZO, AFFIX, AfriOne, AGM, AG Mobile, AIDATA, AileTV, Ainol, Airis, Airness, AIRON, Airpha, Airtel, Airties, AirTouch, AIS, Aiuto, Aiwa, Ajib, Akai, AKIRA, Alba, Alcatel, Alcor, ALDI NORD, ALDI S\\u00dcD, Alfawise, Alienware, Aligator, AllCall, AllDocube, allente, ALLINmobile, All Star, Allview, Allwinner, Alps, alpsmart, Altech UEC, Altibox, Altice, Altimo, altron, Altus, AMA, Amazon, Amazon Basics, AMCV, AMGOO, Amigoo, Amino, Amoi, ANBERNIC, ANCEL, andersson, Andowl, Angelcare, AngelTech, Anker, Anry, ANS, ANXONIT, AOC, Aocos, Aocwei, AOpen, Aoro, Aoson, AOYODKG, ApoloSign, Apple, Aquarius, Archos, Arian Space, Arival, Ark, ArmPhone, Arnova, ARRIS, Artel, Artizlee, ArtLine, Ar\\u00e7elik, Asano, Asanzo, Ask, Aspera, ASSE, Assistant, astro (MY), Astro (UA), Asus, AT&T, Athesi, Atlantic Electrics, Atmaca Elektronik, ATMAN, ATMPC, ATOL, Atom, Atouch, Atozee, Attila, Atvio, Audiovox, AUPO, AURIS, Autan, AUX, Avaya, Avenzo, AVH, Avvio, Awow, AWOX, AXEN, Axioo, AXXA, Axxion, AYA, AYYA, Azeyou, AZOM, Azumi Mobile, Azupik, b2m, Backcell, BAFF, BangOlufsen, Barnes & Noble, BARTEC, BASE, BAUHN, BBK, BB Mobile, BDF, BDQ, BDsharing, Beafon, Becker, Beeline, Beelink, Beetel, Beista, Beko, Bell, Bellphone, Benco, Benesse, BenQ, BenQ-Siemens, BenWee, Benzo, Beyond, Bezkam, BGH, Biegedy, Bigben, BIHEE, BilimLand, Billion, Billow, BioRugged, Bird, Bitel, Bitmore, Bittium, Bkav, Black Bear, Black Box, Black Fox, Blackpcs, Blackphone, Blackton, Blackview, Blaupunkt, Bleck, BLISS, Blloc, Blow, Blu, Bluboo, Bluebird, Bluedot, Bluegood, BlueSky, Bluewave, BluSlate, BMAX, Bmobile, BMW, BMXC, Bobarry, bogo, Bolva, Bookeen, Boost, Botech, Boway, bq, Bqeel, BrandCode, Brandt, BRAVE, Bravis, BrightSign, Brigmton, Brondi, BROR, BS Mobile, Bubblegum, Bundy, Bush, BuzzTV, BYD, BYJU'S, BYYBUO, C5 Mobile, CADENA, CAGI, Caixun, CALME, Camfone, Canaima, Canal+, Canal Digital, Canguro, Capitel, Captiva, Carbon Mobile, Carrefour, Casio, Casper, Cat, Cavion, CCIT, Cecotec, Ceibal, Celcus, Celkon, Cell-C, Cellacom, CellAllure, Cellution, CENTEK, Centric, CEPTER, CG Mobile, CGV, Chainway, Changhong, CHCNAV, Cherry Mobile, Chico Mobile, ChiliGreen, China Mobile, China Telecom, Chuwi, C Idea, CipherLab, Citycall, CKK Mobile, Claresta, Clarmin, CLAYTON, ClearPHONE, Clementoni, Cloud, Cloudfone, Cloudpad, Clout, Clovertek, CMF, CnM, Cobalt, Coby Kyros, Cogeco, COLORROOM, Colors, Comio, CommScope, Compal, Compaq, COMPUMAX, ComTrade Tesla, Conceptum, Concord, ConCorde, Condor, Connectce, Connex, Conquest, CONSUNG, Continental Edison, Contixo, coocaa, COOD-E, Coolpad, Coopers, CORN, Cosmote, Covia, Cowon, COYOTE, CPDEVICE, CreNova, Crescent, Crestron, Cricket, Crius Mea, Crony, Crosscall, Crown, Ctroniq, Cube, CUBOT, CUD, Cuiud, Cultraview, CVTE, Cwowdefu, CX, Cyrus, D-Link, D-Tech, Daewoo, Danew, DangcapHD, Dany, Daria, DASS, Datalogic, Datamini, Datang, Datawind, Datsun, Dawlance, Dazen, DbPhone, Dbtel, Dcode, DEALDIG, Dell, Denali, Denka, Denver, Desay, DeWalt, DEXP, DEYI, DF, DGTEC, DIALN, Dialog, Dicam, Digi, Digicel, DIGICOM, Digidragon, DIGIFORS, Digihome, Digiland, Digit4G, Digma, DIJITSU, DIKOM, DIMO, Dinalink, Dinax, DING DING, Diofox, DIORA, DISH, Disney, Ditecma, Diva, DiverMax, Divisat, DIXON, DL, DMM, DMOAO, DNS, DoCoMo, Doffler, Dolamee, Dom.ru, Doogee, Doopro, Doov, Dopod, Doppio, Dora, DORLAND, Doro, DPA, DRAGON, Dragon Touch, Dreamgate, DreamStar, DreamTab, Droidlogic, Droxio, DSDevices, DSIC, Dtac, DUDU AUTO, Dune HD, DUNNS Mobile, DuoTV, Durabook, Duubee, Dykemann, Dyon, E-Boda, E-Ceros, E-TACHI, E-tel, Eagle, EagleSoar, EAS Electric, Easypix, EBEN, EBEST, Echo Mobiles, ecom, ECON, ECOO, EcoStar, ECS, Edenwood, EE, EFT, EGL, EGOTEK, Ehlel, Einstein, EKINOX, EKO, Eks Mobility, EKT, ELARI, ELE-GATE, Elecson, Electroneum, ELECTRONIA, Elekta, Elektroland, Element, Elenberg, Elephone, Elevate, Elista, elit, Elong Mobile, Eltex, Ematic, Emporia, ENACOM, ENDURO, Energizer, Energy Sistem, Engel, ENIE, Enot, eNOVA, Entity, Envizen, Ephone, Epic, Epik One, Eplutus, Epson, Equator, Ergo, Ericsson, Ericy, Erisson, Essential, Essentielb, eSTAR, ETOE, Eton, eTouch, Etuline, Eudora, Eurocase, EUROLUX, Eurostar, Evercoss, Everest, Everex, Everfine, Everis, Evertek, Evolio, Evolveo, Evoo, EVPAD, EvroMedia, evvoli, EWIS, EXCEED, Exmart, ExMobile, EXO, Explay, Express LUCK, ExtraLink, Extrem, Eyemoo, EYU, Ezio, Ezze, F&U, F+, F2 Mobile, F150, Facebook, Facetel, Facime, Fairphone, Famoco, Famous, Fantec, Fanvace, FaRao Pro, Farassoo, FarEasTone, Fengxiang, Fenoti, FEONAL, Fero, FFF SmartLife, Figgers, FiGi, FiGO, FiiO, Filimo, FILIX, FinePower, FINIX, Finlux, FireFly Mobile, FISE, Fision, FITCO, Fluo, Fly, FLYCAT, FLYCOAY, FMT, FNB, FNF, Fobem, Fondi, Fonos, FONTEL, FOODO, FORME, Formovie, Formuler, Forstar, Fortis, FortuneShip, FOSSiBOT, Fourel, Four Mobile, Foxconn, FoxxD, FPT, free, Freetel, FreeYond, FRESH, Frunsi, Fuego, FUJICOM, Fujitsu, Funai, Fusion5, Future Mobile Technology, Fxtec, G-Guard, G-PLUS, G-TiDE, G-Touch, G-Vill, Galactic, Galatec, Galaxy Innovations, Gamma, Garmin-Asus, Gateway, Gazal, Gazer, GDL, Geanee, Geant, Gear Mobile, Gemini, General Mobile, Genesis, GEOFOX, Geo Phone, Geotel, Geotex, GEOZON, Getnord, GFive, Gfone, Ghia, Ghong, Ghost, Gigabyte, Gigaset, Gini, Ginzzu, Gionee, GIRASOLE, GlobalSec, Globex, Globmall, GlocalMe, Glofiish, GLONYX, Glory Star, GLX, GN Electronics, GOCLEVER, Gocomma, GoGEN, GOLDBERG, GoldMaster, GoldStar, Gol Mobile, Goly, Gome, GoMobile, GOODTEL, Google, Goophone, Gooweel, GOtv, Gplus, Gradiente, Graetz, Grape, Great Asia, Gree, Green Lion, Green Orange, Greentel, Gresso, Gretel, GroBerwert, Grundig, Gr\\u00fcnberg, Gtel, GTMEDIA, GTX, Guophone, GVC Pro, H96, H133, Hafury, Haier, Haipai, Haixu, Hamlet, Hammer, Handheld, HannSpree, Hanseatic, Hanson, HAOQIN, HAOVM, Hardkernel, Harper, Hartens, Hasee, Hathway, HAVIT, HDC, HeadWolf, HEC, Heimat, Helio, Hemilton, HERO, HexaByte, Hezire, Hi, Hi-Level, Hiberg, HiBy, HIGH1ONE, High Q, Highscreen, HiGrace, HiHi, HiKing, HiMax, Hi Nova, HIPER, Hipstreet, Hiremco, Hisense, Hitachi, Hitech, HKC, HKPro, HLLO, HMD, hoco, HOFER, Hoffmann, HOLLEBERG, Homatics, Hometech, HOMII, Homtom, Honeywell, HongTop, HONKUAHG, Hoozo, Hopeland, Horion, Horizon, Horizont, Hosin, HOTACK, Hotel, Hot Pepper, HOTREALS, Hotwav, How, HP, HTC, Huadoo, Huagan, Huavi, Huawei, Hugerock, Humanware, Humax, HUMElab, Hurricane, Huskee, Hyatta, Hykker, Hyrican, Hytera, Hyundai, Hyve, i-Cherry, I-INN, i-Joy, i-mate, i-mobile, I-Plus, iBall, iBerry, ibowin, iBrit, IconBIT, Icone Gold, iData, IDC, iDino, iDroid, iFIT, iGet, iHome Life, iHunt, I KALL, Ikea, IKI Mobile, iKoMo, iKon, iKonia, IKU Mobile, iLA, iLepo, iLife, iMan, Imaq, iMars, iMI, IMO Mobile, Imose, Impression, iMuz, iNavi, INCAR, Inch, Inco, Indurama, iNew, Infiniton, InfinityPro, Infinix, InFocus, InfoKit, Infomir, InFone, Inhon, Inka, Inkti, InnJoo, Innos, Innostream, Inoi, iNo Mobile, iNOVA, inovo, INQ, Insignia, INSYS, Intek, Intel, Intex, Invens, Inverto, Invin, iOcean, IOTWE, iOutdoor, iPEGTOP, iPro, iQ&T, IQM, IRA, Irbis, iReplace, Iris, iRobot, iRola, iRulu, iSafe Mobile, iStar, iSWAG, IT, iTel, iTruck, IUNI, iVA, iView, iVooMi, ivvi, iWaylink, iXTech, iYou, iZotron, Jambo, JAY-Tech, Jedi, Jeep, Jeka, Jesy, JFone, Jiake, Jiayu, Jinga, Jin Tu, Jio, Jivi, JKL, Jolla, Joy, JoySurf, JPay, JREN, Jumper, Juniper Systems, Just5, JUSYEA, JVC, JXD, K-Lite, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Kapsys, Karbonn, Kata, KATV1, Kazam, Kazuna, KDDI, Kempler & Strauss, Kenbo, Kendo, Keneksi, KENSHI, KENWOOD, Kenxinda, KGTEL, Khadas, Kiano, kidiby, Kingbox, Kingstar, Kingsun, KINGZONE, Kinstone, Kiowa, Kivi, Klipad, KMC, KN Mobile, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, Koolnee, Kooper, KOPO, Korax, Koridy, Koslam, Kraft, KREZ, KRIP, KRONO, Kr\\u00fcger&Matz, KT-Tech, KTC, KUBO, KuGou, Kuliao, Kult, Kumai, Kurio, KVADRA, Kvant, Kydos, Kyocera, Kyowon, Kzen, KZG, L-Max, LAIQ, Land Rover, Landvo, Lanin, Lanix, Lark, Laser, Laurus, Lava, LCT, Leader Phone, Leagoo, Leben, LeBest, Lectrus, Ledstar, LeEco, Leelbox, Leff, Legend, Leke, Lemco, LEMFO, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lesia, Lexand, Lexibook, LG, Liberton, Lifemaxx, Lime, Lingbo, Lingwin, Linnex, Linsar, Linsay, Listo, LNMBBS, Loewe, LOGAN, Logic, Logic Instrument, Logicom, Logik, Logitech, LOKMAT, LongTV, Loview, Lovme, LPX-G, LT Mobile, Lumigon, Lumitel, Lumus, Luna, LUNNEN, LUO, Luxor, Lville, LW, LYF, LYOTECH LABS, M-Horse, M-KOPA, M-Tech, M.T.T., M3 Mobile, M4tel, MAC AUDIO, Macoox, Mafe, MAG, MAGCH, Magenta, Magicsee, Magnus, Majestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, Masstel, Master-G, Mastertech, Matco Tools, Matrix, Maunfeld, Maxcom, Maxfone, Maximus, Maxtron, MAXVI, Maxwell, Maxwest, MAXX, Maze, Maze Speed, MBI, MBK, MBOX, McLaut, MDC Store, MDTV, meanIT, Mecer, MECHEN, Mecool, Mediacom, Medion, MEEG, Megacable, MegaFon, MEGAMAX, MEGA VISION, Meitu, Meizu, Melrose, MeMobile, Memup, MEO, MESWAO, Meta, Metz, MEU, MicroMax, Microsoft, Microtech, Mightier, Minix, Mint, Mintt, Mio, Mione, mipo, Miray, Mitchell & Brown, Mito, Mitsubishi, Mitsui, MIVO, MIWANG, MIXC, MiXzo, MLAB, MLLED, MLS, MMI, Mobell, Mobicel, MobiIoT, Mobiistar, Mobile Kingdom, Mobiola, Mobistel, MobiWire, Mobo, Mobvoi, Modecom, Mode Mobile, Mofut, Moondrop, MORTAL, Mosimosi, Motiv, Motorola, Motorola Solutions, Movic, MOVISUN, Movitel, Moxee, mPhone, Mpman, MSI, MStar, MTC, MTN, multibox, Multilaser, MultiPOS, MULTYNET, MwalimuPlus, MYFON, MyGica, MygPad, Mymaga, MyMobile, MyPhone (PH), myPhone (PL), Myria, Myros, Mystery, MyTab, MyWigo, N-one, Nabi, NABO, Nanho, Naomi Phone, NASCO, National, Navcity, Navitech, Navitel, Navon, NavRoad, NEC, Necnot, Nedaphone, Neffos, NEKO, Neo, neoCore, Neolix, Neomi, Neon IQ, Neoregent, Nesons, NetBox, Netgear, Netmak, NETWIT, NeuImage, NeuTab, NEVIR, Newal, New Balance, New Bridge, Newgen, Newland, Newman, Newsday, NewsMy, Nexa, Nexar, NEXBOX, Nexian, NEXON, NEXT, Next & NextStar, Nextbit, NextBook, NextTab, NGM, NG Optics, NGpon, Nikon, NILAIT, NINETEC, NINETOLOGY, Nintendo, nJoy, NOA, Noain, Nobby, Noblex, NOBUX, noDROPOUT, NOGA, Nokia, Nomi, Nomu, Noontec, Nordfrost, Nordmende, NORMANDE, NorthTech, Nos, Nothing, Nous, Novacom, Novex, Novey, NOVIS, NoviSea, NOVO, NTT West, NuAns, Nubia, NUU Mobile, NuVision, Nuvo, Nvidia, NYX Mobile, O+, O2, Oale, Oangcc, OASYS, Obabox, Ober, Obi, OCEANIC, Odotpad, Odys, Oilsky, OINOM, ok., Okapi, Okapia, Oking, OKSI, OKWU, Olax, Olkya, Ollee, OLTO, Olympia, OMIX, Onda, OneClick, OneLern, OnePlus, Onida, Onix, Onkyo, ONN, ONVO, ONYX BOOX, Ookee, Ooredoo, OpelMobile, Openbox, Ophone, OPPO, Opsson, Optoma, Orange, Orange Pi, Orava, Orbic, Orbita, Orbsmart, Ordissimo, Orion, OSCAL, OTTO, OUJIA, Ouki, Oukitel, OUYA, Overmax, Ovvi, Owwo, OX TAB, OYSIN, Oysters, Oyyu, OzoneHD, P-UP, Pacific Research Alliance, Packard Bell, Padpro, PAGRAER, Paladin, Palm, Panacom, Panasonic, Panavox, Pano, Panodic, Panoramic, Pantech, PAPYRE, Parrot Mobile, Partner Mobile, PCBOX, PCD, PCD Argentina, PC Smart, PEAQ, Pelitt, Pendoo, Penta, Pentagram, Perfeo, Phicomm, Philco, Philips, Phonemax, phoneOne, Pico, PINE, Pioneer, Pioneer Computers, PiPO, PIRANHA, Pixela, Pixelphone, PIXPRO, Pixus, Planet Computers, Platoon, Play Now, PLDT, Ployer, Plum, PlusStyle, Pluzz, PocketBook, POCO, Point Mobile, Point of View, Polar, PolarLine, Polaroid, Polestar, PolyPad, Polytron, Pomp, Poppox, POPTEL, Porsche, Portfolio, Positivo, Positivo BGH, PPDS, PPTV, Premier, Premio, Prestigio, PRIME, Primepad, Primux, PRISM+, Pritom, Prixton, PROFiLO, Proline, Prology, ProScan, PROSONIC, Protruly, ProVision, PULID, Punos, Purism, PVBox, Q-Box, Q-Touch, Q.Bell, QFX, Qilive, QIN, Qiuwoky, QLink, QMobile, Qnet Mobile, QTECH, Qtek, Quantum, Quatro, Qubo, Quechua, Quest, Quipus, Qumo, Qupi, Qware, QWATT, R-TV, R3Di, Rakuten, Ramos, Raspberry, Ravoz, Raylandz, Razer, RAZZ, RCA Tablets, RCT, Reach, Readboy, Realix, Realme, RED, RED-X, Redbean, Redfox, RedLine, Redway, Reeder, REGAL, RelNAT, Relndoo, Remdun, Renova, RENSO, rephone, Retroid Pocket, Revo, Revomovil, Rhino, Ricoh, Rikomagic, RIM, Ringing Bells, Rinno, Ritmix, Ritzviva, Riviera, Rivo, Rizzen, ROADMAX, Roadrover, Roam Cat, ROCH, Rocket, ROiK, Rokit, Roku, Rombica, Romsat, Ross&Moor, Rover, RoverPad, Royole, RoyQueen, RTK, RT Project, RugGear, RuggeTech, Ruggex, Ruio, Runbo, RunGee, Rupa, Ryte, S-Color, S-TELL, S2Tel, Saba, Safaricom, Sagem, Sagemcom, Saiet, SAILF, Salora, Sambox, Samsung, Samtech, Samtron, Sanei, Sankey, Sansui, Santin, SANY, Sanyo, Savio, Sber, SCHAUB LORENZ, Schneider, Schok, SCHONTECH, Scoole, Scosmos, Seatel, SEBBE, Seeken, SEEWO, SEG, Sega, SEHMAX, Selecline, Selenga, Selevision, Selfix, SEMP TCL, Sencor, Sencrom, Sendo, Senkatel, SENNA, Senseit, Senwa, SERVO, Seuic, Sewoo, SFR, SGIN, Shanling, Sharp, Shift Phones, Shivaki, Shtrikh-M, Shuttle, Sico, Siemens, Sigma, Silelis, Silent Circle, Silva Schneider, Simbans, simfer, Simply, SINGER, Singtech, Siragon, Sirin Labs, Siswoo, SK Broadband, SKG, SKK Mobile, Sky, Skyline, SkyStream, Skytech, Skyworth, Smadl, Smailo, Smart, Smartab, SmartBook, SMARTEC, Smart Electronic, Smartex, Smartfren, Smartisan, Smart Kassel, Smart Tech, Smarty, Smooth Mobile, Smotreshka, SMT Telecom, SMUX, SNAMI, SobieTech, Soda, Softbank, Soho Style, Solas, SOLE, SOLO, Solone, Sonim, SONOS, Sony, Sony Ericsson, SOSH, SoulLink, Soundmax, SOWLY, Soyes, Spark, Sparx, SPC, Spectralink, Spectrum, Spice, Spider, Sprint, SPURT, SQOOL, SSKY, Star, Star-Light, Starlight, Starmobile, Starway, Starwind, STF Mobile, STG Telecom, Stilevs, STK, Stonex, Storex, StrawBerry, Stream, STRONG, Stylo, Subor, Sugar, SULPICE TV, Sumvision, Sunmax, Sunmi, Sunny, Sunstech, SunVan, Sunvell, SUNWIND, SuperBOX, Super General, Supermax, SuperSonic, SuperTab, SuperTV, Supra, Supraim, Surfans, Surge, Suzuki, Sveon, Swipe, SWISSMOBILITY, Swisstone, Switel, SWOFY, Syco, SYH, Sylvania, Symphony, Syrox, System76, T-Mobile, T96, TADAAM, TAG Tech, Taiga System, Takara, TALBERG, Talius, Tambo, Tanix, TAUBE, TB Touch, TCL, TCL SCBC, TD Systems, TD Tech, TeachTouch, Technicolor, Technika, TechniSat, Technopc, TECHNOSAT, TechnoTrend, TechPad, TechSmart, Techstorm, Techwood, Teclast, Tecno Mobile, TecToy, TEENO, Teknosa, Tele2, Telefunken, Telego, Telenor, Telia, Telit, Telkom, Telly, Telma, TeloSystems, Telpo, Temigereev, TENPLUS, Teracube, Tesco, Tesla, TETC, Tetratab, teXet, ThL, Thomson, Thuraya, TIANYU, Tibuta, Tigers, Time2, Timovi, TIMvision, Tinai, Tinmo, TiPhone, Tivax, TiVo, TJC, TJD, TOKYO, Tolino, Tone, TOOGO, Tooky, Top-Tech, TopDevice, TOPDON, Topelotek, Top House, Toplux, TOPSHOWS, Topsion, Topway, Torex, TORNADO, Torque, TOSCIDO, Toshiba, Touchmate, Touch Plus, TOX, TPS, Transpeed, Trecfone, TrekStor, Trevi, TriaPlay, Tricolor, Trident, Trifone, Trimble, Trio, Tronsmart, True, True Slim, Tsinghua Tongfang, TTEC, TTfone, TTK-TV, TuCEL, TUCSON, Tunisie Telecom, Turbo, Turbo-X, TurboKids, TurboPad, Turkcell, Tuvio, TV+, TVC, TwinMOS, TWM, Twoe, TWZ, TYD, Tymes, T\\u00fcrk Telekom, U-Magic, U.S. Cellular, UD, UE, UGINE, Ugoos, Uhans, Uhappy, Ulefone, Umax, UMIDIGI, Umiio, Unblock Tech, Uniden, Unihertz, Unimax, Uniqcell, Uniscope, Unistrong, Unitech, UNITED, United Group, UNIWA, Unknown, Unnecto, Unnion Technologies, UNNO, Unonu, UnoPhone, Unowhy, UOOGOU, Urovo, UTime, UTOK, UTStarcom, UZ Mobile, V-Gen, V-HOME, V-HOPE, v-mobile, V7, VAIO, VALE, VALEM, VALTECH, VANGUARD, Vankyo, VANWIN, Vargo, VASOUN, Vastking, VAVA, VC, VDVD, Vega, Veidoo, Vekta, Venso, Venstar, Venturer, VEON, Verico, Verizon, Vernee, Verssed, Versus, Vertex, Vertu, Verykool, Vesta, Vestel, VETAS, Vexia, VGO TEL, ViBox, Victurio, VIDA, Videocon, Videoweb, Viendo, ViewSonic, VIIPOO, VIKUSHA, VILLAON, VIMOQ, Vinabox, Vinga, Vinsoc, Vios, Viper, Vipro, Virzo, Vision Technology, Vision Touch, Visitech, Visual Land, Vitelcom, Vitumi, Vityaz, Viumee, Vivax, VIVIBright, VIVIMAGE, Vivo, VIWA, Vizio, Vizmo, VK Mobile, VKworld, VNPT Technology, VOCAL, Vodacom, Vodafone, VOGA, VOLIA, VOLKANO, Volla, Volt, Vonino, Vontar, Vorago, Vorcom, Vorke, Vormor, Vortex, VORTEX (RO), Voto, VOX, Voxtel, Voyo, Vsmart, Vsun, VUCATIMES, Vue Micro, Vulcan, VVETIME, V\\u00f6lfen, W&O, WAF, Wainyok, waipu.tv, Walker, Waltham, Walton, Waltter, Wanmukang, WANSA, WE, We. by Loewe., Webfleet, Web TV, WeChip, Wecool, Weelikeit, Weiimi, Weimei, WellcoM, WELLINGTON, Western Digital, Weston, Westpoint, Wexler, White Mobile, Whoop, Wieppo, Wigor, Wiko, WildRed, Wileyfox, Winds, Wink, Winmax, Winnovo, Winstar, Wintouch, Wiseasy, WIWA, WizarPos, Wizz, Wolder, Wolfgang, Wolki, WONDER, Wonu, Woo, Wortmann, Woxter, WOZIFAN, WS, X-AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectron, XGEM, XGIMI, Xgody, Xiaodu, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, XPPen, XREAL, Xshitou, Xsmart, Xtouch, Xtratech, Xwave, XY Auto, Yandex, Yarvik, YASIN, YELLYOUTH, YEPEN, Yes, Yestel, Yezz, YIKEMI, Yoka TV, Yooz, Yota, YOTOPT, Youin, Youwei, Ytone, Yu, Yuandao, YU Fly, YUHO, YUMKEM, YUNDOO, Yuno, YunSong, Yusun, Yxtel, Z-Kai, Zaith, ZALA, Zamolxe, Zatec, Zealot, Zeblaze, Zebra, Zeeker, Zeemi, Zen, Zenek, Zentality, Zfiner, ZH&K, Zidoo, ZIFFLER, ZIFRO, Zigo, ZIK, Zinox, ZIOVO, Ziox, Zonda, Zonko, Zoom, ZoomSmart, Zopo, ZTE, Zuum, Zync, ZYQ, Zyrex, ZZB, \\u00f6wn\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device model\",\"segment\":\"deviceModel\",\"acceptedValues\":\"iPad, Nexus 5, Galaxy S5, Fire TV, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device type\",\"segment\":\"deviceType\",\"acceptedValues\":\"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Fingerprint\",\"segment\":\"fingerprint\",\"acceptedValues\":\"1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched from API.getLastVisitsDetails\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 hour (start of visit)\",\"segment\":\"visitLocalHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system\",\"segment\":\"operatingSystemName\",\"acceptedValues\":\"Windows, Linux, Mac, Android, iOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system code\",\"segment\":\"operatingSystemCode\",\"acceptedValues\":\"WIN, LIN, MAX, AND, IOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system version\",\"segment\":\"operatingSystemVersion\",\"acceptedValues\":\"XP, 7, 2.3, 5.1, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Profilable\",\"segment\":\"profilable\",\"acceptedValues\":\"1 for profilable (eg cookies were used), 0 for not profilable (eg no cookies were used)\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Resolution\",\"segment\":\"resolution\",\"acceptedValues\":\"1280x1024, 800x600, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (start of visit)\",\"segment\":\"visitStartServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (time of last action)\",\"segment\":\"visitServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 date (time of last action)\",\"segment\":\"visitEndServerDate\",\"acceptedValues\":\"2018-12-31, 2018-03-20, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of month (time of last action)\",\"segment\":\"visitEndServerDayOfMonth\",\"acceptedValues\":\"0, 1, 2, 3, ..., 29, 30, 31\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of week (time of last action)\",\"segment\":\"visitEndServerDayOfWeek\",\"acceptedValues\":\"1, 2, 3, 4, 5, 6, 7\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of year (time of last action)\",\"segment\":\"visitEndServerDayOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 365, 366\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (start of visit)\",\"segment\":\"visitStartServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (time of last action)\",\"segment\":\"visitEndServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 month (time of last action)\",\"segment\":\"visitEndServerMonth\",\"acceptedValues\":\"1, 2, 3, ..., 11, 12\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 quarter (time of last action)\",\"segment\":\"visitEndServerQuarter\",\"acceptedValues\":\"1, 2, 3, 4\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 second (Time of last action)\",\"segment\":\"visitEndServerSecond\",\"acceptedValues\":\"0, 1, 2, 3, ..., 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 week of year (time of last action)\",\"segment\":\"visitEndServerWeekOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 51, 52, 53\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 year (time of last action)\",\"segment\":\"visitEndServerYear\",\"acceptedValues\":\"2016, 2017, 2018, ..., 9998, 9999\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"User ID\",\"segment\":\"userId\",\"acceptedValues\":\"any non empty unique string identifying the user (such as an email address or a username).\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit Ecommerce status at the end of the visit\",\"segment\":\"visitEcommerceStatus\",\"acceptedValues\":\"none, ordered, abandonedCart, orderedThenAbandonedCart. For example, to select all visits that have made an Ecommerce order, the API request would contain \\\"&segment=visitEcommerceStatus==ordered,visitEcommerceStatus==orderedThenAbandonedCart\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit ID\",\"segment\":\"visitId\",\"acceptedValues\":\"Any positive integer\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Id\",\"segment\":\"visitConvertedGoalId\",\"acceptedValues\":\"1, 2, 3, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Name\",\"segment\":\"visitConvertedGoalName\",\"acceptedValues\":\"myGoal, myOtherGoal, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted at least one Goal\",\"segment\":\"visitConverted\",\"acceptedValues\":\"0, 1\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit type\",\"segment\":\"visitorType\",\"acceptedValues\":\"new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain \\\"&segment=visitorType==returning,visitorType==returningCustomer\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visitor ID\",\"segment\":\"visitorId\",\"acceptedValues\":\"34c31e04394bdc63 - any 16 Hexadecimal chars ID, which can be fetched using the Tracking API function getVisitorId()\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"City\",\"segment\":\"city\",\"acceptedValues\":\"Sydney, Sao Paolo, Rome, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Continent\",\"segment\":\"continentCode\",\"acceptedValues\":\"eur, asi, amc, amn, ams, afr, ant, oce\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country\",\"segment\":\"countryName\",\"acceptedValues\":\"Germany, France, Spain, ...\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country code\",\"segment\":\"countryCode\",\"acceptedValues\":\"ISO 3166-1 alpha-2 country codes (de, us, fr, in, es, etc.)\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Language\",\"segment\":\"languageCode\",\"acceptedValues\":\"de, fr, en-gb, zh-cn, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Latitude\",\"segment\":\"latitude\",\"acceptedValues\":\"-33.578, 40.830, etc.You can select visitors within a lat\\/long range using &segment=lat>X;latM;longeg. region=BFC;country=fr\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope visit)\",\"segment\":\"customVariableName\",\"unionOfSegments\":[\"customVariableName1\",\"customVariableName2\",\"customVariableName3\",\"customVariableName4\",\"customVariableName5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope visit)\",\"segment\":\"customVariableName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope visit)\",\"segment\":\"customVariableName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope visit)\",\"segment\":\"customVariableName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope visit)\",\"segment\":\"customVariableName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope visit)\",\"segment\":\"customVariableName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope page)\",\"segment\":\"customVariablePageName\",\"unionOfSegments\":[\"customVariablePageName1\",\"customVariablePageName2\",\"customVariablePageName3\",\"customVariablePageName4\",\"customVariablePageName5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope page)\",\"segment\":\"customVariablePageName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope page)\",\"segment\":\"customVariablePageName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope page)\",\"segment\":\"customVariablePageName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope page)\",\"segment\":\"customVariablePageName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope page)\",\"segment\":\"customVariablePageName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope page)\",\"segment\":\"customVariablePageValue\",\"unionOfSegments\":[\"customVariablePageValue1\",\"customVariablePageValue2\",\"customVariablePageValue3\",\"customVariablePageValue4\",\"customVariablePageValue5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope page)\",\"segment\":\"customVariablePageValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope page)\",\"segment\":\"customVariablePageValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope page)\",\"segment\":\"customVariablePageValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope page)\",\"segment\":\"customVariablePageValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope page)\",\"segment\":\"customVariablePageValue5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope visit)\",\"segment\":\"customVariableValue\",\"unionOfSegments\":[\"customVariableValue1\",\"customVariableValue2\",\"customVariableValue3\",\"customVariableValue4\",\"customVariableValue5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope visit)\",\"segment\":\"customVariableValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope visit)\",\"segment\":\"customVariableValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope visit)\",\"segment\":\"customVariableValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope visit)\",\"segment\":\"customVariableValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope visit)\",\"segment\":\"customVariableValue5\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action Type\",\"segment\":\"actionType\",\"acceptedValues\":\"A type of action, such as: pageviews, contents, sitesearches, events, outlinks, downloads\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action URL\",\"segment\":\"actionUrl\",\"unionOfSegments\":[\"pageUrl\",\"downloadUrl\",\"outlinkUrl\",\"eventUrl\"]},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Category (Site Search)\",\"segment\":\"siteSearchCategory\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Clicked Outlink\",\"segment\":\"outlinkUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Interaction\",\"segment\":\"contentInteraction\",\"acceptedValues\":\"The type of interaction with the content. For instance \\\"click\\\" or \\\"submit\\\".\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Name\",\"segment\":\"contentName\",\"acceptedValues\":\"The name of a content block, for instance \\\"Ad Sale\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Piece\",\"segment\":\"contentPiece\",\"acceptedValues\":\"The actual content. For instance \\\"ad.jpg\\\" or \\\"My text ad\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Target\",\"segment\":\"contentTarget\",\"acceptedValues\":\"For instance the URL of a landing page: \\\"http:\\/\\/landingpage.example.com\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Download URL\",\"segment\":\"downloadUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page URL\",\"segment\":\"entryPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page title\",\"segment\":\"entryPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page Title\",\"segment\":\"exitPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page URL\",\"segment\":\"exitPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword (Site Search)\",\"segment\":\"siteSearchKeyword\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword count (Site Search)\",\"segment\":\"siteSearchCount\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page Title\",\"segment\":\"pageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page URL\",\"segment\":\"pageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Site time \\u2014 hour\",\"segment\":\"actionServerHour\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Time in UTC \\u2014 minute\",\"segment\":\"actionServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"}]" diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json index d307075..7120ae9 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json @@ -3,9 +3,6 @@ "xml": "{\"nb_uniq_visitors\":\"8920\",\"nb_visits\":\"9831\",\"nb_users\":\"5\",\"nb_actions\":\"29397\",\"max_actions\":\"76\",\"bounce_count\":\"5760\",\"sum_visit_length\":\"2556198\",\"nb_visits_new\":\"5\",\"nb_actions_new\":\"8\",\"nb_uniq_visitors_new\":\"5\",\"nb_users_new\":\"0\",\"max_actions_new\":\"4\",\"bounce_rate_new\":\"80%\",\"nb_actions_per_visit_new\":\"1.6\",\"avg_time_on_site_new\":\"450\",\"nb_visits_returning\":\"9829\",\"nb_actions_returning\":\"29392\",\"nb_uniq_visitors_returning\":\"8917\",\"nb_users_returning\":\"5\",\"max_actions_returning\":\"76\",\"bounce_rate_returning\":\"59%\",\"nb_actions_per_visit_returning\":\"3\",\"avg_time_on_site_returning\":\"260\",\"Referrers_visitorsFromSearchEngines\":\"6969\",\"Referrers_visitorsFromSocialNetworks\":\"1111\",\"Referrers_visitorsFromAIAssistants\":\"0\",\"Referrers_visitorsFromDirectEntry\":\"957\",\"Referrers_visitorsFromWebsites\":\"795\",\"Referrers_visitorsFromCampaigns\":\"0\",\"Referrers_distinctSearchEngines\":\"20\",\"Referrers_distinctSocialNetworks\":\"5\",\"Referrers_distinctAIAssistants\":\"0\",\"Referrers_distinctKeywords\":\"96\",\"Referrers_distinctWebsites\":\"4\",\"Referrers_distinctWebsitesUrls\":\"277\",\"Referrers_distinctCampaigns\":\"0\",\"PagePerformance_network_time\":\"0\",\"PagePerformance_network_hits\":\"0\",\"PagePerformance_servery_time\":\"0\",\"PagePerformance_server_hits\":\"0\",\"PagePerformance_transfer_time\":\"0\",\"PagePerformance_transfer_hits\":\"0\",\"PagePerformance_domprocessing_time\":\"0\",\"PagePerformance_domprocessing_hits\":\"0\",\"PagePerformance_domcompletion_time\":\"0\",\"PagePerformance_domcompletion_hits\":\"0\",\"PagePerformance_onload_time\":\"0\",\"PagePerformance_onload_hits\":\"0\",\"PagePerformance_pageload_time\":\"0\",\"PagePerformance_pageload_hits\":\"0\",\"avg_time_network\":\"0\",\"avg_time_server\":\"0\",\"avg_time_transfer\":\"0\",\"avg_time_dom_processing\":\"0\",\"avg_time_dom_completion\":\"0\",\"avg_time_on_load\":\"0\",\"avg_page_load_time\":\"0\",\"nb_plays\":\"184\",\"nb_unique_visitors_plays\":\"147\",\"nb_impressions\":\"1313\",\"nb_unique_visitors_impressions\":\"1022\",\"nb_finishes\":\"38\",\"sum_total_time_watched\":\"48918\",\"sum_total_audio_plays\":\"29\",\"sum_total_audio_impressions\":\"66\",\"sum_total_video_plays\":\"155\",\"sum_total_video_impressions\":\"1247\",\"nb_conversions\":\"962\",\"nb_visits_converted\":\"915\",\"revenue\":\"84869.05\",\"conversion_rate\":\"9.31%\",\"nb_conversions_new_visit\":\"0\",\"nb_visits_converted_new_visit\":\"0\",\"revenue_new_visit\":\"0\",\"conversion_rate_new_visit\":\"0%\",\"nb_conversions_returning_visit\":\"962\",\"nb_visits_converted_returning_visit\":\"915\",\"revenue_returning_visit\":\"84869.05\",\"conversion_rate_returning_visit\":\"9.31%\",\"nb_form_views\":\"11746\",\"nb_form_viewers\":\"7731\",\"nb_form_starts\":\"513\",\"nb_form_starters\":\"432\",\"nb_form_submissions\":\"578\",\"nb_form_submitters\":\"557\",\"nb_form_resubmitters\":\"15\",\"nb_form_conversions\":\"136\",\"nb_crash_occurrences\":\"950\",\"nb_visits_with_crash\":\"812\",\"nb_ignored_crashes\":\"0\",\"nb_uniq_crashes\":\"13\",\"nb_new_crashes\":\"0\",\"nb_disappeared_crashes\":\"0\",\"nb_reappeared_crashes\":\"0\",\"nb_pageviews\":\"25071\",\"nb_uniq_pageviews\":\"19429\",\"nb_downloads\":\"22\",\"nb_uniq_downloads\":\"20\",\"nb_outlinks\":\"1378\",\"nb_uniq_outlinks\":\"1296\"}", "json": "{\"nb_uniq_visitors\":8920,\"nb_visits\":9831,\"nb_users\":5,\"nb_actions\":29397,\"max_actions\":76,\"bounce_count\":5760,\"sum_visit_length\":2556198,\"nb_visits_new\":5,\"nb_actions_new\":8,\"nb_uniq_visitors_new\":5,\"nb_users_new\":0,\"max_actions_new\":4,\"bounce_rate_new\":\"80%\",\"nb_actions_per_visit_new\":1.6,\"avg_time_on_site_new\":450,\"nb_visits_returning\":9829,\"nb_actions_returning\":29392,\"nb_uniq_visitors_returning\":8917,\"nb_users_returning\":5,\"max_actions_returning\":76,\"bounce_rate_returning\":\"59%\",\"nb_actions_per_visit_returning\":3,\"avg_time_on_site_returning\":260,\"Referrers_visitorsFromSearchEngines\":6969,\"Referrers_visitorsFromSocialNetworks\":1111,\"Referrers_visitorsFromAIAssistants\":0,\"Referrers_visitorsFromDirectEntry\":957,\"Referrers_visitorsFromWebsites\":795,\"Referrers_visitorsFromCampaigns\":0,\"Referrers_distinctSearchEngines\":20,\"Referrers_distinctSocialNetworks\":5,\"Referrers_distinctAIAssistants\":0,\"Referrers_distinctKeywords\":96,\"Referrers_distinctWebsites\":4,\"Referrers_distinctWebsitesUrls\":277,\"Referrers_distinctCampaigns\":0,\"PagePerformance_network_time\":0,\"PagePerformance_network_hits\":0,\"PagePerformance_servery_time\":0,\"PagePerformance_server_hits\":0,\"PagePerformance_transfer_time\":0,\"PagePerformance_transfer_hits\":0,\"PagePerformance_domprocessing_time\":0,\"PagePerformance_domprocessing_hits\":0,\"PagePerformance_domcompletion_time\":0,\"PagePerformance_domcompletion_hits\":0,\"PagePerformance_onload_time\":0,\"PagePerformance_onload_hits\":0,\"PagePerformance_pageload_time\":0,\"PagePerformance_pageload_hits\":0,\"avg_time_network\":0,\"avg_time_server\":0,\"avg_time_transfer\":0,\"avg_time_dom_processing\":0,\"avg_time_dom_completion\":0,\"avg_time_on_load\":0,\"avg_page_load_time\":0,\"nb_plays\":184,\"nb_unique_visitors_plays\":147,\"nb_impressions\":1313,\"nb_unique_visitors_impressions\":1022,\"nb_finishes\":38,\"sum_total_time_watched\":48918,\"sum_total_audio_plays\":29,\"sum_total_audio_impressions\":66,\"sum_total_video_plays\":155,\"sum_total_video_impressions\":1247,\"nb_conversions\":962,\"nb_visits_converted\":915,\"revenue\":84869.05,\"conversion_rate\":\"9.31%\",\"nb_conversions_new_visit\":0,\"nb_visits_converted_new_visit\":0,\"revenue_new_visit\":0,\"conversion_rate_new_visit\":\"0%\",\"nb_conversions_returning_visit\":962,\"nb_visits_converted_returning_visit\":915,\"revenue_returning_visit\":84869.05,\"conversion_rate_returning_visit\":\"9.31%\",\"nb_form_views\":11746,\"nb_form_viewers\":7731,\"nb_form_starts\":513,\"nb_form_starters\":432,\"nb_form_submissions\":578,\"nb_form_submitters\":557,\"nb_form_resubmitters\":15,\"nb_form_conversions\":136,\"nb_crash_occurrences\":950,\"nb_visits_with_crash\":812,\"nb_ignored_crashes\":0,\"nb_uniq_crashes\":13,\"nb_new_crashes\":0,\"nb_disappeared_crashes\":0,\"nb_reappeared_crashes\":0,\"nb_pageviews\":25071,\"nb_uniq_pageviews\":19429,\"nb_downloads\":22,\"nb_uniq_downloads\":20,\"nb_outlinks\":1378,\"nb_uniq_outlinks\":1296,\"nb_searches\":216,\"nb_keywords\":73,\"hits\":29816,\"Referrers_visitorsFromDirectEntry_percent\":\"10%\",\"Referrers_visitorsFromSearchEngines_percent\":\"71%\",\"Referrers_visitorsFromAIAssistants_percent\":\"0%\"}" }, - "API.getAvailableMeasurableTypes": { - "xml": "{\"row\":[{\"id\":\"website\",\"name\":\"Website\",\"description\":\"A website consists of webpages, typically served from a single domain on the web.\",\"longDescription\":\"Track visitor interactions like page views, clicks, downloads, and events on a public-facing website. A single measurable can include multiple domains and subdomains, or you can create separate measurables for each.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":{\"row\":{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":{\"row\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\/guidelines.\",\"introduction\":\"\",\"condition\":\"\",\"fullWidth\":\"0\"},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":\"\",\"condition\":\"disable_visitor_log==0\",\"fullWidth\":\"0\"}]}}}},{\"id\":\"intranet\",\"name\":\"Intranet Website\",\"description\":\"An intranet measurable is just like a website but hosted on an internal network.\",\"longDescription\":\"Track internal sites that are only accessible within your organisation\\u2019s network. Matomo uses first-party cookies to more accurately identify unique visitors in intranet environments.\",\"howToSetupUrl\":\"?module=CoreAdminHome&action=trackingCodeGenerator\",\"settings\":{\"row\":{\"pluginName\":\"Live\",\"title\":\"Live\",\"settings\":{\"row\":[{\"name\":\"disable_visitor_log\",\"title\":\"Turn off visits log and visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws\\/guidelines.\",\"introduction\":\"\",\"condition\":\"\",\"fullWidth\":\"0\"},{\"name\":\"disable_visitor_profile\",\"title\":\"Turn off visitor profiles\",\"value\":\"0\",\"defaultValue\":\"0\",\"type\":\"boolean\",\"uiControl\":\"checkbox\",\"uiControlAttributes\":\"\",\"availableValues\":\"\",\"description\":\"\",\"inlineHelp\":\"All visits-log related features always function.\",\"introduction\":\"\",\"condition\":\"disable_visitor_log==0\",\"fullWidth\":\"0\"}]}}}}]}" - }, "API.getGlossaryMetrics": { "xml": "{\"row\":[{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\",\"documentation\":\"URLs currently blocked by your site\\u2019s robots.txt.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\",\"documentation\":\"These codes appear when the server serves a page successfully\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\",\"documentation\":\"These codes appear when you have permanently moved content from one location (URL) to another.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\",\"documentation\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\",\"documentation\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\",\"documentation\":\"These codes appear when the server failed to fulfill an apparently valid request.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Bing crawler requested.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\",\"documentation\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\",\"documentation\":\"Number of errors occured for the Bing crawler.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Bing index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\",\"documentation\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\",\"documentation\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\",\"documentation\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\",\"documentation\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\",\"documentation\":\"Pages that were newly added to Yandex search index\"}]}" }, diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json index c0d1f58..3aefe23 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json @@ -7,10 +7,6 @@ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"version\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"major\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"minor\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"release\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"versionId\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"extra\\\", type=\\\"string\\\")\"]}" }, - "API.getPiwikVersion":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\"]}" - }, "API.getIpFromHeader":{ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\"]}" @@ -19,10 +15,6 @@ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"SDK_batch_size\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"SDK_interval_value\\\", type=\\\"integer\\\")\"]}" }, - "API.getAvailableMeasurableTypes":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"settings\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"id\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"description\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"longDescription\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"howToSetupUrl\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"settings\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"pluginName\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"title\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"settings\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"title\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"value\\\", type=\\\"boolean\\\")\",\"4\":\"@OA\\\\Property(property=\\\"defaultValue\\\", type=\\\"boolean\\\")\",\"5\":\"@OA\\\\Property(property=\\\"type\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"uiControl\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"uiControlAttributes\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"7\":\"@OA\\\\Property(property=\\\"availableValues\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"8\":\"@OA\\\\Property(property=\\\"description\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"9\":\"@OA\\\\Property(property=\\\"inlineHelp\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"introduction\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"11\":\"@OA\\\\Property(property=\\\"condition\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"fullWidth\\\", type=\\\"boolean\\\")\"}}}}}}}}}}" - }, "API.getSegmentsMetadata":{ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"unionOfSegments\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"type\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"]}}}" diff --git a/tests/Unit/AnnotationGeneratorTest.php b/tests/Unit/AnnotationGeneratorTest.php index f2831fe..559a65a 100644 --- a/tests/Unit/AnnotationGeneratorTest.php +++ b/tests/Unit/AnnotationGeneratorTest.php @@ -27,23 +27,21 @@ class AnnotationGeneratorTest extends TestCase public const TEST_RESOURCES_DIR = __DIR__ . '/../Resources'; public const EXAMPLE_API_ENDPOINTS = [ - 'API.getMatomoVersion', - 'API.getPhpVersion', - 'API.getPiwikVersion', + 'API.get', + 'API.getGlossaryMetrics', + 'API.getGlossaryReports', 'API.getIpFromHeader', - 'API.getSettings', - 'API.getAvailableMeasurableTypes', - 'API.getSegmentsMetadata', + 'API.getMatomoVersion', 'API.getMetadata', - 'API.getReportMetadata', + 'API.getPagesComparisonsDisabledFor', + 'API.getPhpVersion', 'API.getProcessedReport', + 'API.getReportMetadata', 'API.getReportPagesMetadata', - 'API.getWidgetMetadata', - 'API.get', + 'API.getSegmentsMetadata', + 'API.getSettings', 'API.getSuggestedValuesForSegment', - 'API.getPagesComparisonsDisabledFor', - 'API.getGlossaryReports', - 'API.getGlossaryMetrics', + 'API.getWidgetMetadata', 'CustomAlerts.getAlert', 'CustomAlerts.getAlerts', 'CustomAlerts.getTriggeredAlerts', @@ -60,6 +58,45 @@ class AnnotationGeneratorTest extends TestCase ]; public const EXAMPLE_RESPONSE_FILE_NAMES = [ + 'API.get.json', + 'API.get.tsv', + 'API.get.xml', + 'API.getGlossaryMetrics.json', + 'API.getGlossaryMetrics.tsv', + 'API.getGlossaryMetrics.xml', + 'API.getGlossaryReports.json', + 'API.getGlossaryReports.tsv', + 'API.getGlossaryReports.xml', + 'API.getIpFromHeader.json', + 'API.getIpFromHeader.tsv', + 'API.getIpFromHeader.xml', + 'API.getMatomoVersion.json', + 'API.getMatomoVersion.tsv', + 'API.getMatomoVersion.xml', + 'API.getMetadata.json', + 'API.getMetadata.xml', + 'API.getPagesComparisonsDisabledFor.json', + 'API.getPagesComparisonsDisabledFor.tsv', + 'API.getPagesComparisonsDisabledFor.xml', + 'API.getPhpVersion.json', + 'API.getPhpVersion.tsv', + 'API.getPhpVersion.xml', + 'API.getProcessedReport.json', + 'API.getProcessedReport.xml', + 'API.getReportMetadata.json', + 'API.getReportMetadata.xml', + 'API.getReportPagesMetadata.json', + 'API.getReportPagesMetadata.xml', + 'API.getSegmentsMetadata.json', + 'API.getSegmentsMetadata.xml', + 'API.getSettings.json', + 'API.getSettings.tsv', + 'API.getSettings.xml', + 'API.getSuggestedValuesForSegment.json', + 'API.getSuggestedValuesForSegment.tsv', + 'API.getSuggestedValuesForSegment.xml', + 'API.getWidgetMetadata.json', + 'API.getWidgetMetadata.xml', 'CustomAlerts.deleteAlert.xml', 'CustomAlerts.getAlert.json', 'CustomAlerts.getAlerts.json', From 30ce72887f03af8da047682ed565c43551986cc2 Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Fri, 3 Oct 2025 16:57:01 +1300 Subject: [PATCH 07/12] Fixed missing example files and endpoint sorting --- ...arketingCampaignsReporting.getContent.json | 1 + ...MarketingCampaignsReporting.getContent.tsv | 2 + ...MarketingCampaignsReporting.getContent.xml | 15 ++ .../MarketingCampaignsReporting.getGroup.json | 1 + .../MarketingCampaignsReporting.getGroup.tsv | 4 + .../MarketingCampaignsReporting.getGroup.xml | 84 ++++++ .../MarketingCampaignsReporting.getId.json | 1 + .../MarketingCampaignsReporting.getId.tsv | 4 + .../MarketingCampaignsReporting.getId.xml | 63 +++++ ...MarketingCampaignsReporting.getMedium.json | 1 + .../MarketingCampaignsReporting.getMedium.tsv | 5 + .../MarketingCampaignsReporting.getMedium.xml | 109 ++++++++ ...ketingCampaignsReporting.getPlacement.json | 1 + ...rketingCampaignsReporting.getPlacement.tsv | 4 + ...rketingCampaignsReporting.getPlacement.xml | 98 +++++++ ...MarketingCampaignsReporting.getSource.json | 1 + .../MarketingCampaignsReporting.getSource.tsv | 6 + .../MarketingCampaignsReporting.getSource.xml | 146 +++++++++++ ...ingCampaignsReporting.getSourceMedium.json | 1 + ...tingCampaignsReporting.getSourceMedium.tsv | 13 + ...tingCampaignsReporting.getSourceMedium.xml | 242 ++++++++++++++++++ .../ExamplesFromDemoByType.json | 80 +++--- .../ExamplesFromLocalByType.json | 122 ++++----- .../ExamplesPostTruncationByType.json | 8 + .../ExamplesSchemasByType.json | 164 ++++++------ tests/Unit/AnnotationGeneratorTest.php | 12 +- 26 files changed, 1004 insertions(+), 184 deletions(-) create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.json create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.tsv create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.xml create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.json create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.tsv create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.xml create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.json create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.tsv create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.xml create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.json create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.tsv create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.xml create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.json create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.tsv create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.xml create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.json create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.tsv create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.xml create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.json create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.tsv create mode 100644 tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.xml diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.json b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.json new file mode 100644 index 0000000..5968d10 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.json @@ -0,0 +1 @@ +[{"label":"p1-main-2-title","nb_visits":39,"nb_actions":39,"max_actions":1,"sum_visit_length":0,"bounce_count":39,"nb_visits_converted":0,"sum_daily_nb_uniq_visitors":39,"sum_daily_nb_users":0,"segment":"campaignContent==p1-main-2-title"}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.tsv b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.tsv new file mode 100644 index 0000000..46ae820 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.tsv @@ -0,0 +1,2 @@ +label nb_visits nb_actions max_actions sum_visit_length bounce_count nb_visits_converted sum_daily_nb_uniq_visitors sum_daily_nb_users metadata_segment +p1-main-2-title 39 39 1 0 39 0 39 0 campaignContent==p1-main-2-title \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.xml b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.xml new file mode 100644 index 0000000..eb9a40f --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getContent.xml @@ -0,0 +1,15 @@ + + + + + 39 + 39 + 1 + 0 + 39 + 0 + 39 + 0 + campaignContent==p1-main-2-title + + \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.json b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.json new file mode 100644 index 0000000..89ec133 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.json @@ -0,0 +1 @@ +[{"label":"all","nb_visits":11,"nb_actions":17,"max_actions":"5","sum_visit_length":4,"bounce_count":8,"nb_visits_converted":1,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":1,"nb_visits_converted":1,"revenue":50,"items":2},"idgoal=ecommerceOrder":{"nb_conversions":1,"nb_visits_converted":1,"revenue":63.84,"revenue_subtotal":56,"revenue_tax":10.64,"revenue_shipping":2.8,"revenue_discount":5.6,"items":4}},"nb_conversions":1,"revenue":63.84,"sum_daily_nb_uniq_visitors":10,"sum_daily_nb_users":5,"segment":"campaignGroup==all"},{"label":"guest","nb_visits":8,"nb_actions":10,"max_actions":"3","sum_visit_length":2,"bounce_count":6,"nb_visits_converted":0,"sum_daily_nb_uniq_visitors":7,"sum_daily_nb_users":4,"segment":"campaignGroup==guest"},{"label":"customer","nb_visits":7,"nb_actions":16,"max_actions":"5","sum_visit_length":855,"bounce_count":3,"nb_visits_converted":2,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":2,"nb_visits_converted":2,"revenue":100,"items":3},"idgoal=ecommerceOrder":{"nb_conversions":1,"nb_visits_converted":1,"revenue":191.52,"revenue_subtotal":168,"revenue_tax":31.92,"revenue_shipping":8.4,"revenue_discount":16.8,"items":3},"idgoal=1":{"nb_conversions":1,"nb_visits_converted":1,"revenue":0}},"nb_conversions":2,"revenue":191.52,"sum_daily_nb_uniq_visitors":7,"sum_daily_nb_users":3,"segment":"campaignGroup==customer"}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.tsv b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.tsv new file mode 100644 index 0000000..84f5240 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.tsv @@ -0,0 +1,4 @@ +label nb_visits nb_actions max_actions sum_visit_length bounce_count nb_visits_converted goals_idgoal=ecommerceAbandonedCart_nb_conversions goals_idgoal=ecommerceAbandonedCart_nb_visits_converted goals_idgoal=ecommerceAbandonedCart_revenue goals_idgoal=ecommerceAbandonedCart_items goals_idgoal=ecommerceOrder_nb_conversions goals_idgoal=ecommerceOrder_nb_visits_converted goals_idgoal=ecommerceOrder_revenue goals_idgoal=ecommerceOrder_revenue_subtotal goals_idgoal=ecommerceOrder_revenue_tax goals_idgoal=ecommerceOrder_revenue_shipping goals_idgoal=ecommerceOrder_revenue_discount goals_idgoal=ecommerceOrder_items nb_conversions revenue sum_daily_nb_uniq_visitors sum_daily_nb_users metadata_segment goals_idgoal=1_nb_conversions goals_idgoal=1_nb_visits_converted goals_idgoal=1_revenue +all 11 17 5 4 8 1 1 1 50 2 1 1 63.84 56 10.64 2.8 5.6 4 1 63.84 10 5 campaignGroup==all +guest 8 10 3 2 6 0 7 4 campaignGroup==guest +customer 7 16 5 855 3 2 2 2 100 3 1 1 191.52 168 31.92 8.4 16.8 3 2 191.52 7 3 campaignGroup==customer 1 1 0 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.xml b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.xml new file mode 100644 index 0000000..d31a088 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getGroup.xml @@ -0,0 +1,84 @@ + + + + + 11 + 17 + 5 + 4 + 8 + 1 + + + 1 + 1 + 50 + 2 + + + 1 + 1 + 63.84 + 56 + 10.64 + 2.8 + 5.6 + 4 + + + 1 + 63.84 + 10 + 5 + campaignGroup==all + + + + 8 + 10 + 3 + 2 + 6 + 0 + 7 + 4 + campaignGroup==guest + + + + 7 + 16 + 5 + 855 + 3 + 2 + + + 2 + 2 + 100 + 3 + + + 1 + 1 + 191.52 + 168 + 31.92 + 8.4 + 16.8 + 3 + + + 1 + 1 + 0 + + + 2 + 191.52 + 7 + 3 + campaignGroup==customer + + \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.json b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.json new file mode 100644 index 0000000..285bce8 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.json @@ -0,0 +1 @@ +[{"label":"cid-1223332","nb_visits":9,"nb_actions":14,"max_actions":"3","sum_visit_length":3,"bounce_count":5,"nb_visits_converted":0,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":1,"nb_visits_converted":1,"revenue":50,"items":2}},"nb_conversions":0,"revenue":0,"sum_daily_nb_uniq_visitors":9,"sum_daily_nb_users":3,"segment":"campaignId==cid-1223332"},{"label":"cid-4378565","nb_visits":9,"nb_actions":17,"max_actions":"5","sum_visit_length":4,"bounce_count":6,"nb_visits_converted":2,"sum_daily_nb_uniq_visitors":9,"sum_daily_nb_users":4,"goals":{"idgoal=ecommerceOrder":{"nb_conversions":2,"nb_visits_converted":2,"revenue":513,"revenue_subtotal":450,"revenue_tax":85.5,"revenue_shipping":22.5,"revenue_discount":45,"items":6}},"nb_conversions":2,"revenue":513,"segment":"campaignId==cid-4378565"},{"label":"cid-6333444","nb_visits":4,"nb_actions":5,"max_actions":"3","sum_visit_length":1,"bounce_count":3,"nb_visits_converted":0,"sum_daily_nb_uniq_visitors":3,"sum_daily_nb_users":2,"segment":"campaignId==cid-6333444"}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.tsv b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.tsv new file mode 100644 index 0000000..27b6a36 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.tsv @@ -0,0 +1,4 @@ +label nb_visits nb_actions max_actions sum_visit_length bounce_count nb_visits_converted goals_idgoal=ecommerceAbandonedCart_nb_conversions goals_idgoal=ecommerceAbandonedCart_nb_visits_converted goals_idgoal=ecommerceAbandonedCart_revenue goals_idgoal=ecommerceAbandonedCart_items nb_conversions revenue sum_daily_nb_uniq_visitors sum_daily_nb_users metadata_segment goals_idgoal=ecommerceOrder_nb_conversions goals_idgoal=ecommerceOrder_nb_visits_converted goals_idgoal=ecommerceOrder_revenue goals_idgoal=ecommerceOrder_revenue_subtotal goals_idgoal=ecommerceOrder_revenue_tax goals_idgoal=ecommerceOrder_revenue_shipping goals_idgoal=ecommerceOrder_revenue_discount goals_idgoal=ecommerceOrder_items +cid-1223332 9 14 3 3 5 0 1 1 50 2 0 0 9 3 campaignId==cid-1223332 +cid-4378565 9 17 5 4 6 2 2 513 9 4 campaignId==cid-4378565 2 2 513 450 85.5 22.5 45 6 +cid-6333444 4 5 3 1 3 0 3 2 campaignId==cid-6333444 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.xml b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.xml new file mode 100644 index 0000000..dcef07c --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getId.xml @@ -0,0 +1,63 @@ + + + + + 9 + 14 + 3 + 3 + 5 + 0 + + + 1 + 1 + 50 + 2 + + + 0 + 0 + 9 + 3 + campaignId==cid-1223332 + + + + 9 + 17 + 5 + 4 + 6 + 2 + 9 + 4 + + + 2 + 2 + 513 + 450 + 85.5 + 22.5 + 45 + 6 + + + 2 + 513 + campaignId==cid-4378565 + + + + 4 + 5 + 3 + 1 + 3 + 0 + 3 + 2 + campaignId==cid-6333444 + + \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.json b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.json new file mode 100644 index 0000000..b4f794e --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.json @@ -0,0 +1 @@ +[{"label":"display","nb_visits":151,"nb_actions":292,"max_actions":76,"sum_visit_length":35151,"bounce_count":94,"nb_visits_converted":34,"goals":{"idgoal=1":{"nb_conversions":34,"nb_visits_converted":34,"revenue":0},"idgoal=2":{"nb_conversions":2,"nb_visits_converted":1,"revenue":112}},"nb_conversions":36,"revenue":112,"sum_daily_nb_uniq_visitors":146,"sum_daily_nb_users":0,"segment":"campaignMedium==display"},{"label":"cpc","nb_visits":57,"nb_actions":181,"max_actions":26,"sum_visit_length":4999,"bounce_count":41,"nb_visits_converted":3,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":4,"nb_visits_converted":4,"revenue":115,"items":7},"idgoal=1":{"nb_conversions":3,"nb_visits_converted":3,"revenue":0}},"nb_conversions":3,"revenue":0,"sum_daily_nb_uniq_visitors":57,"sum_daily_nb_users":0,"segment":"campaignMedium==cpc"},{"label":"email","nb_visits":16,"nb_actions":30,"max_actions":"5","sum_visit_length":6,"bounce_count":10,"nb_visits_converted":2,"sum_daily_nb_uniq_visitors":15,"sum_daily_nb_users":5,"goals":{"idgoal=ecommerceOrder":{"nb_conversions":2,"nb_visits_converted":2,"revenue":255.36,"revenue_subtotal":224,"revenue_tax":42.56,"revenue_shipping":11.2,"revenue_discount":22.4,"items":7}},"nb_conversions":2,"revenue":255.36,"segment":"campaignMedium==email"},{"label":"paid-ads","nb_visits":10,"nb_actions":15,"max_actions":"5","sum_visit_length":853,"bounce_count":8,"nb_visits_converted":1,"sum_daily_nb_uniq_visitors":9,"sum_daily_nb_users":5,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":1,"nb_visits_converted":1,"revenue":50,"items":2},"idgoal=1":{"nb_conversions":1,"nb_visits_converted":1,"revenue":0}},"nb_conversions":1,"revenue":0,"segment":"campaignMedium==paid-ads"}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.tsv b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.tsv new file mode 100644 index 0000000..490c51e --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.tsv @@ -0,0 +1,5 @@ +label nb_visits nb_actions max_actions sum_visit_length bounce_count nb_visits_converted goals_idgoal=1_nb_conversions goals_idgoal=1_nb_visits_converted goals_idgoal=1_revenue goals_idgoal=2_nb_conversions goals_idgoal=2_nb_visits_converted goals_idgoal=2_revenue nb_conversions revenue sum_daily_nb_uniq_visitors sum_daily_nb_users metadata_segment goals_idgoal=ecommerceAbandonedCart_nb_conversions goals_idgoal=ecommerceAbandonedCart_nb_visits_converted goals_idgoal=ecommerceAbandonedCart_revenue goals_idgoal=ecommerceAbandonedCart_items goals_idgoal=ecommerceOrder_nb_conversions goals_idgoal=ecommerceOrder_nb_visits_converted goals_idgoal=ecommerceOrder_revenue goals_idgoal=ecommerceOrder_revenue_subtotal goals_idgoal=ecommerceOrder_revenue_tax goals_idgoal=ecommerceOrder_revenue_shipping goals_idgoal=ecommerceOrder_revenue_discount goals_idgoal=ecommerceOrder_items +display 151 292 76 35151 94 34 34 34 0 2 1 112 36 112 146 0 campaignMedium==display +cpc 57 181 26 4999 41 3 3 3 0 3 0 57 0 campaignMedium==cpc 4 4 115 7 +email 16 30 5 6 10 2 2 255.36 15 5 campaignMedium==email 2 2 255.36 224 42.56 11.2 22.4 7 +paid-ads 10 15 5 853 8 1 1 1 0 1 0 9 5 campaignMedium==paid-ads 1 1 50 2 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.xml b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.xml new file mode 100644 index 0000000..1787e34 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getMedium.xml @@ -0,0 +1,109 @@ + + + + + 151 + 292 + 76 + 35151 + 94 + 34 + + + 34 + 34 + 0 + + + 2 + 1 + 112 + + + 36 + 112 + 146 + 0 + campaignMedium==display + + + + 57 + 181 + 26 + 4999 + 41 + 3 + + + 4 + 4 + 115 + 7 + + + 3 + 3 + 0 + + + 3 + 0 + 57 + 0 + campaignMedium==cpc + + + + 16 + 30 + 5 + 6 + 10 + 2 + 15 + 5 + + + 2 + 2 + 255.36 + 224 + 42.56 + 11.2 + 22.4 + 7 + + + 2 + 255.36 + campaignMedium==email + + + + 10 + 15 + 5 + 853 + 8 + 1 + 9 + 5 + + + 1 + 1 + 50 + 2 + + + 1 + 1 + 0 + + + 1 + 0 + campaignMedium==paid-ads + + \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.json b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.json new file mode 100644 index 0000000..1184363 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.json @@ -0,0 +1 @@ +[{"label":"external","nb_visits":12,"nb_actions":16,"max_actions":"4","sum_visit_length":3,"bounce_count":10,"nb_visits_converted":1,"sum_daily_nb_uniq_visitors":12,"sum_daily_nb_users":4,"goals":{"idgoal=ecommerceOrder":{"nb_conversions":1,"nb_visits_converted":1,"revenue":191.52,"revenue_subtotal":168,"revenue_tax":31.92,"revenue_shipping":8.4,"revenue_discount":16.8,"items":3}},"nb_conversions":1,"revenue":191.52,"segment":"campaignPlacement==external"},{"label":"bottom","nb_visits":10,"nb_actions":22,"max_actions":"5","sum_visit_length":5,"bounce_count":5,"nb_visits_converted":1,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":1,"nb_visits_converted":1,"revenue":50,"items":2},"idgoal=ecommerceOrder":{"nb_conversions":1,"nb_visits_converted":1,"revenue":63.84,"revenue_subtotal":56,"revenue_tax":10.64,"revenue_shipping":2.8,"revenue_discount":5.6,"items":4}},"nb_conversions":1,"revenue":63.84,"sum_daily_nb_uniq_visitors":9,"sum_daily_nb_users":3,"segment":"campaignPlacement==bottom"},{"label":"top","nb_visits":9,"nb_actions":15,"max_actions":"5","sum_visit_length":856,"bounce_count":6,"nb_visits_converted":2,"sum_daily_nb_uniq_visitors":8,"sum_daily_nb_users":6,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":1,"nb_visits_converted":1,"revenue":50,"items":2},"idgoal=ecommerceOrder":{"nb_conversions":1,"nb_visits_converted":1,"revenue":321.48,"revenue_subtotal":282,"revenue_tax":53.58,"revenue_shipping":14.1,"revenue_discount":28.2,"items":3},"idgoal=1":{"nb_conversions":1,"nb_visits_converted":1,"revenue":0}},"nb_conversions":2,"revenue":321.48,"segment":"campaignPlacement==top"}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.tsv b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.tsv new file mode 100644 index 0000000..2ed8d0d --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.tsv @@ -0,0 +1,4 @@ +label nb_visits nb_actions max_actions sum_visit_length bounce_count nb_visits_converted sum_daily_nb_uniq_visitors sum_daily_nb_users goals_idgoal=ecommerceOrder_nb_conversions goals_idgoal=ecommerceOrder_nb_visits_converted goals_idgoal=ecommerceOrder_revenue goals_idgoal=ecommerceOrder_revenue_subtotal goals_idgoal=ecommerceOrder_revenue_tax goals_idgoal=ecommerceOrder_revenue_shipping goals_idgoal=ecommerceOrder_revenue_discount goals_idgoal=ecommerceOrder_items nb_conversions revenue metadata_segment goals_idgoal=ecommerceAbandonedCart_nb_conversions goals_idgoal=ecommerceAbandonedCart_nb_visits_converted goals_idgoal=ecommerceAbandonedCart_revenue goals_idgoal=ecommerceAbandonedCart_items goals_idgoal=1_nb_conversions goals_idgoal=1_nb_visits_converted goals_idgoal=1_revenue +external 12 16 4 3 10 1 12 4 1 1 191.52 168 31.92 8.4 16.8 3 1 191.52 campaignPlacement==external +bottom 10 22 5 5 5 1 9 3 1 1 63.84 56 10.64 2.8 5.6 4 1 63.84 campaignPlacement==bottom 1 1 50 2 +top 9 15 5 856 6 2 8 6 1 1 321.48 282 53.58 14.1 28.2 3 2 321.48 campaignPlacement==top 1 1 50 2 1 1 0 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.xml b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.xml new file mode 100644 index 0000000..3a6b35a --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getPlacement.xml @@ -0,0 +1,98 @@ + + + + + 12 + 16 + 4 + 3 + 10 + 1 + 12 + 4 + + + 1 + 1 + 191.52 + 168 + 31.92 + 8.4 + 16.8 + 3 + + + 1 + 191.52 + campaignPlacement==external + + + + 10 + 22 + 5 + 5 + 5 + 1 + + + 1 + 1 + 50 + 2 + + + 1 + 1 + 63.84 + 56 + 10.64 + 2.8 + 5.6 + 4 + + + 1 + 63.84 + 9 + 3 + campaignPlacement==bottom + + + + 9 + 15 + 5 + 856 + 6 + 2 + 8 + 6 + + + 1 + 1 + 50 + 2 + + + 1 + 1 + 321.48 + 282 + 53.58 + 14.1 + 28.2 + 3 + + + 1 + 1 + 0 + + + 2 + 321.48 + campaignPlacement==top + + \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.json b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.json new file mode 100644 index 0000000..309ab47 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.json @@ -0,0 +1 @@ +[{"label":"buysellads","nb_visits":106,"nb_actions":236,"max_actions":76,"sum_visit_length":32662,"bounce_count":54,"nb_visits_converted":32,"sum_daily_nb_uniq_visitors":104,"sum_daily_nb_users":0,"goals":{"idgoal=1":{"nb_conversions":32,"nb_visits_converted":32,"revenue":0},"idgoal=2":{"nb_conversions":2,"nb_visits_converted":1,"revenue":112}},"nb_conversions":34,"revenue":112,"segment":"campaignSource==buysellads"},{"label":"adwords","nb_visits":62,"nb_actions":75,"max_actions":"5","sum_visit_length":3184,"bounce_count":56,"nb_visits_converted":3,"goals":{"idgoal=1":{"nb_conversions":3,"nb_visits_converted":3,"revenue":0}},"nb_conversions":3,"revenue":0,"sum_daily_nb_uniq_visitors":59,"sum_daily_nb_users":0,"segment":"campaignSource==adwords"},{"label":"google","nb_visits":40,"nb_actions":162,"max_actions":26,"sum_visit_length":4304,"bounce_count":25,"nb_visits_converted":2,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":4,"nb_visits_converted":4,"revenue":115,"items":7},"idgoal=1":{"nb_conversions":2,"nb_visits_converted":2,"revenue":0}},"nb_conversions":2,"revenue":0,"sum_daily_nb_uniq_visitors":40,"sum_daily_nb_users":0,"segment":"campaignSource==google"},{"label":"google-ads","nb_visits":15,"nb_actions":31,"max_actions":"5","sum_visit_length":857,"bounce_count":8,"nb_visits_converted":3,"sum_daily_nb_uniq_visitors":14,"sum_daily_nb_users":7,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":1,"nb_visits_converted":1,"revenue":50,"items":2},"idgoal=ecommerceOrder":{"nb_conversions":2,"nb_visits_converted":2,"revenue":255.36,"revenue_subtotal":224,"revenue_tax":42.56,"revenue_shipping":11.2,"revenue_discount":22.4,"items":7},"idgoal=1":{"nb_conversions":1,"nb_visits_converted":1,"revenue":0}},"nb_conversions":3,"revenue":255.36,"segment":"campaignSource==google-ads"},{"label":"newsletter","nb_visits":13,"nb_actions":16,"max_actions":"3","sum_visit_length":7,"bounce_count":10,"nb_visits_converted":1,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":2,"nb_visits_converted":2,"revenue":100,"items":3},"idgoal=ecommerceOrder":{"nb_conversions":1,"nb_visits_converted":1,"revenue":321.48,"revenue_subtotal":282,"revenue_tax":53.58,"revenue_shipping":14.1,"revenue_discount":28.2,"items":3}},"nb_conversions":1,"revenue":321.48,"sum_daily_nb_uniq_visitors":12,"sum_daily_nb_users":5,"segment":"campaignSource==newsletter"}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.tsv b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.tsv new file mode 100644 index 0000000..c01d13e --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.tsv @@ -0,0 +1,6 @@ +label nb_visits nb_actions max_actions sum_visit_length bounce_count nb_visits_converted sum_daily_nb_uniq_visitors sum_daily_nb_users goals_idgoal=1_nb_conversions goals_idgoal=1_nb_visits_converted goals_idgoal=1_revenue goals_idgoal=2_nb_conversions goals_idgoal=2_nb_visits_converted goals_idgoal=2_revenue nb_conversions revenue metadata_segment goals_idgoal=ecommerceAbandonedCart_nb_conversions goals_idgoal=ecommerceAbandonedCart_nb_visits_converted goals_idgoal=ecommerceAbandonedCart_revenue goals_idgoal=ecommerceAbandonedCart_items goals_idgoal=ecommerceOrder_nb_conversions goals_idgoal=ecommerceOrder_nb_visits_converted goals_idgoal=ecommerceOrder_revenue goals_idgoal=ecommerceOrder_revenue_subtotal goals_idgoal=ecommerceOrder_revenue_tax goals_idgoal=ecommerceOrder_revenue_shipping goals_idgoal=ecommerceOrder_revenue_discount goals_idgoal=ecommerceOrder_items +buysellads 106 236 76 32662 54 32 104 0 32 32 0 2 1 112 34 112 campaignSource==buysellads +adwords 62 75 5 3184 56 3 59 0 3 3 0 3 0 campaignSource==adwords +google 40 162 26 4304 25 2 40 0 2 2 0 2 0 campaignSource==google 4 4 115 7 +google-ads 15 31 5 857 8 3 14 7 1 1 0 3 255.36 campaignSource==google-ads 1 1 50 2 2 2 255.36 224 42.56 11.2 22.4 7 +newsletter 13 16 3 7 10 1 12 5 1 321.48 campaignSource==newsletter 2 2 100 3 1 1 321.48 282 53.58 14.1 28.2 3 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.xml b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.xml new file mode 100644 index 0000000..d40fac6 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSource.xml @@ -0,0 +1,146 @@ + + + + + 106 + 236 + 76 + 32662 + 54 + 32 + 104 + 0 + + + 32 + 32 + 0 + + + 2 + 1 + 112 + + + 34 + 112 + campaignSource==buysellads + + + + 62 + 75 + 5 + 3184 + 56 + 3 + + + 3 + 3 + 0 + + + 3 + 0 + 59 + 0 + campaignSource==adwords + + + + 40 + 162 + 26 + 4304 + 25 + 2 + + + 4 + 4 + 115 + 7 + + + 2 + 2 + 0 + + + 2 + 0 + 40 + 0 + campaignSource==google + + + + 15 + 31 + 5 + 857 + 8 + 3 + 14 + 7 + + + 1 + 1 + 50 + 2 + + + 2 + 2 + 255.36 + 224 + 42.56 + 11.2 + 22.4 + 7 + + + 1 + 1 + 0 + + + 3 + 255.36 + campaignSource==google-ads + + + + 13 + 16 + 3 + 7 + 10 + 1 + + + 2 + 2 + 100 + 3 + + + 1 + 1 + 321.48 + 282 + 53.58 + 14.1 + 28.2 + 3 + + + 1 + 321.48 + 12 + 5 + campaignSource==newsletter + + \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.json b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.json new file mode 100644 index 0000000..51db173 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.json @@ -0,0 +1 @@ +[{"label":"buysellads - display","nb_visits":106,"nb_actions":236,"max_actions":76,"sum_visit_length":32662,"bounce_count":54,"nb_visits_converted":32,"sum_daily_nb_uniq_visitors":104,"sum_daily_nb_users":0,"goals":{"idgoal=1":{"nb_conversions":32,"nb_visits_converted":32,"revenue":0},"idgoal=2":{"nb_conversions":2,"nb_visits_converted":1,"revenue":112}},"nb_conversions":34,"revenue":112,"idsubdatatable":6},{"label":"adwords - display","nb_visits":45,"nb_actions":56,"max_actions":"5","sum_visit_length":2489,"bounce_count":40,"nb_visits_converted":2,"goals":{"idgoal=1":{"nb_conversions":2,"nb_visits_converted":2,"revenue":0}},"nb_conversions":2,"revenue":0,"sum_daily_nb_uniq_visitors":42,"sum_daily_nb_users":0,"idsubdatatable":1},{"label":"google - cpc","nb_visits":40,"nb_actions":162,"max_actions":26,"sum_visit_length":4304,"bounce_count":25,"nb_visits_converted":2,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":4,"nb_visits_converted":4,"revenue":115,"items":7},"idgoal=1":{"nb_conversions":2,"nb_visits_converted":2,"revenue":0}},"nb_conversions":2,"revenue":0,"sum_daily_nb_uniq_visitors":40,"sum_daily_nb_users":0,"idsubdatatable":3},{"label":"adwords - cpc","nb_visits":17,"nb_actions":19,"max_actions":"3","sum_visit_length":695,"bounce_count":16,"nb_visits_converted":1,"goals":{"idgoal=1":{"nb_conversions":1,"nb_visits_converted":1,"revenue":0}},"nb_conversions":1,"revenue":0,"sum_daily_nb_uniq_visitors":17,"sum_daily_nb_users":0,"idsubdatatable":4},{"label":"google-ads - email","nb_visits":9,"nb_actions":18,"max_actions":"5","sum_visit_length":4,"bounce_count":5,"nb_visits_converted":2,"sum_daily_nb_uniq_visitors":8,"sum_daily_nb_users":3,"goals":{"idgoal=ecommerceOrder":{"nb_conversions":2,"nb_visits_converted":2,"revenue":255.36,"revenue_subtotal":224,"revenue_tax":42.56,"revenue_shipping":11.2,"revenue_discount":22.4,"items":7}},"nb_conversions":2,"revenue":255.36,"idsubdatatable":2},{"label":"newsletter","nb_visits":5,"nb_actions":8,"max_actions":"3","sum_visit_length":5,"bounce_count":3,"nb_visits_converted":1,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":2,"nb_visits_converted":2,"revenue":100,"items":3},"idgoal=ecommerceOrder":{"nb_conversions":1,"nb_visits_converted":1,"revenue":321.48,"revenue_subtotal":282,"revenue_tax":53.58,"revenue_shipping":14.1,"revenue_discount":28.2,"items":3}},"nb_conversions":1,"revenue":321.48,"sum_daily_nb_uniq_visitors":5,"sum_daily_nb_users":3,"idsubdatatable":5},{"label":"google-ads - paid-ads","nb_visits":4,"nb_actions":10,"max_actions":"5","sum_visit_length":853,"bounce_count":2,"nb_visits_converted":1,"sum_daily_nb_uniq_visitors":4,"sum_daily_nb_users":3,"goals":{"idgoal=ecommerceAbandonedCart":{"nb_conversions":1,"nb_visits_converted":1,"revenue":50,"items":2},"idgoal=1":{"nb_conversions":1,"nb_visits_converted":1,"revenue":0}},"nb_conversions":1,"revenue":0,"idsubdatatable":8},{"label":"newsletter - email","nb_visits":4,"nb_actions":5,"max_actions":"2","sum_visit_length":2,"bounce_count":3,"nb_visits_converted":0,"sum_daily_nb_uniq_visitors":4,"sum_daily_nb_users":0,"idsubdatatable":7},{"label":"newsletter - paid-ads","nb_visits":4,"nb_actions":3,"max_actions":"1","sum_visit_length":0,"bounce_count":4,"nb_visits_converted":0,"sum_daily_nb_uniq_visitors":3,"sum_daily_nb_users":2,"idsubdatatable":11},{"label":"email","nb_visits":3,"nb_actions":7,"max_actions":"5","sum_visit_length":0,"bounce_count":2,"nb_visits_converted":0,"sum_daily_nb_uniq_visitors":3,"sum_daily_nb_users":2,"idsubdatatable":9},{"label":"google-ads","nb_visits":2,"nb_actions":3,"max_actions":"2","sum_visit_length":0,"bounce_count":1,"nb_visits_converted":0,"sum_daily_nb_uniq_visitors":2,"sum_daily_nb_users":1,"idsubdatatable":10},{"label":"paid-ads","nb_visits":2,"nb_actions":2,"max_actions":"1","sum_visit_length":0,"bounce_count":2,"nb_visits_converted":0,"sum_daily_nb_uniq_visitors":2,"sum_daily_nb_users":0}] \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.tsv b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.tsv new file mode 100644 index 0000000..ad16593 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.tsv @@ -0,0 +1,13 @@ +label nb_visits nb_actions max_actions sum_visit_length bounce_count nb_visits_converted sum_daily_nb_uniq_visitors sum_daily_nb_users goals_idgoal=1_nb_conversions goals_idgoal=1_nb_visits_converted goals_idgoal=1_revenue goals_idgoal=2_nb_conversions goals_idgoal=2_nb_visits_converted goals_idgoal=2_revenue nb_conversions revenue goals_idgoal=ecommerceAbandonedCart_nb_conversions goals_idgoal=ecommerceAbandonedCart_nb_visits_converted goals_idgoal=ecommerceAbandonedCart_revenue goals_idgoal=ecommerceAbandonedCart_items goals_idgoal=ecommerceOrder_nb_conversions goals_idgoal=ecommerceOrder_nb_visits_converted goals_idgoal=ecommerceOrder_revenue goals_idgoal=ecommerceOrder_revenue_subtotal goals_idgoal=ecommerceOrder_revenue_tax goals_idgoal=ecommerceOrder_revenue_shipping goals_idgoal=ecommerceOrder_revenue_discount goals_idgoal=ecommerceOrder_items +buysellads - display 106 236 76 32662 54 32 104 0 32 32 0 2 1 112 34 112 +adwords - display 45 56 5 2489 40 2 42 0 2 2 0 2 0 +google - cpc 40 162 26 4304 25 2 40 0 2 2 0 2 0 4 4 115 7 +adwords - cpc 17 19 3 695 16 1 17 0 1 1 0 1 0 +google-ads - email 9 18 5 4 5 2 8 3 2 255.36 2 2 255.36 224 42.56 11.2 22.4 7 +newsletter 5 8 3 5 3 1 5 3 1 321.48 2 2 100 3 1 1 321.48 282 53.58 14.1 28.2 3 +google-ads - paid-ads 4 10 5 853 2 1 4 3 1 1 0 1 0 1 1 50 2 +newsletter - email 4 5 2 2 3 0 4 0 +newsletter - paid-ads 4 3 1 0 4 0 3 2 +email 3 7 5 0 2 0 3 2 +google-ads 2 3 2 0 1 0 2 1 +paid-ads 2 2 1 0 2 0 2 0 \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.xml b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.xml new file mode 100644 index 0000000..7e1f901 --- /dev/null +++ b/tests/Resources/ExampleResponses/MarketingCampaignsReporting.getSourceMedium.xml @@ -0,0 +1,242 @@ + + + + + 106 + 236 + 76 + 32662 + 54 + 32 + 104 + 0 + + + 32 + 32 + 0 + + + 2 + 1 + 112 + + + 34 + 112 + 6 + + + + 45 + 56 + 5 + 2489 + 40 + 2 + + + 2 + 2 + 0 + + + 2 + 0 + 42 + 0 + 1 + + + + 40 + 162 + 26 + 4304 + 25 + 2 + + + 4 + 4 + 115 + 7 + + + 2 + 2 + 0 + + + 2 + 0 + 40 + 0 + 3 + + + + 17 + 19 + 3 + 695 + 16 + 1 + + + 1 + 1 + 0 + + + 1 + 0 + 17 + 0 + 4 + + + + 9 + 18 + 5 + 4 + 5 + 2 + 8 + 3 + + + 2 + 2 + 255.36 + 224 + 42.56 + 11.2 + 22.4 + 7 + + + 2 + 255.36 + 2 + + + + 5 + 8 + 3 + 5 + 3 + 1 + + + 2 + 2 + 100 + 3 + + + 1 + 1 + 321.48 + 282 + 53.58 + 14.1 + 28.2 + 3 + + + 1 + 321.48 + 5 + 3 + 5 + + + + 4 + 10 + 5 + 853 + 2 + 1 + 4 + 3 + + + 1 + 1 + 50 + 2 + + + 1 + 1 + 0 + + + 1 + 0 + 8 + + + + 4 + 5 + 2 + 2 + 3 + 0 + 4 + 0 + 7 + + + + 4 + 3 + 1 + 0 + 4 + 0 + 3 + 2 + 11 + + + + 3 + 7 + 5 + 0 + 2 + 0 + 3 + 2 + 9 + + + + 2 + 3 + 2 + 0 + 1 + 0 + 2 + 1 + 10 + + + + 2 + 2 + 1 + 0 + 2 + 0 + 2 + 0 + + \ No newline at end of file diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json index a94b377..a57cebf 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json @@ -1,72 +1,72 @@ { - "API.getMatomoVersion": { - "xml": "[\"5.4.0\"]", - "json": "{\"value\":\"5.4.0\"}", - "tsv": "value\n5.4.0" + "API.get": { + "xml": "{\"nb_uniq_visitors\":\"8920\",\"nb_visits\":\"9831\",\"nb_users\":\"5\",\"nb_actions\":\"29397\",\"max_actions\":\"76\",\"bounce_count\":\"5760\",\"sum_visit_length\":\"2556198\",\"nb_visits_new\":\"5\",\"nb_actions_new\":\"8\",\"nb_uniq_visitors_new\":\"5\",\"nb_users_new\":\"0\",\"max_actions_new\":\"4\",\"bounce_rate_new\":\"80%\",\"nb_actions_per_visit_new\":\"1.6\",\"avg_time_on_site_new\":\"450\",\"nb_visits_returning\":\"9829\",\"nb_actions_returning\":\"29392\",\"nb_uniq_visitors_returning\":\"8917\",\"nb_users_returning\":\"5\",\"max_actions_returning\":\"76\",\"bounce_rate_returning\":\"59%\",\"nb_actions_per_visit_returning\":\"3\",\"avg_time_on_site_returning\":\"260\",\"Referrers_visitorsFromSearchEngines\":\"6969\",\"Referrers_visitorsFromSocialNetworks\":\"1111\",\"Referrers_visitorsFromAIAssistants\":\"0\",\"Referrers_visitorsFromDirectEntry\":\"957\",\"Referrers_visitorsFromWebsites\":\"795\",\"Referrers_visitorsFromCampaigns\":\"0\",\"Referrers_distinctSearchEngines\":\"20\",\"Referrers_distinctSocialNetworks\":\"5\",\"Referrers_distinctAIAssistants\":\"0\",\"Referrers_distinctKeywords\":\"96\",\"Referrers_distinctWebsites\":\"4\",\"Referrers_distinctWebsitesUrls\":\"277\",\"Referrers_distinctCampaigns\":\"0\",\"PagePerformance_network_time\":\"0\",\"PagePerformance_network_hits\":\"0\",\"PagePerformance_servery_time\":\"0\",\"PagePerformance_server_hits\":\"0\",\"PagePerformance_transfer_time\":\"0\",\"PagePerformance_transfer_hits\":\"0\",\"PagePerformance_domprocessing_time\":\"0\",\"PagePerformance_domprocessing_hits\":\"0\",\"PagePerformance_domcompletion_time\":\"0\",\"PagePerformance_domcompletion_hits\":\"0\",\"PagePerformance_onload_time\":\"0\",\"PagePerformance_onload_hits\":\"0\",\"PagePerformance_pageload_time\":\"0\",\"PagePerformance_pageload_hits\":\"0\",\"avg_time_network\":\"0\",\"avg_time_server\":\"0\",\"avg_time_transfer\":\"0\",\"avg_time_dom_processing\":\"0\",\"avg_time_dom_completion\":\"0\",\"avg_time_on_load\":\"0\",\"avg_page_load_time\":\"0\",\"nb_plays\":\"184\",\"nb_unique_visitors_plays\":\"147\",\"nb_impressions\":\"1313\",\"nb_unique_visitors_impressions\":\"1022\",\"nb_finishes\":\"38\",\"sum_total_time_watched\":\"48918\",\"sum_total_audio_plays\":\"29\",\"sum_total_audio_impressions\":\"66\",\"sum_total_video_plays\":\"155\",\"sum_total_video_impressions\":\"1247\",\"nb_conversions\":\"962\",\"nb_visits_converted\":\"915\",\"revenue\":\"84869.05\",\"conversion_rate\":\"9.31%\",\"nb_conversions_new_visit\":\"0\",\"nb_visits_converted_new_visit\":\"0\",\"revenue_new_visit\":\"0\",\"conversion_rate_new_visit\":\"0%\",\"nb_conversions_returning_visit\":\"962\",\"nb_visits_converted_returning_visit\":\"915\",\"revenue_returning_visit\":\"84869.05\",\"conversion_rate_returning_visit\":\"9.31%\",\"nb_form_views\":\"11746\",\"nb_form_viewers\":\"7731\",\"nb_form_starts\":\"513\",\"nb_form_starters\":\"432\",\"nb_form_submissions\":\"578\",\"nb_form_submitters\":\"557\",\"nb_form_resubmitters\":\"15\",\"nb_form_conversions\":\"136\",\"nb_crash_occurrences\":\"950\",\"nb_visits_with_crash\":\"812\",\"nb_ignored_crashes\":\"0\",\"nb_uniq_crashes\":\"13\",\"nb_new_crashes\":\"0\",\"nb_disappeared_crashes\":\"0\",\"nb_reappeared_crashes\":\"0\",\"nb_pageviews\":\"25071\",\"nb_uniq_pageviews\":\"19429\",\"nb_downloads\":\"22\",\"nb_uniq_downloads\":\"20\",\"nb_outlinks\":\"1378\",\"nb_uniq_outlinks\":\"1296\",\"nb_searches\":\"216\",\"nb_keywords\":\"73\",\"hits\":\"29816\",\"Referrers_visitorsFromDirectEntry_percent\":\"10%\",\"Referrers_visitorsFromSearchEngines_percent\":\"71%\",\"Referrers_visitorsFromAIAssistants_percent\":\"0%\",\"Referrers_visitorsFromCampaigns_percent\":\"0%\",\"Referrers_visitorsFromSocialNetworks_percent\":\"11%\",\"Referrers_visitorsFromWebsites_percent\":\"8%\",\"visits_crash_rate\":\"0.08\",\"bounce_rate\":\"59%\",\"nb_actions_per_visit\":\"3\",\"avg_time_on_site\":\"260\",\"form_starters_rate\":\"5.6%\",\"form_submitter_rate\":\"128.9%\",\"form_conversion_rate\":\"31.5%\",\"form_resubmitters_rate\":\"2.7%\",\"avg_form_time_hesitation\":\"17.189\",\"avg_form_time_spent\":\"109.457\",\"avg_form_time_to_first_submission\":\"9.059\",\"avg_form_time_to_conversion\":\"83.703\",\"play_rate\":\"0.14\",\"finish_rate\":\"0.21\",\"impression_rate\":\"0.11\"}", + "json": "{\"nb_uniq_visitors\":8920,\"nb_visits\":9831,\"nb_users\":5,\"nb_actions\":29397,\"max_actions\":76,\"bounce_count\":5760,\"sum_visit_length\":2556198,\"nb_visits_new\":5,\"nb_actions_new\":8,\"nb_uniq_visitors_new\":5,\"nb_users_new\":0,\"max_actions_new\":4,\"bounce_rate_new\":\"80%\",\"nb_actions_per_visit_new\":1.6,\"avg_time_on_site_new\":450,\"nb_visits_returning\":9829,\"nb_actions_returning\":29392,\"nb_uniq_visitors_returning\":8917,\"nb_users_returning\":5,\"max_actions_returning\":76,\"bounce_rate_returning\":\"59%\",\"nb_actions_per_visit_returning\":3,\"avg_time_on_site_returning\":260,\"Referrers_visitorsFromSearchEngines\":6969,\"Referrers_visitorsFromSocialNetworks\":1111,\"Referrers_visitorsFromAIAssistants\":0,\"Referrers_visitorsFromDirectEntry\":957,\"Referrers_visitorsFromWebsites\":795,\"Referrers_visitorsFromCampaigns\":0,\"Referrers_distinctSearchEngines\":20,\"Referrers_distinctSocialNetworks\":5,\"Referrers_distinctAIAssistants\":0,\"Referrers_distinctKeywords\":96,\"Referrers_distinctWebsites\":4,\"Referrers_distinctWebsitesUrls\":277,\"Referrers_distinctCampaigns\":0,\"PagePerformance_network_time\":0,\"PagePerformance_network_hits\":0,\"PagePerformance_servery_time\":0,\"PagePerformance_server_hits\":0,\"PagePerformance_transfer_time\":0,\"PagePerformance_transfer_hits\":0,\"PagePerformance_domprocessing_time\":0,\"PagePerformance_domprocessing_hits\":0,\"PagePerformance_domcompletion_time\":0,\"PagePerformance_domcompletion_hits\":0,\"PagePerformance_onload_time\":0,\"PagePerformance_onload_hits\":0,\"PagePerformance_pageload_time\":0,\"PagePerformance_pageload_hits\":0,\"avg_time_network\":0,\"avg_time_server\":0,\"avg_time_transfer\":0,\"avg_time_dom_processing\":0,\"avg_time_dom_completion\":0,\"avg_time_on_load\":0,\"avg_page_load_time\":0,\"nb_plays\":184,\"nb_unique_visitors_plays\":147,\"nb_impressions\":1313,\"nb_unique_visitors_impressions\":1022,\"nb_finishes\":38,\"sum_total_time_watched\":48918,\"sum_total_audio_plays\":29,\"sum_total_audio_impressions\":66,\"sum_total_video_plays\":155,\"sum_total_video_impressions\":1247,\"nb_conversions\":962,\"nb_visits_converted\":915,\"revenue\":84869.05,\"conversion_rate\":\"9.31%\",\"nb_conversions_new_visit\":0,\"nb_visits_converted_new_visit\":0,\"revenue_new_visit\":0,\"conversion_rate_new_visit\":\"0%\",\"nb_conversions_returning_visit\":962,\"nb_visits_converted_returning_visit\":915,\"revenue_returning_visit\":84869.05,\"conversion_rate_returning_visit\":\"9.31%\",\"nb_form_views\":11746,\"nb_form_viewers\":7731,\"nb_form_starts\":513,\"nb_form_starters\":432,\"nb_form_submissions\":578,\"nb_form_submitters\":557,\"nb_form_resubmitters\":15,\"nb_form_conversions\":136,\"nb_crash_occurrences\":950,\"nb_visits_with_crash\":812,\"nb_ignored_crashes\":0,\"nb_uniq_crashes\":13,\"nb_new_crashes\":0,\"nb_disappeared_crashes\":0,\"nb_reappeared_crashes\":0,\"nb_pageviews\":25071,\"nb_uniq_pageviews\":19429,\"nb_downloads\":22,\"nb_uniq_downloads\":20,\"nb_outlinks\":1378,\"nb_uniq_outlinks\":1296,\"nb_searches\":216,\"nb_keywords\":73,\"hits\":29816,\"Referrers_visitorsFromDirectEntry_percent\":\"10%\",\"Referrers_visitorsFromSearchEngines_percent\":\"71%\",\"Referrers_visitorsFromAIAssistants_percent\":\"0%\"}", + "tsv": "nb_uniq_visitors\tnb_visits\tnb_users\tnb_actions\tmax_actions\tbounce_count\tsum_visit_length\tnb_visits_new\tnb_actions_new\tnb_uniq_visitors_new\tnb_users_new\tmax_actions_new\tbounce_rate_new\tnb_actions_per_visit_new\tavg_time_on_site_new\tnb_visits_returning\tnb_actions_returning\tnb_uniq_visitors_returning\tnb_users_returning\tmax_actions_returning\tbounce_rate_returning\tnb_actions_per_visit_returning\tavg_time_on_site_returning\tReferrers_visitorsFromSearchEngines\tReferrers_visitorsFromSocialNetworks\tReferrers_visitorsFromAIAssistants\tReferrers_visitorsFromDirectEntry\tReferrers_visitorsFromWebsites\tReferrers_visitorsFromCampaigns\tReferrers_distinctSearchEngines\tReferrers_distinctSocialNetworks\tReferrers_distinctAIAssistants\tReferrers_distinctKeywords\tReferrers_distinctWebsites\tReferrers_distinctWebsitesUrls\tReferrers_distinctCampaigns\tPagePerformance_network_time\tPagePerformance_network_hits\tPagePerformance_servery_time\tPagePerformance_server_hits\tPagePerformance_transfer_time\tPagePerformance_transfer_hits\tPagePerformance_domprocessing_time\tPagePerformance_domprocessing_hits\tPagePerformance_domcompletion_time\tPagePerformance_domcompletion_hits\tPagePerformance_onload_time\tPagePerformance_onload_hits\tPagePerformance_pageload_time\tPagePerformance_pageload_hits\tavg_time_network\tavg_time_server\tavg_time_transfer\tavg_time_dom_processing\tavg_time_dom_completion\tavg_time_on_load\tavg_page_load_time\tnb_plays\tnb_unique_visitors_plays\tnb_impressions\tnb_unique_visitors_impressions\tnb_finishes\tsum_total_time_watched\tsum_total_audio_plays\tsum_total_audio_impressions\tsum_total_video_plays\tsum_total_video_impressions\tnb_conversions\tnb_visits_converted\trevenue\tconversion_rate\tnb_conversions_new_visit\tnb_visits_converted_new_visit\trevenue_new_visit\tconversion_rate_new_visit\tnb_conversions_returning_visit\tnb_visits_converted_returning_visit\trevenue_returning_visit\tconversion_rate_returning_visit\tnb_form_views\tnb_form_viewers\tnb_form_starts\tnb_form_starters\tnb_form_submissions\tnb_form_submitters\tnb_form_resubmitters\tnb_form_conversions\tnb_crash_occurrences\tnb_visits_with_crash\tnb_ignored_crashes\tnb_uniq_crashes\tnb_new_crashes\tnb_disappeared_crashes\tnb_reappeared_crashes\tnb_pageviews\tnb_uniq_pageviews\tnb_downloads\tnb_uniq_downloads\tnb_outlinks\tnb_uniq_outlinks\tnb_searches\tnb_keywords\thits\tReferrers_visitorsFromDirectEntry_percent\tReferrers_visitorsFromSearchEngines_percent\tReferrers_visitorsFromAIAssistants_percent\tReferrers_visitorsFromCampaigns_percent\tReferrers_visitorsFromSocialNetworks_percent\tReferrers_visitorsFromWebsites_percent\tvisits_crash_rate\tbounce_rate\tnb_actions_per_visit\tavg_time_on_site\tform_starters_rate\tform_submitter_rate\tform_conversion_rate\tform_resubmitters_rate\tavg_form_time_hesitation\tavg_form_time_spent\tavg_form_time_to_first_submission\tavg_form_time_to_conversion\tplay_rate\tfinish_rate\timpression_rate" }, - "API.getPhpVersion": { - "xml": "{\"row\":{\"version\":\"8.4.10\",\"major\":\"8\",\"minor\":\"4\",\"release\":\"10\",\"versionId\":\"80410\",\"extra\":\"\"}}", - "json": "{\"version\":\"8.4.10\",\"major\":8,\"minor\":4,\"release\":10,\"versionId\":80410,\"extra\":\"\"}", - "tsv": "version\tmajor\tminor\trelease\tversionId\textra\n8.4.10\t8\t4\t10\t80410" + "API.getGlossaryMetrics": { + "xml": "{\"row\":[{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\",\"documentation\":\"URLs currently blocked by your site\\u2019s robots.txt.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\",\"documentation\":\"These codes appear when the server serves a page successfully\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\",\"documentation\":\"These codes appear when you have permanently moved content from one location (URL) to another.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\",\"documentation\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\",\"documentation\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\",\"documentation\":\"These codes appear when the server failed to fulfill an apparently valid request.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Bing crawler requested.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\",\"documentation\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\",\"documentation\":\"Number of errors occured for the Bing crawler.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Bing index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\",\"documentation\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\",\"documentation\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\",\"documentation\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\",\"documentation\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\",\"documentation\":\"Pages that were newly added to Yandex search index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\",\"documentation\":\"Crawled Pages with a 2xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\",\"documentation\":\"Crawled Pages with a 3xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\",\"documentation\":\"Crawled Pages with a 4xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\",\"documentation\":\"Crawled Pages with a 5xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Yandex crawler requested.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\",\"documentation\":\"Crawled paged that failed for any other reason\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Yandex search index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\",\"documentation\":\"Pages that were removed from Yandex search index\"},{\"name\":\"\\\"Goal Liveaboard.com click\\\" conversion rate\",\"id\":\"goal_7_conversion_uniq_visitors_rate\",\"documentation\":\"The ratio of \\\"Conversions goal \\\"Liveaboard.com click\\\" (ID 7 )\\\" out of all \\\"Visitors\\\".\"},{\"name\":\"Actions\",\"id\":\"nb_actions\",\"documentation\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\"},{\"name\":\"Actions per Visit\",\"id\":\"nb_actions_per_visit\",\"documentation\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\"},{\"name\":\"Amendments\",\"id\":\"nb_field_amendments\",\"documentation\":\"The number of times your visitors amended this field in total. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error.\"},{\"name\":\"Average value\",\"id\":\"avg_event_value\",\"documentation\":\"The average of all values for this event\"},{\"name\":\"Avg. Completion\",\"id\":\"avg_completion_rate\",\"documentation\":\"The percentage of how much visitors have watched of a video. This metric may show more than 100% if many visitors spent more time on the video than the media length. This can be especially the case when the media is played in a loop.\"},{\"name\":\"Avg. DOM completion time\",\"id\":\"avg_time_dom_completion\",\"documentation\":\"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.\"},{\"name\":\"Avg. DOM processing time\",\"id\":\"avg_time_dom_processing\",\"documentation\":\"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.\"},{\"name\":\"Avg. Media Length\",\"id\":\"avg_media_length\",\"documentation\":\"The average length of a video or audio media file. This number may vary for example if the media is a stream or if the media resource changes over time.\"},{\"name\":\"Avg. Time On Dimension\",\"id\":\"avg_time_on_dimension\",\"documentation\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\"},{\"name\":\"Avg. Time To Play\",\"id\":\"avg_time_to_play\",\"documentation\":\"The average amount of time it took a visitor to start playing the media since the page was loaded.\"},{\"name\":\"Avg. Time on Website\",\"id\":\"avg_time_on_site\",\"documentation\":\"The average duration of a visit.\"},{\"name\":\"Avg. field size\",\"id\":\"avg_field_size\",\"documentation\":\"The average field size of this text field. Also includes text sizes of visitors that did not submit the form. Blank text fields (size 0) are ignored in the average calculation.\"},{\"name\":\"Avg. field size on conversion\",\"id\":\"avg_field_size_converted\",\"documentation\":\"The average field size of this text field when a visitor entered some text, submitted the form afterwards, and converted it.\"},{\"name\":\"Avg. field size on submit\",\"id\":\"avg_field_size_submitted\",\"documentation\":\"The average field size of this text field when a visitor entered some text and submitted the form afterwards.\"},{\"name\":\"Avg. field size when unsubmitted\",\"id\":\"avg_field_size_unsubmitted\",\"documentation\":\"The average field size of this text field when a visitor entered some text but did not submit the form afterwards.\"},{\"name\":\"Avg. generation time\",\"id\":\"avg_time_generation\",\"documentation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},{\"name\":\"Avg. hesitation time\",\"id\":\"avg_field_hesitation_time\",\"documentation\":\"The average amount of time a visitor hesitated to start filling out this field. The time is measured from the moment a visitor focuses this field until they make the first change.\"},{\"name\":\"Avg. network time\",\"id\":\"avg_time_network\",\"documentation\":\"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.\"},{\"name\":\"Avg. on load time\",\"id\":\"avg_time_on_load\",\"documentation\":\"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.\"},{\"name\":\"Avg. page load time\",\"id\":\"avg_page_load_time\",\"documentation\":\"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser\"},{\"name\":\"Avg. position\",\"id\":\"position\",\"documentation\":\"Average position of your website in the search engine results list (for this keyword).\"},{\"name\":\"Avg. server time\",\"id\":\"avg_time_server\",\"documentation\":\"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.\"},{\"name\":\"Avg. time on page\",\"id\":\"avg_time_on_page\",\"documentation\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\"},{\"name\":\"Avg. time spent\",\"id\":\"avg_field_time_spent\",\"documentation\":\"The average amount of time spent on this field when a visitor interacted with it. The time is measured from the moment a visitor focuses this field until they make the last change or until they leave the field again. If a visitor interacts with this field several time before submitting or leaving the form, all time spent on this field will be summed. The time spent includes the hesitation time.\"},{\"name\":\"Avg. time spent\",\"id\":\"avg_time_watched\",\"documentation\":\"The average amount of time a visitor spent watching or listening to a media.\"},{\"name\":\"Avg. transfer time\",\"id\":\"avg_time_transfer\",\"documentation\":\"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.\"},{\"name\":\"Bounce Rate\",\"id\":\"bounce_rate\",\"documentation\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\"},{\"name\":\"Bounces\",\"id\":\"entry_bounce_count\",\"documentation\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\"},{\"name\":\"CTR\",\"id\":\"ctr\",\"documentation\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\"},{\"name\":\"Changes\",\"id\":\"nb_field_changes\",\"documentation\":\"The number of times a visitor has changed this field. A first change is counted as soon as a visitor for example types something into a text field or selects a value. Further changes are only counted when the visitor moves on to another field and comes back to this field to change it again.\"},{\"name\":\"Clicked in search results\",\"id\":\"nb_hits_following_search\",\"documentation\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\"},{\"name\":\"Clicks\",\"id\":\"nb_clicks\",\"documentation\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\"},{\"name\":\"Content Interactions\",\"id\":\"nb_interactions\",\"documentation\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\"},{\"name\":\"Conversion Rate\",\"id\":\"conversion_rate\",\"documentation\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},{\"name\":\"Conversions First Interaction\",\"id\":\"nb_attribution_conversions_firstInteraction\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\"},{\"name\":\"Conversions Last Interaction\",\"id\":\"nb_attribution_conversions_lastInteraction\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\"},{\"name\":\"Conversions Last Non-Direct\",\"id\":\"nb_attribution_conversions_lastNonDirect\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\"},{\"name\":\"Conversions Linear\",\"id\":\"nb_attribution_conversions_linear\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\"},{\"name\":\"Conversions Position Based\",\"id\":\"nb_attribution_conversions_positionBased\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\"},{\"name\":\"Conversions Time Decay\",\"id\":\"nb_attribution_conversions_timeDecay\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},{\"name\":\"Conversions goal \\\"Liveaboard.com click\\\" (ID 7 )\",\"id\":\"goal_7_conversion\",\"documentation\":\"The number of times this goal was converted.\"},{\"name\":\"Conversions goal \\\"New Job Application\\\" (ID 4 )\",\"id\":\"goal_4_conversion\",\"documentation\":\"The number of times this goal was converted.\"},{\"name\":\"Crash Occurrences\",\"id\":\"nb_crash_occurrences\",\"documentation\":\"The total number of crashes that occurred.\"},{\"name\":\"Cursor rate\",\"id\":\"field_cursor_rate\",\"documentation\":\"The number of times cursor keys was used on this field after a user interacted with it. This metric is only available for text fields.\"},{\"name\":\"Cursors\",\"id\":\"nb_field_cursor\",\"documentation\":\"The number of times your visitors have used any of the cursor keys on this field. This metric is only available for text fields.\"},{\"name\":\"Deletes\",\"id\":\"nb_field_deletes\",\"documentation\":\"The number of times your visitors have used the backspace or delete key on this field. This metric is only available for text fields.\"},{\"name\":\"Deletion rate\",\"id\":\"field_delete_rate\",\"documentation\":\"The percentage of times either a backspace or delete key was used when a field was changed. This metric is only available for text fields.\"},{\"name\":\"Disappeared Crashes\",\"id\":\"nb_disappeared_crashes\",\"documentation\":\"The number of crashes that disappeared within the current period. A crash is considered disappeared if it has not occurred for a certain number of configurable days.\"},{\"name\":\"Downloads\",\"id\":\"nb_downloads\",\"documentation\":\"The number of times this link was clicked.\"},{\"name\":\"Drop offs\",\"id\":\"nb_field_dropoff\",\"documentation\":\"The number of times a visitor interacted with this field last when they did not submit the form.\"},{\"name\":\"Entrances\",\"id\":\"entry_nb_visits\",\"documentation\":\"Number of visits that started on this page.\"},{\"name\":\"Entries\",\"id\":\"nb_field_entries\",\"documentation\":\"The number of times a visitor has interacted with this field first, when they started to fill out a form. An interaction can be either a field focus or a field change.\"},{\"name\":\"Event value\",\"id\":\"sum_event_value\",\"documentation\":\"The sum of event values\"},{\"name\":\"Events\",\"id\":\"nb_events\",\"documentation\":\"Total number of events\"},{\"name\":\"Events with a value\",\"id\":\"nb_events_with_value\",\"documentation\":\"Number of events where an Event value was set\"},{\"name\":\"Exit rate\",\"id\":\"exit_rate\",\"documentation\":\"The percentage of visits that left the website after viewing this page.\"},{\"name\":\"Exits\",\"id\":\"exit_nb_visits\",\"documentation\":\"Number of visits that ended on this page.\"},{\"name\":\"Exits\",\"id\":\"nb_exits\",\"documentation\":\"The number of visits that did not leave after this interaction.\"},{\"name\":\"Field conversions\",\"id\":\"nb_field_views_converted\",\"documentation\":\"The number of times the field was shown when a form was converted. It does not mean a visitor actually interacted with this field.\"},{\"name\":\"Field submissions\",\"id\":\"nb_field_views_submitted\",\"documentation\":\"The number of times this field was shown when the form was submitted. It does not mean a visitor has actually interacted with this field.\"},{\"name\":\"Finish rate\",\"id\":\"finish_rate\",\"documentation\":\"The percentage of visitors who played a media and finished it (finish means a visitor has watched or listened to the end of the media).\"},{\"name\":\"Finishes\",\"id\":\"nb_finishes\",\"documentation\":\"The number of times a video was finished (a visitor has watched or listened to the end of the media). It does not necessarily mean a visitor has watched or listened to all of the media.\"},{\"name\":\"Form amendment rate\",\"id\":\"field_amendments_rate\",\"documentation\":\"The number of times this field was amended after changing it initially. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error.\"},{\"name\":\"Form avg. hesitation time\",\"id\":\"avg_form_time_hesitation\",\"documentation\":\"The average time a visitor hesitated to start interacting with a form. The time is calculated as the difference between the time of the page load and the time of the first interaction with a form (for example focusing a form field, typing a letter in a form or selecting a value in the form). The time is counted only while the browser window is active.\"},{\"name\":\"Form avg. time spent\",\"id\":\"avg_form_time_spent\",\"documentation\":\"The average time a visitor spent on a form. The time is calculated as the difference between the first interaction with a form field (for example a field focus) and the last interaction with a form.\"},{\"name\":\"Form avg. time to conversion\",\"id\":\"avg_form_time_to_conversion\",\"documentation\":\"The average time it took a visitor to convert a form. If the visitor completes the form on the first submit, it is equal to the \\\"time to first submission\\\". If a visitor submits a form several times, it equals to the time spent on the form in total.\"},{\"name\":\"Form avg. time to first submit\",\"id\":\"avg_form_time_to_first_submission\",\"documentation\":\"The average time it took a visitor to submit this form for the first time. It is the difference between the first interaction with the form (for example a field focus) and the time the visitor submits the form.\"},{\"name\":\"Form conversion rate\",\"id\":\"form_conversion_rate\",\"documentation\":\"The number of times a form starter has converted the form.\"},{\"name\":\"Form conversions\",\"id\":\"nb_form_conversions\",\"documentation\":\"The number of times this form was completed successfully.\"},{\"name\":\"Form re-submitter rate\",\"id\":\"form_resubmitters_rate\",\"documentation\":\"The percentage of submitters that have submitted this form at least a second time. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms.\"},{\"name\":\"Form re-submitters\",\"id\":\"nb_form_resubmitters\",\"documentation\":\"The number of form viewers that have re-submitted a form at least once. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms.\"},{\"name\":\"Form starters\",\"id\":\"nb_form_starters\",\"documentation\":\"The number of form viewers that have started interacting with a form at least once. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start.\"},{\"name\":\"Form starters rate\",\"id\":\"form_starters_rate\",\"documentation\":\"The percentage of times a visitor has viewed a page where this form was included and then started interacting with it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start.\"},{\"name\":\"Form starts\",\"id\":\"nb_form_starts\",\"documentation\":\"The number of times a visitor has started interacting with a form after viewing it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start.\"},{\"name\":\"Form submissions\",\"id\":\"nb_form_submissions\",\"documentation\":\"The number of times a form was submitted in total. If a visitor submitted a form 10 times, and another visitor 3 times, it will show 13 total form submissions.\"},{\"name\":\"Form submitter rate\",\"id\":\"form_submitter_rate\",\"documentation\":\"The number of times a form starter has submitted the form.\"}]}", + "json": "[{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\",\"documentation\":\"URLs currently blocked by your site\\u2019s robots.txt.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\",\"documentation\":\"These codes appear when the server serves a page successfully\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\",\"documentation\":\"These codes appear when you have permanently moved content from one location (URL) to another.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\",\"documentation\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\",\"documentation\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\",\"documentation\":\"These codes appear when the server failed to fulfill an apparently valid request.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Bing crawler requested.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\",\"documentation\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\",\"documentation\":\"Number of errors occured for the Bing crawler.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Bing index\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\",\"documentation\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\",\"documentation\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\",\"documentation\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\",\"documentation\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\",\"documentation\":\"Crawled Pages with a 2xx code\"}]", + "tsv": "name\tid\tdocumentation\n\tSearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\tURLs currently blocked by your site\u2019s robots.txt.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\tThese codes appear when the server serves a page successfully\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_301\tThese codes appear when you have permanently moved content from one location (URL) to another.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_303\tThese codes appear when you have temporarily moved content from one location (URL) to another.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\tThese codes appear when there was a likely an error in the request which prevented the server from being able to process it.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\tThese codes appear when the server failed to fulfill an apparently valid request.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\tNumber of pages the Bing crawler requested.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\t\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"\n\tSearchEngineKeywordsPerformance_bing_crawlstats_errors\tNumber of errors occured for the Bing crawler.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_inindex\tTotal number of pages available in Bing index\n\tSearchEngineKeywordsPerformance_bing_crawlstats_inlinks\t\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"\n\tSearchEngineKeywordsPerformance_bing_crawlstats_malware\tAny page URLs that Bing found that are infected or associated with malware will be grouped in this section.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_other_codes\tGroups all other codes that are not matched by any other value (such as 1xx or informational codes).\n\tSearchEngineKeywordsPerformance_bing_crawlstats_timeout\tThis number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_appeared\tPages that were newly added to Yandex search index\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\tCrawled Pages with a 2xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\tCrawled Pages with a 3xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\tCrawled Pages with a 4xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\tCrawled Pages with a 5xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\tNumber of pages the Yandex crawler requested.\nAverage value\tavg_event_value\tThe average of all values for this event" + }, + "API.getGlossaryReports": { + "xml": "{\"row\":[{\"name\":\"AI Assistants (Referrers)\",\"documentation\":\"This report shows which AI assistants led visitors to your website.
By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\"},{\"name\":\"Actions - Main metrics (Actions)\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\"},{\"name\":\"Agoda click - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Agoda click - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"All Channels (Referrers)\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\"},{\"name\":\"All Crash Messages (Crashes)\",\"documentation\":\"This report shows crash metrics for every crash message and source file origin combination.\"},{\"name\":\"All Websites dashboard (All Websites)\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\"},{\"name\":\"Audio Resource URLs (Media)\",\"documentation\":\"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.\"},{\"name\":\"Audio Resources URLs Grouped (Media)\",\"documentation\":\"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \\\"Audio Resource URL\\\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.\"},{\"name\":\"Audio Titles (Media)\",\"documentation\":\"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \\\"Unknown\\\".\"},{\"name\":\"Audio per hour in website's timezone (Media)\",\"documentation\":\"This report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.\"},{\"name\":\"Browser Plugins (Visitors)\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\"},{\"name\":\"Browser engines (Visitors)\",\"documentation\":\"This report shows your visitors' browsers broken down into browser engines.
The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\"},{\"name\":\"Browser version (Visitors)\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\"},{\"name\":\"Browsers (Visitors)\",\"documentation\":\"This report contains information about what kind of browser your visitors were using.\"},{\"name\":\"Channel Type (Referrers)\",\"documentation\":\"This table contains information about the distribution of the channel types.
Direct Entry:<\\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.
Search Engines:<\\/b> A visitor was referred to your website by a search engine.
See the \\\"Search Engines & Keywords\\\" report for more details.
Websites:<\\/b> The visitor followed a link on another website that led to your site.
See the \\\"Websites\\\" report for more details.
Campaigns:<\\/b> Visitors that came to your website as the result of a campaign.
See the \\\"Campaigns\\\" report for more details.\"},{\"name\":\"City (Visitors)\",\"documentation\":\"Shows the cities your visitors connected from when accessing your website.Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial
MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. Click here<\\/a> to see how accurate they are.\"},{\"name\":\"Combined imported keywords (Referrers)\",\"documentation\":\"Report showing all keywords imported from all configured search engines.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Combined keywords (Referrers)\",\"documentation\":\"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Configurations (Visitors)\",\"documentation\":\"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.\"},{\"name\":\"Content Name (Actions)\",\"documentation\":\"This report shows the names of the content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\"},{\"name\":\"Content Piece (Actions)\",\"documentation\":\"This report shows the pieces of content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\"},{\"name\":\"Continent (Visitors)\",\"documentation\":\"Shows which continent your visitors connected from when accessing your website.\"},{\"name\":\"Country (Visitors)\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\"},{\"name\":\"Crash Messages (Crashes)\",\"documentation\":\"This report shows crash metrics for every crash message and source file origin combination, excluding crashes without a source.\"},{\"name\":\"Crashes Overview (Crashes)\",\"documentation\":\"This report provides an overview of the crashes that occurred.\"},{\"name\":\"Crashes by Category (Crashes)\",\"documentation\":\"This report provides crash metrics for every unique crash category.\"},{\"name\":\"Crashes by First Party Source File (Crashes)\",\"documentation\":\"This report provides crash metrics that originated in a first party source file. That is, a source file that is part of the website being tracked.\"},{\"name\":\"Crashes by Page Title (Crashes)\",\"documentation\":\"This report provides crash metrics for every page title associated with a crash.\"},{\"name\":\"Crashes by Page URL (Crashes)\",\"documentation\":\"This report provides crash metrics for every page a crash occurred on.\"},{\"name\":\"Crashes by Source File (Crashes)\",\"documentation\":\"This report provides crash metrics for source files that originated crashes.\"},{\"name\":\"Crashes by Third Party Source File (Crashes)\",\"documentation\":\"This report provides crash metrics that originated in a third party source file. That is, a source file that is considered external to the website being tracked.\"},{\"name\":\"Crawl overview for Bing and Yahoo! (Referrers)\",\"documentation\":\"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Custom Variables (Visitors)\",\"documentation\":\"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.
For more information about Custom Variables in general, read the
Custom Variables documentation on matomo.org<\\/a>\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\"},{\"name\":\"Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Device brand (Visitors)\",\"documentation\":\"This report shows the brands \\/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.\"},{\"name\":\"Device model (Visitors)\",\"documentation\":\"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.\"},{\"name\":\"Device type (Visitors)\",\"documentation\":\"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.\"},{\"name\":\"Disappeared crashes (Crashes)\",\"documentation\":\"This report shows crash messages and metrics for crashes that disappeared within the current period. A crash is considered disappeared if it stops occurring for a specified number of days.\"},{\"name\":\"Downloads (Actions)\",\"documentation\":\"In this report, you can see which files your visitors have downloaded.
What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.\"},{\"name\":\"Entry page titles (Actions)\",\"documentation\":\"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Entry pages (Actions)\",\"documentation\":\"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.
The entry URLs are displayed as a folder structure.
Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Event Actions (Actions)\",\"documentation\":\"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\"},{\"name\":\"Event Categories (Actions)\",\"documentation\":\"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\"},{\"name\":\"Event Names (Actions)\",\"documentation\":\"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\"},{\"name\":\"Exit page titles (Actions)\",\"documentation\":\"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Exit pages (Actions)\",\"documentation\":\"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.
The exit URLs are displayed as a folder structure.
Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Form \\\"Add Job Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Add Job Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Apply to Job Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Apply to Job Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Build Resume Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Build Resume Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Candidate Registration Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Candidate Registration Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Checkout Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Checkout Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Comment Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Comment Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Contact Us Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Contact Us Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Newsletter Signup Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Newsletter Signup Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Resume Search\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Resume Search\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Goal Agoda click (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal Liveaboard.com click (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal New Job Application (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal New Resume (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal Newsletter Signup (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal User Comments (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal View Submit Job (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals Overview (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals Overview - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals Overview - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Image keywords on Google (Referrers)\",\"documentation\":\"Keywords used in Google image<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Keywords (including not defined) (Referrers)\",\"documentation\":\"This report shows which keywords users were searching for before they were referred to your website.

By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.

Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.\"},{\"name\":\"Keywords (on Bing and Yahoo!) (Referrers)\",\"documentation\":\"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Language code (Visitors)\",\"documentation\":\"Shows which exact language code the visitor's browsers is set to. (e.g. \\\"German \\u2014 Austria (de-at)\\\")\"},{\"name\":\"Length of visits (Actions)\",\"documentation\":\"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.
Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\"},{\"name\":\"Liveaboard.com click - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Liveaboard.com click - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Main metrics (API)\",\"documentation\":\"This report gives an overview of the most important metrics across all categories and plugins.\"},{\"name\":\"Media Players (Media)\",\"documentation\":\"This report contains information about the media players that were used by your visitors to play the media on your website.\"},{\"name\":\"Media Summary (Media)\",\"documentation\":\"This is an overview of your visitor's media consumption. It is broken down into various reports, which are displayed in sparklines at the bottom of the page. You can enlarge the graphs by clicking on the report you'd like to see.\"},{\"name\":\"New Job Application - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New Job Application - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New Resume - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New Resume - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New crashes (Crashes)\",\"documentation\":\"This report shows crash messages and metrics for crashes that have occurred for the first time within the current period, since tracking began for the website.\"},{\"name\":\"Newsletter Signup - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Newsletter Signup - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Operating System families (Visitors)\",\"documentation\":\"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.\"},{\"name\":\"Operating System versions (Visitors)\",\"documentation\":\"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.\"},{\"name\":\"Outlinks (Actions)\",\"documentation\":\"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).
Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Page Titles Following a Site Search (Actions)\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\"},{\"name\":\"Page URLs (Actions)\",\"documentation\":\"This report contains information about the page URLs that have been visited.
The table is organized hierarchically, the URLs are displayed as a folder structure.
Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Page titles (Actions)\",\"documentation\":\"This report contains information about the titles of the pages that have been visited.
The page title is the HTML Tag that most browsers show in their window title.\"}]}", + "json": "[{\"name\":\"AI Assistants (Referrers)\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\"},{\"name\":\"Actions - Main metrics (Actions)\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\"},{\"name\":\"Agoda click - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\\/\\\/matomo.org\\\/docs\\\/tracking-goals-web-analytics\\\/\"},{\"name\":\"Agoda click - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\\/\\\/matomo.org\\\/docs\\\/tracking-goals-web-analytics\\\/\"},{\"name\":\"All Channels (Referrers)\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\"},{\"name\":\"All Crash Messages (Crashes)\",\"documentation\":\"This report shows crash metrics for every crash message and source file origin combination.\"},{\"name\":\"All Websites dashboard (All Websites)\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\"},{\"name\":\"Audio Resource URLs (Media)\",\"documentation\":\"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.\"},{\"name\":\"Audio Resources URLs Grouped (Media)\",\"documentation\":\"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \\\"Audio Resource URL\\\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.\"},{\"name\":\"Audio Titles (Media)\",\"documentation\":\"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \\\"Unknown\\\".\"},{\"name\":\"Audio per hour in website's timezone (Media)\",\"documentation\":\"This report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.\"},{\"name\":\"Browser Plugins (Visitors)\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\"},{\"name\":\"Browser version (Visitors)\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\"}]", + "tsv": "name\tdocumentation\tonlineGuideUrl\nAI Assistants (Referrers)\t\"This report shows which AI assistants led visitors to your website.<br \/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\"\t\nActions - Main metrics (Actions)\tThis report provides a very basic overview of what actions your visitors take on your website.\t\nAgoda click - Days to Conversion (Goals)\tThis report shows how many days pass before your visitors convert a goal.\thttps:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/\nAgoda click - Visits to Conversion (Goals)\tThis report shows the number of visits made before a visitor converts a goal.\thttps:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/\nAll Channels (Referrers)\t\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\"\t\nAll Crash Messages (Crashes)\tThis report shows crash metrics for every crash message and source file origin combination.\t\nAll Websites dashboard (All Websites)\t\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\"\t\nAudio Resource URLs (Media)\t\"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.\"\t\nAudio Resources URLs Grouped (Media)\t\"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \"\"Audio Resource URL\"\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.\"\t\nAudio Titles (Media)\t\"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \"\"Unknown\"\".\"\t\nAudio per hour in website's timezone (Media)\tThis report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.\t\nBrowser Plugins (Visitors)\tThis report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\t\nBrowser engines (Visitors)\tThis report shows your visitors' browsers broken down into browser engines. <br \/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\t\nBrowser version (Visitors)\tThis report contains information about what kind of browser your visitors were using. Each browser version is listed separately." }, "API.getIpFromHeader": { "xml": "[\"111.111.111.111\"]", "json": "{\"value\":\"111.111.111.111\"}", "tsv": "value\n111.111.111.111" }, - "API.getSettings": { - "xml": "{\"row\":{\"SDK_batch_size\":\"10\",\"SDK_interval_value\":\"30\"}}", - "json": "{\"SDK_batch_size\":10,\"SDK_interval_value\":30}", - "tsv": "SDK_batch_size\tSDK_interval_value\n10\t30" - }, - "API.getSegmentsMetadata": { - "xml": "{\"row\":[{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Actions In Visit\",\"segment\":\"actions\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since first visit\",\"segment\":\"daysSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last Ecommerce order\",\"segment\":\"daysSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last visit\",\"segment\":\"daysSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Events\",\"segment\":\"events\",\"acceptedValues\":\"To select all visits who triggered an Event, use: &segment=events>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 minute (start of visit)\",\"segment\":\"visitLocalMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 67, 57, 58, 59\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Interactions\",\"segment\":\"interactions\",\"acceptedValues\":\"Any positive integer\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Internal Searches\",\"segment\":\"searches\",\"acceptedValues\":\"To select all visits who used internal Site Search, use: &segment=searches>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of visits\",\"segment\":\"visitCount\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since first visit\",\"segment\":\"secondsSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last Ecommerce order\",\"segment\":\"secondsSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last visit\",\"segment\":\"secondsSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visit Duration (in seconds)\",\"segment\":\"visitDuration\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visitor IP\",\"segment\":\"visitIp\",\"acceptedValues\":\"13.54.122.1. Select IP ranges with notation: <code>visitIp>13.54.122.0;visitIp<13.54.122.255<\\/code>\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser\",\"segment\":\"browserName\",\"acceptedValues\":\"FireFox, Internet Explorer, Chrome, Safari, Opera etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser code\",\"segment\":\"browserCode\",\"acceptedValues\":\"FF, IE, CH, SF, OP etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser engine\",\"segment\":\"browserEngine\",\"acceptedValues\":\"Trident, WebKit, Presto, Gecko, Blink, etc.\",\"suggestedValuesCallback\":\"\\\\DeviceDetector\\\\Parser\\\\Client\\\\Browser\\\\Engine::getAvailableEngines\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser version\",\"segment\":\"browserVersion\",\"acceptedValues\":\"1.0, 8.0, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device brand\",\"segment\":\"deviceBrand\",\"acceptedValues\":\"2E, 3GNET, 3GO, 3Q, 4Good, 4ife, 5IVE, 7 Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, ACD, Ace, Aceline, Acepad, Acer, Acteck, actiMirror, Adreamer, Adronix, Advan, Advance, Advantage Air, AEEZO, AFFIX, AfriOne, AGM, AG Mobile, AIDATA, AileTV, Ainol, Airis, Airness, AIRON, Airpha, Airtel, Airties, AirTouch, AIS, Aiuto, Aiwa, Ajib, Akai, AKIRA, Alba, Alcatel, Alcor, ALDI NORD, ALDI S\\u00dcD, Alfawise, Alienware, Aligator, AllCall, AllDocube, allente, ALLINmobile, All Star, Allview, Allwinner, Alps, alpsmart, Altech UEC, Altibox, Altice, Altimo, altron, Altus, AMA, Amazon, Amazon Basics, AMCV, AMGOO, Amigoo, Amino, Amoi, ANBERNIC, ANCEL, andersson, Andowl, Angelcare, AngelTech, Anker, Anry, ANS, ANXONIT, AOC, Aocos, Aocwei, AOpen, Aoro, Aoson, AOYODKG, ApoloSign, Apple, Aquarius, Archos, Arian Space, Arival, Ark, ArmPhone, Arnova, ARRIS, Artel, Artizlee, ArtLine, Ar\\u00e7elik, Asano, Asanzo, Ask, Aspera, ASSE, Assistant, astro (MY), Astro (UA), Asus, AT&T, Athesi, Atlantic Electrics, Atmaca Elektronik, ATMAN, ATMPC, ATOL, Atom, Atouch, Atozee, Attila, Atvio, Audiovox, AUPO, AURIS, Autan, AUX, Avaya, Avenzo, AVH, Avvio, Awow, AWOX, AXEN, Axioo, AXXA, Axxion, AYA, AYYA, Azeyou, AZOM, Azumi Mobile, Azupik, b2m, Backcell, BAFF, BangOlufsen, Barnes & Noble, BARTEC, BASE, BAUHN, BBK, BB Mobile, BDF, BDQ, BDsharing, Beafon, Becker, Beeline, Beelink, Beetel, Beista, Beko, Bell, Bellphone, Benco, Benesse, BenQ, BenQ-Siemens, BenWee, Benzo, Beyond, Bezkam, BGH, Biegedy, Bigben, BIHEE, BilimLand, Billion, Billow, BioRugged, Bird, Bitel, Bitmore, Bittium, Bkav, Black Bear, Black Box, Black Fox, Blackpcs, Blackphone, Blackton, Blackview, Blaupunkt, Bleck, BLISS, Blloc, Blow, Blu, Bluboo, Bluebird, Bluedot, Bluegood, BlueSky, Bluewave, BluSlate, BMAX, Bmobile, BMW, BMXC, Bobarry, bogo, Bolva, Bookeen, Boost, Botech, Boway, bq, Bqeel, BrandCode, Brandt, BRAVE, Bravis, BrightSign, Brigmton, Brondi, BROR, BS Mobile, Bubblegum, Bundy, Bush, BuzzTV, BYD, BYJU'S, BYYBUO, C5 Mobile, CADENA, CAGI, Caixun, CALME, Camfone, Canaima, Canal+, Canal Digital, Canguro, Capitel, Captiva, Carbon Mobile, Carrefour, Casio, Casper, Cat, Cavion, CCIT, Cecotec, Ceibal, Celcus, Celkon, Cell-C, Cellacom, CellAllure, Cellution, CENTEK, Centric, CEPTER, CG Mobile, CGV, Chainway, Changhong, CHCNAV, Cherry Mobile, Chico Mobile, ChiliGreen, China Mobile, China Telecom, Chuwi, C Idea, CipherLab, Citycall, CKK Mobile, Claresta, Clarmin, CLAYTON, ClearPHONE, Clementoni, Cloud, Cloudfone, Cloudpad, Clout, Clovertek, CMF, CnM, Cobalt, Coby Kyros, Cogeco, COLORROOM, Colors, Comio, CommScope, Compal, Compaq, COMPUMAX, ComTrade Tesla, Conceptum, Concord, ConCorde, Condor, Connectce, Connex, Conquest, CONSUNG, Continental Edison, Contixo, coocaa, COOD-E, Coolpad, Coopers, CORN, Cosmote, Covia, Cowon, COYOTE, CPDEVICE, CreNova, Crescent, Crestron, Cricket, Crius Mea, Crony, Crosscall, Crown, Ctroniq, Cube, CUBOT, CUD, Cuiud, Cultraview, CVTE, Cwowdefu, CX, Cyrus, D-Link, D-Tech, Daewoo, Danew, DangcapHD, Dany, Daria, DASS, Datalogic, Datamini, Datang, Datawind, Datsun, Dawlance, Dazen, DbPhone, Dbtel, Dcode, DEALDIG, Dell, Denali, Denka, Denver, Desay, DeWalt, DEXP, DEYI, DF, DGTEC, DIALN, Dialog, Dicam, Digi, Digicel, DIGICOM, Digidragon, DIGIFORS, Digihome, Digiland, Digit4G, Digma, DIJITSU, DIKOM, DIMO, Dinalink, Dinax, DING DING, Diofox, DIORA, DISH, Disney, Ditecma, Diva, DiverMax, Divisat, DIXON, DL, DMM, DMOAO, DNS, DoCoMo, Doffler, Dolamee, Dom.ru, Doogee, Doopro, Doov, Dopod, Doppio, Dora, DORLAND, Doro, DPA, DRAGON, Dragon Touch, Dreamgate, DreamStar, DreamTab, Droidlogic, Droxio, DSDevices, DSIC, Dtac, DUDU AUTO, Dune HD, DUNNS Mobile, DuoTV, Durabook, Duubee, Dykemann, Dyon, E-Boda, E-Ceros, E-TACHI, E-tel, Eagle, EagleSoar, EAS Electric, Easypix, EBEN, EBEST, Echo Mobiles, ecom, ECON, ECOO, EcoStar, ECS, Edenwood, EE, EFT, EGL, EGOTEK, Ehlel, Einstein, EKINOX, EKO, Eks Mobility, EKT, ELARI, ELE-GATE, Elecson, Electroneum, ELECTRONIA, Elekta, Elektroland, Element, Elenberg, Elephone, Elevate, Elista, elit, Elong Mobile, Eltex, Ematic, Emporia, ENACOM, ENDURO, Energizer, Energy Sistem, Engel, ENIE, Enot, eNOVA, Entity, Envizen, Ephone, Epic, Epik One, Eplutus, Epson, Equator, Ergo, Ericsson, Ericy, Erisson, Essential, Essentielb, eSTAR, ETOE, Eton, eTouch, Etuline, Eudora, Eurocase, EUROLUX, Eurostar, Evercoss, Everest, Everex, Everfine, Everis, Evertek, Evolio, Evolveo, Evoo, EVPAD, EvroMedia, evvoli, EWIS, EXCEED, Exmart, ExMobile, EXO, Explay, Express LUCK, ExtraLink, Extrem, Eyemoo, EYU, Ezio, Ezze, F&U, F+, F2 Mobile, F150, Facebook, Facetel, Facime, Fairphone, Famoco, Famous, Fantec, Fanvace, FaRao Pro, Farassoo, FarEasTone, Fengxiang, Fenoti, FEONAL, Fero, FFF SmartLife, Figgers, FiGi, FiGO, FiiO, Filimo, FILIX, FinePower, FINIX, Finlux, FireFly Mobile, FISE, Fision, FITCO, Fluo, Fly, FLYCAT, FLYCOAY, FMT, FNB, FNF, Fobem, Fondi, Fonos, FONTEL, FOODO, FORME, Formovie, Formuler, Forstar, Fortis, FortuneShip, FOSSiBOT, Fourel, Four Mobile, Foxconn, FoxxD, FPT, free, Freetel, FreeYond, FRESH, Frunsi, Fuego, FUJICOM, Fujitsu, Funai, Fusion5, Future Mobile Technology, Fxtec, G-Guard, G-PLUS, G-TiDE, G-Touch, G-Vill, Galactic, Galatec, Galaxy Innovations, Gamma, Garmin-Asus, Gateway, Gazal, Gazer, GDL, Geanee, Geant, Gear Mobile, Gemini, General Mobile, Genesis, GEOFOX, Geo Phone, Geotel, Geotex, GEOZON, Getnord, GFive, Gfone, Ghia, Ghong, Ghost, Gigabyte, Gigaset, Gini, Ginzzu, Gionee, GIRASOLE, GlobalSec, Globex, Globmall, GlocalMe, Glofiish, GLONYX, Glory Star, GLX, GN Electronics, GOCLEVER, Gocomma, GoGEN, GOLDBERG, GoldMaster, GoldStar, Gol Mobile, Goly, Gome, GoMobile, GOODTEL, Google, Goophone, Gooweel, GOtv, Gplus, Gradiente, Graetz, Grape, Great Asia, Gree, Green Lion, Green Orange, Greentel, Gresso, Gretel, GroBerwert, Grundig, Gr\\u00fcnberg, Gtel, GTMEDIA, GTX, Guophone, GVC Pro, H96, H133, Hafury, Haier, Haipai, Haixu, Hamlet, Hammer, Handheld, HannSpree, Hanseatic, Hanson, HAOQIN, HAOVM, Hardkernel, Harper, Hartens, Hasee, Hathway, HAVIT, HDC, HeadWolf, HEC, Heimat, Helio, Hemilton, HERO, HexaByte, Hezire, Hi, Hi-Level, Hiberg, HiBy, HIGH1ONE, High Q, Highscreen, HiGrace, HiHi, HiKing, HiMax, Hi Nova, HIPER, Hipstreet, Hiremco, Hisense, Hitachi, Hitech, HKC, HKPro, HLLO, HMD, hoco, HOFER, Hoffmann, HOLLEBERG, Homatics, Hometech, HOMII, Homtom, Honeywell, HongTop, HONKUAHG, Hoozo, Hopeland, Horion, Horizon, Horizont, Hosin, HOTACK, Hotel, Hot Pepper, HOTREALS, Hotwav, How, HP, HTC, Huadoo, Huagan, Huavi, Huawei, Hugerock, Humanware, Humax, HUMElab, Hurricane, Huskee, Hyatta, Hykker, Hyrican, Hytera, Hyundai, Hyve, i-Cherry, I-INN, i-Joy, i-mate, i-mobile, I-Plus, iBall, iBerry, ibowin, iBrit, IconBIT, Icone Gold, iData, IDC, iDino, iDroid, iFIT, iGet, iHome Life, iHunt, I KALL, Ikea, IKI Mobile, iKoMo, iKon, iKonia, IKU Mobile, iLA, iLepo, iLife, iMan, Imaq, iMars, iMI, IMO Mobile, Imose, Impression, iMuz, iNavi, INCAR, Inch, Inco, Indurama, iNew, Infiniton, InfinityPro, Infinix, InFocus, InfoKit, Infomir, InFone, Inhon, Inka, Inkti, InnJoo, Innos, Innostream, Inoi, iNo Mobile, iNOVA, inovo, INQ, Insignia, INSYS, Intek, Intel, Intex, Invens, Inverto, Invin, iOcean, IOTWE, iOutdoor, iPEGTOP, iPro, iQ&T, IQM, IRA, Irbis, iReplace, Iris, iRobot, iRola, iRulu, iSafe Mobile, iStar, iSWAG, IT, iTel, iTruck, IUNI, iVA, iView, iVooMi, ivvi, iWaylink, iXTech, iYou, iZotron, Jambo, JAY-Tech, Jedi, Jeep, Jeka, Jesy, JFone, Jiake, Jiayu, Jinga, Jin Tu, Jio, Jivi, JKL, Jolla, Joy, JoySurf, JPay, JREN, Jumper, Juniper Systems, Just5, JUSYEA, JVC, JXD, K-Lite, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Kapsys, Karbonn, Kata, KATV1, Kazam, Kazuna, KDDI, Kempler & Strauss, Kenbo, Kendo, Keneksi, KENSHI, KENWOOD, Kenxinda, KGTEL, Khadas, Kiano, kidiby, Kingbox, Kingstar, Kingsun, KINGZONE, Kinstone, Kiowa, Kivi, Klipad, KMC, KN Mobile, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, Koolnee, Kooper, KOPO, Korax, Koridy, Koslam, Kraft, KREZ, KRIP, KRONO, Kr\\u00fcger&Matz, KT-Tech, KTC, KUBO, KuGou, Kuliao, Kult, Kumai, Kurio, KVADRA, Kvant, Kydos, Kyocera, Kyowon, Kzen, KZG, L-Max, LAIQ, Land Rover, Landvo, Lanin, Lanix, Lark, Laser, Laurus, Lava, LCT, Leader Phone, Leagoo, Leben, LeBest, Lectrus, Ledstar, LeEco, Leelbox, Leff, Legend, Leke, Lemco, LEMFO, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lesia, Lexand, Lexibook, LG, Liberton, Lifemaxx, Lime, Lingbo, Lingwin, Linnex, Linsar, Linsay, Listo, LNMBBS, Loewe, LOGAN, Logic, Logic Instrument, Logicom, Logik, Logitech, LOKMAT, LongTV, Loview, Lovme, LPX-G, LT Mobile, Lumigon, Lumitel, Lumus, Luna, LUNNEN, LUO, Luxor, Lville, LW, LYF, LYOTECH LABS, M-Horse, M-KOPA, M-Tech, M.T.T., M3 Mobile, M4tel, MAC AUDIO, Macoox, Mafe, MAG, MAGCH, Magenta, Magicsee, Magnus, Majestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, Masstel, Master-G, Mastertech, Matco Tools, Matrix, Maunfeld, Maxcom, Maxfone, Maximus, Maxtron, MAXVI, Maxwell, Maxwest, MAXX, Maze, Maze Speed, MBI, MBK, MBOX, McLaut, MDC Store, MDTV, meanIT, Mecer, MECHEN, Mecool, Mediacom, Medion, MEEG, Megacable, MegaFon, MEGAMAX, MEGA VISION, Meitu, Meizu, Melrose, MeMobile, Memup, MEO, MESWAO, Meta, Metz, MEU, MicroMax, Microsoft, Microtech, Mightier, Minix, Mint, Mintt, Mio, Mione, mipo, Miray, Mitchell & Brown, Mito, Mitsubishi, Mitsui, MIVO, MIWANG, MIXC, MiXzo, MLAB, MLLED, MLS, MMI, Mobell, Mobicel, MobiIoT, Mobiistar, Mobile Kingdom, Mobiola, Mobistel, MobiWire, Mobo, Mobvoi, Modecom, Mode Mobile, Mofut, Moondrop, MORTAL, Mosimosi, Motiv, Motorola, Motorola Solutions, Movic, MOVISUN, Movitel, Moxee, mPhone, Mpman, MSI, MStar, MTC, MTN, multibox, Multilaser, MultiPOS, MULTYNET, MwalimuPlus, MYFON, MyGica, MygPad, Mymaga, MyMobile, MyPhone (PH), myPhone (PL), Myria, Myros, Mystery, MyTab, MyWigo, N-one, Nabi, NABO, Nanho, Naomi Phone, NASCO, National, Navcity, Navitech, Navitel, Navon, NavRoad, NEC, Necnot, Nedaphone, Neffos, NEKO, Neo, neoCore, Neolix, Neomi, Neon IQ, Neoregent, Nesons, NetBox, Netgear, Netmak, NETWIT, NeuImage, NeuTab, NEVIR, Newal, New Balance, New Bridge, Newgen, Newland, Newman, Newsday, NewsMy, Nexa, Nexar, NEXBOX, Nexian, NEXON, NEXT, Next & NextStar, Nextbit, NextBook, NextTab, NGM, NG Optics, NGpon, Nikon, NILAIT, NINETEC, NINETOLOGY, Nintendo, nJoy, NOA, Noain, Nobby, Noblex, NOBUX, noDROPOUT, NOGA, Nokia, Nomi, Nomu, Noontec, Nordfrost, Nordmende, NORMANDE, NorthTech, Nos, Nothing, Nous, Novacom, Novex, Novey, NOVIS, NoviSea, NOVO, NTT West, NuAns, Nubia, NUU Mobile, NuVision, Nuvo, Nvidia, NYX Mobile, O+, O2, Oale, Oangcc, OASYS, Obabox, Ober, Obi, OCEANIC, Odotpad, Odys, Oilsky, OINOM, ok., Okapi, Okapia, Oking, OKSI, OKWU, Olax, Olkya, Ollee, OLTO, Olympia, OMIX, Onda, OneClick, OneLern, OnePlus, Onida, Onix, Onkyo, ONN, ONVO, ONYX BOOX, Ookee, Ooredoo, OpelMobile, Openbox, Ophone, OPPO, Opsson, Optoma, Orange, Orange Pi, Orava, Orbic, Orbita, Orbsmart, Ordissimo, Orion, OSCAL, OTTO, OUJIA, Ouki, Oukitel, OUYA, Overmax, Ovvi, Owwo, OX TAB, OYSIN, Oysters, Oyyu, OzoneHD, P-UP, Pacific Research Alliance, Packard Bell, Padpro, PAGRAER, Paladin, Palm, Panacom, Panasonic, Panavox, Pano, Panodic, Panoramic, Pantech, PAPYRE, Parrot Mobile, Partner Mobile, PCBOX, PCD, PCD Argentina, PC Smart, PEAQ, Pelitt, Pendoo, Penta, Pentagram, Perfeo, Phicomm, Philco, Philips, Phonemax, phoneOne, Pico, PINE, Pioneer, Pioneer Computers, PiPO, PIRANHA, Pixela, Pixelphone, PIXPRO, Pixus, Planet Computers, Platoon, Play Now, PLDT, Ployer, Plum, PlusStyle, Pluzz, PocketBook, POCO, Point Mobile, Point of View, Polar, PolarLine, Polaroid, Polestar, PolyPad, Polytron, Pomp, Poppox, POPTEL, Porsche, Portfolio, Positivo, Positivo BGH, PPDS, PPTV, Premier, Premio, Prestigio, PRIME, Primepad, Primux, PRISM+, Pritom, Prixton, PROFiLO, Proline, Prology, ProScan, PROSONIC, Protruly, ProVision, PULID, Punos, Purism, PVBox, Q-Box, Q-Touch, Q.Bell, QFX, Qilive, QIN, Qiuwoky, QLink, QMobile, Qnet Mobile, QTECH, Qtek, Quantum, Quatro, Qubo, Quechua, Quest, Quipus, Qumo, Qupi, Qware, QWATT, R-TV, R3Di, Rakuten, Ramos, Raspberry, Ravoz, Raylandz, Razer, RAZZ, RCA Tablets, RCT, Reach, Readboy, Realix, Realme, RED, RED-X, Redbean, Redfox, RedLine, Redway, Reeder, REGAL, RelNAT, Relndoo, Remdun, Renova, RENSO, rephone, Retroid Pocket, Revo, Revomovil, Rhino, Ricoh, Rikomagic, RIM, Ringing Bells, Rinno, Ritmix, Ritzviva, Riviera, Rivo, Rizzen, ROADMAX, Roadrover, Roam Cat, ROCH, Rocket, ROiK, Rokit, Roku, Rombica, Romsat, Ross&Moor, Rover, RoverPad, Royole, RoyQueen, RTK, RT Project, RugGear, RuggeTech, Ruggex, Ruio, Runbo, RunGee, Rupa, Ryte, S-Color, S-TELL, S2Tel, Saba, Safaricom, Sagem, Sagemcom, Saiet, SAILF, Salora, Sambox, Samsung, Samtech, Samtron, Sanei, Sankey, Sansui, Santin, SANY, Sanyo, Savio, Sber, SCHAUB LORENZ, Schneider, Schok, SCHONTECH, Scoole, Scosmos, Seatel, SEBBE, Seeken, SEEWO, SEG, Sega, SEHMAX, Selecline, Selenga, Selevision, Selfix, SEMP TCL, Sencor, Sencrom, Sendo, Senkatel, SENNA, Senseit, Senwa, SERVO, Seuic, Sewoo, SFR, SGIN, Shanling, Sharp, Shift Phones, Shivaki, Shtrikh-M, Shuttle, Sico, Siemens, Sigma, Silelis, Silent Circle, Silva Schneider, Simbans, simfer, Simply, SINGER, Singtech, Siragon, Sirin Labs, Siswoo, SK Broadband, SKG, SKK Mobile, Sky, Skyline, SkyStream, Skytech, Skyworth, Smadl, Smailo, Smart, Smartab, SmartBook, SMARTEC, Smart Electronic, Smartex, Smartfren, Smartisan, Smart Kassel, Smart Tech, Smarty, Smooth Mobile, Smotreshka, SMT Telecom, SMUX, SNAMI, SobieTech, Soda, Softbank, Soho Style, Solas, SOLE, SOLO, Solone, Sonim, SONOS, Sony, Sony Ericsson, SOSH, SoulLink, Soundmax, SOWLY, Soyes, Spark, Sparx, SPC, Spectralink, Spectrum, Spice, Spider, Sprint, SPURT, SQOOL, SSKY, Star, Star-Light, Starlight, Starmobile, Starway, Starwind, STF Mobile, STG Telecom, Stilevs, STK, Stonex, Storex, StrawBerry, Stream, STRONG, Stylo, Subor, Sugar, SULPICE TV, Sumvision, Sunmax, Sunmi, Sunny, Sunstech, SunVan, Sunvell, SUNWIND, SuperBOX, Super General, Supermax, SuperSonic, SuperTab, SuperTV, Supra, Supraim, Surfans, Surge, Suzuki, Sveon, Swipe, SWISSMOBILITY, Swisstone, Switel, SWOFY, Syco, SYH, Sylvania, Symphony, Syrox, System76, T-Mobile, T96, TADAAM, TAG Tech, Taiga System, Takara, TALBERG, Talius, Tambo, Tanix, TAUBE, TB Touch, TCL, TCL SCBC, TD Systems, TD Tech, TeachTouch, Technicolor, Technika, TechniSat, Technopc, TECHNOSAT, TechnoTrend, TechPad, TechSmart, Techstorm, Techwood, Teclast, Tecno Mobile, TecToy, TEENO, Teknosa, Tele2, Telefunken, Telego, Telenor, Telia, Telit, Telkom, Telly, Telma, TeloSystems, Telpo, Temigereev, TENPLUS, Teracube, Tesco, Tesla, TETC, Tetratab, teXet, ThL, Thomson, Thuraya, TIANYU, Tibuta, Tigers, Time2, Timovi, TIMvision, Tinai, Tinmo, TiPhone, Tivax, TiVo, TJC, TJD, TOKYO, Tolino, Tone, TOOGO, Tooky, Top-Tech, TopDevice, TOPDON, Topelotek, Top House, Toplux, TOPSHOWS, Topsion, Topway, Torex, TORNADO, Torque, TOSCIDO, Toshiba, Touchmate, Touch Plus, TOX, TPS, Transpeed, Trecfone, TrekStor, Trevi, TriaPlay, Tricolor, Trident, Trifone, Trimble, Trio, Tronsmart, True, True Slim, Tsinghua Tongfang, TTEC, TTfone, TTK-TV, TuCEL, TUCSON, Tunisie Telecom, Turbo, Turbo-X, TurboKids, TurboPad, Turkcell, Tuvio, TV+, TVC, TwinMOS, TWM, Twoe, TWZ, TYD, Tymes, T\\u00fcrk Telekom, U-Magic, U.S. Cellular, UD, UE, UGINE, Ugoos, Uhans, Uhappy, Ulefone, Umax, UMIDIGI, Umiio, Unblock Tech, Uniden, Unihertz, Unimax, Uniqcell, Uniscope, Unistrong, Unitech, UNITED, United Group, UNIWA, Unknown, Unnecto, Unnion Technologies, UNNO, Unonu, UnoPhone, Unowhy, UOOGOU, Urovo, UTime, UTOK, UTStarcom, UZ Mobile, V-Gen, V-HOME, V-HOPE, v-mobile, V7, VAIO, VALE, VALEM, VALTECH, VANGUARD, Vankyo, VANWIN, Vargo, VASOUN, Vastking, VAVA, VC, VDVD, Vega, Veidoo, Vekta, Venso, Venstar, Venturer, VEON, Verico, Verizon, Vernee, Verssed, Versus, Vertex, Vertu, Verykool, Vesta, Vestel, VETAS, Vexia, VGO TEL, ViBox, Victurio, VIDA, Videocon, Videoweb, Viendo, ViewSonic, VIIPOO, VIKUSHA, VILLAON, VIMOQ, Vinabox, Vinga, Vinsoc, Vios, Viper, Vipro, Virzo, Vision Technology, Vision Touch, Visitech, Visual Land, Vitelcom, Vitumi, Vityaz, Viumee, Vivax, VIVIBright, VIVIMAGE, Vivo, VIWA, Vizio, Vizmo, VK Mobile, VKworld, VNPT Technology, VOCAL, Vodacom, Vodafone, VOGA, VOLIA, VOLKANO, Volla, Volt, Vonino, Vontar, Vorago, Vorcom, Vorke, Vormor, Vortex, VORTEX (RO), Voto, VOX, Voxtel, Voyo, Vsmart, Vsun, VUCATIMES, Vue Micro, Vulcan, VVETIME, V\\u00f6lfen, W&O, WAF, Wainyok, waipu.tv, Walker, Waltham, Walton, Waltter, Wanmukang, WANSA, WE, We. by Loewe., Webfleet, Web TV, WeChip, Wecool, Weelikeit, Weiimi, Weimei, WellcoM, WELLINGTON, Western Digital, Weston, Westpoint, Wexler, White Mobile, Whoop, Wieppo, Wigor, Wiko, WildRed, Wileyfox, Winds, Wink, Winmax, Winnovo, Winstar, Wintouch, Wiseasy, WIWA, WizarPos, Wizz, Wolder, Wolfgang, Wolki, WONDER, Wonu, Woo, Wortmann, Woxter, WOZIFAN, WS, X-AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectron, XGEM, XGIMI, Xgody, Xiaodu, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, XPPen, XREAL, Xshitou, Xsmart, Xtouch, Xtratech, Xwave, XY Auto, Yandex, Yarvik, YASIN, YELLYOUTH, YEPEN, Yes, Yestel, Yezz, YIKEMI, Yoka TV, Yooz, Yota, YOTOPT, Youin, Youwei, Ytone, Yu, Yuandao, YU Fly, YUHO, YUMKEM, YUNDOO, Yuno, YunSong, Yusun, Yxtel, Z-Kai, Zaith, ZALA, Zamolxe, Zatec, Zealot, Zeblaze, Zebra, Zeeker, Zeemi, Zen, Zenek, Zentality, Zfiner, ZH&K, Zidoo, ZIFFLER, ZIFRO, Zigo, ZIK, Zinox, ZIOVO, Ziox, Zonda, Zonko, Zoom, ZoomSmart, Zopo, ZTE, Zuum, Zync, ZYQ, Zyrex, ZZB, \\u00f6wn\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device model\",\"segment\":\"deviceModel\",\"acceptedValues\":\"iPad, Nexus 5, Galaxy S5, Fire TV, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device type\",\"segment\":\"deviceType\",\"acceptedValues\":\"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Fingerprint\",\"segment\":\"fingerprint\",\"acceptedValues\":\"1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched from API.getLastVisitsDetails\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 hour (start of visit)\",\"segment\":\"visitLocalHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system\",\"segment\":\"operatingSystemName\",\"acceptedValues\":\"Windows, Linux, Mac, Android, iOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system code\",\"segment\":\"operatingSystemCode\",\"acceptedValues\":\"WIN, LIN, MAX, AND, IOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system version\",\"segment\":\"operatingSystemVersion\",\"acceptedValues\":\"XP, 7, 2.3, 5.1, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Profilable\",\"segment\":\"profilable\",\"acceptedValues\":\"1 for profilable (eg cookies were used), 0 for not profilable (eg no cookies were used)\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Resolution\",\"segment\":\"resolution\",\"acceptedValues\":\"1280x1024, 800x600, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (start of visit)\",\"segment\":\"visitStartServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (time of last action)\",\"segment\":\"visitServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 date (time of last action)\",\"segment\":\"visitEndServerDate\",\"acceptedValues\":\"2018-12-31, 2018-03-20, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of month (time of last action)\",\"segment\":\"visitEndServerDayOfMonth\",\"acceptedValues\":\"0, 1, 2, 3, ..., 29, 30, 31\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of week (time of last action)\",\"segment\":\"visitEndServerDayOfWeek\",\"acceptedValues\":\"1, 2, 3, 4, 5, 6, 7\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of year (time of last action)\",\"segment\":\"visitEndServerDayOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 365, 366\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (start of visit)\",\"segment\":\"visitStartServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (time of last action)\",\"segment\":\"visitEndServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 month (time of last action)\",\"segment\":\"visitEndServerMonth\",\"acceptedValues\":\"1, 2, 3, ..., 11, 12\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 quarter (time of last action)\",\"segment\":\"visitEndServerQuarter\",\"acceptedValues\":\"1, 2, 3, 4\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 second (Time of last action)\",\"segment\":\"visitEndServerSecond\",\"acceptedValues\":\"0, 1, 2, 3, ..., 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 week of year (time of last action)\",\"segment\":\"visitEndServerWeekOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 51, 52, 53\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 year (time of last action)\",\"segment\":\"visitEndServerYear\",\"acceptedValues\":\"2016, 2017, 2018, ..., 9998, 9999\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"User ID\",\"segment\":\"userId\",\"acceptedValues\":\"any non empty unique string identifying the user (such as an email address or a username).\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit Ecommerce status at the end of the visit\",\"segment\":\"visitEcommerceStatus\",\"acceptedValues\":\"none, ordered, abandonedCart, orderedThenAbandonedCart. For example, to select all visits that have made an Ecommerce order, the API request would contain \\\"&segment=visitEcommerceStatus==ordered,visitEcommerceStatus==orderedThenAbandonedCart\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit ID\",\"segment\":\"visitId\",\"acceptedValues\":\"Any positive integer\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Id\",\"segment\":\"visitConvertedGoalId\",\"acceptedValues\":\"1, 2, 3, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Name\",\"segment\":\"visitConvertedGoalName\",\"acceptedValues\":\"myGoal, myOtherGoal, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted at least one Goal\",\"segment\":\"visitConverted\",\"acceptedValues\":\"0, 1\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit type\",\"segment\":\"visitorType\",\"acceptedValues\":\"new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain \\\"&segment=visitorType==returning,visitorType==returningCustomer\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visitor ID\",\"segment\":\"visitorId\",\"acceptedValues\":\"34c31e04394bdc63 - any 16 Hexadecimal chars ID, which can be fetched using the Tracking API function getVisitorId()\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"City\",\"segment\":\"city\",\"acceptedValues\":\"Sydney, Sao Paolo, Rome, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Continent\",\"segment\":\"continentCode\",\"acceptedValues\":\"eur, asi, amc, amn, ams, afr, ant, oce\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country\",\"segment\":\"countryName\",\"acceptedValues\":\"Germany, France, Spain, ...\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country code\",\"segment\":\"countryCode\",\"acceptedValues\":\"ISO 3166-1 alpha-2 country codes (de, us, fr, in, es, etc.)\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Language\",\"segment\":\"languageCode\",\"acceptedValues\":\"de, fr, en-gb, zh-cn, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Latitude\",\"segment\":\"latitude\",\"acceptedValues\":\"-33.578, 40.830, etc.<br\\/>You can select visitors within a lat\\/long range using &segment=lat>X;lat<Y;long>M;long<N.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Longitude\",\"segment\":\"longitude\",\"acceptedValues\":\"-70.664, 14.326, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Region\",\"segment\":\"regionCode\",\"acceptedValues\":\"01, 02, OR, P8,\\u2026<br\\/>eg. region=BFC;country=fr\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope visit)\",\"segment\":\"customVariableName\",\"unionOfSegments\":{\"row\":[\"customVariableName1\",\"customVariableName2\",\"customVariableName3\",\"customVariableName4\",\"customVariableName5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope visit)\",\"segment\":\"customVariableName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope visit)\",\"segment\":\"customVariableName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope visit)\",\"segment\":\"customVariableName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope visit)\",\"segment\":\"customVariableName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope visit)\",\"segment\":\"customVariableName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope page)\",\"segment\":\"customVariablePageName\",\"unionOfSegments\":{\"row\":[\"customVariablePageName1\",\"customVariablePageName2\",\"customVariablePageName3\",\"customVariablePageName4\",\"customVariablePageName5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope page)\",\"segment\":\"customVariablePageName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope page)\",\"segment\":\"customVariablePageName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope page)\",\"segment\":\"customVariablePageName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope page)\",\"segment\":\"customVariablePageName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope page)\",\"segment\":\"customVariablePageName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope page)\",\"segment\":\"customVariablePageValue\",\"unionOfSegments\":{\"row\":[\"customVariablePageValue1\",\"customVariablePageValue2\",\"customVariablePageValue3\",\"customVariablePageValue4\",\"customVariablePageValue5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope page)\",\"segment\":\"customVariablePageValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope page)\",\"segment\":\"customVariablePageValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope page)\",\"segment\":\"customVariablePageValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope page)\",\"segment\":\"customVariablePageValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope page)\",\"segment\":\"customVariablePageValue5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope visit)\",\"segment\":\"customVariableValue\",\"unionOfSegments\":{\"row\":[\"customVariableValue1\",\"customVariableValue2\",\"customVariableValue3\",\"customVariableValue4\",\"customVariableValue5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope visit)\",\"segment\":\"customVariableValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope visit)\",\"segment\":\"customVariableValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope visit)\",\"segment\":\"customVariableValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope visit)\",\"segment\":\"customVariableValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope visit)\",\"segment\":\"customVariableValue5\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action Type\",\"segment\":\"actionType\",\"acceptedValues\":\"A type of action, such as: pageviews, contents, sitesearches, events, outlinks, downloads\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action URL\",\"segment\":\"actionUrl\",\"unionOfSegments\":{\"row\":[\"pageUrl\",\"downloadUrl\",\"outlinkUrl\",\"eventUrl\"]}},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Category (Site Search)\",\"segment\":\"siteSearchCategory\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Clicked Outlink\",\"segment\":\"outlinkUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Interaction\",\"segment\":\"contentInteraction\",\"acceptedValues\":\"The type of interaction with the content. For instance \\\"click\\\" or \\\"submit\\\".\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Name\",\"segment\":\"contentName\",\"acceptedValues\":\"The name of a content block, for instance \\\"Ad Sale\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Piece\",\"segment\":\"contentPiece\",\"acceptedValues\":\"The actual content. For instance \\\"ad.jpg\\\" or \\\"My text ad\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Target\",\"segment\":\"contentTarget\",\"acceptedValues\":\"For instance the URL of a landing page: \\\"http:\\/\\/landingpage.example.com\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Download URL\",\"segment\":\"downloadUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page URL\",\"segment\":\"entryPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page title\",\"segment\":\"entryPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page Title\",\"segment\":\"exitPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page URL\",\"segment\":\"exitPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword (Site Search)\",\"segment\":\"siteSearchKeyword\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword count (Site Search)\",\"segment\":\"siteSearchCount\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page Title\",\"segment\":\"pageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page URL\",\"segment\":\"pageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Site time \\u2014 hour\",\"segment\":\"actionServerHour\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Time in UTC \\u2014 minute\",\"segment\":\"actionServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"}]}", - "json": "[{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Actions In Visit\",\"segment\":\"actions\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since first visit\",\"segment\":\"daysSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last Ecommerce order\",\"segment\":\"daysSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last visit\",\"segment\":\"daysSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Events\",\"segment\":\"events\",\"acceptedValues\":\"To select all visits who triggered an Event, use: &segment=events>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 minute (start of visit)\",\"segment\":\"visitLocalMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 67, 57, 58, 59\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Interactions\",\"segment\":\"interactions\",\"acceptedValues\":\"Any positive integer\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Internal Searches\",\"segment\":\"searches\",\"acceptedValues\":\"To select all visits who used internal Site Search, use: &segment=searches>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of visits\",\"segment\":\"visitCount\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since first visit\",\"segment\":\"secondsSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last Ecommerce order\",\"segment\":\"secondsSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last visit\",\"segment\":\"secondsSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visit Duration (in seconds)\",\"segment\":\"visitDuration\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visitor IP\",\"segment\":\"visitIp\",\"acceptedValues\":\"13.54.122.1. Select IP ranges with notation: <code>visitIp>13.54.122.0;visitIp<13.54.122.255<\\/code>\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser\",\"segment\":\"browserName\",\"acceptedValues\":\"FireFox, Internet Explorer, Chrome, Safari, Opera etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser code\",\"segment\":\"browserCode\",\"acceptedValues\":\"FF, IE, CH, SF, OP etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser engine\",\"segment\":\"browserEngine\",\"acceptedValues\":\"Trident, WebKit, Presto, Gecko, Blink, etc.\",\"suggestedValuesCallback\":\"\\\\DeviceDetector\\\\Parser\\\\Client\\\\Browser\\\\Engine::getAvailableEngines\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser version\",\"segment\":\"browserVersion\",\"acceptedValues\":\"1.0, 8.0, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device brand\",\"segment\":\"deviceBrand\",\"acceptedValues\":\"2E, 3GNET, 3GO, 3Q, 4Good, 4ife, 5IVE, 7 Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, ACD, Ace, Aceline, Acepad, Acer, Acteck, actiMirror, Adreamer, Adronix, Advan, Advance, Advantage Air, AEEZO, AFFIX, AfriOne, AGM, AG Mobile, AIDATA, AileTV, Ainol, Airis, Airness, AIRON, Airpha, Airtel, Airties, AirTouch, AIS, Aiuto, Aiwa, Ajib, Akai, AKIRA, Alba, Alcatel, Alcor, ALDI NORD, ALDI S\\u00dcD, Alfawise, Alienware, Aligator, AllCall, AllDocube, allente, ALLINmobile, All Star, Allview, Allwinner, Alps, alpsmart, Altech UEC, Altibox, Altice, Altimo, altron, Altus, AMA, Amazon, Amazon Basics, AMCV, AMGOO, Amigoo, Amino, Amoi, ANBERNIC, ANCEL, andersson, Andowl, Angelcare, AngelTech, Anker, Anry, ANS, ANXONIT, AOC, Aocos, Aocwei, AOpen, Aoro, Aoson, AOYODKG, ApoloSign, Apple, Aquarius, Archos, Arian Space, Arival, Ark, ArmPhone, Arnova, ARRIS, Artel, Artizlee, ArtLine, Ar\\u00e7elik, Asano, Asanzo, Ask, Aspera, ASSE, Assistant, astro (MY), Astro (UA), Asus, AT&T, Athesi, Atlantic Electrics, Atmaca Elektronik, ATMAN, ATMPC, ATOL, Atom, Atouch, Atozee, Attila, Atvio, Audiovox, AUPO, AURIS, Autan, AUX, Avaya, Avenzo, AVH, Avvio, Awow, AWOX, AXEN, Axioo, AXXA, Axxion, AYA, AYYA, Azeyou, AZOM, Azumi Mobile, Azupik, b2m, Backcell, BAFF, BangOlufsen, Barnes & Noble, BARTEC, BASE, BAUHN, BBK, BB Mobile, BDF, BDQ, BDsharing, Beafon, Becker, Beeline, Beelink, Beetel, Beista, Beko, Bell, Bellphone, Benco, Benesse, BenQ, BenQ-Siemens, BenWee, Benzo, Beyond, Bezkam, BGH, Biegedy, Bigben, BIHEE, BilimLand, Billion, Billow, BioRugged, Bird, Bitel, Bitmore, Bittium, Bkav, Black Bear, Black Box, Black Fox, Blackpcs, Blackphone, Blackton, Blackview, Blaupunkt, Bleck, BLISS, Blloc, Blow, Blu, Bluboo, Bluebird, Bluedot, Bluegood, BlueSky, Bluewave, BluSlate, BMAX, Bmobile, BMW, BMXC, Bobarry, bogo, Bolva, Bookeen, Boost, Botech, Boway, bq, Bqeel, BrandCode, Brandt, BRAVE, Bravis, BrightSign, Brigmton, Brondi, BROR, BS Mobile, Bubblegum, Bundy, Bush, BuzzTV, BYD, BYJU'S, BYYBUO, C5 Mobile, CADENA, CAGI, Caixun, CALME, Camfone, Canaima, Canal+, Canal Digital, Canguro, Capitel, Captiva, Carbon Mobile, Carrefour, Casio, Casper, Cat, Cavion, CCIT, Cecotec, Ceibal, Celcus, Celkon, Cell-C, Cellacom, CellAllure, Cellution, CENTEK, Centric, CEPTER, CG Mobile, CGV, Chainway, Changhong, CHCNAV, Cherry Mobile, Chico Mobile, ChiliGreen, China Mobile, China Telecom, Chuwi, C Idea, CipherLab, Citycall, CKK Mobile, Claresta, Clarmin, CLAYTON, ClearPHONE, Clementoni, Cloud, Cloudfone, Cloudpad, Clout, Clovertek, CMF, CnM, Cobalt, Coby Kyros, Cogeco, COLORROOM, Colors, Comio, CommScope, Compal, Compaq, COMPUMAX, ComTrade Tesla, Conceptum, Concord, ConCorde, Condor, Connectce, Connex, Conquest, CONSUNG, Continental Edison, Contixo, coocaa, COOD-E, Coolpad, Coopers, CORN, Cosmote, Covia, Cowon, COYOTE, CPDEVICE, CreNova, Crescent, Crestron, Cricket, Crius Mea, Crony, Crosscall, Crown, Ctroniq, Cube, CUBOT, CUD, Cuiud, Cultraview, CVTE, Cwowdefu, CX, Cyrus, D-Link, D-Tech, Daewoo, Danew, DangcapHD, Dany, Daria, DASS, Datalogic, Datamini, Datang, Datawind, Datsun, Dawlance, Dazen, DbPhone, Dbtel, Dcode, DEALDIG, Dell, Denali, Denka, Denver, Desay, DeWalt, DEXP, DEYI, DF, DGTEC, DIALN, Dialog, Dicam, Digi, Digicel, DIGICOM, Digidragon, DIGIFORS, Digihome, Digiland, Digit4G, Digma, DIJITSU, DIKOM, DIMO, Dinalink, Dinax, DING DING, Diofox, DIORA, DISH, Disney, Ditecma, Diva, DiverMax, Divisat, DIXON, DL, DMM, DMOAO, DNS, DoCoMo, Doffler, Dolamee, Dom.ru, Doogee, Doopro, Doov, Dopod, Doppio, Dora, DORLAND, Doro, DPA, DRAGON, Dragon Touch, Dreamgate, DreamStar, DreamTab, Droidlogic, Droxio, DSDevices, DSIC, Dtac, DUDU AUTO, Dune HD, DUNNS Mobile, DuoTV, Durabook, Duubee, Dykemann, Dyon, E-Boda, E-Ceros, E-TACHI, E-tel, Eagle, EagleSoar, EAS Electric, Easypix, EBEN, EBEST, Echo Mobiles, ecom, ECON, ECOO, EcoStar, ECS, Edenwood, EE, EFT, EGL, EGOTEK, Ehlel, Einstein, EKINOX, EKO, Eks Mobility, EKT, ELARI, ELE-GATE, Elecson, Electroneum, ELECTRONIA, Elekta, Elektroland, Element, Elenberg, Elephone, Elevate, Elista, elit, Elong Mobile, Eltex, Ematic, Emporia, ENACOM, ENDURO, Energizer, Energy Sistem, Engel, ENIE, Enot, eNOVA, Entity, Envizen, Ephone, Epic, Epik One, Eplutus, Epson, Equator, Ergo, Ericsson, Ericy, Erisson, Essential, Essentielb, eSTAR, ETOE, Eton, eTouch, Etuline, Eudora, Eurocase, EUROLUX, Eurostar, Evercoss, Everest, Everex, Everfine, Everis, Evertek, Evolio, Evolveo, Evoo, EVPAD, EvroMedia, evvoli, EWIS, EXCEED, Exmart, ExMobile, EXO, Explay, Express LUCK, ExtraLink, Extrem, Eyemoo, EYU, Ezio, Ezze, F&U, F+, F2 Mobile, F150, Facebook, Facetel, Facime, Fairphone, Famoco, Famous, Fantec, Fanvace, FaRao Pro, Farassoo, FarEasTone, Fengxiang, Fenoti, FEONAL, Fero, FFF SmartLife, Figgers, FiGi, FiGO, FiiO, Filimo, FILIX, FinePower, FINIX, Finlux, FireFly Mobile, FISE, Fision, FITCO, Fluo, Fly, FLYCAT, FLYCOAY, FMT, FNB, FNF, Fobem, Fondi, Fonos, FONTEL, FOODO, FORME, Formovie, Formuler, Forstar, Fortis, FortuneShip, FOSSiBOT, Fourel, Four Mobile, Foxconn, FoxxD, FPT, free, Freetel, FreeYond, FRESH, Frunsi, Fuego, FUJICOM, Fujitsu, Funai, Fusion5, Future Mobile Technology, Fxtec, G-Guard, G-PLUS, G-TiDE, G-Touch, G-Vill, Galactic, Galatec, Galaxy Innovations, Gamma, Garmin-Asus, Gateway, Gazal, Gazer, GDL, Geanee, Geant, Gear Mobile, Gemini, General Mobile, Genesis, GEOFOX, Geo Phone, Geotel, Geotex, GEOZON, Getnord, GFive, Gfone, Ghia, Ghong, Ghost, Gigabyte, Gigaset, Gini, Ginzzu, Gionee, GIRASOLE, GlobalSec, Globex, Globmall, GlocalMe, Glofiish, GLONYX, Glory Star, GLX, GN Electronics, GOCLEVER, Gocomma, GoGEN, GOLDBERG, GoldMaster, GoldStar, Gol Mobile, Goly, Gome, GoMobile, GOODTEL, Google, Goophone, Gooweel, GOtv, Gplus, Gradiente, Graetz, Grape, Great Asia, Gree, Green Lion, Green Orange, Greentel, Gresso, Gretel, GroBerwert, Grundig, Gr\\u00fcnberg, Gtel, GTMEDIA, GTX, Guophone, GVC Pro, H96, H133, Hafury, Haier, Haipai, Haixu, Hamlet, Hammer, Handheld, HannSpree, Hanseatic, Hanson, HAOQIN, HAOVM, Hardkernel, Harper, Hartens, Hasee, Hathway, HAVIT, HDC, HeadWolf, HEC, Heimat, Helio, Hemilton, HERO, HexaByte, Hezire, Hi, Hi-Level, Hiberg, HiBy, HIGH1ONE, High Q, Highscreen, HiGrace, HiHi, HiKing, HiMax, Hi Nova, HIPER, Hipstreet, Hiremco, Hisense, Hitachi, Hitech, HKC, HKPro, HLLO, HMD, hoco, HOFER, Hoffmann, HOLLEBERG, Homatics, Hometech, HOMII, Homtom, Honeywell, HongTop, HONKUAHG, Hoozo, Hopeland, Horion, Horizon, Horizont, Hosin, HOTACK, Hotel, Hot Pepper, HOTREALS, Hotwav, How, HP, HTC, Huadoo, Huagan, Huavi, Huawei, Hugerock, Humanware, Humax, HUMElab, Hurricane, Huskee, Hyatta, Hykker, Hyrican, Hytera, Hyundai, Hyve, i-Cherry, I-INN, i-Joy, i-mate, i-mobile, I-Plus, iBall, iBerry, ibowin, iBrit, IconBIT, Icone Gold, iData, IDC, iDino, iDroid, iFIT, iGet, iHome Life, iHunt, I KALL, Ikea, IKI Mobile, iKoMo, iKon, iKonia, IKU Mobile, iLA, iLepo, iLife, iMan, Imaq, iMars, iMI, IMO Mobile, Imose, Impression, iMuz, iNavi, INCAR, Inch, Inco, Indurama, iNew, Infiniton, InfinityPro, Infinix, InFocus, InfoKit, Infomir, InFone, Inhon, Inka, Inkti, InnJoo, Innos, Innostream, Inoi, iNo Mobile, iNOVA, inovo, INQ, Insignia, INSYS, Intek, Intel, Intex, Invens, Inverto, Invin, iOcean, IOTWE, iOutdoor, iPEGTOP, iPro, iQ&T, IQM, IRA, Irbis, iReplace, Iris, iRobot, iRola, iRulu, iSafe Mobile, iStar, iSWAG, IT, iTel, iTruck, IUNI, iVA, iView, iVooMi, ivvi, iWaylink, iXTech, iYou, iZotron, Jambo, JAY-Tech, Jedi, Jeep, Jeka, Jesy, JFone, Jiake, Jiayu, Jinga, Jin Tu, Jio, Jivi, JKL, Jolla, Joy, JoySurf, JPay, JREN, Jumper, Juniper Systems, Just5, JUSYEA, JVC, JXD, K-Lite, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Kapsys, Karbonn, Kata, KATV1, Kazam, Kazuna, KDDI, Kempler & Strauss, Kenbo, Kendo, Keneksi, KENSHI, KENWOOD, Kenxinda, KGTEL, Khadas, Kiano, kidiby, Kingbox, Kingstar, Kingsun, KINGZONE, Kinstone, Kiowa, Kivi, Klipad, KMC, KN Mobile, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, Koolnee, Kooper, KOPO, Korax, Koridy, Koslam, Kraft, KREZ, KRIP, KRONO, Kr\\u00fcger&Matz, KT-Tech, KTC, KUBO, KuGou, Kuliao, Kult, Kumai, Kurio, KVADRA, Kvant, Kydos, Kyocera, Kyowon, Kzen, KZG, L-Max, LAIQ, Land Rover, Landvo, Lanin, Lanix, Lark, Laser, Laurus, Lava, LCT, Leader Phone, Leagoo, Leben, LeBest, Lectrus, Ledstar, LeEco, Leelbox, Leff, Legend, Leke, Lemco, LEMFO, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lesia, Lexand, Lexibook, LG, Liberton, Lifemaxx, Lime, Lingbo, Lingwin, Linnex, Linsar, Linsay, Listo, LNMBBS, Loewe, LOGAN, Logic, Logic Instrument, Logicom, Logik, Logitech, LOKMAT, LongTV, Loview, Lovme, LPX-G, LT Mobile, Lumigon, Lumitel, Lumus, Luna, LUNNEN, LUO, Luxor, Lville, LW, LYF, LYOTECH LABS, M-Horse, M-KOPA, M-Tech, M.T.T., M3 Mobile, M4tel, MAC AUDIO, Macoox, Mafe, MAG, MAGCH, Magenta, Magicsee, Magnus, Majestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, Masstel, Master-G, Mastertech, Matco Tools, Matrix, Maunfeld, Maxcom, Maxfone, Maximus, Maxtron, MAXVI, Maxwell, Maxwest, MAXX, Maze, Maze Speed, MBI, MBK, MBOX, McLaut, MDC Store, MDTV, meanIT, Mecer, MECHEN, Mecool, Mediacom, Medion, MEEG, Megacable, MegaFon, MEGAMAX, MEGA VISION, Meitu, Meizu, Melrose, MeMobile, Memup, MEO, MESWAO, Meta, Metz, MEU, MicroMax, Microsoft, Microtech, Mightier, Minix, Mint, Mintt, Mio, Mione, mipo, Miray, Mitchell & Brown, Mito, Mitsubishi, Mitsui, MIVO, MIWANG, MIXC, MiXzo, MLAB, MLLED, MLS, MMI, Mobell, Mobicel, MobiIoT, Mobiistar, Mobile Kingdom, Mobiola, Mobistel, MobiWire, Mobo, Mobvoi, Modecom, Mode Mobile, Mofut, Moondrop, MORTAL, Mosimosi, Motiv, Motorola, Motorola Solutions, Movic, MOVISUN, Movitel, Moxee, mPhone, Mpman, MSI, MStar, MTC, MTN, multibox, Multilaser, MultiPOS, MULTYNET, MwalimuPlus, MYFON, MyGica, MygPad, Mymaga, MyMobile, MyPhone (PH), myPhone (PL), Myria, Myros, Mystery, MyTab, MyWigo, N-one, Nabi, NABO, Nanho, Naomi Phone, NASCO, National, Navcity, Navitech, Navitel, Navon, NavRoad, NEC, Necnot, Nedaphone, Neffos, NEKO, Neo, neoCore, Neolix, Neomi, Neon IQ, Neoregent, Nesons, NetBox, Netgear, Netmak, NETWIT, NeuImage, NeuTab, NEVIR, Newal, New Balance, New Bridge, Newgen, Newland, Newman, Newsday, NewsMy, Nexa, Nexar, NEXBOX, Nexian, NEXON, NEXT, Next & NextStar, Nextbit, NextBook, NextTab, NGM, NG Optics, NGpon, Nikon, NILAIT, NINETEC, NINETOLOGY, Nintendo, nJoy, NOA, Noain, Nobby, Noblex, NOBUX, noDROPOUT, NOGA, Nokia, Nomi, Nomu, Noontec, Nordfrost, Nordmende, NORMANDE, NorthTech, Nos, Nothing, Nous, Novacom, Novex, Novey, NOVIS, NoviSea, NOVO, NTT West, NuAns, Nubia, NUU Mobile, NuVision, Nuvo, Nvidia, NYX Mobile, O+, O2, Oale, Oangcc, OASYS, Obabox, Ober, Obi, OCEANIC, Odotpad, Odys, Oilsky, OINOM, ok., Okapi, Okapia, Oking, OKSI, OKWU, Olax, Olkya, Ollee, OLTO, Olympia, OMIX, Onda, OneClick, OneLern, OnePlus, Onida, Onix, Onkyo, ONN, ONVO, ONYX BOOX, Ookee, Ooredoo, OpelMobile, Openbox, Ophone, OPPO, Opsson, Optoma, Orange, Orange Pi, Orava, Orbic, Orbita, Orbsmart, Ordissimo, Orion, OSCAL, OTTO, OUJIA, Ouki, Oukitel, OUYA, Overmax, Ovvi, Owwo, OX TAB, OYSIN, Oysters, Oyyu, OzoneHD, P-UP, Pacific Research Alliance, Packard Bell, Padpro, PAGRAER, Paladin, Palm, Panacom, Panasonic, Panavox, Pano, Panodic, Panoramic, Pantech, PAPYRE, Parrot Mobile, Partner Mobile, PCBOX, PCD, PCD Argentina, PC Smart, PEAQ, Pelitt, Pendoo, Penta, Pentagram, Perfeo, Phicomm, Philco, Philips, Phonemax, phoneOne, Pico, PINE, Pioneer, Pioneer Computers, PiPO, PIRANHA, Pixela, Pixelphone, PIXPRO, Pixus, Planet Computers, Platoon, Play Now, PLDT, Ployer, Plum, PlusStyle, Pluzz, PocketBook, POCO, Point Mobile, Point of View, Polar, PolarLine, Polaroid, Polestar, PolyPad, Polytron, Pomp, Poppox, POPTEL, Porsche, Portfolio, Positivo, Positivo BGH, PPDS, PPTV, Premier, Premio, Prestigio, PRIME, Primepad, Primux, PRISM+, Pritom, Prixton, PROFiLO, Proline, Prology, ProScan, PROSONIC, Protruly, ProVision, PULID, Punos, Purism, PVBox, Q-Box, Q-Touch, Q.Bell, QFX, Qilive, QIN, Qiuwoky, QLink, QMobile, Qnet Mobile, QTECH, Qtek, Quantum, Quatro, Qubo, Quechua, Quest, Quipus, Qumo, Qupi, Qware, QWATT, R-TV, R3Di, Rakuten, Ramos, Raspberry, Ravoz, Raylandz, Razer, RAZZ, RCA Tablets, RCT, Reach, Readboy, Realix, Realme, RED, RED-X, Redbean, Redfox, RedLine, Redway, Reeder, REGAL, RelNAT, Relndoo, Remdun, Renova, RENSO, rephone, Retroid Pocket, Revo, Revomovil, Rhino, Ricoh, Rikomagic, RIM, Ringing Bells, Rinno, Ritmix, Ritzviva, Riviera, Rivo, Rizzen, ROADMAX, Roadrover, Roam Cat, ROCH, Rocket, ROiK, Rokit, Roku, Rombica, Romsat, Ross&Moor, Rover, RoverPad, Royole, RoyQueen, RTK, RT Project, RugGear, RuggeTech, Ruggex, Ruio, Runbo, RunGee, Rupa, Ryte, S-Color, S-TELL, S2Tel, Saba, Safaricom, Sagem, Sagemcom, Saiet, SAILF, Salora, Sambox, Samsung, Samtech, Samtron, Sanei, Sankey, Sansui, Santin, SANY, Sanyo, Savio, Sber, SCHAUB LORENZ, Schneider, Schok, SCHONTECH, Scoole, Scosmos, Seatel, SEBBE, Seeken, SEEWO, SEG, Sega, SEHMAX, Selecline, Selenga, Selevision, Selfix, SEMP TCL, Sencor, Sencrom, Sendo, Senkatel, SENNA, Senseit, Senwa, SERVO, Seuic, Sewoo, SFR, SGIN, Shanling, Sharp, Shift Phones, Shivaki, Shtrikh-M, Shuttle, Sico, Siemens, Sigma, Silelis, Silent Circle, Silva Schneider, Simbans, simfer, Simply, SINGER, Singtech, Siragon, Sirin Labs, Siswoo, SK Broadband, SKG, SKK Mobile, Sky, Skyline, SkyStream, Skytech, Skyworth, Smadl, Smailo, Smart, Smartab, SmartBook, SMARTEC, Smart Electronic, Smartex, Smartfren, Smartisan, Smart Kassel, Smart Tech, Smarty, Smooth Mobile, Smotreshka, SMT Telecom, SMUX, SNAMI, SobieTech, Soda, Softbank, Soho Style, Solas, SOLE, SOLO, Solone, Sonim, SONOS, Sony, Sony Ericsson, SOSH, SoulLink, Soundmax, SOWLY, Soyes, Spark, Sparx, SPC, Spectralink, Spectrum, Spice, Spider, Sprint, SPURT, SQOOL, SSKY, Star, Star-Light, Starlight, Starmobile, Starway, Starwind, STF Mobile, STG Telecom, Stilevs, STK, Stonex, Storex, StrawBerry, Stream, STRONG, Stylo, Subor, Sugar, SULPICE TV, Sumvision, Sunmax, Sunmi, Sunny, Sunstech, SunVan, Sunvell, SUNWIND, SuperBOX, Super General, Supermax, SuperSonic, SuperTab, SuperTV, Supra, Supraim, Surfans, Surge, Suzuki, Sveon, Swipe, SWISSMOBILITY, Swisstone, Switel, SWOFY, Syco, SYH, Sylvania, Symphony, Syrox, System76, T-Mobile, T96, TADAAM, TAG Tech, Taiga System, Takara, TALBERG, Talius, Tambo, Tanix, TAUBE, TB Touch, TCL, TCL SCBC, TD Systems, TD Tech, TeachTouch, Technicolor, Technika, TechniSat, Technopc, TECHNOSAT, TechnoTrend, TechPad, TechSmart, Techstorm, Techwood, Teclast, Tecno Mobile, TecToy, TEENO, Teknosa, Tele2, Telefunken, Telego, Telenor, Telia, Telit, Telkom, Telly, Telma, TeloSystems, Telpo, Temigereev, TENPLUS, Teracube, Tesco, Tesla, TETC, Tetratab, teXet, ThL, Thomson, Thuraya, TIANYU, Tibuta, Tigers, Time2, Timovi, TIMvision, Tinai, Tinmo, TiPhone, Tivax, TiVo, TJC, TJD, TOKYO, Tolino, Tone, TOOGO, Tooky, Top-Tech, TopDevice, TOPDON, Topelotek, Top House, Toplux, TOPSHOWS, Topsion, Topway, Torex, TORNADO, Torque, TOSCIDO, Toshiba, Touchmate, Touch Plus, TOX, TPS, Transpeed, Trecfone, TrekStor, Trevi, TriaPlay, Tricolor, Trident, Trifone, Trimble, Trio, Tronsmart, True, True Slim, Tsinghua Tongfang, TTEC, TTfone, TTK-TV, TuCEL, TUCSON, Tunisie Telecom, Turbo, Turbo-X, TurboKids, TurboPad, Turkcell, Tuvio, TV+, TVC, TwinMOS, TWM, Twoe, TWZ, TYD, Tymes, T\\u00fcrk Telekom, U-Magic, U.S. Cellular, UD, UE, UGINE, Ugoos, Uhans, Uhappy, Ulefone, Umax, UMIDIGI, Umiio, Unblock Tech, Uniden, Unihertz, Unimax, Uniqcell, Uniscope, Unistrong, Unitech, UNITED, United Group, UNIWA, Unknown, Unnecto, Unnion Technologies, UNNO, Unonu, UnoPhone, Unowhy, UOOGOU, Urovo, UTime, UTOK, UTStarcom, UZ Mobile, V-Gen, V-HOME, V-HOPE, v-mobile, V7, VAIO, VALE, VALEM, VALTECH, VANGUARD, Vankyo, VANWIN, Vargo, VASOUN, Vastking, VAVA, VC, VDVD, Vega, Veidoo, Vekta, Venso, Venstar, Venturer, VEON, Verico, Verizon, Vernee, Verssed, Versus, Vertex, Vertu, Verykool, Vesta, Vestel, VETAS, Vexia, VGO TEL, ViBox, Victurio, VIDA, Videocon, Videoweb, Viendo, ViewSonic, VIIPOO, VIKUSHA, VILLAON, VIMOQ, Vinabox, Vinga, Vinsoc, Vios, Viper, Vipro, Virzo, Vision Technology, Vision Touch, Visitech, Visual Land, Vitelcom, Vitumi, Vityaz, Viumee, Vivax, VIVIBright, VIVIMAGE, Vivo, VIWA, Vizio, Vizmo, VK Mobile, VKworld, VNPT Technology, VOCAL, Vodacom, Vodafone, VOGA, VOLIA, VOLKANO, Volla, Volt, Vonino, Vontar, Vorago, Vorcom, Vorke, Vormor, Vortex, VORTEX (RO), Voto, VOX, Voxtel, Voyo, Vsmart, Vsun, VUCATIMES, Vue Micro, Vulcan, VVETIME, V\\u00f6lfen, W&O, WAF, Wainyok, waipu.tv, Walker, Waltham, Walton, Waltter, Wanmukang, WANSA, WE, We. by Loewe., Webfleet, Web TV, WeChip, Wecool, Weelikeit, Weiimi, Weimei, WellcoM, WELLINGTON, Western Digital, Weston, Westpoint, Wexler, White Mobile, Whoop, Wieppo, Wigor, Wiko, WildRed, Wileyfox, Winds, Wink, Winmax, Winnovo, Winstar, Wintouch, Wiseasy, WIWA, WizarPos, Wizz, Wolder, Wolfgang, Wolki, WONDER, Wonu, Woo, Wortmann, Woxter, WOZIFAN, WS, X-AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectron, XGEM, XGIMI, Xgody, Xiaodu, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, XPPen, XREAL, Xshitou, Xsmart, Xtouch, Xtratech, Xwave, XY Auto, Yandex, Yarvik, YASIN, YELLYOUTH, YEPEN, Yes, Yestel, Yezz, YIKEMI, Yoka TV, Yooz, Yota, YOTOPT, Youin, Youwei, Ytone, Yu, Yuandao, YU Fly, YUHO, YUMKEM, YUNDOO, Yuno, YunSong, Yusun, Yxtel, Z-Kai, Zaith, ZALA, Zamolxe, Zatec, Zealot, Zeblaze, Zebra, Zeeker, Zeemi, Zen, Zenek, Zentality, Zfiner, ZH&K, Zidoo, ZIFFLER, ZIFRO, Zigo, ZIK, Zinox, ZIOVO, Ziox, Zonda, Zonko, Zoom, ZoomSmart, Zopo, ZTE, Zuum, Zync, ZYQ, Zyrex, ZZB, \\u00f6wn\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device model\",\"segment\":\"deviceModel\",\"acceptedValues\":\"iPad, Nexus 5, Galaxy S5, Fire TV, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device type\",\"segment\":\"deviceType\",\"acceptedValues\":\"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Fingerprint\",\"segment\":\"fingerprint\",\"acceptedValues\":\"1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched from API.getLastVisitsDetails\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 hour (start of visit)\",\"segment\":\"visitLocalHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system\",\"segment\":\"operatingSystemName\",\"acceptedValues\":\"Windows, Linux, Mac, Android, iOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system code\",\"segment\":\"operatingSystemCode\",\"acceptedValues\":\"WIN, LIN, MAX, AND, IOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system version\",\"segment\":\"operatingSystemVersion\",\"acceptedValues\":\"XP, 7, 2.3, 5.1, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Profilable\",\"segment\":\"profilable\",\"acceptedValues\":\"1 for profilable (eg cookies were used), 0 for not profilable (eg no cookies were used)\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Resolution\",\"segment\":\"resolution\",\"acceptedValues\":\"1280x1024, 800x600, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (start of visit)\",\"segment\":\"visitStartServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (time of last action)\",\"segment\":\"visitServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 date (time of last action)\",\"segment\":\"visitEndServerDate\",\"acceptedValues\":\"2018-12-31, 2018-03-20, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of month (time of last action)\",\"segment\":\"visitEndServerDayOfMonth\",\"acceptedValues\":\"0, 1, 2, 3, ..., 29, 30, 31\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of week (time of last action)\",\"segment\":\"visitEndServerDayOfWeek\",\"acceptedValues\":\"1, 2, 3, 4, 5, 6, 7\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of year (time of last action)\",\"segment\":\"visitEndServerDayOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 365, 366\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (start of visit)\",\"segment\":\"visitStartServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (time of last action)\",\"segment\":\"visitEndServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 month (time of last action)\",\"segment\":\"visitEndServerMonth\",\"acceptedValues\":\"1, 2, 3, ..., 11, 12\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 quarter (time of last action)\",\"segment\":\"visitEndServerQuarter\",\"acceptedValues\":\"1, 2, 3, 4\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 second (Time of last action)\",\"segment\":\"visitEndServerSecond\",\"acceptedValues\":\"0, 1, 2, 3, ..., 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 week of year (time of last action)\",\"segment\":\"visitEndServerWeekOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 51, 52, 53\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 year (time of last action)\",\"segment\":\"visitEndServerYear\",\"acceptedValues\":\"2016, 2017, 2018, ..., 9998, 9999\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"User ID\",\"segment\":\"userId\",\"acceptedValues\":\"any non empty unique string identifying the user (such as an email address or a username).\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit Ecommerce status at the end of the visit\",\"segment\":\"visitEcommerceStatus\",\"acceptedValues\":\"none, ordered, abandonedCart, orderedThenAbandonedCart. For example, to select all visits that have made an Ecommerce order, the API request would contain \\\"&segment=visitEcommerceStatus==ordered,visitEcommerceStatus==orderedThenAbandonedCart\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit ID\",\"segment\":\"visitId\",\"acceptedValues\":\"Any positive integer\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Id\",\"segment\":\"visitConvertedGoalId\",\"acceptedValues\":\"1, 2, 3, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Name\",\"segment\":\"visitConvertedGoalName\",\"acceptedValues\":\"myGoal, myOtherGoal, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted at least one Goal\",\"segment\":\"visitConverted\",\"acceptedValues\":\"0, 1\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit type\",\"segment\":\"visitorType\",\"acceptedValues\":\"new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain \\\"&segment=visitorType==returning,visitorType==returningCustomer\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visitor ID\",\"segment\":\"visitorId\",\"acceptedValues\":\"34c31e04394bdc63 - any 16 Hexadecimal chars ID, which can be fetched using the Tracking API function getVisitorId()\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"City\",\"segment\":\"city\",\"acceptedValues\":\"Sydney, Sao Paolo, Rome, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Continent\",\"segment\":\"continentCode\",\"acceptedValues\":\"eur, asi, amc, amn, ams, afr, ant, oce\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country\",\"segment\":\"countryName\",\"acceptedValues\":\"Germany, France, Spain, ...\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country code\",\"segment\":\"countryCode\",\"acceptedValues\":\"ISO 3166-1 alpha-2 country codes (de, us, fr, in, es, etc.)\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Language\",\"segment\":\"languageCode\",\"acceptedValues\":\"de, fr, en-gb, zh-cn, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Latitude\",\"segment\":\"latitude\",\"acceptedValues\":\"-33.578, 40.830, etc.<br\\/>You can select visitors within a lat\\/long range using &segment=lat>X;lat<Y;long>M;long<N.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Longitude\",\"segment\":\"longitude\",\"acceptedValues\":\"-70.664, 14.326, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Region\",\"segment\":\"regionCode\",\"acceptedValues\":\"01, 02, OR, P8,\\u2026<br\\/>eg. region=BFC;country=fr\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope visit)\",\"segment\":\"customVariableName\",\"unionOfSegments\":[\"customVariableName1\",\"customVariableName2\",\"customVariableName3\",\"customVariableName4\",\"customVariableName5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope visit)\",\"segment\":\"customVariableName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope visit)\",\"segment\":\"customVariableName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope visit)\",\"segment\":\"customVariableName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope visit)\",\"segment\":\"customVariableName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope visit)\",\"segment\":\"customVariableName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope page)\",\"segment\":\"customVariablePageName\",\"unionOfSegments\":[\"customVariablePageName1\",\"customVariablePageName2\",\"customVariablePageName3\",\"customVariablePageName4\",\"customVariablePageName5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope page)\",\"segment\":\"customVariablePageName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope page)\",\"segment\":\"customVariablePageName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope page)\",\"segment\":\"customVariablePageName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope page)\",\"segment\":\"customVariablePageName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope page)\",\"segment\":\"customVariablePageName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope page)\",\"segment\":\"customVariablePageValue\",\"unionOfSegments\":[\"customVariablePageValue1\",\"customVariablePageValue2\",\"customVariablePageValue3\",\"customVariablePageValue4\",\"customVariablePageValue5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope page)\",\"segment\":\"customVariablePageValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope page)\",\"segment\":\"customVariablePageValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope page)\",\"segment\":\"customVariablePageValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope page)\",\"segment\":\"customVariablePageValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope page)\",\"segment\":\"customVariablePageValue5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope visit)\",\"segment\":\"customVariableValue\",\"unionOfSegments\":[\"customVariableValue1\",\"customVariableValue2\",\"customVariableValue3\",\"customVariableValue4\",\"customVariableValue5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope visit)\",\"segment\":\"customVariableValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope visit)\",\"segment\":\"customVariableValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope visit)\",\"segment\":\"customVariableValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope visit)\",\"segment\":\"customVariableValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope visit)\",\"segment\":\"customVariableValue5\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action Type\",\"segment\":\"actionType\",\"acceptedValues\":\"A type of action, such as: pageviews, contents, sitesearches, events, outlinks, downloads\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action URL\",\"segment\":\"actionUrl\",\"unionOfSegments\":[\"pageUrl\",\"downloadUrl\",\"outlinkUrl\",\"eventUrl\"]},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Category (Site Search)\",\"segment\":\"siteSearchCategory\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Clicked Outlink\",\"segment\":\"outlinkUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Interaction\",\"segment\":\"contentInteraction\",\"acceptedValues\":\"The type of interaction with the content. For instance \\\"click\\\" or \\\"submit\\\".\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Name\",\"segment\":\"contentName\",\"acceptedValues\":\"The name of a content block, for instance \\\"Ad Sale\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Piece\",\"segment\":\"contentPiece\",\"acceptedValues\":\"The actual content. For instance \\\"ad.jpg\\\" or \\\"My text ad\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Target\",\"segment\":\"contentTarget\",\"acceptedValues\":\"For instance the URL of a landing page: \\\"http:\\/\\/landingpage.example.com\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Download URL\",\"segment\":\"downloadUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page URL\",\"segment\":\"entryPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page title\",\"segment\":\"entryPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page Title\",\"segment\":\"exitPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page URL\",\"segment\":\"exitPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword (Site Search)\",\"segment\":\"siteSearchKeyword\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword count (Site Search)\",\"segment\":\"siteSearchCount\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page Title\",\"segment\":\"pageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page URL\",\"segment\":\"pageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Site time \\u2014 hour\",\"segment\":\"actionServerHour\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Time in UTC \\u2014 minute\",\"segment\":\"actionServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"}]" + "API.getMatomoVersion": { + "xml": "[\"5.4.0\"]", + "json": "{\"value\":\"5.4.0\"}", + "tsv": "value\n5.4.0" }, "API.getMetadata": { "xml": "{\"row\":{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"}}", "json": "[{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"}]" }, - "API.getReportMetadata": { - "xml": "{\"row\":[{\"category\":\"All Websites\",\"name\":\"All Websites dashboard\",\"module\":\"MultiSites\",\"action\":\"getAll\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getAll\"},{\"category\":\"All Websites\",\"name\":\"Single Website dashboard\",\"module\":\"MultiSites\",\"action\":\"getOne\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for a specific website, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getOne\"},{\"category\":\"Visitors\",\"subcategory\":\"Overview\",\"name\":\"Visits Summary\",\"module\":\"VisitsSummary\",\"action\":\"get\",\"documentation\":\"This report provides a very general overview of how your visitors behave.\",\"metrics\":{\"nb_uniq_visitors\":\"Unique visitors\",\"nb_visits\":\"Visits\",\"nb_users\":\"Users\",\"nb_actions\":\"Actions\",\"max_actions\":\"Maximum actions in one visit\"},\"metricsDocumentation\":{\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Visit Duration (in seconds)\"},\"metricTypes\":{\"nb_uniq_visitors\":\"number\",\"nb_visits\":\"number\",\"nb_users\":\"number\",\"nb_actions\":\"number\",\"max_actions\":\"number\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitsSummary_get\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Continent\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"dimension\":\"Continent\",\"documentation\":\"Shows which continent your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getContinent\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Region\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"dimension\":\"Region\",\"documentation\":\"Shows which region your visitors connected from when accessing website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getRegion\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"dimension\":\"Language\",\"documentation\":\"Shows which language the visitor's browsers are using. (e.g. \\\"French\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguage\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"City\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"dimension\":\"City\",\"documentation\":\"Shows the cities your visitors connected from when accessing your website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCity\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"dimension\":\"Language\",\"documentation\":\"Shows which exact language code the visitor's browsers is set to. (e.g. \\\"German \\u2014 Austria (de-at)\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguageCode\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device type\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"dimension\":\"Device type\",\"documentation\":\"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getType\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device model\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"dimension\":\"Device model\",\"documentation\":\"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getModel\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device brand\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"dimension\":\"Device brand\",\"documentation\":\"This report shows the brands \\/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrand\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\",\"dimension\":\"Resolution\",\"documentation\":\"This report shows the screen resolutions your visitors used when viewing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getResolution\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"dimension\":\"Operating system version\",\"documentation\":\"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"dimension\":\"Browser\",\"documentation\":\"This report contains information about what kind of browser your visitors were using.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"}},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"dimension\":\"Browser version\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"dimension\":\"Configuration\",\"documentation\":\"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getConfiguration\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"dimension\":\"Operating system family\",\"documentation\":\"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsFamilies\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser engines\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"dimension\":\"Browser engine\",\"documentation\":\"This report shows your visitors' browsers broken down into browser engines. <br \\/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserEngines\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser Plugins\",\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"dimension\":\"Plugin\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of total visits where the plugin was detected. A visit may include multiple plugins. The value is rounded down to whole numbers.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicePlugins&apiAction=getPlugin&period=day&date=today\",\"uniqueId\":\"DevicePlugins_getPlugin\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"dimension\":\"Local time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> visitors' time zones <\\/strong> during their visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":{\"row\":{\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerLocalTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerLocalTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per hour in the site's timezone\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"dimension\":\"Site time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> site's time zone <\\/strong> during the visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerServerTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerServerTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"dimension\":\"Day of the week\",\"documentation\":\"This graph shows the number of visits your website received on each day of the week.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":{\"row\":{\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getByDayOfWeek&period=day&date=today\",\"uniqueId\":\"VisitTime_getByDayOfWeek\"},{\"category\":\"Visitors\",\"subcategory\":\"User IDs\",\"name\":\"User IDs\",\"module\":\"UserId\",\"action\":\"getUsers\",\"dimension\":\"UserId\",\"documentation\":\"Shows visits and other general metrics for every individual User ID.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/user-id\\/\",\"metrics\":{\"label\":\"Label\",\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_visits_converted\":\"Visits with Conversions\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_visits_converted\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserId_getUsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Custom Variables\",\"name\":\"Custom Variables\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"dimension\":\"Custom Variable name\",\"documentation\":\"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br \\/> For more information about Custom Variables in general, read the <a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Custom Variables documentation on matomo.org<\\/a>\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\",\"dimensions\":{\"CustomVariables_CustomVariableName\":\"Custom Variable name\",\"CustomVariables_CustomVariableValue\":\"Custom Variable value\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getCustomVariablesValuesFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomVariables_getCustomVariables\"},{\"category\":\"Visitors\",\"subcategory\":\"customdimension1\",\"name\":\"User Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"1\"},\"dimension\":\"User Type\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\"},\"processedMetrics\":{\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--1\"},{\"category\":\"Actions\",\"name\":\"Actions - Main metrics\",\"module\":\"Actions\",\"action\":\"get\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\",\"metrics\":{\"nb_pageviews\":\"Pageviews\",\"nb_uniq_pageviews\":\"Unique Pageviews\",\"nb_downloads\":\"Downloads\",\"nb_uniq_downloads\":\"Unique Downloads\",\"nb_outlinks\":\"Outlinks\",\"nb_uniq_outlinks\":\"Unique Outlinks\",\"nb_searches\":\"Searches\",\"nb_keywords\":\"Unique Keywords\",\"hits\":\"Hits\"},\"metricsDocumentation\":{\"nb_pageviews\":\"The number of times this page was visited.\",\"nb_uniq_pageviews\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"nb_downloads\":\"The number of times this link was clicked.\",\"nb_uniq_downloads\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_outlinks\":\"The number of times this link was clicked.\",\"nb_uniq_outlinks\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_searches\":\"The number of visits that searched for this keyword on your website's search engine.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_pageviews\":\"number\",\"nb_uniq_pageviews\":\"number\",\"nb_downloads\":\"number\",\"nb_uniq_downloads\":\"number\",\"nb_outlinks\":\"number\",\"nb_uniq_outlinks\":\"number\",\"nb_searches\":\"number\",\"nb_keywords\":\"number\",\"hits\":\"number\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_get\"},{\"category\":\"Actions\",\"name\":\"Users Flow\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dimension\":\"Interaction\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_exits\":\"Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_proceeded\":\"The number of visits that proceeded to the next interaction and did not exit your website or app.\",\"proceeded_rate\":\"The percentage of visits that performed another interaction after performing an interaction.\",\"exit_rate\":\"The percentage of visits that have left your website or app after this interaction.\",\"nb_exits\":\"The number of visits that did not leave after this interaction.\"},\"processedMetrics\":{\"nb_proceeded\":\"Proceeded\",\"proceeded_rate\":\"Proceeded Rate\",\"exit_rate\":\"Exit rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_exits\":\"number\",\"nb_proceeded\":\"number\",\"proceeded_rate\":\"percent\",\"exit_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUsersFlowPretty\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UsersFlow_getUsersFlowPretty\"},{\"category\":\"Actions\",\"subcategory\":\"Pages\",\"name\":\"Page URLs\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"dimension\":\"Page URL\",\"documentation\":\"This report contains information about the page URLs that have been visited. <br \\/> The table is organized hierarchically, the URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageUrls\",\"relatedReports\":{\"row\":[{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"dimension\":\"Entry Page URL\",\"documentation\":\"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br \\/> The entry URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageUrls\",\"relatedReports\":{\"row\":{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"}},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"dimension\":\"Entry Page title\",\"documentation\":\"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageTitles\",\"relatedReports\":{\"row\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"dimension\":\"Exit Page URL\",\"documentation\":\"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br \\/> The exit URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageUrls\",\"relatedReports\":{\"row\":{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"dimension\":\"Exit Page Title\",\"documentation\":\"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageTitles\",\"relatedReports\":{\"row\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}]},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Page titles\",\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"dimension\":\"Page Title\",\"documentation\":\"This report contains information about the titles of the pages that have been visited. <br \\/> The page title is the HTML <title> Tag that most browsers show in their window title.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageTitles\",\"relatedReports\":{\"row\":[{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Site Search Keywords\",\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report lists the Search Keywords that visitors searched for on your internal Search Engine.<br\\/><br\\/>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":{\"row\":{\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrlsFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Keywords with No Results\",\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"dimension\":\"Keyword with No Search Result\",\"documentation\":\"Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.<br \\/><br \\/>This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchNoResultKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":{\"row\":{\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitlesFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Categories\",\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"dimension\":\"Search Category\",\"documentation\":\"This report lists the Categories that visitors selected when they made a Search on your website.<br\\/>For example, Ecommerce websites typically have a \\\"Category\\\" selector so that visitors can restrict their searches to all products in a specific Category.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\",\"exit_rate\":\"% Search Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"exit_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchCategories\"},{\"category\":\"Actions\",\"subcategory\":\"Outlinks\",\"name\":\"Outlinks\",\"module\":\"Actions\",\"action\":\"getOutlinks\",\"dimension\":\"Clicked Outlink\",\"documentation\":\"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_visits\":\"Unique Clicks\",\"nb_hits\":\"Clicks\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getOutlinks\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getOutlinks\"},{\"category\":\"Actions\",\"subcategory\":\"Downloads\",\"name\":\"Downloads\",\"module\":\"Actions\",\"action\":\"getDownloads\",\"dimension\":\"Download URL\",\"documentation\":\"In this report, you can see which files your visitors have downloaded. <br \\/> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.\",\"metrics\":{\"nb_visits\":\"Unique Downloads\",\"nb_hits\":\"Downloads\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getDownloads\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getDownloads\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Categories\",\"module\":\"Events\",\"action\":\"getCategory\",\"dimension\":\"Event Category\",\"documentation\":\"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventCategory\":\"Event Category\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromCategoryId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getCategory\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Actions\",\"module\":\"Events\",\"action\":\"getAction\",\"dimension\":\"Event Action\",\"documentation\":\"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventAction\":\"Event Action\",\"Events_EventName\":\"Event Name\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getNameFromActionId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getAction\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Names\",\"module\":\"Events\",\"action\":\"getName\",\"dimension\":\"Event Name\",\"documentation\":\"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventName\":\"Event Name\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromNameId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getName\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Name\",\"module\":\"Contents\",\"action\":\"getContentNames\",\"dimension\":\"Content Name\",\"documentation\":\"This report shows the names of the content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentNames\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentNames\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Piece\",\"module\":\"Contents\",\"action\":\"getContentPieces\",\"dimension\":\"Content Piece\",\"documentation\":\"This report shows the pieces of content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentPieces\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentPieces\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Length of visits\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"dimension\":\"Visit duration\",\"documentation\":\"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerVisitDuration&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerVisitDuration\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Pages per visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"dimension\":\"Pages per visit\",\"documentation\":\"How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerPage&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerPage\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by visit number\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"dimension\":\"Visits by visit number\",\"documentation\":\"The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of totals visits, where visitors had this amount of visits in total yet.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByVisitCount&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByVisitCount\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by days since last visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"dimension\":\"Days since last visit\",\"documentation\":\"How many visits were from returning visitors whose last visit was a certain number of days ago.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByDaysSinceLast&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByDaysSinceLast\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Returning Visits\",\"module\":\"VisitFrequency\",\"action\":\"get\",\"documentation\":\"This report shows general metrics like visits for returning visitors side by side with the same metrics for new visitors. Learn how returning visitors perform overall compared to new visitors.\",\"metrics\":{\"nb_visits_returning\":\"Returning Visits\",\"nb_actions_returning\":\"Actions by Returning Visits\",\"nb_uniq_visitors_returning\":\"Unique returning visitors\",\"nb_users_returning\":\"Returning Users\",\"max_actions_returning\":\"Maximum actions in one returning visit\",\"nb_visits_new\":\"New Visits\",\"nb_actions_new\":\"Actions by New Visits\",\"nb_uniq_visitors_new\":\"Unique new visitors\",\"nb_users_new\":\"New Users\",\"max_actions_new\":\"max_actions_new\"},\"processedMetrics\":{\"avg_time_on_site_returning\":\"Avg. Duration of a Returning Visit (in sec)\",\"nb_actions_per_visit_returning\":\"Avg. Actions per Returning Visit\",\"bounce_rate_returning\":\"Bounce Rate for Returning Visits\",\"avg_time_on_site_new\":\"Avg. Duration of a New Visit (in sec)\",\"nb_actions_per_visit_new\":\"Avg. Actions per New Visit\",\"bounce_rate_new\":\"Bounce Rate for New Visits\"},\"metricTypes\":{\"nb_visits_returning\":\"number\",\"nb_actions_returning\":\"number\",\"nb_uniq_visitors_returning\":\"number\",\"nb_users_returning\":\"number\",\"max_actions_returning\":\"number\",\"nb_visits_new\":\"number\",\"nb_actions_new\":\"number\",\"nb_uniq_visitors_new\":\"number\",\"nb_users_new\":\"number\",\"max_actions_new\":\"number\",\"avg_time_on_site_returning\":\"duration_s\",\"nb_actions_per_visit_returning\":\"number\",\"bounce_rate_returning\":\"percent\",\"avg_time_on_site_new\":\"duration_s\",\"nb_actions_per_visit_new\":\"number\",\"bounce_rate_new\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitFrequency_get\"},{\"category\":\"Actions\",\"subcategory\":\"Performance\",\"name\":\"Performance overview\",\"module\":\"PagePerformance\",\"action\":\"get\",\"documentation\":\"This report provides an overview of how fast your webpages become visible to your visitors. This includes both how long it takes for browsers to download your webpages and how long it takes for browsers to display them.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/faq\\/how-to\\/how-do-i-see-page-performance-reports\\/\",\"metrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricsDocumentation\":{\"avg_time_network\":\"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.\",\"avg_time_server\":\"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.\",\"avg_time_transfer\":\"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.\",\"avg_time_dom_processing\":\"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.\",\"avg_time_dom_completion\":\"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.\",\"avg_time_on_load\":\"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.\",\"avg_page_load_time\":\"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser\"},\"processedMetrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricTypes\":{\"avg_time_network\":\"duration_s\",\"avg_time_server\":\"duration_s\",\"avg_time_transfer\":\"duration_s\",\"avg_time_dom_processing\":\"duration_s\",\"avg_time_dom_completion\":\"duration_s\",\"avg_time_on_load\":\"duration_s\",\"avg_page_load_time\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"PagePerformance_get\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension2\",\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"2\"},\"dimension\":\"Page Author\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--2\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension4\",\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"4\"},\"dimension\":\"Page Location\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--4\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension5\",\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"5\"},\"dimension\":\"Page Type\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--5\"},{\"category\":\"Referrers\",\"name\":\"Referrers Overview\",\"module\":\"Referrers\",\"action\":\"get\",\"documentation\":\"This report shows what acquisition channels your visitors used to get to your website, and the number of visits each channel type is responsible for.\",\"metrics\":{\"Referrers_visitorsFromSearchEngines\":\"Visitors from Search Engines\",\"Referrers_visitorsFromSearchEngines_percent\":\"Percent of Visitors from Search Engines\",\"Referrers_visitorsFromSocialNetworks\":\"Visitors from Social Networks\",\"Referrers_visitorsFromSocialNetworks_percent\":\"Percent of Visitors from Social Networks\",\"Referrers_visitorsFromAIAssistants\":\"Visitors from AI Assistants\",\"Referrers_visitorsFromAIAssistants_percent\":\"Percent of Visitors from AI Assistants\",\"Referrers_visitorsFromDirectEntry\":\"Visitors from Direct Entry\",\"Referrers_visitorsFromDirectEntry_percent\":\"Percent of Visitors from Direct Entry\",\"Referrers_visitorsFromWebsites\":\"Visitors from Websites\",\"Referrers_visitorsFromWebsites_percent\":\"Percent of Visitors from Websites\",\"Referrers_visitorsFromCampaigns\":\"Visitors from Campaigns\",\"Referrers_visitorsFromCampaigns_percent\":\"Percent of Visitors from Campaigns\",\"Referrers_distinctSearchEngines\":\"Distinct search engines\",\"Referrers_distinctSocialNetworks\":\"Distinct social networks\",\"Referrers_distinctAIAssistants\":\"Distinct AI assistants\",\"Referrers_distinctWebsites\":\"Distinct websites\",\"Referrers_distinctKeywords\":\"Distinct keywords\",\"Referrers_distinctCampaigns\":\"Distinct campaigns\"},\"metricTypes\":{\"Referrers_visitorsFromSearchEngines\":\"number\",\"Referrers_visitorsFromSearchEngines_percent\":\"percent\",\"Referrers_visitorsFromSocialNetworks\":\"number\",\"Referrers_visitorsFromSocialNetworks_percent\":\"percent\",\"Referrers_visitorsFromAIAssistants\":\"number\",\"Referrers_visitorsFromAIAssistants_percent\":\"percent\",\"Referrers_visitorsFromDirectEntry\":\"number\",\"Referrers_visitorsFromDirectEntry_percent\":\"percent\",\"Referrers_visitorsFromWebsites\":\"number\",\"Referrers_visitorsFromWebsites_percent\":\"percent\",\"Referrers_visitorsFromCampaigns\":\"number\",\"Referrers_visitorsFromCampaigns_percent\":\"percent\",\"Referrers_distinctSearchEngines\":\"number\",\"Referrers_distinctSocialNetworks\":\"number\",\"Referrers_distinctAIAssistants\":\"number\",\"Referrers_distinctWebsites\":\"number\",\"Referrers_distinctKeywords\":\"number\",\"Referrers_distinctCampaigns\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_get\"},{\"category\":\"Referrers\",\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\",\"dimension\":\"Keyword\",\"documentation\":\"Report showing all keywords imported from all configured search engines.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"relatedReports\":{\"row\":[{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}]},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsImported\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"Channel Type\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"dimension\":\"Channel Type\",\"documentation\":\"This table contains information about the distribution of the channel types.<br \\/><b>Direct Entry:<\\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br \\/><b>Search Engines:<\\/b> A visitor was referred to your website by a search engine. <br \\/> See the \\\"Search Engines & Keywords\\\" report for more details.<br \\/><b>Websites:<\\/b> The visitor followed a link on another website that led to your site. <br \\/> See the \\\"Websites\\\" report for more details.<br \\/><b>Campaigns:<\\/b> Visitors that came to your website as the result of a campaign. <br \\/> See the \\\"Campaigns\\\" report for more details.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getReferrerType\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"All Channels\",\"module\":\"Referrers\",\"action\":\"getAll\",\"dimension\":\"Referrer\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAll&period=day&date=today\",\"uniqueId\":\"Referrers_getAll\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"relatedReports\":{\"row\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}]},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Search Engines\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"dimension\":\"Search Engine\",\"documentation\":\"This report shows which search engines referred users to your website. <br \\/> By clicking on a row in the table, you can see what users were searching for using a specific search engine.\",\"dimensions\":{\"Referrers_SearchEngine\":\"Search Engine\",\"Referrers_Keyword\":\"Keyword\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordsFromSearchEngineId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSearchEngines\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report shows which keywords users were searching for before they were referred to your website. <br \\/><br \\/> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br \\/><br \\/>Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.\",\"dimensions\":{\"Referrers_Keyword\":\"Keyword\",\"Referrers_SearchEngine\":\"Search Engine\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getSearchEnginesFromKeywordId\",\"relatedReports\":{\"row\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Web keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>web<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleWeb\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (on Bing and Yahoo!)\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsBing\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Image keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>image<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleImage\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Video keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>video<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleVideo\"},{\"category\":\"Referrers\",\"subcategory\":\"Websites\",\"name\":\"Websites\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"dimension\":\"Website\",\"documentation\":\"In this table, you can see which websites referred visitors to your site. <br \\/> By clicking on a row in the table, you can see which URLs the links to your website were on.\",\"dimensions\":{\"Referrers_Website\":\"Website\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsFromWebsiteId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getWebsites\"},{\"category\":\"Referrers\",\"subcategory\":\"Social Networks\",\"name\":\"Social Networks\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"dimension\":\"Social network\",\"documentation\":\"This report shows which social networks led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which social network pages visitors came to your website.\",\"dimensions\":{\"Referrers_SocialNetwork\":\"Social network\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForSocial\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSocials\"},{\"category\":\"Referrers\",\"subcategory\":\"AI Assistants\",\"name\":\"AI Assistants\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"dimension\":\"AI Assistant\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\",\"dimensions\":{\"Referrers_AIAssistant\":\"AI Assistant\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForAIAssistant\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getAIAssistants\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Names\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"dimension\":\"Campaign Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\",\"MarketingCampaignsReporting_CombinedKeywordContent\":\"Keyword - Content\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordContentFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getName\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Keywords\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"dimension\":\"Campaign Keyword\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getKeyword\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Sources\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"dimension\":\"Campaign Source\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSource\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Mediums\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"dimension\":\"Campaign Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Contents\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"dimension\":\"Campaign Content\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getContent\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Source - Medium\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"dimension\":\"Source - Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignSourceMedium\":\"Source - Medium\",\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getNameFromSourceMediumId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSourceMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Ids\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"dimension\":\"Campaign Id\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getId\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Groups\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"dimension\":\"Campaign Group\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getGroup\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Placements\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"dimension\":\"Campaign Placement\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getPlacement\"},{\"category\":\"Referrers\",\"subcategory\":\"Crawling overview\",\"name\":\"Crawl overview for Bing and Yahoo!\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\",\"documentation\":\"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getCrawlingOverviewBing\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Ecommerce Orders\",\"nb_visits_converted\":\"Visits with Conversions\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue\",\"revenue_subtotal\":\"Subtotal\",\"revenue_tax\":\"Tax\",\"revenue_shipping\":\"Shipping\",\"revenue_discount\":\"Discount\",\"items\":\"Purchased Products\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"revenue_subtotal\":\"money\",\"revenue_tax\":\"money\",\"revenue_shipping\":\"money\",\"revenue_discount\":\"money\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Abandoned Carts\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue left in cart\",\"items\":\"Products left in cart\"},\"metricsDocumentation\":{\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"items\":\"number\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Name\",\"module\":\"Goals\",\"action\":\"getItemsName\",\"dimension\":\"Product Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Name.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Name at least once.\",\"avg_price\":\"The average price for this Product Name.\",\"avg_quantity\":\"The average quantity of this Product Name sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Name conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Name conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsName\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product SKU\",\"module\":\"Goals\",\"action\":\"getItemsSku\",\"dimension\":\"Product SKU\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product SKU.\",\"orders\":\"The total number of Ecommerce orders which contained this Product SKU at least once.\",\"avg_price\":\"The average price for this Product SKU.\",\"avg_quantity\":\"The average quantity of this Product SKU sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product SKU conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product SKU conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsSku\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Category\",\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"dimension\":\"Product Category\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Category.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Category at least once.\",\"avg_price\":\"The average price for this Product Category.\",\"avg_quantity\":\"The average quantity of this Product Category sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Category conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Category conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsCategory\"},{\"category\":\"Goals\",\"name\":\"Goals\",\"module\":\"Goals\",\"action\":\"get\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get\"},{\"category\":\"Goals\",\"name\":\"Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion\"},{\"category\":\"Goals\",\"name\":\"Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion\"},{\"category\":\"Goals\",\"name\":\"Goals Overview\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"0\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goal New Job Application\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"4\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (7 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"0\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--0\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (30 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"1\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--1\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (90 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"2\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--2\"}]}", - "json": "[{\"category\":\"All Websites\",\"name\":\"All Websites dashboard\",\"module\":\"MultiSites\",\"action\":\"getAll\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getAll\"},{\"category\":\"All Websites\",\"name\":\"Single Website dashboard\",\"module\":\"MultiSites\",\"action\":\"getOne\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for a specific website, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getOne\"},{\"category\":\"Visitors\",\"subcategory\":\"Overview\",\"name\":\"Visits Summary\",\"module\":\"VisitsSummary\",\"action\":\"get\",\"documentation\":\"This report provides a very general overview of how your visitors behave.\",\"metrics\":{\"nb_uniq_visitors\":\"Unique visitors\",\"nb_visits\":\"Visits\",\"nb_users\":\"Users\",\"nb_actions\":\"Actions\",\"max_actions\":\"Maximum actions in one visit\"},\"metricsDocumentation\":{\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Visit Duration (in seconds)\"},\"metricTypes\":{\"nb_uniq_visitors\":\"number\",\"nb_visits\":\"number\",\"nb_users\":\"number\",\"nb_actions\":\"number\",\"max_actions\":\"number\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitsSummary_get\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Continent\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"dimension\":\"Continent\",\"documentation\":\"Shows which continent your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getContinent\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Region\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"dimension\":\"Region\",\"documentation\":\"Shows which region your visitors connected from when accessing website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getRegion\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"dimension\":\"Language\",\"documentation\":\"Shows which language the visitor's browsers are using. (e.g. \\\"French\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguage\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"City\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"dimension\":\"City\",\"documentation\":\"Shows the cities your visitors connected from when accessing your website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCity\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"dimension\":\"Language\",\"documentation\":\"Shows which exact language code the visitor's browsers is set to. (e.g. \\\"German \\u2014 Austria (de-at)\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguageCode\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device type\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"dimension\":\"Device type\",\"documentation\":\"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getType\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device model\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"dimension\":\"Device model\",\"documentation\":\"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getModel\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device brand\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"dimension\":\"Device brand\",\"documentation\":\"This report shows the brands \\/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrand\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\",\"dimension\":\"Resolution\",\"documentation\":\"This report shows the screen resolutions your visitors used when viewing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getResolution\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"dimension\":\"Operating system version\",\"documentation\":\"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"dimension\":\"Browser\",\"documentation\":\"This report contains information about what kind of browser your visitors were using.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"dimension\":\"Browser version\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"dimension\":\"Configuration\",\"documentation\":\"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getConfiguration\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"dimension\":\"Operating system family\",\"documentation\":\"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsFamilies\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser engines\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"dimension\":\"Browser engine\",\"documentation\":\"This report shows your visitors' browsers broken down into browser engines. <br \\/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserEngines\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser Plugins\",\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"dimension\":\"Plugin\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of total visits where the plugin was detected. A visit may include multiple plugins. The value is rounded down to whole numbers.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicePlugins&apiAction=getPlugin&period=day&date=today\",\"uniqueId\":\"DevicePlugins_getPlugin\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"dimension\":\"Local time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> visitors' time zones <\\/strong> during their visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":[{\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerLocalTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerLocalTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per hour in the site's timezone\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"dimension\":\"Site time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> site's time zone <\\/strong> during the visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerServerTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerServerTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"dimension\":\"Day of the week\",\"documentation\":\"This graph shows the number of visits your website received on each day of the week.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":[{\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getByDayOfWeek&period=day&date=today\",\"uniqueId\":\"VisitTime_getByDayOfWeek\"},{\"category\":\"Visitors\",\"subcategory\":\"User IDs\",\"name\":\"User IDs\",\"module\":\"UserId\",\"action\":\"getUsers\",\"dimension\":\"UserId\",\"documentation\":\"Shows visits and other general metrics for every individual User ID.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/user-id\\/\",\"metrics\":{\"label\":\"Label\",\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_visits_converted\":\"Visits with Conversions\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_visits_converted\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserId_getUsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Custom Variables\",\"name\":\"Custom Variables\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"dimension\":\"Custom Variable name\",\"documentation\":\"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br \\/> For more information about Custom Variables in general, read the <a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Custom Variables documentation on matomo.org<\\/a>\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\",\"dimensions\":{\"CustomVariables_CustomVariableName\":\"Custom Variable name\",\"CustomVariables_CustomVariableValue\":\"Custom Variable value\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getCustomVariablesValuesFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomVariables_getCustomVariables\"},{\"category\":\"Visitors\",\"subcategory\":\"customdimension1\",\"name\":\"User Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"1\"},\"dimension\":\"User Type\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\"},\"processedMetrics\":{\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--1\"},{\"category\":\"Actions\",\"name\":\"Actions - Main metrics\",\"module\":\"Actions\",\"action\":\"get\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\",\"metrics\":{\"nb_pageviews\":\"Pageviews\",\"nb_uniq_pageviews\":\"Unique Pageviews\",\"nb_downloads\":\"Downloads\",\"nb_uniq_downloads\":\"Unique Downloads\",\"nb_outlinks\":\"Outlinks\",\"nb_uniq_outlinks\":\"Unique Outlinks\",\"nb_searches\":\"Searches\",\"nb_keywords\":\"Unique Keywords\",\"hits\":\"Hits\"},\"metricsDocumentation\":{\"nb_pageviews\":\"The number of times this page was visited.\",\"nb_uniq_pageviews\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"nb_downloads\":\"The number of times this link was clicked.\",\"nb_uniq_downloads\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_outlinks\":\"The number of times this link was clicked.\",\"nb_uniq_outlinks\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_searches\":\"The number of visits that searched for this keyword on your website's search engine.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_pageviews\":\"number\",\"nb_uniq_pageviews\":\"number\",\"nb_downloads\":\"number\",\"nb_uniq_downloads\":\"number\",\"nb_outlinks\":\"number\",\"nb_uniq_outlinks\":\"number\",\"nb_searches\":\"number\",\"nb_keywords\":\"number\",\"hits\":\"number\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_get\"},{\"category\":\"Actions\",\"name\":\"Users Flow\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dimension\":\"Interaction\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_exits\":\"Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_proceeded\":\"The number of visits that proceeded to the next interaction and did not exit your website or app.\",\"proceeded_rate\":\"The percentage of visits that performed another interaction after performing an interaction.\",\"exit_rate\":\"The percentage of visits that have left your website or app after this interaction.\",\"nb_exits\":\"The number of visits that did not leave after this interaction.\"},\"processedMetrics\":{\"nb_proceeded\":\"Proceeded\",\"proceeded_rate\":\"Proceeded Rate\",\"exit_rate\":\"Exit rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_exits\":\"number\",\"nb_proceeded\":\"number\",\"proceeded_rate\":\"percent\",\"exit_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUsersFlowPretty\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UsersFlow_getUsersFlowPretty\"},{\"category\":\"Actions\",\"subcategory\":\"Pages\",\"name\":\"Page URLs\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"dimension\":\"Page URL\",\"documentation\":\"This report contains information about the page URLs that have been visited. <br \\/> The table is organized hierarchically, the URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageUrls\",\"relatedReports\":[{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"dimension\":\"Entry Page URL\",\"documentation\":\"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br \\/> The entry URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageUrls\",\"relatedReports\":[{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"dimension\":\"Entry Page title\",\"documentation\":\"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageTitles\",\"relatedReports\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"dimension\":\"Exit Page URL\",\"documentation\":\"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br \\/> The exit URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageUrls\",\"relatedReports\":[{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"dimension\":\"Exit Page Title\",\"documentation\":\"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageTitles\",\"relatedReports\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Page titles\",\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"dimension\":\"Page Title\",\"documentation\":\"This report contains information about the titles of the pages that have been visited. <br \\/> The page title is the HTML <title> Tag that most browsers show in their window title.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageTitles\",\"relatedReports\":[{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Site Search Keywords\",\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report lists the Search Keywords that visitors searched for on your internal Search Engine.<br\\/><br\\/>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":[{\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrlsFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Keywords with No Results\",\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"dimension\":\"Keyword with No Search Result\",\"documentation\":\"Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.<br \\/><br \\/>This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchNoResultKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":[{\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitlesFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Categories\",\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"dimension\":\"Search Category\",\"documentation\":\"This report lists the Categories that visitors selected when they made a Search on your website.<br\\/>For example, Ecommerce websites typically have a \\\"Category\\\" selector so that visitors can restrict their searches to all products in a specific Category.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\",\"exit_rate\":\"% Search Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"exit_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchCategories\"},{\"category\":\"Actions\",\"subcategory\":\"Outlinks\",\"name\":\"Outlinks\",\"module\":\"Actions\",\"action\":\"getOutlinks\",\"dimension\":\"Clicked Outlink\",\"documentation\":\"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_visits\":\"Unique Clicks\",\"nb_hits\":\"Clicks\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getOutlinks\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getOutlinks\"},{\"category\":\"Actions\",\"subcategory\":\"Downloads\",\"name\":\"Downloads\",\"module\":\"Actions\",\"action\":\"getDownloads\",\"dimension\":\"Download URL\",\"documentation\":\"In this report, you can see which files your visitors have downloaded. <br \\/> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.\",\"metrics\":{\"nb_visits\":\"Unique Downloads\",\"nb_hits\":\"Downloads\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getDownloads\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getDownloads\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Categories\",\"module\":\"Events\",\"action\":\"getCategory\",\"dimension\":\"Event Category\",\"documentation\":\"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventCategory\":\"Event Category\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromCategoryId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getCategory\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Actions\",\"module\":\"Events\",\"action\":\"getAction\",\"dimension\":\"Event Action\",\"documentation\":\"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventAction\":\"Event Action\",\"Events_EventName\":\"Event Name\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getNameFromActionId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getAction\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Names\",\"module\":\"Events\",\"action\":\"getName\",\"dimension\":\"Event Name\",\"documentation\":\"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventName\":\"Event Name\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromNameId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getName\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Name\",\"module\":\"Contents\",\"action\":\"getContentNames\",\"dimension\":\"Content Name\",\"documentation\":\"This report shows the names of the content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentNames\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentNames\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Piece\",\"module\":\"Contents\",\"action\":\"getContentPieces\",\"dimension\":\"Content Piece\",\"documentation\":\"This report shows the pieces of content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentPieces\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentPieces\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Length of visits\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"dimension\":\"Visit duration\",\"documentation\":\"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerVisitDuration&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerVisitDuration\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Pages per visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"dimension\":\"Pages per visit\",\"documentation\":\"How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerPage&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerPage\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by visit number\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"dimension\":\"Visits by visit number\",\"documentation\":\"The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of totals visits, where visitors had this amount of visits in total yet.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByVisitCount&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByVisitCount\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by days since last visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"dimension\":\"Days since last visit\",\"documentation\":\"How many visits were from returning visitors whose last visit was a certain number of days ago.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByDaysSinceLast&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByDaysSinceLast\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Returning Visits\",\"module\":\"VisitFrequency\",\"action\":\"get\",\"documentation\":\"This report shows general metrics like visits for returning visitors side by side with the same metrics for new visitors. Learn how returning visitors perform overall compared to new visitors.\",\"metrics\":{\"nb_visits_returning\":\"Returning Visits\",\"nb_actions_returning\":\"Actions by Returning Visits\",\"nb_uniq_visitors_returning\":\"Unique returning visitors\",\"nb_users_returning\":\"Returning Users\",\"max_actions_returning\":\"Maximum actions in one returning visit\",\"nb_visits_new\":\"New Visits\",\"nb_actions_new\":\"Actions by New Visits\",\"nb_uniq_visitors_new\":\"Unique new visitors\",\"nb_users_new\":\"New Users\",\"max_actions_new\":\"max_actions_new\"},\"processedMetrics\":{\"avg_time_on_site_returning\":\"Avg. Duration of a Returning Visit (in sec)\",\"nb_actions_per_visit_returning\":\"Avg. Actions per Returning Visit\",\"bounce_rate_returning\":\"Bounce Rate for Returning Visits\",\"avg_time_on_site_new\":\"Avg. Duration of a New Visit (in sec)\",\"nb_actions_per_visit_new\":\"Avg. Actions per New Visit\",\"bounce_rate_new\":\"Bounce Rate for New Visits\"},\"metricTypes\":{\"nb_visits_returning\":\"number\",\"nb_actions_returning\":\"number\",\"nb_uniq_visitors_returning\":\"number\",\"nb_users_returning\":\"number\",\"max_actions_returning\":\"number\",\"nb_visits_new\":\"number\",\"nb_actions_new\":\"number\",\"nb_uniq_visitors_new\":\"number\",\"nb_users_new\":\"number\",\"max_actions_new\":\"number\",\"avg_time_on_site_returning\":\"duration_s\",\"nb_actions_per_visit_returning\":\"number\",\"bounce_rate_returning\":\"percent\",\"avg_time_on_site_new\":\"duration_s\",\"nb_actions_per_visit_new\":\"number\",\"bounce_rate_new\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitFrequency_get\"},{\"category\":\"Actions\",\"subcategory\":\"Performance\",\"name\":\"Performance overview\",\"module\":\"PagePerformance\",\"action\":\"get\",\"documentation\":\"This report provides an overview of how fast your webpages become visible to your visitors. This includes both how long it takes for browsers to download your webpages and how long it takes for browsers to display them.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/faq\\/how-to\\/how-do-i-see-page-performance-reports\\/\",\"metrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricsDocumentation\":{\"avg_time_network\":\"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.\",\"avg_time_server\":\"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.\",\"avg_time_transfer\":\"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.\",\"avg_time_dom_processing\":\"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.\",\"avg_time_dom_completion\":\"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.\",\"avg_time_on_load\":\"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.\",\"avg_page_load_time\":\"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser\"},\"processedMetrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricTypes\":{\"avg_time_network\":\"duration_s\",\"avg_time_server\":\"duration_s\",\"avg_time_transfer\":\"duration_s\",\"avg_time_dom_processing\":\"duration_s\",\"avg_time_dom_completion\":\"duration_s\",\"avg_time_on_load\":\"duration_s\",\"avg_page_load_time\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"PagePerformance_get\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension2\",\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"2\"},\"dimension\":\"Page Author\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--2\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension4\",\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"4\"},\"dimension\":\"Page Location\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--4\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension5\",\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"5\"},\"dimension\":\"Page Type\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--5\"},{\"category\":\"Referrers\",\"name\":\"Referrers Overview\",\"module\":\"Referrers\",\"action\":\"get\",\"documentation\":\"This report shows what acquisition channels your visitors used to get to your website, and the number of visits each channel type is responsible for.\",\"metrics\":{\"Referrers_visitorsFromSearchEngines\":\"Visitors from Search Engines\",\"Referrers_visitorsFromSearchEngines_percent\":\"Percent of Visitors from Search Engines\",\"Referrers_visitorsFromSocialNetworks\":\"Visitors from Social Networks\",\"Referrers_visitorsFromSocialNetworks_percent\":\"Percent of Visitors from Social Networks\",\"Referrers_visitorsFromAIAssistants\":\"Visitors from AI Assistants\",\"Referrers_visitorsFromAIAssistants_percent\":\"Percent of Visitors from AI Assistants\",\"Referrers_visitorsFromDirectEntry\":\"Visitors from Direct Entry\",\"Referrers_visitorsFromDirectEntry_percent\":\"Percent of Visitors from Direct Entry\",\"Referrers_visitorsFromWebsites\":\"Visitors from Websites\",\"Referrers_visitorsFromWebsites_percent\":\"Percent of Visitors from Websites\",\"Referrers_visitorsFromCampaigns\":\"Visitors from Campaigns\",\"Referrers_visitorsFromCampaigns_percent\":\"Percent of Visitors from Campaigns\",\"Referrers_distinctSearchEngines\":\"Distinct search engines\",\"Referrers_distinctSocialNetworks\":\"Distinct social networks\",\"Referrers_distinctAIAssistants\":\"Distinct AI assistants\",\"Referrers_distinctWebsites\":\"Distinct websites\",\"Referrers_distinctKeywords\":\"Distinct keywords\",\"Referrers_distinctCampaigns\":\"Distinct campaigns\"},\"metricTypes\":{\"Referrers_visitorsFromSearchEngines\":\"number\",\"Referrers_visitorsFromSearchEngines_percent\":\"percent\",\"Referrers_visitorsFromSocialNetworks\":\"number\",\"Referrers_visitorsFromSocialNetworks_percent\":\"percent\",\"Referrers_visitorsFromAIAssistants\":\"number\",\"Referrers_visitorsFromAIAssistants_percent\":\"percent\",\"Referrers_visitorsFromDirectEntry\":\"number\",\"Referrers_visitorsFromDirectEntry_percent\":\"percent\",\"Referrers_visitorsFromWebsites\":\"number\",\"Referrers_visitorsFromWebsites_percent\":\"percent\",\"Referrers_visitorsFromCampaigns\":\"number\",\"Referrers_visitorsFromCampaigns_percent\":\"percent\",\"Referrers_distinctSearchEngines\":\"number\",\"Referrers_distinctSocialNetworks\":\"number\",\"Referrers_distinctAIAssistants\":\"number\",\"Referrers_distinctWebsites\":\"number\",\"Referrers_distinctKeywords\":\"number\",\"Referrers_distinctCampaigns\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_get\"},{\"category\":\"Referrers\",\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\",\"dimension\":\"Keyword\",\"documentation\":\"Report showing all keywords imported from all configured search engines.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"relatedReports\":[{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsImported\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"Channel Type\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"dimension\":\"Channel Type\",\"documentation\":\"This table contains information about the distribution of the channel types.<br \\/><b>Direct Entry:<\\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br \\/><b>Search Engines:<\\/b> A visitor was referred to your website by a search engine. <br \\/> See the \\\"Search Engines & Keywords\\\" report for more details.<br \\/><b>Websites:<\\/b> The visitor followed a link on another website that led to your site. <br \\/> See the \\\"Websites\\\" report for more details.<br \\/><b>Campaigns:<\\/b> Visitors that came to your website as the result of a campaign. <br \\/> See the \\\"Campaigns\\\" report for more details.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getReferrerType\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"All Channels\",\"module\":\"Referrers\",\"action\":\"getAll\",\"dimension\":\"Referrer\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAll&period=day&date=today\",\"uniqueId\":\"Referrers_getAll\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"relatedReports\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Search Engines\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"dimension\":\"Search Engine\",\"documentation\":\"This report shows which search engines referred users to your website. <br \\/> By clicking on a row in the table, you can see what users were searching for using a specific search engine.\",\"dimensions\":{\"Referrers_SearchEngine\":\"Search Engine\",\"Referrers_Keyword\":\"Keyword\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordsFromSearchEngineId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSearchEngines\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report shows which keywords users were searching for before they were referred to your website. <br \\/><br \\/> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br \\/><br \\/>Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.\",\"dimensions\":{\"Referrers_Keyword\":\"Keyword\",\"Referrers_SearchEngine\":\"Search Engine\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getSearchEnginesFromKeywordId\",\"relatedReports\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Web keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>web<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleWeb\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (on Bing and Yahoo!)\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsBing\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Image keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>image<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleImage\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Video keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>video<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleVideo\"},{\"category\":\"Referrers\",\"subcategory\":\"Websites\",\"name\":\"Websites\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"dimension\":\"Website\",\"documentation\":\"In this table, you can see which websites referred visitors to your site. <br \\/> By clicking on a row in the table, you can see which URLs the links to your website were on.\",\"dimensions\":{\"Referrers_Website\":\"Website\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsFromWebsiteId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getWebsites\"},{\"category\":\"Referrers\",\"subcategory\":\"Social Networks\",\"name\":\"Social Networks\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"dimension\":\"Social network\",\"documentation\":\"This report shows which social networks led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which social network pages visitors came to your website.\",\"dimensions\":{\"Referrers_SocialNetwork\":\"Social network\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForSocial\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSocials\"},{\"category\":\"Referrers\",\"subcategory\":\"AI Assistants\",\"name\":\"AI Assistants\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"dimension\":\"AI Assistant\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\",\"dimensions\":{\"Referrers_AIAssistant\":\"AI Assistant\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForAIAssistant\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getAIAssistants\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Names\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"dimension\":\"Campaign Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\",\"MarketingCampaignsReporting_CombinedKeywordContent\":\"Keyword - Content\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordContentFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getName\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Keywords\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"dimension\":\"Campaign Keyword\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getKeyword\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Sources\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"dimension\":\"Campaign Source\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSource\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Mediums\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"dimension\":\"Campaign Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Contents\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"dimension\":\"Campaign Content\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getContent\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Source - Medium\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"dimension\":\"Source - Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignSourceMedium\":\"Source - Medium\",\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getNameFromSourceMediumId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSourceMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Ids\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"dimension\":\"Campaign Id\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getId\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Groups\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"dimension\":\"Campaign Group\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getGroup\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Placements\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"dimension\":\"Campaign Placement\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getPlacement\"},{\"category\":\"Referrers\",\"subcategory\":\"Crawling overview\",\"name\":\"Crawl overview for Bing and Yahoo!\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\",\"documentation\":\"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getCrawlingOverviewBing\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Ecommerce Orders\",\"nb_visits_converted\":\"Visits with Conversions\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue\",\"revenue_subtotal\":\"Subtotal\",\"revenue_tax\":\"Tax\",\"revenue_shipping\":\"Shipping\",\"revenue_discount\":\"Discount\",\"items\":\"Purchased Products\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"revenue_subtotal\":\"money\",\"revenue_tax\":\"money\",\"revenue_shipping\":\"money\",\"revenue_discount\":\"money\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Abandoned Carts\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue left in cart\",\"items\":\"Products left in cart\"},\"metricsDocumentation\":{\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"items\":\"number\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Name\",\"module\":\"Goals\",\"action\":\"getItemsName\",\"dimension\":\"Product Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Name.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Name at least once.\",\"avg_price\":\"The average price for this Product Name.\",\"avg_quantity\":\"The average quantity of this Product Name sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Name conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Name conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsName\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product SKU\",\"module\":\"Goals\",\"action\":\"getItemsSku\",\"dimension\":\"Product SKU\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product SKU.\",\"orders\":\"The total number of Ecommerce orders which contained this Product SKU at least once.\",\"avg_price\":\"The average price for this Product SKU.\",\"avg_quantity\":\"The average quantity of this Product SKU sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product SKU conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product SKU conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsSku\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Category\",\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"dimension\":\"Product Category\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Category.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Category at least once.\",\"avg_price\":\"The average price for this Product Category.\",\"avg_quantity\":\"The average quantity of this Product Category sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Category conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Category conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsCategory\"},{\"category\":\"Goals\",\"name\":\"Goals\",\"module\":\"Goals\",\"action\":\"get\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get\"},{\"category\":\"Goals\",\"name\":\"Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion\"},{\"category\":\"Goals\",\"name\":\"Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion\"},{\"category\":\"Goals\",\"name\":\"Goals Overview\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"0\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goal New Job Application\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"4\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (7 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"0\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--0\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (30 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"1\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--1\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (90 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"2\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--2\"}]" + "API.getPagesComparisonsDisabledFor": { + "xml": "{\"row\":[\"General_Actions.Transitions_Transitions\",\"MultiSites.index\",\"Referrers_Referrers.Referrers_URLCampaignBuilder\",\"General_Visitors.UserCountryMap_RealTimeMap\",\"General_Visitors.Live_VisitorLog\",\"General_Visitors.General_RealTime\",\"AbTesting_Experiments.General_Overview\",\"AbTesting_Experiments.AbTesting_ManageExperiments\",\"ActivityLog.index\",\"CustomReports_CustomReports.CustomReports_ManageReports\",\"FormAnalytics_Forms.FormAnalytics_TypeRealTime\",\"HeatmapSessionRecording_Heatmaps.*\",\"HeatmapSessionRecording_SessionRecordings.*\"]}", + "json": "[\"General_Actions.Transitions_Transitions\",\"MultiSites.index\",\"Referrers_Referrers.Referrers_URLCampaignBuilder\",\"General_Visitors.UserCountryMap_RealTimeMap\",\"General_Visitors.Live_VisitorLog\",\"General_Visitors.General_RealTime\",\"AbTesting_Experiments.General_Overview\",\"AbTesting_Experiments.AbTesting_ManageExperiments\",\"ActivityLog.index\",\"CustomReports_CustomReports.CustomReports_ManageReports\",\"FormAnalytics_Forms.FormAnalytics_TypeRealTime\",\"HeatmapSessionRecording_Heatmaps.*\",\"HeatmapSessionRecording_SessionRecordings.*\"]", + "tsv": "General_Actions.Transitions_Transitions\nMultiSites.index\nReferrers_Referrers.Referrers_URLCampaignBuilder\nGeneral_Visitors.UserCountryMap_RealTimeMap\nGeneral_Visitors.Live_VisitorLog\nGeneral_Visitors.General_RealTime\nAbTesting_Experiments.General_Overview\nAbTesting_Experiments.AbTesting_ManageExperiments\nActivityLog.index\nCustomReports_CustomReports.CustomReports_ManageReports\nFormAnalytics_Forms.FormAnalytics_TypeRealTime\nHeatmapSessionRecording_Heatmaps.*\nHeatmapSessionRecording_SessionRecordings.*" + }, + "API.getPhpVersion": { + "xml": "{\"row\":{\"version\":\"8.4.10\",\"major\":\"8\",\"minor\":\"4\",\"release\":\"10\",\"versionId\":\"80410\",\"extra\":\"\"}}", + "json": "{\"version\":\"8.4.10\",\"major\":8,\"minor\":4,\"release\":10,\"versionId\":80410,\"extra\":\"\"}", + "tsv": "version\tmajor\tminor\trelease\tversionId\textra\n8.4.10\t8\t4\t10\t80410" }, "API.getProcessedReport": { "xml": "{\"website\":\"Demo Site\",\"prettyDate\":\"Wednesday, October 1, 2025\",\"metadata\":{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},\"columns\":{\"label\":\"Country\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"revenue\":\"Revenue\"},\"reportData\":{\"row\":[{\"label\":\"United States\",\"nb_uniq_visitors\":\"1659\",\"nb_visits\":\"1781\",\"nb_actions\":\"4672\",\"nb_users\":\"1\",\"revenue\":\"$18,637.20\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:03:21\",\"bounce_rate\":\"63%\"},{\"label\":\"Australia\",\"nb_uniq_visitors\":\"741\",\"nb_visits\":\"803\",\"nb_actions\":\"1759\",\"nb_users\":\"0\",\"revenue\":\"$4,601.55\",\"nb_actions_per_visit\":\"2.2\",\"avg_time_on_site\":\"00:02:56\",\"bounce_rate\":\"64%\"},{\"label\":\"United Kingdom\",\"nb_uniq_visitors\":\"716\",\"nb_visits\":\"767\",\"nb_actions\":\"1828\",\"nb_users\":\"0\",\"revenue\":\"$3,169.65\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:03:08\",\"bounce_rate\":\"59%\"},{\"label\":\"Germany\",\"nb_uniq_visitors\":\"518\",\"nb_visits\":\"582\",\"nb_actions\":\"3780\",\"nb_users\":\"0\",\"revenue\":\"$21,046\",\"nb_actions_per_visit\":\"6.5\",\"avg_time_on_site\":\"00:12:02\",\"bounce_rate\":\"28%\"},{\"label\":\"Indonesia\",\"nb_uniq_visitors\":\"480\",\"nb_visits\":\"529\",\"nb_actions\":\"1117\",\"nb_users\":\"0\",\"revenue\":\"$203.80\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:35\",\"bounce_rate\":\"67%\"},{\"label\":\"Canada\",\"nb_uniq_visitors\":\"504\",\"nb_visits\":\"518\",\"nb_actions\":\"1026\",\"nb_users\":\"0\",\"revenue\":\"$1,995.60\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:02:12\",\"bounce_rate\":\"68%\"},{\"label\":\"Singapore\",\"nb_uniq_visitors\":\"324\",\"nb_visits\":\"362\",\"nb_actions\":\"683\",\"nb_users\":\"0\",\"revenue\":\"$14\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:02:13\",\"bounce_rate\":\"72%\"},{\"label\":\"Philippines\",\"nb_uniq_visitors\":\"345\",\"nb_visits\":\"359\",\"nb_actions\":\"575\",\"nb_users\":\"0\",\"revenue\":\"$15\",\"nb_actions_per_visit\":\"1.6\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"76%\"},{\"label\":\"Thailand\",\"nb_uniq_visitors\":\"296\",\"nb_visits\":\"309\",\"nb_actions\":\"662\",\"nb_users\":\"0\",\"revenue\":\"$10\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:33\",\"bounce_rate\":\"67%\"},{\"label\":\"Malaysia\",\"nb_uniq_visitors\":\"292\",\"nb_visits\":\"307\",\"nb_actions\":\"539\",\"nb_users\":\"0\",\"revenue\":\"$14\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"70%\"},{\"label\":\"India\",\"nb_uniq_visitors\":\"259\",\"nb_visits\":\"287\",\"nb_actions\":\"959\",\"nb_users\":\"0\",\"revenue\":\"$320.90\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:05:15\",\"bounce_rate\":\"53%\"},{\"label\":\"Netherlands\",\"nb_uniq_visitors\":\"199\",\"nb_visits\":\"220\",\"nb_actions\":\"1042\",\"nb_users\":\"0\",\"revenue\":\"$2,710.30\",\"nb_actions_per_visit\":\"4.7\",\"avg_time_on_site\":\"00:07:18\",\"bounce_rate\":\"42%\"},{\"label\":\"France\",\"nb_uniq_visitors\":\"165\",\"nb_visits\":\"184\",\"nb_actions\":\"899\",\"nb_users\":\"0\",\"revenue\":\"$6,600.45\",\"nb_actions_per_visit\":\"4.9\",\"avg_time_on_site\":\"00:06:46\",\"bounce_rate\":\"48%\"},{\"label\":\"Spain\",\"nb_uniq_visitors\":\"159\",\"nb_visits\":\"175\",\"nb_actions\":\"701\",\"nb_users\":\"0\",\"revenue\":\"$1,228.75\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:07:03\",\"bounce_rate\":\"49%\"},{\"label\":\"Switzerland\",\"nb_uniq_visitors\":\"147\",\"nb_visits\":\"159\",\"nb_actions\":\"711\",\"nb_users\":\"1\",\"revenue\":\"$5,523.80\",\"nb_actions_per_visit\":\"4.5\",\"avg_time_on_site\":\"00:06:43\",\"bounce_rate\":\"44%\"},{\"label\":\"Hong Kong SAR China\",\"nb_uniq_visitors\":\"134\",\"nb_visits\":\"145\",\"nb_actions\":\"331\",\"nb_users\":\"0\",\"revenue\":\"$508\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:02:44\",\"bounce_rate\":\"65%\"},{\"label\":\"Italy\",\"nb_uniq_visitors\":\"118\",\"nb_visits\":\"139\",\"nb_actions\":\"446\",\"nb_users\":\"1\",\"revenue\":\"$1,123.70\",\"nb_actions_per_visit\":\"3.2\",\"avg_time_on_site\":\"00:07:24\",\"bounce_rate\":\"48%\"},{\"label\":\"China\",\"nb_uniq_visitors\":\"102\",\"nb_visits\":\"129\",\"nb_actions\":\"769\",\"nb_users\":\"0\",\"revenue\":\"$4,303.45\",\"nb_actions_per_visit\":\"6\",\"avg_time_on_site\":\"00:13:47\",\"bounce_rate\":\"32%\"},{\"label\":\"New Zealand\",\"nb_uniq_visitors\":\"98\",\"nb_visits\":\"104\",\"nb_actions\":\"292\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.8\",\"avg_time_on_site\":\"00:02:53\",\"bounce_rate\":\"59%\"},{\"label\":\"Japan\",\"nb_uniq_visitors\":\"88\",\"nb_visits\":\"101\",\"nb_actions\":\"368\",\"nb_users\":\"0\",\"revenue\":\"$3,448.70\",\"nb_actions_per_visit\":\"3.6\",\"avg_time_on_site\":\"00:06:02\",\"bounce_rate\":\"53%\"},{\"label\":\"Sweden\",\"nb_uniq_visitors\":\"88\",\"nb_visits\":\"95\",\"nb_actions\":\"390\",\"nb_users\":\"0\",\"revenue\":\"$184\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:06:02\",\"bounce_rate\":\"49%\"},{\"label\":\"Egypt\",\"nb_uniq_visitors\":\"76\",\"nb_visits\":\"83\",\"nb_actions\":\"174\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:21\",\"bounce_rate\":\"64%\"},{\"label\":\"United Arab Emirates\",\"nb_uniq_visitors\":\"76\",\"nb_visits\":\"81\",\"nb_actions\":\"145\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:17\",\"bounce_rate\":\"73%\"},{\"label\":\"Vietnam\",\"nb_uniq_visitors\":\"66\",\"nb_visits\":\"81\",\"nb_actions\":\"429\",\"nb_users\":\"0\",\"revenue\":\"$1,040.90\",\"nb_actions_per_visit\":\"5.3\",\"avg_time_on_site\":\"00:09:09\",\"bounce_rate\":\"48%\"},{\"label\":\"South Africa\",\"nb_uniq_visitors\":\"72\",\"nb_visits\":\"78\",\"nb_actions\":\"229\",\"nb_users\":\"1\",\"revenue\":\"$54.90\",\"nb_actions_per_visit\":\"2.9\",\"avg_time_on_site\":\"00:05:21\",\"bounce_rate\":\"53%\"},{\"label\":\"Belgium\",\"nb_uniq_visitors\":\"68\",\"nb_visits\":\"74\",\"nb_actions\":\"186\",\"nb_users\":\"0\",\"revenue\":\"$110.95\",\"nb_actions_per_visit\":\"2.5\",\"avg_time_on_site\":\"00:02:03\",\"bounce_rate\":\"68%\"},{\"label\":\"Taiwan\",\"nb_uniq_visitors\":\"58\",\"nb_visits\":\"70\",\"nb_actions\":\"301\",\"nb_users\":\"0\",\"revenue\":\"$4\",\"nb_actions_per_visit\":\"4.3\",\"avg_time_on_site\":\"00:06:29\",\"bounce_rate\":\"47%\"},{\"label\":\"Poland\",\"nb_uniq_visitors\":\"61\",\"nb_visits\":\"68\",\"nb_actions\":\"279\",\"nb_users\":\"0\",\"revenue\":\"$124.85\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:06:39\",\"bounce_rate\":\"38%\"},{\"label\":\"Austria\",\"nb_uniq_visitors\":\"50\",\"nb_visits\":\"62\",\"nb_actions\":\"374\",\"nb_users\":\"0\",\"revenue\":\"$468.65\",\"nb_actions_per_visit\":\"6\",\"avg_time_on_site\":\"00:08:07\",\"bounce_rate\":\"39%\"},{\"label\":\"Denmark\",\"nb_uniq_visitors\":\"54\",\"nb_visits\":\"60\",\"nb_actions\":\"103\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:02:17\",\"bounce_rate\":\"72%\"},{\"label\":\"Russia\",\"nb_uniq_visitors\":\"50\",\"nb_visits\":\"59\",\"nb_actions\":\"248\",\"nb_users\":\"0\",\"revenue\":\"$1,003\",\"nb_actions_per_visit\":\"4.2\",\"avg_time_on_site\":\"00:08:22\",\"bounce_rate\":\"36%\"},{\"label\":\"Brazil\",\"nb_uniq_visitors\":\"51\",\"nb_visits\":\"58\",\"nb_actions\":\"356\",\"nb_users\":\"0\",\"revenue\":\"$184\",\"nb_actions_per_visit\":\"6.1\",\"avg_time_on_site\":\"00:10:03\",\"bounce_rate\":\"52%\"},{\"label\":\"Israel\",\"nb_uniq_visitors\":\"47\",\"nb_visits\":\"53\",\"nb_actions\":\"242\",\"nb_users\":\"0\",\"revenue\":\"$1,764.85\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:11:48\",\"bounce_rate\":\"49%\"},{\"label\":\"Norway\",\"nb_uniq_visitors\":\"45\",\"nb_visits\":\"53\",\"nb_actions\":\"177\",\"nb_users\":\"0\",\"revenue\":\"$1,663.75\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:03:29\",\"bounce_rate\":\"55%\"},{\"label\":\"Czechia\",\"nb_uniq_visitors\":\"48\",\"nb_visits\":\"50\",\"nb_actions\":\"121\",\"nb_users\":\"0\",\"revenue\":\"$295.90\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:01:38\",\"bounce_rate\":\"64%\"},{\"label\":\"Mexico\",\"nb_uniq_visitors\":\"47\",\"nb_visits\":\"49\",\"nb_actions\":\"176\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"3.6\",\"avg_time_on_site\":\"00:04:10\",\"bounce_rate\":\"65%\"},{\"label\":\"South Korea\",\"nb_uniq_visitors\":\"40\",\"nb_visits\":\"46\",\"nb_actions\":\"133\",\"nb_users\":\"0\",\"revenue\":\"$93\",\"nb_actions_per_visit\":\"2.9\",\"avg_time_on_site\":\"00:03:44\",\"bounce_rate\":\"59%\"},{\"label\":\"Finland\",\"nb_uniq_visitors\":\"35\",\"nb_visits\":\"37\",\"nb_actions\":\"123\",\"nb_users\":\"0\",\"revenue\":\"$42.90\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:07:16\",\"bounce_rate\":\"54%\"},{\"label\":\"Ireland\",\"nb_uniq_visitors\":\"30\",\"nb_visits\":\"33\",\"nb_actions\":\"85\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:02:42\",\"bounce_rate\":\"64%\"},{\"label\":\"Saudi Arabia\",\"nb_uniq_visitors\":\"27\",\"nb_visits\":\"31\",\"nb_actions\":\"64\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:52\",\"bounce_rate\":\"52%\"},{\"label\":\"Maldives\",\"nb_uniq_visitors\":\"29\",\"nb_visits\":\"30\",\"nb_actions\":\"68\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:01:56\",\"bounce_rate\":\"73%\",\"revenue\":\"$0\"},{\"label\":\"Ukraine\",\"nb_uniq_visitors\":\"25\",\"nb_visits\":\"28\",\"nb_actions\":\"107\",\"nb_users\":\"0\",\"revenue\":\"$500\",\"nb_actions_per_visit\":\"3.8\",\"avg_time_on_site\":\"00:04:57\",\"bounce_rate\":\"54%\"},{\"label\":\"T\\u00fcrkiye\",\"nb_uniq_visitors\":\"21\",\"nb_visits\":\"26\",\"nb_actions\":\"88\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3.4\",\"avg_time_on_site\":\"00:04:10\",\"bounce_rate\":\"35%\"},{\"label\":\"Greece\",\"nb_uniq_visitors\":\"22\",\"nb_visits\":\"23\",\"nb_actions\":\"52\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:02:17\",\"bounce_rate\":\"57%\"},{\"label\":\"Jordan\",\"nb_uniq_visitors\":\"20\",\"nb_visits\":\"22\",\"nb_actions\":\"54\",\"nb_users\":\"0\",\"revenue\":\"$109.95\",\"nb_actions_per_visit\":\"2.5\",\"avg_time_on_site\":\"00:01:54\",\"bounce_rate\":\"73%\"},{\"label\":\"Romania\",\"nb_uniq_visitors\":\"15\",\"nb_visits\":\"22\",\"nb_actions\":\"96\",\"nb_users\":\"0\",\"revenue\":\"$249.90\",\"nb_actions_per_visit\":\"4.4\",\"avg_time_on_site\":\"00:05:59\",\"bounce_rate\":\"41%\"},{\"label\":\"Iran\",\"nb_uniq_visitors\":\"17\",\"nb_visits\":\"21\",\"nb_actions\":\"113\",\"nb_users\":\"0\",\"revenue\":\"$39.90\",\"nb_actions_per_visit\":\"5.4\",\"avg_time_on_site\":\"00:06:35\",\"bounce_rate\":\"14%\"},{\"label\":\"Fiji\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"20\",\"nb_actions\":\"30\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:00:34\",\"bounce_rate\":\"70%\"},{\"label\":\"Portugal\",\"nb_uniq_visitors\":\"19\",\"nb_visits\":\"20\",\"nb_actions\":\"132\",\"nb_users\":\"0\",\"revenue\":\"$502\",\"nb_actions_per_visit\":\"6.6\",\"avg_time_on_site\":\"00:13:20\",\"bounce_rate\":\"40%\"},{\"label\":\"Argentina\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"19\",\"nb_actions\":\"76\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:05:22\",\"bounce_rate\":\"47%\"},{\"label\":\"Costa Rica\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"19\",\"nb_actions\":\"29\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:01:25\",\"bounce_rate\":\"84%\"},{\"label\":\"Cambodia\",\"nb_uniq_visitors\":\"16\",\"nb_visits\":\"18\",\"nb_actions\":\"39\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.2\",\"avg_time_on_site\":\"00:01:50\",\"bounce_rate\":\"67%\",\"revenue\":\"$0\"},{\"label\":\"Sri Lanka\",\"nb_uniq_visitors\":\"16\",\"nb_visits\":\"18\",\"nb_actions\":\"58\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"3.2\",\"avg_time_on_site\":\"00:04:40\",\"bounce_rate\":\"56%\"},{\"label\":\"Hungary\",\"nb_uniq_visitors\":\"14\",\"nb_visits\":\"16\",\"nb_actions\":\"73\",\"nb_users\":\"0\",\"revenue\":\"$267\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:12:19\",\"bounce_rate\":\"31%\"},{\"label\":\"Qatar\",\"nb_uniq_visitors\":\"15\",\"nb_visits\":\"16\",\"nb_actions\":\"27\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:04:16\",\"bounce_rate\":\"69%\",\"revenue\":\"$0\"},{\"label\":\"Slovenia\",\"nb_uniq_visitors\":\"13\",\"nb_visits\":\"14\",\"nb_actions\":\"28\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:02:05\",\"bounce_rate\":\"64%\"},{\"label\":\"Cyprus\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"13\",\"nb_actions\":\"37\",\"nb_users\":\"0\",\"revenue\":\"$8\",\"nb_actions_per_visit\":\"2.8\",\"avg_time_on_site\":\"00:05:11\",\"bounce_rate\":\"15%\"},{\"label\":\"Malta\",\"nb_uniq_visitors\":\"12\",\"nb_visits\":\"12\",\"nb_actions\":\"20\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:04:09\",\"bounce_rate\":\"67%\"},{\"label\":\"Bulgaria\",\"nb_uniq_visitors\":\"11\",\"nb_visits\":\"11\",\"nb_actions\":\"21\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:03:19\",\"bounce_rate\":\"73%\"},{\"label\":\"Myanmar (Burma)\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"10\",\"nb_actions\":\"13\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.3\",\"avg_time_on_site\":\"00:00:44\",\"bounce_rate\":\"70%\",\"revenue\":\"$0\"},{\"label\":\"Brunei\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"19\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:28\",\"bounce_rate\":\"67%\"},{\"label\":\"Croatia\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"17\",\"nb_users\":\"1\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:04:22\",\"bounce_rate\":\"67%\"},{\"label\":\"Dominican Republic\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"56%\"},{\"label\":\"Kuwait\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"22\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:01:54\",\"bounce_rate\":\"56%\",\"revenue\":\"$0\"},{\"label\":\"Morocco\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"59\",\"nb_users\":\"0\",\"revenue\":\"$179\",\"nb_actions_per_visit\":\"6.6\",\"avg_time_on_site\":\"00:14:57\",\"bounce_rate\":\"22%\"},{\"label\":\"Serbia\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"40\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"4.4\",\"avg_time_on_site\":\"00:02:11\",\"bounce_rate\":\"44%\",\"revenue\":\"$0\"},{\"label\":\"Slovakia\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"28\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3.1\",\"avg_time_on_site\":\"00:04:52\",\"bounce_rate\":\"56%\"},{\"label\":\"Caribbean Netherlands\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"9\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.1\",\"avg_time_on_site\":\"00:00:53\",\"bounce_rate\":\"88%\",\"revenue\":\"$0\"},{\"label\":\"Colombia\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"8\",\"nb_actions\":\"12\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:03:08\",\"bounce_rate\":\"63%\"},{\"label\":\"Guatemala\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"37\",\"nb_users\":\"0\",\"revenue\":\"$295.90\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:05:16\",\"bounce_rate\":\"50%\"},{\"label\":\"Luxembourg\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"9\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.1\",\"avg_time_on_site\":\"00:00:31\",\"bounce_rate\":\"88%\",\"revenue\":\"$0\"},{\"label\":\"Oman\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"18\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:01:31\",\"bounce_rate\":\"63%\"},{\"label\":\"Pakistan\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"8\",\"nb_actions\":\"21\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:05:09\",\"bounce_rate\":\"50%\"},{\"label\":\"Belize\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"11\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"1.6\",\"avg_time_on_site\":\"00:00:21\",\"bounce_rate\":\"71%\"},{\"label\":\"Lithuania\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.4\",\"avg_time_on_site\":\"00:00:08\",\"bounce_rate\":\"57%\"},{\"label\":\"Mauritius\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"29\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:03:41\",\"bounce_rate\":\"14%\",\"revenue\":\"$0\"},{\"label\":\"Bahrain\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"14\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:03:07\",\"bounce_rate\":\"50%\"},{\"label\":\"Chile\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:03:22\",\"bounce_rate\":\"83%\",\"revenue\":\"$0\"},{\"label\":\"Estonia\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"14\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:00:48\",\"bounce_rate\":\"83%\",\"revenue\":\"$0\"},{\"label\":\"Latvia\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"34\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"5.7\",\"avg_time_on_site\":\"00:03:01\",\"bounce_rate\":\"0%\"},{\"label\":\"Panama\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Unknown\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:00:33\",\"bounce_rate\":\"67%\"},{\"label\":\"Bangladesh\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Kenya\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:01:44\",\"bounce_rate\":\"20%\"},{\"label\":\"Lebanon\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"New Caledonia\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3\",\"avg_time_on_site\":\"00:05:32\",\"bounce_rate\":\"60%\"},{\"label\":\"Uruguay\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"43\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"8.6\",\"avg_time_on_site\":\"00:23:24\",\"bounce_rate\":\"60%\",\"revenue\":\"$0\"},{\"label\":\"Bahamas\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$5\",\"nb_actions_per_visit\":\"3.8\",\"avg_time_on_site\":\"00:03:24\",\"bounce_rate\":\"75%\"},{\"label\":\"Laos\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:02:44\",\"bounce_rate\":\"50%\",\"revenue\":\"$0\"},{\"label\":\"Nigeria\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"4\",\"nb_actions\":\"26\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"6.5\",\"avg_time_on_site\":\"00:16:45\",\"bounce_rate\":\"25%\"},{\"label\":\"Uganda\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"7\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:39\",\"bounce_rate\":\"50%\",\"revenue\":\"$0\"},{\"label\":\"Andorra\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"3\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:03:30\",\"bounce_rate\":\"33%\",\"revenue\":\"$0\"},{\"label\":\"Cuba\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Ecuador\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"42\",\"nb_users\":\"0\",\"revenue\":\"$35.95\",\"nb_actions_per_visit\":\"14\",\"avg_time_on_site\":\"00:04:40\",\"bounce_rate\":\"33%\"},{\"label\":\"French Polynesia\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Peru\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Tunisia\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"7\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:03:01\",\"bounce_rate\":\"33%\"},{\"label\":\"U.S. Virgin Islands\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:00:18\",\"bounce_rate\":\"67%\"},{\"label\":\"Zimbabwe\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"3\",\"nb_actions\":\"4\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.3\",\"avg_time_on_site\":\"00:01:32\",\"bounce_rate\":\"67%\",\"revenue\":\"$0\"},{\"label\":\"Afghanistan\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"2\",\"nb_actions\":\"8\",\"nb_users\":\"0\",\"revenue\":\"$109.95\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:09:19\",\"bounce_rate\":\"0%\"}]},\"reportMetadata\":{\"row\":[{\"code\":\"us\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/us.png\",\"segment\":\"countryCode==us\",\"logoHeight\":\"16\"},{\"code\":\"au\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/au.png\",\"segment\":\"countryCode==au\",\"logoHeight\":\"16\"},{\"code\":\"gb\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gb.png\",\"segment\":\"countryCode==gb\",\"logoHeight\":\"16\"},{\"code\":\"de\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/de.png\",\"segment\":\"countryCode==de\",\"logoHeight\":\"16\"},{\"code\":\"id\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/id.png\",\"segment\":\"countryCode==id\",\"logoHeight\":\"16\"},{\"code\":\"ca\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ca.png\",\"segment\":\"countryCode==ca\",\"logoHeight\":\"16\"},{\"code\":\"sg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sg.png\",\"segment\":\"countryCode==sg\",\"logoHeight\":\"16\"},{\"code\":\"ph\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ph.png\",\"segment\":\"countryCode==ph\",\"logoHeight\":\"16\"},{\"code\":\"th\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/th.png\",\"segment\":\"countryCode==th\",\"logoHeight\":\"16\"},{\"code\":\"my\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/my.png\",\"segment\":\"countryCode==my\",\"logoHeight\":\"16\"},{\"code\":\"in\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/in.png\",\"segment\":\"countryCode==in\",\"logoHeight\":\"16\"},{\"code\":\"nl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nl.png\",\"segment\":\"countryCode==nl\",\"logoHeight\":\"16\"},{\"code\":\"fr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fr.png\",\"segment\":\"countryCode==fr\",\"logoHeight\":\"16\"},{\"code\":\"es\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/es.png\",\"segment\":\"countryCode==es\",\"logoHeight\":\"16\"},{\"code\":\"ch\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ch.png\",\"segment\":\"countryCode==ch\",\"logoHeight\":\"16\"},{\"code\":\"hk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hk.png\",\"segment\":\"countryCode==hk\",\"logoHeight\":\"16\"},{\"code\":\"it\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/it.png\",\"segment\":\"countryCode==it\",\"logoHeight\":\"16\"},{\"code\":\"cn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cn.png\",\"segment\":\"countryCode==cn\",\"logoHeight\":\"16\"},{\"code\":\"nz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nz.png\",\"segment\":\"countryCode==nz\",\"logoHeight\":\"16\"},{\"code\":\"jp\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/jp.png\",\"segment\":\"countryCode==jp\",\"logoHeight\":\"16\"},{\"code\":\"se\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/se.png\",\"segment\":\"countryCode==se\",\"logoHeight\":\"16\"},{\"code\":\"eg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/eg.png\",\"segment\":\"countryCode==eg\",\"logoHeight\":\"16\"},{\"code\":\"ae\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ae.png\",\"segment\":\"countryCode==ae\",\"logoHeight\":\"16\"},{\"code\":\"vn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/vn.png\",\"segment\":\"countryCode==vn\",\"logoHeight\":\"16\"},{\"code\":\"za\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/za.png\",\"segment\":\"countryCode==za\",\"logoHeight\":\"16\"},{\"code\":\"be\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/be.png\",\"segment\":\"countryCode==be\",\"logoHeight\":\"16\"},{\"code\":\"tw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tw.png\",\"segment\":\"countryCode==tw\",\"logoHeight\":\"16\"},{\"code\":\"pl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pl.png\",\"segment\":\"countryCode==pl\",\"logoHeight\":\"16\"},{\"code\":\"at\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/at.png\",\"segment\":\"countryCode==at\",\"logoHeight\":\"16\"},{\"code\":\"dk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/dk.png\",\"segment\":\"countryCode==dk\",\"logoHeight\":\"16\"},{\"code\":\"ru\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ru.png\",\"segment\":\"countryCode==ru\",\"logoHeight\":\"16\"},{\"code\":\"br\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/br.png\",\"segment\":\"countryCode==br\",\"logoHeight\":\"16\"},{\"code\":\"il\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/il.png\",\"segment\":\"countryCode==il\",\"logoHeight\":\"16\"},{\"code\":\"no\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/no.png\",\"segment\":\"countryCode==no\",\"logoHeight\":\"16\"},{\"code\":\"cz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cz.png\",\"segment\":\"countryCode==cz\",\"logoHeight\":\"16\"},{\"code\":\"mx\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mx.png\",\"segment\":\"countryCode==mx\",\"logoHeight\":\"16\"},{\"code\":\"kr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kr.png\",\"segment\":\"countryCode==kr\",\"logoHeight\":\"16\"},{\"code\":\"fi\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fi.png\",\"segment\":\"countryCode==fi\",\"logoHeight\":\"16\"},{\"code\":\"ie\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ie.png\",\"segment\":\"countryCode==ie\",\"logoHeight\":\"16\"},{\"code\":\"sa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sa.png\",\"segment\":\"countryCode==sa\",\"logoHeight\":\"16\"},{\"code\":\"mv\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mv.png\",\"segment\":\"countryCode==mv\",\"logoHeight\":\"16\"},{\"code\":\"ua\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ua.png\",\"segment\":\"countryCode==ua\",\"logoHeight\":\"16\"},{\"code\":\"tr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tr.png\",\"segment\":\"countryCode==tr\",\"logoHeight\":\"16\"},{\"code\":\"gr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gr.png\",\"segment\":\"countryCode==gr\",\"logoHeight\":\"16\"},{\"code\":\"jo\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/jo.png\",\"segment\":\"countryCode==jo\",\"logoHeight\":\"16\"},{\"code\":\"ro\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ro.png\",\"segment\":\"countryCode==ro\",\"logoHeight\":\"16\"},{\"code\":\"ir\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ir.png\",\"segment\":\"countryCode==ir\",\"logoHeight\":\"16\"},{\"code\":\"fj\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fj.png\",\"segment\":\"countryCode==fj\",\"logoHeight\":\"16\"},{\"code\":\"pt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pt.png\",\"segment\":\"countryCode==pt\",\"logoHeight\":\"16\"},{\"code\":\"ar\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ar.png\",\"segment\":\"countryCode==ar\",\"logoHeight\":\"16\"},{\"code\":\"cr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cr.png\",\"segment\":\"countryCode==cr\",\"logoHeight\":\"16\"},{\"code\":\"kh\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kh.png\",\"segment\":\"countryCode==kh\",\"logoHeight\":\"16\"},{\"code\":\"lk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lk.png\",\"segment\":\"countryCode==lk\",\"logoHeight\":\"16\"},{\"code\":\"hu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hu.png\",\"segment\":\"countryCode==hu\",\"logoHeight\":\"16\"},{\"code\":\"qa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/qa.png\",\"segment\":\"countryCode==qa\",\"logoHeight\":\"16\"},{\"code\":\"si\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/si.png\",\"segment\":\"countryCode==si\",\"logoHeight\":\"16\"},{\"code\":\"cy\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cy.png\",\"segment\":\"countryCode==cy\",\"logoHeight\":\"16\"},{\"code\":\"mt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mt.png\",\"segment\":\"countryCode==mt\",\"logoHeight\":\"16\"},{\"code\":\"bg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bg.png\",\"segment\":\"countryCode==bg\",\"logoHeight\":\"16\"},{\"code\":\"mm\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mm.png\",\"segment\":\"countryCode==mm\",\"logoHeight\":\"16\"},{\"code\":\"bn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bn.png\",\"segment\":\"countryCode==bn\",\"logoHeight\":\"16\"},{\"code\":\"hr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hr.png\",\"segment\":\"countryCode==hr\",\"logoHeight\":\"16\"},{\"code\":\"do\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/do.png\",\"segment\":\"countryCode==do\",\"logoHeight\":\"16\"},{\"code\":\"kw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kw.png\",\"segment\":\"countryCode==kw\",\"logoHeight\":\"16\"},{\"code\":\"ma\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ma.png\",\"segment\":\"countryCode==ma\",\"logoHeight\":\"16\"},{\"code\":\"rs\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/rs.png\",\"segment\":\"countryCode==rs\",\"logoHeight\":\"16\"},{\"code\":\"sk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sk.png\",\"segment\":\"countryCode==sk\",\"logoHeight\":\"16\"},{\"code\":\"bq\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bq.png\",\"segment\":\"countryCode==bq\",\"logoHeight\":\"16\"},{\"code\":\"co\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/co.png\",\"segment\":\"countryCode==co\",\"logoHeight\":\"16\"},{\"code\":\"gt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gt.png\",\"segment\":\"countryCode==gt\",\"logoHeight\":\"16\"},{\"code\":\"lu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lu.png\",\"segment\":\"countryCode==lu\",\"logoHeight\":\"16\"},{\"code\":\"om\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/om.png\",\"segment\":\"countryCode==om\",\"logoHeight\":\"16\"},{\"code\":\"pk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pk.png\",\"segment\":\"countryCode==pk\",\"logoHeight\":\"16\"},{\"code\":\"bz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bz.png\",\"segment\":\"countryCode==bz\",\"logoHeight\":\"16\"},{\"code\":\"lt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lt.png\",\"segment\":\"countryCode==lt\",\"logoHeight\":\"16\"},{\"code\":\"mu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mu.png\",\"segment\":\"countryCode==mu\",\"logoHeight\":\"16\"},{\"code\":\"bh\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bh.png\",\"segment\":\"countryCode==bh\",\"logoHeight\":\"16\"},{\"code\":\"cl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cl.png\",\"segment\":\"countryCode==cl\",\"logoHeight\":\"16\"},{\"code\":\"ee\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ee.png\",\"segment\":\"countryCode==ee\",\"logoHeight\":\"16\"},{\"code\":\"lv\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lv.png\",\"segment\":\"countryCode==lv\",\"logoHeight\":\"16\"},{\"code\":\"pa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pa.png\",\"segment\":\"countryCode==pa\",\"logoHeight\":\"16\"},{\"code\":\"xx\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/xx.png\",\"segment\":\"countryCode==xx\",\"logoHeight\":\"16\"},{\"code\":\"bd\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bd.png\",\"segment\":\"countryCode==bd\",\"logoHeight\":\"16\"},{\"code\":\"ke\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ke.png\",\"segment\":\"countryCode==ke\",\"logoHeight\":\"16\"},{\"code\":\"lb\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lb.png\",\"segment\":\"countryCode==lb\",\"logoHeight\":\"16\"},{\"code\":\"nc\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nc.png\",\"segment\":\"countryCode==nc\",\"logoHeight\":\"16\"},{\"code\":\"uy\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/uy.png\",\"segment\":\"countryCode==uy\",\"logoHeight\":\"16\"},{\"code\":\"bs\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bs.png\",\"segment\":\"countryCode==bs\",\"logoHeight\":\"16\"},{\"code\":\"la\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/la.png\",\"segment\":\"countryCode==la\",\"logoHeight\":\"16\"},{\"code\":\"ng\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ng.png\",\"segment\":\"countryCode==ng\",\"logoHeight\":\"16\"},{\"code\":\"ug\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ug.png\",\"segment\":\"countryCode==ug\",\"logoHeight\":\"16\"},{\"code\":\"ad\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ad.png\",\"segment\":\"countryCode==ad\",\"logoHeight\":\"16\"},{\"code\":\"cu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cu.png\",\"segment\":\"countryCode==cu\",\"logoHeight\":\"16\"},{\"code\":\"ec\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ec.png\",\"segment\":\"countryCode==ec\",\"logoHeight\":\"16\"},{\"code\":\"pf\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pf.png\",\"segment\":\"countryCode==pf\",\"logoHeight\":\"16\"},{\"code\":\"pe\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pe.png\",\"segment\":\"countryCode==pe\",\"logoHeight\":\"16\"},{\"code\":\"tn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tn.png\",\"segment\":\"countryCode==tn\",\"logoHeight\":\"16\"},{\"code\":\"vi\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/vi.png\",\"segment\":\"countryCode==vi\",\"logoHeight\":\"16\"},{\"code\":\"zw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/zw.png\",\"segment\":\"countryCode==zw\",\"logoHeight\":\"16\"},{\"code\":\"af\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/af.png\",\"segment\":\"countryCode==af\",\"logoHeight\":\"16\"}]},\"reportTotal\":{\"nb_uniq_visitors\":\"9033\",\"nb_visits\":\"9834\",\"nb_actions\":\"29400\",\"nb_users\":\"5\",\"max_actions\":\"76\",\"sum_visit_length\":\"2556198\",\"bounce_count\":\"5763\",\"nb_visits_converted\":\"915\",\"goals\":{\"row\":[{\"nb_conversions\":\"906\",\"nb_visits_converted\":\"906\",\"revenue\":\"181419.15\",\"items\":\"1329\"},{\"nb_conversions\":\"405\",\"nb_visits_converted\":\"390\",\"revenue\":\"84366.05\",\"revenue_subtotal\":\"97819.33\",\"revenue_tax\":\"1989.21\",\"revenue_shipping\":\"0\",\"revenue_discount\":\"6198.09\",\"items\":\"525\"},{\"nb_conversions\":\"17\",\"nb_visits_converted\":\"17\",\"revenue\":\"17\"},{\"nb_conversions\":\"16\",\"nb_visits_converted\":\"16\",\"revenue\":\"80\"},{\"nb_conversions\":\"34\",\"nb_visits_converted\":\"34\",\"revenue\":\"68\"},{\"nb_conversions\":\"338\",\"nb_visits_converted\":\"338\",\"revenue\":\"338\"},{\"nb_conversions\":\"135\",\"nb_visits_converted\":\"135\",\"revenue\":\"0\"},{\"nb_conversions\":\"9\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"},{\"nb_conversions\":\"8\",\"nb_visits_converted\":\"8\",\"revenue\":\"0\"}]},\"nb_conversions\":\"962\",\"revenue\":\"84869.05\",\"nb_actions_per_visit\":\"3\"},\"timerMillis\":\"93\"}", "json": "{\"website\":\"Demo Site\",\"prettyDate\":\"Wednesday, October 1, 2025\",\"metadata\":{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},\"columns\":{\"label\":\"Country\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"revenue\":\"Revenue\"},\"timerMillis\":\"101\"}" }, + "API.getReportMetadata": { + "xml": "{\"row\":[{\"category\":\"All Websites\",\"name\":\"All Websites dashboard\",\"module\":\"MultiSites\",\"action\":\"getAll\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getAll\"},{\"category\":\"All Websites\",\"name\":\"Single Website dashboard\",\"module\":\"MultiSites\",\"action\":\"getOne\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for a specific website, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getOne\"},{\"category\":\"Visitors\",\"subcategory\":\"Overview\",\"name\":\"Visits Summary\",\"module\":\"VisitsSummary\",\"action\":\"get\",\"documentation\":\"This report provides a very general overview of how your visitors behave.\",\"metrics\":{\"nb_uniq_visitors\":\"Unique visitors\",\"nb_visits\":\"Visits\",\"nb_users\":\"Users\",\"nb_actions\":\"Actions\",\"max_actions\":\"Maximum actions in one visit\"},\"metricsDocumentation\":{\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Visit Duration (in seconds)\"},\"metricTypes\":{\"nb_uniq_visitors\":\"number\",\"nb_visits\":\"number\",\"nb_users\":\"number\",\"nb_actions\":\"number\",\"max_actions\":\"number\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitsSummary_get\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Continent\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"dimension\":\"Continent\",\"documentation\":\"Shows which continent your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getContinent\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Region\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"dimension\":\"Region\",\"documentation\":\"Shows which region your visitors connected from when accessing website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getRegion\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"dimension\":\"Language\",\"documentation\":\"Shows which language the visitor's browsers are using. (e.g. \\\"French\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguage\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"City\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"dimension\":\"City\",\"documentation\":\"Shows the cities your visitors connected from when accessing your website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCity\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"dimension\":\"Language\",\"documentation\":\"Shows which exact language code the visitor's browsers is set to. (e.g. \\\"German \\u2014 Austria (de-at)\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguageCode\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device type\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"dimension\":\"Device type\",\"documentation\":\"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getType\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device model\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"dimension\":\"Device model\",\"documentation\":\"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getModel\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device brand\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"dimension\":\"Device brand\",\"documentation\":\"This report shows the brands \\/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrand\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\",\"dimension\":\"Resolution\",\"documentation\":\"This report shows the screen resolutions your visitors used when viewing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getResolution\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"dimension\":\"Operating system version\",\"documentation\":\"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"dimension\":\"Browser\",\"documentation\":\"This report contains information about what kind of browser your visitors were using.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"}},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"dimension\":\"Browser version\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"dimension\":\"Configuration\",\"documentation\":\"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getConfiguration\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"dimension\":\"Operating system family\",\"documentation\":\"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":{\"row\":{\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsFamilies\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser engines\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"dimension\":\"Browser engine\",\"documentation\":\"This report shows your visitors' browsers broken down into browser engines. <br \\/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserEngines\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser Plugins\",\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"dimension\":\"Plugin\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of total visits where the plugin was detected. A visit may include multiple plugins. The value is rounded down to whole numbers.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicePlugins&apiAction=getPlugin&period=day&date=today\",\"uniqueId\":\"DevicePlugins_getPlugin\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"dimension\":\"Local time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> visitors' time zones <\\/strong> during their visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":{\"row\":{\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerLocalTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerLocalTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per hour in the site's timezone\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"dimension\":\"Site time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> site's time zone <\\/strong> during the visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerServerTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerServerTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"dimension\":\"Day of the week\",\"documentation\":\"This graph shows the number of visits your website received on each day of the week.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":{\"row\":{\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getByDayOfWeek&period=day&date=today\",\"uniqueId\":\"VisitTime_getByDayOfWeek\"},{\"category\":\"Visitors\",\"subcategory\":\"User IDs\",\"name\":\"User IDs\",\"module\":\"UserId\",\"action\":\"getUsers\",\"dimension\":\"UserId\",\"documentation\":\"Shows visits and other general metrics for every individual User ID.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/user-id\\/\",\"metrics\":{\"label\":\"Label\",\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_visits_converted\":\"Visits with Conversions\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_visits_converted\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserId_getUsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Custom Variables\",\"name\":\"Custom Variables\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"dimension\":\"Custom Variable name\",\"documentation\":\"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br \\/> For more information about Custom Variables in general, read the <a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Custom Variables documentation on matomo.org<\\/a>\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\",\"dimensions\":{\"CustomVariables_CustomVariableName\":\"Custom Variable name\",\"CustomVariables_CustomVariableValue\":\"Custom Variable value\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getCustomVariablesValuesFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomVariables_getCustomVariables\"},{\"category\":\"Visitors\",\"subcategory\":\"customdimension1\",\"name\":\"User Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"1\"},\"dimension\":\"User Type\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\"},\"processedMetrics\":{\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--1\"},{\"category\":\"Actions\",\"name\":\"Actions - Main metrics\",\"module\":\"Actions\",\"action\":\"get\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\",\"metrics\":{\"nb_pageviews\":\"Pageviews\",\"nb_uniq_pageviews\":\"Unique Pageviews\",\"nb_downloads\":\"Downloads\",\"nb_uniq_downloads\":\"Unique Downloads\",\"nb_outlinks\":\"Outlinks\",\"nb_uniq_outlinks\":\"Unique Outlinks\",\"nb_searches\":\"Searches\",\"nb_keywords\":\"Unique Keywords\",\"hits\":\"Hits\"},\"metricsDocumentation\":{\"nb_pageviews\":\"The number of times this page was visited.\",\"nb_uniq_pageviews\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"nb_downloads\":\"The number of times this link was clicked.\",\"nb_uniq_downloads\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_outlinks\":\"The number of times this link was clicked.\",\"nb_uniq_outlinks\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_searches\":\"The number of visits that searched for this keyword on your website's search engine.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_pageviews\":\"number\",\"nb_uniq_pageviews\":\"number\",\"nb_downloads\":\"number\",\"nb_uniq_downloads\":\"number\",\"nb_outlinks\":\"number\",\"nb_uniq_outlinks\":\"number\",\"nb_searches\":\"number\",\"nb_keywords\":\"number\",\"hits\":\"number\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_get\"},{\"category\":\"Actions\",\"name\":\"Users Flow\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dimension\":\"Interaction\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_exits\":\"Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_proceeded\":\"The number of visits that proceeded to the next interaction and did not exit your website or app.\",\"proceeded_rate\":\"The percentage of visits that performed another interaction after performing an interaction.\",\"exit_rate\":\"The percentage of visits that have left your website or app after this interaction.\",\"nb_exits\":\"The number of visits that did not leave after this interaction.\"},\"processedMetrics\":{\"nb_proceeded\":\"Proceeded\",\"proceeded_rate\":\"Proceeded Rate\",\"exit_rate\":\"Exit rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_exits\":\"number\",\"nb_proceeded\":\"number\",\"proceeded_rate\":\"percent\",\"exit_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUsersFlowPretty\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UsersFlow_getUsersFlowPretty\"},{\"category\":\"Actions\",\"subcategory\":\"Pages\",\"name\":\"Page URLs\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"dimension\":\"Page URL\",\"documentation\":\"This report contains information about the page URLs that have been visited. <br \\/> The table is organized hierarchically, the URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageUrls\",\"relatedReports\":{\"row\":[{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"dimension\":\"Entry Page URL\",\"documentation\":\"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br \\/> The entry URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageUrls\",\"relatedReports\":{\"row\":{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"}},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"dimension\":\"Entry Page title\",\"documentation\":\"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageTitles\",\"relatedReports\":{\"row\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"dimension\":\"Exit Page URL\",\"documentation\":\"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br \\/> The exit URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageUrls\",\"relatedReports\":{\"row\":{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"dimension\":\"Exit Page Title\",\"documentation\":\"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageTitles\",\"relatedReports\":{\"row\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}]},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Page titles\",\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"dimension\":\"Page Title\",\"documentation\":\"This report contains information about the titles of the pages that have been visited. <br \\/> The page title is the HTML <title> Tag that most browsers show in their window title.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageTitles\",\"relatedReports\":{\"row\":[{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Site Search Keywords\",\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report lists the Search Keywords that visitors searched for on your internal Search Engine.<br\\/><br\\/>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":{\"row\":{\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrlsFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Keywords with No Results\",\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"dimension\":\"Keyword with No Search Result\",\"documentation\":\"Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.<br \\/><br \\/>This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchNoResultKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":{\"row\":{\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"}},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitlesFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Categories\",\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"dimension\":\"Search Category\",\"documentation\":\"This report lists the Categories that visitors selected when they made a Search on your website.<br\\/>For example, Ecommerce websites typically have a \\\"Category\\\" selector so that visitors can restrict their searches to all products in a specific Category.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\",\"exit_rate\":\"% Search Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"exit_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchCategories\"},{\"category\":\"Actions\",\"subcategory\":\"Outlinks\",\"name\":\"Outlinks\",\"module\":\"Actions\",\"action\":\"getOutlinks\",\"dimension\":\"Clicked Outlink\",\"documentation\":\"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_visits\":\"Unique Clicks\",\"nb_hits\":\"Clicks\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getOutlinks\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getOutlinks\"},{\"category\":\"Actions\",\"subcategory\":\"Downloads\",\"name\":\"Downloads\",\"module\":\"Actions\",\"action\":\"getDownloads\",\"dimension\":\"Download URL\",\"documentation\":\"In this report, you can see which files your visitors have downloaded. <br \\/> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.\",\"metrics\":{\"nb_visits\":\"Unique Downloads\",\"nb_hits\":\"Downloads\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getDownloads\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getDownloads\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Categories\",\"module\":\"Events\",\"action\":\"getCategory\",\"dimension\":\"Event Category\",\"documentation\":\"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventCategory\":\"Event Category\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromCategoryId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getCategory\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Actions\",\"module\":\"Events\",\"action\":\"getAction\",\"dimension\":\"Event Action\",\"documentation\":\"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventAction\":\"Event Action\",\"Events_EventName\":\"Event Name\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getNameFromActionId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getAction\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Names\",\"module\":\"Events\",\"action\":\"getName\",\"dimension\":\"Event Name\",\"documentation\":\"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventName\":\"Event Name\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromNameId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getName\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Name\",\"module\":\"Contents\",\"action\":\"getContentNames\",\"dimension\":\"Content Name\",\"documentation\":\"This report shows the names of the content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentNames\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentNames\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Piece\",\"module\":\"Contents\",\"action\":\"getContentPieces\",\"dimension\":\"Content Piece\",\"documentation\":\"This report shows the pieces of content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentPieces\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentPieces\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Length of visits\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"dimension\":\"Visit duration\",\"documentation\":\"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerVisitDuration&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerVisitDuration\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Pages per visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"dimension\":\"Pages per visit\",\"documentation\":\"How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerPage&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerPage\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by visit number\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"dimension\":\"Visits by visit number\",\"documentation\":\"The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of totals visits, where visitors had this amount of visits in total yet.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByVisitCount&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByVisitCount\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by days since last visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"dimension\":\"Days since last visit\",\"documentation\":\"How many visits were from returning visitors whose last visit was a certain number of days ago.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByDaysSinceLast&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByDaysSinceLast\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Returning Visits\",\"module\":\"VisitFrequency\",\"action\":\"get\",\"documentation\":\"This report shows general metrics like visits for returning visitors side by side with the same metrics for new visitors. Learn how returning visitors perform overall compared to new visitors.\",\"metrics\":{\"nb_visits_returning\":\"Returning Visits\",\"nb_actions_returning\":\"Actions by Returning Visits\",\"nb_uniq_visitors_returning\":\"Unique returning visitors\",\"nb_users_returning\":\"Returning Users\",\"max_actions_returning\":\"Maximum actions in one returning visit\",\"nb_visits_new\":\"New Visits\",\"nb_actions_new\":\"Actions by New Visits\",\"nb_uniq_visitors_new\":\"Unique new visitors\",\"nb_users_new\":\"New Users\",\"max_actions_new\":\"max_actions_new\"},\"processedMetrics\":{\"avg_time_on_site_returning\":\"Avg. Duration of a Returning Visit (in sec)\",\"nb_actions_per_visit_returning\":\"Avg. Actions per Returning Visit\",\"bounce_rate_returning\":\"Bounce Rate for Returning Visits\",\"avg_time_on_site_new\":\"Avg. Duration of a New Visit (in sec)\",\"nb_actions_per_visit_new\":\"Avg. Actions per New Visit\",\"bounce_rate_new\":\"Bounce Rate for New Visits\"},\"metricTypes\":{\"nb_visits_returning\":\"number\",\"nb_actions_returning\":\"number\",\"nb_uniq_visitors_returning\":\"number\",\"nb_users_returning\":\"number\",\"max_actions_returning\":\"number\",\"nb_visits_new\":\"number\",\"nb_actions_new\":\"number\",\"nb_uniq_visitors_new\":\"number\",\"nb_users_new\":\"number\",\"max_actions_new\":\"number\",\"avg_time_on_site_returning\":\"duration_s\",\"nb_actions_per_visit_returning\":\"number\",\"bounce_rate_returning\":\"percent\",\"avg_time_on_site_new\":\"duration_s\",\"nb_actions_per_visit_new\":\"number\",\"bounce_rate_new\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitFrequency_get\"},{\"category\":\"Actions\",\"subcategory\":\"Performance\",\"name\":\"Performance overview\",\"module\":\"PagePerformance\",\"action\":\"get\",\"documentation\":\"This report provides an overview of how fast your webpages become visible to your visitors. This includes both how long it takes for browsers to download your webpages and how long it takes for browsers to display them.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/faq\\/how-to\\/how-do-i-see-page-performance-reports\\/\",\"metrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricsDocumentation\":{\"avg_time_network\":\"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.\",\"avg_time_server\":\"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.\",\"avg_time_transfer\":\"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.\",\"avg_time_dom_processing\":\"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.\",\"avg_time_dom_completion\":\"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.\",\"avg_time_on_load\":\"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.\",\"avg_page_load_time\":\"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser\"},\"processedMetrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricTypes\":{\"avg_time_network\":\"duration_s\",\"avg_time_server\":\"duration_s\",\"avg_time_transfer\":\"duration_s\",\"avg_time_dom_processing\":\"duration_s\",\"avg_time_dom_completion\":\"duration_s\",\"avg_time_on_load\":\"duration_s\",\"avg_page_load_time\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"PagePerformance_get\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension2\",\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"2\"},\"dimension\":\"Page Author\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--2\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension4\",\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"4\"},\"dimension\":\"Page Location\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--4\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension5\",\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"5\"},\"dimension\":\"Page Type\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--5\"},{\"category\":\"Referrers\",\"name\":\"Referrers Overview\",\"module\":\"Referrers\",\"action\":\"get\",\"documentation\":\"This report shows what acquisition channels your visitors used to get to your website, and the number of visits each channel type is responsible for.\",\"metrics\":{\"Referrers_visitorsFromSearchEngines\":\"Visitors from Search Engines\",\"Referrers_visitorsFromSearchEngines_percent\":\"Percent of Visitors from Search Engines\",\"Referrers_visitorsFromSocialNetworks\":\"Visitors from Social Networks\",\"Referrers_visitorsFromSocialNetworks_percent\":\"Percent of Visitors from Social Networks\",\"Referrers_visitorsFromAIAssistants\":\"Visitors from AI Assistants\",\"Referrers_visitorsFromAIAssistants_percent\":\"Percent of Visitors from AI Assistants\",\"Referrers_visitorsFromDirectEntry\":\"Visitors from Direct Entry\",\"Referrers_visitorsFromDirectEntry_percent\":\"Percent of Visitors from Direct Entry\",\"Referrers_visitorsFromWebsites\":\"Visitors from Websites\",\"Referrers_visitorsFromWebsites_percent\":\"Percent of Visitors from Websites\",\"Referrers_visitorsFromCampaigns\":\"Visitors from Campaigns\",\"Referrers_visitorsFromCampaigns_percent\":\"Percent of Visitors from Campaigns\",\"Referrers_distinctSearchEngines\":\"Distinct search engines\",\"Referrers_distinctSocialNetworks\":\"Distinct social networks\",\"Referrers_distinctAIAssistants\":\"Distinct AI assistants\",\"Referrers_distinctWebsites\":\"Distinct websites\",\"Referrers_distinctKeywords\":\"Distinct keywords\",\"Referrers_distinctCampaigns\":\"Distinct campaigns\"},\"metricTypes\":{\"Referrers_visitorsFromSearchEngines\":\"number\",\"Referrers_visitorsFromSearchEngines_percent\":\"percent\",\"Referrers_visitorsFromSocialNetworks\":\"number\",\"Referrers_visitorsFromSocialNetworks_percent\":\"percent\",\"Referrers_visitorsFromAIAssistants\":\"number\",\"Referrers_visitorsFromAIAssistants_percent\":\"percent\",\"Referrers_visitorsFromDirectEntry\":\"number\",\"Referrers_visitorsFromDirectEntry_percent\":\"percent\",\"Referrers_visitorsFromWebsites\":\"number\",\"Referrers_visitorsFromWebsites_percent\":\"percent\",\"Referrers_visitorsFromCampaigns\":\"number\",\"Referrers_visitorsFromCampaigns_percent\":\"percent\",\"Referrers_distinctSearchEngines\":\"number\",\"Referrers_distinctSocialNetworks\":\"number\",\"Referrers_distinctAIAssistants\":\"number\",\"Referrers_distinctWebsites\":\"number\",\"Referrers_distinctKeywords\":\"number\",\"Referrers_distinctCampaigns\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_get\"},{\"category\":\"Referrers\",\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\",\"dimension\":\"Keyword\",\"documentation\":\"Report showing all keywords imported from all configured search engines.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"relatedReports\":{\"row\":[{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}]},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsImported\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"Channel Type\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"dimension\":\"Channel Type\",\"documentation\":\"This table contains information about the distribution of the channel types.<br \\/><b>Direct Entry:<\\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br \\/><b>Search Engines:<\\/b> A visitor was referred to your website by a search engine. <br \\/> See the \\\"Search Engines & Keywords\\\" report for more details.<br \\/><b>Websites:<\\/b> The visitor followed a link on another website that led to your site. <br \\/> See the \\\"Websites\\\" report for more details.<br \\/><b>Campaigns:<\\/b> Visitors that came to your website as the result of a campaign. <br \\/> See the \\\"Campaigns\\\" report for more details.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getReferrerType\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"All Channels\",\"module\":\"Referrers\",\"action\":\"getAll\",\"dimension\":\"Referrer\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAll&period=day&date=today\",\"uniqueId\":\"Referrers_getAll\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"relatedReports\":{\"row\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}]},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Search Engines\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"dimension\":\"Search Engine\",\"documentation\":\"This report shows which search engines referred users to your website. <br \\/> By clicking on a row in the table, you can see what users were searching for using a specific search engine.\",\"dimensions\":{\"Referrers_SearchEngine\":\"Search Engine\",\"Referrers_Keyword\":\"Keyword\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordsFromSearchEngineId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSearchEngines\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report shows which keywords users were searching for before they were referred to your website. <br \\/><br \\/> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br \\/><br \\/>Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.\",\"dimensions\":{\"Referrers_Keyword\":\"Keyword\",\"Referrers_SearchEngine\":\"Search Engine\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getSearchEnginesFromKeywordId\",\"relatedReports\":{\"row\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"}]},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Web keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>web<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleWeb\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (on Bing and Yahoo!)\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsBing\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Image keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>image<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleImage\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Video keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>video<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleVideo\"},{\"category\":\"Referrers\",\"subcategory\":\"Websites\",\"name\":\"Websites\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"dimension\":\"Website\",\"documentation\":\"In this table, you can see which websites referred visitors to your site. <br \\/> By clicking on a row in the table, you can see which URLs the links to your website were on.\",\"dimensions\":{\"Referrers_Website\":\"Website\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsFromWebsiteId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getWebsites\"},{\"category\":\"Referrers\",\"subcategory\":\"Social Networks\",\"name\":\"Social Networks\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"dimension\":\"Social network\",\"documentation\":\"This report shows which social networks led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which social network pages visitors came to your website.\",\"dimensions\":{\"Referrers_SocialNetwork\":\"Social network\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForSocial\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSocials\"},{\"category\":\"Referrers\",\"subcategory\":\"AI Assistants\",\"name\":\"AI Assistants\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"dimension\":\"AI Assistant\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\",\"dimensions\":{\"Referrers_AIAssistant\":\"AI Assistant\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForAIAssistant\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getAIAssistants\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Names\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"dimension\":\"Campaign Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\",\"MarketingCampaignsReporting_CombinedKeywordContent\":\"Keyword - Content\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordContentFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getName\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Keywords\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"dimension\":\"Campaign Keyword\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getKeyword\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Sources\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"dimension\":\"Campaign Source\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSource\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Mediums\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"dimension\":\"Campaign Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Contents\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"dimension\":\"Campaign Content\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getContent\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Source - Medium\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"dimension\":\"Source - Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignSourceMedium\":\"Source - Medium\",\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getNameFromSourceMediumId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSourceMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Ids\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"dimension\":\"Campaign Id\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getId\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Groups\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"dimension\":\"Campaign Group\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getGroup\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Placements\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"dimension\":\"Campaign Placement\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getPlacement\"},{\"category\":\"Referrers\",\"subcategory\":\"Crawling overview\",\"name\":\"Crawl overview for Bing and Yahoo!\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\",\"documentation\":\"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getCrawlingOverviewBing\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Ecommerce Orders\",\"nb_visits_converted\":\"Visits with Conversions\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue\",\"revenue_subtotal\":\"Subtotal\",\"revenue_tax\":\"Tax\",\"revenue_shipping\":\"Shipping\",\"revenue_discount\":\"Discount\",\"items\":\"Purchased Products\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"revenue_subtotal\":\"money\",\"revenue_tax\":\"money\",\"revenue_shipping\":\"money\",\"revenue_discount\":\"money\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Abandoned Carts\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue left in cart\",\"items\":\"Products left in cart\"},\"metricsDocumentation\":{\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"items\":\"number\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Name\",\"module\":\"Goals\",\"action\":\"getItemsName\",\"dimension\":\"Product Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Name.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Name at least once.\",\"avg_price\":\"The average price for this Product Name.\",\"avg_quantity\":\"The average quantity of this Product Name sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Name conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Name conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsName\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product SKU\",\"module\":\"Goals\",\"action\":\"getItemsSku\",\"dimension\":\"Product SKU\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product SKU.\",\"orders\":\"The total number of Ecommerce orders which contained this Product SKU at least once.\",\"avg_price\":\"The average price for this Product SKU.\",\"avg_quantity\":\"The average quantity of this Product SKU sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product SKU conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product SKU conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsSku\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Category\",\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"dimension\":\"Product Category\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Category.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Category at least once.\",\"avg_price\":\"The average price for this Product Category.\",\"avg_quantity\":\"The average quantity of this Product Category sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Category conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Category conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsCategory\"},{\"category\":\"Goals\",\"name\":\"Goals\",\"module\":\"Goals\",\"action\":\"get\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get\"},{\"category\":\"Goals\",\"name\":\"Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion\"},{\"category\":\"Goals\",\"name\":\"Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion\"},{\"category\":\"Goals\",\"name\":\"Goals Overview\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"0\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goal New Job Application\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"4\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (7 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"0\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--0\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (30 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"1\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--1\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (90 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"2\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--2\"}]}", + "json": "[{\"category\":\"All Websites\",\"name\":\"All Websites dashboard\",\"module\":\"MultiSites\",\"action\":\"getAll\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getAll&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getAll\"},{\"category\":\"All Websites\",\"name\":\"Single Website dashboard\",\"module\":\"MultiSites\",\"action\":\"getOne\",\"dimension\":\"Website\",\"documentation\":\"This report gives you an informational overview for a specific website, containing the most general metrics about your visitors.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_pageviews\":\"Pageviews\",\"hits\":\"Hits\",\"revenue\":\"Revenue\",\"nb_conversions\":\"Conversions\",\"orders\":\"Ecommerce Orders\",\"ecommerce_revenue\":\"Product Revenue\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_pageviews\":\"The number of times this page was visited.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\"},\"processedMetrics\":{\"visits_evolution\":\"Visits Evolution\",\"actions_evolution\":\"Actions Evolution\",\"pageviews_evolution\":\"Pageviews Evolution\",\"hits_evolution\":\"Hits Evolution\",\"revenue_evolution\":\"Revenue Evolution\",\"nb_conversions_evolution\":\"Conversions Evolution\",\"orders_evolution\":\"Ecommerce Orders Evolution\",\"ecommerce_revenue_evolution\":\"Product Revenue Evolution\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_pageviews\":\"number\",\"hits\":\"number\",\"revenue\":\"money\",\"nb_conversions\":\"number\",\"orders\":\"number\",\"ecommerce_revenue\":\"money\",\"visits_evolution\":\"percent\",\"actions_evolution\":\"percent\",\"pageviews_evolution\":\"percent\",\"hits_evolution\":\"percent\",\"revenue_evolution\":\"percent\",\"nb_conversions_evolution\":\"percent\",\"orders_evolution\":\"percent\",\"ecommerce_revenue_evolution\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiSites&apiAction=getOne&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiSites_getOne\"},{\"category\":\"Visitors\",\"subcategory\":\"Overview\",\"name\":\"Visits Summary\",\"module\":\"VisitsSummary\",\"action\":\"get\",\"documentation\":\"This report provides a very general overview of how your visitors behave.\",\"metrics\":{\"nb_uniq_visitors\":\"Unique visitors\",\"nb_visits\":\"Visits\",\"nb_users\":\"Users\",\"nb_actions\":\"Actions\",\"max_actions\":\"Maximum actions in one visit\"},\"metricsDocumentation\":{\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Visit Duration (in seconds)\"},\"metricTypes\":{\"nb_uniq_visitors\":\"number\",\"nb_visits\":\"number\",\"nb_users\":\"number\",\"nb_actions\":\"number\",\"max_actions\":\"number\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitsSummary_get\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Continent\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"dimension\":\"Continent\",\"documentation\":\"Shows which continent your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getContinent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getContinent\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Region\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"dimension\":\"Region\",\"documentation\":\"Shows which region your visitors connected from when accessing website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getRegion&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getRegion\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"dimension\":\"Language\",\"documentation\":\"Shows which language the visitor's browsers are using. (e.g. \\\"French\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguage\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"City\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"dimension\":\"City\",\"documentation\":\"Shows the cities your visitors connected from when accessing your website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCity&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCity\"},{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"dimension\":\"Language\",\"documentation\":\"Shows which exact language code the visitor's browsers is set to. (e.g. \\\"German \\u2014 Austria (de-at)\\\")\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserLanguage&apiAction=getLanguageCode&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserLanguage_getLanguageCode\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device type\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"dimension\":\"Device type\",\"documentation\":\"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getType\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device model\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"dimension\":\"Device model\",\"documentation\":\"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getModel&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getModel\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Device brand\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"dimension\":\"Device brand\",\"documentation\":\"This report shows the brands \\/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrand&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrand\"},{\"category\":\"Visitors\",\"subcategory\":\"Devices\",\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\",\"dimension\":\"Resolution\",\"documentation\":\"This report shows the screen resolutions your visitors used when viewing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getResolution&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getResolution\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"dimension\":\"Operating system version\",\"documentation\":\"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"dimension\":\"Browser\",\"documentation\":\"This report contains information about what kind of browser your visitors were using.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"dimension\":\"Browser version\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserVersions&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserVersions\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"dimension\":\"Configuration\",\"documentation\":\"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Resolution&apiAction=getConfiguration&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Resolution_getConfiguration\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"dimension\":\"Operating system family\",\"documentation\":\"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"relatedReports\":[{\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getOsFamilies&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getOsFamilies\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser engines\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"dimension\":\"Browser engine\",\"documentation\":\"This report shows your visitors' browsers broken down into browser engines. <br \\/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicesDetection&apiAction=getBrowserEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"DevicesDetection_getBrowserEngines\"},{\"category\":\"Visitors\",\"subcategory\":\"Software\",\"name\":\"Browser Plugins\",\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"dimension\":\"Plugin\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of total visits where the plugin was detected. A visit may include multiple plugins. The value is rounded down to whole numbers.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=DevicePlugins&apiAction=getPlugin&period=day&date=today\",\"uniqueId\":\"DevicePlugins_getPlugin\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"dimension\":\"Local time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> visitors' time zones <\\/strong> during their visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":[{\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerLocalTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerLocalTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits per hour in the site's timezone\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"dimension\":\"Site time \\u2014 hour (start of visit)\",\"documentation\":\"This graph shows what time it was in the <strong> site's time zone <\\/strong> during the visits.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getVisitInformationPerServerTime&period=day&date=today\",\"uniqueId\":\"VisitTime_getVisitInformationPerServerTime\"},{\"category\":\"Visitors\",\"subcategory\":\"Times\",\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"dimension\":\"Day of the week\",\"documentation\":\"This graph shows the number of visits your website received on each day of the week.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"relatedReports\":[{\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitTime&apiAction=getByDayOfWeek&period=day&date=today\",\"uniqueId\":\"VisitTime_getByDayOfWeek\"},{\"category\":\"Visitors\",\"subcategory\":\"User IDs\",\"name\":\"User IDs\",\"module\":\"UserId\",\"action\":\"getUsers\",\"dimension\":\"UserId\",\"documentation\":\"Shows visits and other general metrics for every individual User ID.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/user-id\\/\",\"metrics\":{\"label\":\"Label\",\"nb_visits\":\"Visits\",\"nb_actions\":\"Actions\",\"nb_visits_converted\":\"Visits with Conversions\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_actions\":\"number\",\"nb_visits_converted\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserId&apiAction=getUsers&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserId_getUsers\"},{\"category\":\"Visitors\",\"subcategory\":\"Custom Variables\",\"name\":\"Custom Variables\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"dimension\":\"Custom Variable name\",\"documentation\":\"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br \\/> For more information about Custom Variables in general, read the <a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Custom Variables documentation on matomo.org<\\/a>\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\",\"dimensions\":{\"CustomVariables_CustomVariableName\":\"Custom Variable name\",\"CustomVariables_CustomVariableValue\":\"Custom Variable value\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getCustomVariablesValuesFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomVariables&apiAction=getCustomVariables&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomVariables_getCustomVariables\"},{\"category\":\"Visitors\",\"subcategory\":\"customdimension1\",\"name\":\"User Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"1\"},\"dimension\":\"User Type\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\"},\"processedMetrics\":{\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"nb_actions_per_visit\":\"Actions per Visit\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"nb_actions_per_visit\":\"number\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--1\"},{\"category\":\"Actions\",\"name\":\"Actions - Main metrics\",\"module\":\"Actions\",\"action\":\"get\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\",\"metrics\":{\"nb_pageviews\":\"Pageviews\",\"nb_uniq_pageviews\":\"Unique Pageviews\",\"nb_downloads\":\"Downloads\",\"nb_uniq_downloads\":\"Unique Downloads\",\"nb_outlinks\":\"Outlinks\",\"nb_uniq_outlinks\":\"Unique Outlinks\",\"nb_searches\":\"Searches\",\"nb_keywords\":\"Unique Keywords\",\"hits\":\"Hits\"},\"metricsDocumentation\":{\"nb_pageviews\":\"The number of times this page was visited.\",\"nb_uniq_pageviews\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"nb_downloads\":\"The number of times this link was clicked.\",\"nb_uniq_downloads\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_outlinks\":\"The number of times this link was clicked.\",\"nb_uniq_outlinks\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_searches\":\"The number of visits that searched for this keyword on your website's search engine.\",\"hits\":\"The total count of all interactions recorded on your website, including page views, link clicks, downloads, and events.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_pageviews\":\"number\",\"nb_uniq_pageviews\":\"number\",\"nb_downloads\":\"number\",\"nb_uniq_downloads\":\"number\",\"nb_outlinks\":\"number\",\"nb_uniq_outlinks\":\"number\",\"nb_searches\":\"number\",\"nb_keywords\":\"number\",\"hits\":\"number\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_get\"},{\"category\":\"Actions\",\"name\":\"Users Flow\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dimension\":\"Interaction\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_exits\":\"Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_proceeded\":\"The number of visits that proceeded to the next interaction and did not exit your website or app.\",\"proceeded_rate\":\"The percentage of visits that performed another interaction after performing an interaction.\",\"exit_rate\":\"The percentage of visits that have left your website or app after this interaction.\",\"nb_exits\":\"The number of visits that did not leave after this interaction.\"},\"processedMetrics\":{\"nb_proceeded\":\"Proceeded\",\"proceeded_rate\":\"Proceeded Rate\",\"exit_rate\":\"Exit rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_exits\":\"number\",\"nb_proceeded\":\"number\",\"proceeded_rate\":\"percent\",\"exit_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUsersFlowPretty\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UsersFlow&apiAction=getUsersFlowPretty&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UsersFlow_getUsersFlowPretty\"},{\"category\":\"Actions\",\"subcategory\":\"Pages\",\"name\":\"Page URLs\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"dimension\":\"Page URL\",\"documentation\":\"This report contains information about the page URLs that have been visited. <br \\/> The table is organized hierarchically, the URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageUrls\",\"relatedReports\":[{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"dimension\":\"Entry Page URL\",\"documentation\":\"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br \\/> The entry URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageUrls\",\"relatedReports\":[{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Entry pages\",\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"dimension\":\"Entry Page title\",\"documentation\":\"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"entry_nb_visits\":\"Entrances\",\"entry_bounce_count\":\"Bounces\"},\"metricsDocumentation\":{\"entry_nb_visits\":\"Number of visits that started on this page.\",\"entry_bounce_count\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"bounce_rate\":\"Bounce Rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"entry_nb_visits\":\"number\",\"entry_bounce_count\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getEntryPageTitles\",\"relatedReports\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_entry\":\"Conversions\",\"revenue_entry\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"revenue_per_entry\":\"Revenue per Entry\",\"nb_conversions_entry_rate\":\"Conversion Rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_entry\":\"number\",\"revenue_entry\":\"money\",\"revenue_per_entry\":\"number\",\"nb_conversions_entry_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getEntryPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getEntryPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"dimension\":\"Exit Page URL\",\"documentation\":\"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br \\/> The exit URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageUrls\",\"relatedReports\":[{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageUrls&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageUrls\"},{\"category\":\"Actions\",\"subcategory\":\"Exit pages\",\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"dimension\":\"Exit Page Title\",\"documentation\":\"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"exit_nb_visits\":\"Exits\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"exit_nb_visits\":\"Number of visits that ended on this page.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"exit_nb_visits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getExitPageTitles\",\"relatedReports\":[{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\"},{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getExitPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getExitPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Page titles\",\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"dimension\":\"Page Title\",\"documentation\":\"This report contains information about the titles of the pages that have been visited. <br \\/> The page title is the HTML <title> Tag that most browsers show in their window title.\",\"metrics\":{\"nb_hits\":\"Pageviews\",\"nb_visits\":\"Unique Pageviews\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"The number of visits that included this page. If a page was viewed multiple times during one visit, it is only counted once.\",\"avg_time_on_page\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\",\"bounce_rate\":\"The percentage of visits that started on this page and left the website straight away.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_page\":\"Avg. time on page\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getPageTitles\",\"relatedReports\":[{\"name\":\"Entry page titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"nb_conversions_attrib\":\"Conversions\",\"revenue_attrib\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\",\"nb_conversions_page_rate\":\"Viewed before conversion rate\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"nb_conversions_attrib\":\"number\",\"revenue_attrib\":\"money\",\"nb_conversions_page_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitles&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitles\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Site Search Keywords\",\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report lists the Search Keywords that visitors searched for on your internal Search Engine.<br\\/><br\\/>Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":[{\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageUrlsFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageUrlsFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Keywords with No Results\",\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"dimension\":\"Keyword with No Search Result\",\"documentation\":\"Tracking searches that visitors make on your website is a very effective way to learn more about what your audience is looking for, it can help find ideas for new content, new Ecommerce products that potential customers might be searching for, and generally improve the visitors' experience on your website.<br \\/><br \\/>This report lists the Search Keywords that did not return any Search result: maybe the search engine algorithm can be improved, or maybe your visitors are looking for content that is not (yet) on your website?\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"processedMetrics\":{\"exit_rate\":\"% Search Exits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchNoResultKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchNoResultKeywords\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"dimension\":\"Destination Page\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_hits_following_search\":\"Clicked in search results\",\"nb_hits\":\"Pageviews\"},\"metricsDocumentation\":{\"nb_hits_following_search\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\",\"nb_hits\":\"The number of times this page was visited.\"},\"metricTypes\":{\"nb_hits_following_search\":\"number\",\"nb_hits\":\"number\",\"avg_time_on_page\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"relatedReports\":[{\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getPageTitlesFollowingSiteSearch&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getPageTitlesFollowingSiteSearch\"},{\"category\":\"Actions\",\"subcategory\":\"Site Search\",\"name\":\"Search Categories\",\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"dimension\":\"Search Category\",\"documentation\":\"This report lists the Categories that visitors selected when they made a Search on your website.<br\\/>For example, Ecommerce websites typically have a \\\"Category\\\" selector so that visitors can restrict their searches to all products in a specific Category.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\",\"metrics\":{\"nb_visits\":\"Searches\",\"nb_pages_per_search\":\"Search Results pages\",\"exit_rate\":\"% Search Exits\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that searched for this keyword on your website's search engine.\",\"nb_pages_per_search\":\"Visitors will search on your website, and sometimes click \\\"next\\\" to view more results. This is the average number of search results pages viewed for this keyword.\",\"exit_rate\":\"The percentage of visits that left the website after searching for this Keyword on your Site Search engine.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_pages_per_search\":\"number\",\"exit_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getSiteSearchCategories&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getSiteSearchCategories\"},{\"category\":\"Actions\",\"subcategory\":\"Outlinks\",\"name\":\"Outlinks\",\"module\":\"Actions\",\"action\":\"getOutlinks\",\"dimension\":\"Clicked Outlink\",\"documentation\":\"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br \\/>Use the plus and minus icons on the left to navigate.\",\"metrics\":{\"nb_visits\":\"Unique Clicks\",\"nb_hits\":\"Clicks\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getOutlinks\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getOutlinks&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getOutlinks\"},{\"category\":\"Actions\",\"subcategory\":\"Downloads\",\"name\":\"Downloads\",\"module\":\"Actions\",\"action\":\"getDownloads\",\"dimension\":\"Download URL\",\"documentation\":\"In this report, you can see which files your visitors have downloaded. <br \\/> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.\",\"metrics\":{\"nb_visits\":\"Unique Downloads\",\"nb_hits\":\"Downloads\"},\"metricsDocumentation\":{\"nb_visits\":\"The number of visits that involved a click on this link. If a link was clicked multiple times during one visit, it is only counted once.\",\"nb_hits\":\"The number of times this link was clicked.\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_hits\":\"number\"},\"actionToLoadSubTables\":\"getDownloads\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Actions&apiAction=getDownloads&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Actions_getDownloads\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Categories\",\"module\":\"Events\",\"action\":\"getCategory\",\"dimension\":\"Event Category\",\"documentation\":\"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventCategory\":\"Event Category\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromCategoryId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getCategory\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Actions\",\"module\":\"Events\",\"action\":\"getAction\",\"dimension\":\"Event Action\",\"documentation\":\"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventAction\":\"Event Action\",\"Events_EventName\":\"Event Name\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getNameFromActionId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getAction&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getAction\"},{\"category\":\"Actions\",\"subcategory\":\"Events\",\"name\":\"Event Names\",\"module\":\"Events\",\"action\":\"getName\",\"dimension\":\"Event Name\",\"documentation\":\"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\",\"dimensions\":{\"Events_EventName\":\"Event Name\",\"Events_EventAction\":\"Event Action\"},\"metrics\":{\"nb_events\":\"Events\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"sum_event_value\":\"Event value\",\"min_event_value\":\"Minimum Event value\",\"max_event_value\":\"Maximum Event value\",\"nb_events_with_value\":\"Events with a value\"},\"metricsDocumentation\":{\"nb_events\":\"Total number of events\",\"nb_visits\":\"The total number of visits where at least one event was triggered.\",\"nb_uniq_visitors\":\"The number of deduplicated visitors who triggered an event on your website. Every visitor is only counted once, even if they visit or trigger multiple events on the website.\",\"sum_event_value\":\"The sum of event values\",\"min_event_value\":\"The minimum value for this event\",\"max_event_value\":\"The maximum value for this event\",\"nb_events_with_value\":\"Number of events where an Event value was set\",\"avg_event_value\":\"The average of all values for this event\"},\"processedMetrics\":{\"avg_event_value\":\"The average of all values for this event\"},\"metricTypes\":{\"nb_events\":\"number\",\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"sum_event_value\":\"number\",\"min_event_value\":\"number\",\"max_event_value\":\"number\",\"nb_events_with_value\":\"number\",\"avg_event_value\":\"number\"},\"actionToLoadSubTables\":\"getActionFromNameId\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Events&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Events_getName\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Name\",\"module\":\"Contents\",\"action\":\"getContentNames\",\"dimension\":\"Content Name\",\"documentation\":\"This report shows the names of the content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentNames\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentNames&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentNames\"},{\"category\":\"Actions\",\"subcategory\":\"Contents\",\"name\":\"Content Piece\",\"module\":\"Contents\",\"action\":\"getContentPieces\",\"dimension\":\"Content Piece\",\"documentation\":\"This report shows the pieces of content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\",\"metrics\":{\"nb_impressions\":\"Impressions\",\"nb_interactions\":\"Content Interactions\"},\"metricsDocumentation\":{\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"nb_interactions\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\",\"interaction_rate\":\"The ratio of content impressions to interactions.\"},\"processedMetrics\":{\"interaction_rate\":\"Interaction Rate\"},\"metricTypes\":{\"nb_impressions\":\"number\",\"nb_interactions\":\"number\",\"interaction_rate\":\"percent\"},\"actionToLoadSubTables\":\"getContentPieces\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Contents&apiAction=getContentPieces&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Contents_getContentPieces\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Length of visits\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"dimension\":\"Visit duration\",\"documentation\":\"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerVisitDuration&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerVisitDuration\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Pages per visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"dimension\":\"Pages per visit\",\"documentation\":\"How many visits involved a certain number of pageviews. Initially, the report is shown as a tag cloud, wherein more common numbers of pages have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsPerPage&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsPerPage\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by visit number\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"dimension\":\"Visits by visit number\",\"documentation\":\"The number of visitors reaching their Nth visit. I.e. the total amount of visitors visiting your website a given amount of times or more.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_visits_percentage\":\"The percentage of totals visits, where visitors had this amount of visits in total yet.\"},\"processedMetrics\":{\"nb_visits_percentage\":\"% Visits\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_visits_percentage\":\"percent\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByVisitCount&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByVisitCount\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Visits by days since last visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"dimension\":\"Days since last visit\",\"documentation\":\"How many visits were from returning visitors whose last visit was a certain number of days ago.\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitorInterest&apiAction=getNumberOfVisitsByDaysSinceLast&period=day&date=today\",\"uniqueId\":\"VisitorInterest_getNumberOfVisitsByDaysSinceLast\"},{\"category\":\"Actions\",\"subcategory\":\"Engagement\",\"name\":\"Returning Visits\",\"module\":\"VisitFrequency\",\"action\":\"get\",\"documentation\":\"This report shows general metrics like visits for returning visitors side by side with the same metrics for new visitors. Learn how returning visitors perform overall compared to new visitors.\",\"metrics\":{\"nb_visits_returning\":\"Returning Visits\",\"nb_actions_returning\":\"Actions by Returning Visits\",\"nb_uniq_visitors_returning\":\"Unique returning visitors\",\"nb_users_returning\":\"Returning Users\",\"max_actions_returning\":\"Maximum actions in one returning visit\",\"nb_visits_new\":\"New Visits\",\"nb_actions_new\":\"Actions by New Visits\",\"nb_uniq_visitors_new\":\"Unique new visitors\",\"nb_users_new\":\"New Users\",\"max_actions_new\":\"max_actions_new\"},\"processedMetrics\":{\"avg_time_on_site_returning\":\"Avg. Duration of a Returning Visit (in sec)\",\"nb_actions_per_visit_returning\":\"Avg. Actions per Returning Visit\",\"bounce_rate_returning\":\"Bounce Rate for Returning Visits\",\"avg_time_on_site_new\":\"Avg. Duration of a New Visit (in sec)\",\"nb_actions_per_visit_new\":\"Avg. Actions per New Visit\",\"bounce_rate_new\":\"Bounce Rate for New Visits\"},\"metricTypes\":{\"nb_visits_returning\":\"number\",\"nb_actions_returning\":\"number\",\"nb_uniq_visitors_returning\":\"number\",\"nb_users_returning\":\"number\",\"max_actions_returning\":\"number\",\"nb_visits_new\":\"number\",\"nb_actions_new\":\"number\",\"nb_uniq_visitors_new\":\"number\",\"nb_users_new\":\"number\",\"max_actions_new\":\"number\",\"avg_time_on_site_returning\":\"duration_s\",\"nb_actions_per_visit_returning\":\"number\",\"bounce_rate_returning\":\"percent\",\"avg_time_on_site_new\":\"duration_s\",\"nb_actions_per_visit_new\":\"number\",\"bounce_rate_new\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitFrequency&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"VisitFrequency_get\"},{\"category\":\"Actions\",\"subcategory\":\"Performance\",\"name\":\"Performance overview\",\"module\":\"PagePerformance\",\"action\":\"get\",\"documentation\":\"This report provides an overview of how fast your webpages become visible to your visitors. This includes both how long it takes for browsers to download your webpages and how long it takes for browsers to display them.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/faq\\/how-to\\/how-do-i-see-page-performance-reports\\/\",\"metrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricsDocumentation\":{\"avg_time_network\":\"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.\",\"avg_time_server\":\"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.\",\"avg_time_transfer\":\"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.\",\"avg_time_dom_processing\":\"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.\",\"avg_time_dom_completion\":\"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.\",\"avg_time_on_load\":\"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.\",\"avg_page_load_time\":\"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser\"},\"processedMetrics\":{\"avg_time_network\":\"Avg. network time\",\"avg_time_server\":\"Avg. server time\",\"avg_time_transfer\":\"Avg. transfer time\",\"avg_time_dom_processing\":\"Avg. DOM processing time\",\"avg_time_dom_completion\":\"Avg. DOM completion time\",\"avg_time_on_load\":\"Avg. on load time\",\"avg_page_load_time\":\"Avg. page load time\"},\"metricTypes\":{\"avg_time_network\":\"duration_s\",\"avg_time_server\":\"duration_s\",\"avg_time_transfer\":\"duration_s\",\"avg_time_dom_processing\":\"duration_s\",\"avg_time_dom_completion\":\"duration_s\",\"avg_time_on_load\":\"duration_s\",\"avg_page_load_time\":\"duration_s\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=PagePerformance&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"PagePerformance_get\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension2\",\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"2\"},\"dimension\":\"Page Author\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--2\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension4\",\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"4\"},\"dimension\":\"Page Location\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--4\"},{\"category\":\"Actions\",\"subcategory\":\"customdimension5\",\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"parameters\":{\"idDimension\":\"5\"},\"dimension\":\"Page Type\",\"metrics\":{\"nb_hits\":\"Actions\",\"nb_visits\":\"Unique Actions\"},\"metricsDocumentation\":{\"nb_hits\":\"The number of times this page was visited.\",\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"avg_time_on_dimension\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"exit_rate\":\"The percentage of visits that left the website after viewing this page.\",\"avg_time_generation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},\"processedMetrics\":{\"avg_time_on_dimension\":\"Avg. Time On Dimension\",\"bounce_rate\":\"Bounce Rate\",\"exit_rate\":\"Exit rate\",\"avg_time_generation\":\"Avg. generation time\"},\"metricTypes\":{\"nb_hits\":\"number\",\"nb_visits\":\"number\",\"avg_time_on_dimension\":\"duration_s\",\"bounce_rate\":\"percent\",\"exit_rate\":\"percent\",\"avg_time_generation\":\"duration_s\"},\"actionToLoadSubTables\":\"getCustomDimension\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=CustomDimensions&apiAction=getCustomDimension&idDimension=5&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"CustomDimensions_getCustomDimension_idDimension--5\"},{\"category\":\"Referrers\",\"name\":\"Referrers Overview\",\"module\":\"Referrers\",\"action\":\"get\",\"documentation\":\"This report shows what acquisition channels your visitors used to get to your website, and the number of visits each channel type is responsible for.\",\"metrics\":{\"Referrers_visitorsFromSearchEngines\":\"Visitors from Search Engines\",\"Referrers_visitorsFromSearchEngines_percent\":\"Percent of Visitors from Search Engines\",\"Referrers_visitorsFromSocialNetworks\":\"Visitors from Social Networks\",\"Referrers_visitorsFromSocialNetworks_percent\":\"Percent of Visitors from Social Networks\",\"Referrers_visitorsFromAIAssistants\":\"Visitors from AI Assistants\",\"Referrers_visitorsFromAIAssistants_percent\":\"Percent of Visitors from AI Assistants\",\"Referrers_visitorsFromDirectEntry\":\"Visitors from Direct Entry\",\"Referrers_visitorsFromDirectEntry_percent\":\"Percent of Visitors from Direct Entry\",\"Referrers_visitorsFromWebsites\":\"Visitors from Websites\",\"Referrers_visitorsFromWebsites_percent\":\"Percent of Visitors from Websites\",\"Referrers_visitorsFromCampaigns\":\"Visitors from Campaigns\",\"Referrers_visitorsFromCampaigns_percent\":\"Percent of Visitors from Campaigns\",\"Referrers_distinctSearchEngines\":\"Distinct search engines\",\"Referrers_distinctSocialNetworks\":\"Distinct social networks\",\"Referrers_distinctAIAssistants\":\"Distinct AI assistants\",\"Referrers_distinctWebsites\":\"Distinct websites\",\"Referrers_distinctKeywords\":\"Distinct keywords\",\"Referrers_distinctCampaigns\":\"Distinct campaigns\"},\"metricTypes\":{\"Referrers_visitorsFromSearchEngines\":\"number\",\"Referrers_visitorsFromSearchEngines_percent\":\"percent\",\"Referrers_visitorsFromSocialNetworks\":\"number\",\"Referrers_visitorsFromSocialNetworks_percent\":\"percent\",\"Referrers_visitorsFromAIAssistants\":\"number\",\"Referrers_visitorsFromAIAssistants_percent\":\"percent\",\"Referrers_visitorsFromDirectEntry\":\"number\",\"Referrers_visitorsFromDirectEntry_percent\":\"percent\",\"Referrers_visitorsFromWebsites\":\"number\",\"Referrers_visitorsFromWebsites_percent\":\"percent\",\"Referrers_visitorsFromCampaigns\":\"number\",\"Referrers_visitorsFromCampaigns_percent\":\"percent\",\"Referrers_distinctSearchEngines\":\"number\",\"Referrers_distinctSocialNetworks\":\"number\",\"Referrers_distinctAIAssistants\":\"number\",\"Referrers_distinctWebsites\":\"number\",\"Referrers_distinctKeywords\":\"number\",\"Referrers_distinctCampaigns\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_get\"},{\"category\":\"Referrers\",\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\",\"dimension\":\"Keyword\",\"documentation\":\"Report showing all keywords imported from all configured search engines.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"relatedReports\":[{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsImported&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsImported\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"Channel Type\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"dimension\":\"Channel Type\",\"documentation\":\"This table contains information about the distribution of the channel types.<br \\/><b>Direct Entry:<\\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br \\/><b>Search Engines:<\\/b> A visitor was referred to your website by a search engine. <br \\/> See the \\\"Search Engines & Keywords\\\" report for more details.<br \\/><b>Websites:<\\/b> The visitor followed a link on another website that led to your site. <br \\/> See the \\\"Websites\\\" report for more details.<br \\/><b>Campaigns:<\\/b> Visitors that came to your website as the result of a campaign. <br \\/> See the \\\"Campaigns\\\" report for more details.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getReferrerType&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getReferrerType\"},{\"category\":\"Referrers\",\"subcategory\":\"All Channels\",\"name\":\"All Channels\",\"module\":\"Referrers\",\"action\":\"getAll\",\"dimension\":\"Referrer\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAll&period=day&date=today\",\"uniqueId\":\"Referrers_getAll\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_visits\":\"number\"},\"relatedReports\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\"}],\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Search Engines\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"dimension\":\"Search Engine\",\"documentation\":\"This report shows which search engines referred users to your website. <br \\/> By clicking on a row in the table, you can see what users were searching for using a specific search engine.\",\"dimensions\":{\"Referrers_SearchEngine\":\"Search Engine\",\"Referrers_Keyword\":\"Keyword\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordsFromSearchEngineId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSearchEngines&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSearchEngines\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"dimension\":\"Keyword\",\"documentation\":\"This report shows which keywords users were searching for before they were referred to your website. <br \\/><br \\/> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br \\/><br \\/>Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.\",\"dimensions\":{\"Referrers_Keyword\":\"Keyword\",\"Referrers_SearchEngine\":\"Search Engine\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getSearchEnginesFromKeywordId\",\"relatedReports\":[{\"name\":\"Combined imported keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsImported\"},{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"}],\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getKeywords&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getKeywords\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Web keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>web<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleWeb&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleWeb\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Keywords (on Bing and Yahoo!)\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsBing\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Image keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>image<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleImage&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleImage\"},{\"category\":\"Referrers\",\"subcategory\":\"Search Engines & Keywords\",\"name\":\"Video keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"dimension\":\"Keyword\",\"documentation\":\"Keywords used in Google <b>video<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metrics\":{\"nb_clicks\":\"Clicks\",\"nb_impressions\":\"Impressions\",\"ctr\":\"CTR\",\"position\":\"Avg. position\"},\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"metricTypes\":{\"nb_clicks\":\"number\",\"nb_impressions\":\"number\",\"ctr\":\"number\",\"position\":\"number\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getKeywordsGoogleVideo&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getKeywordsGoogleVideo\"},{\"category\":\"Referrers\",\"subcategory\":\"Websites\",\"name\":\"Websites\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"dimension\":\"Website\",\"documentation\":\"In this table, you can see which websites referred visitors to your site. <br \\/> By clicking on a row in the table, you can see which URLs the links to your website were on.\",\"dimensions\":{\"Referrers_Website\":\"Website\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsFromWebsiteId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getWebsites&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getWebsites\"},{\"category\":\"Referrers\",\"subcategory\":\"Social Networks\",\"name\":\"Social Networks\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"dimension\":\"Social network\",\"documentation\":\"This report shows which social networks led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which social network pages visitors came to your website.\",\"dimensions\":{\"Referrers_SocialNetwork\":\"Social network\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForSocial\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getSocials&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getSocials\"},{\"category\":\"Referrers\",\"subcategory\":\"AI Assistants\",\"name\":\"AI Assistants\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"dimension\":\"AI Assistant\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\",\"dimensions\":{\"Referrers_AIAssistant\":\"AI Assistant\",\"Referrers_WebsitePage\":\"Website Page\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getUrlsForAIAssistant\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Referrers&apiAction=getAIAssistants&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Referrers_getAIAssistants\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Names\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"dimension\":\"Campaign Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\",\"MarketingCampaignsReporting_CombinedKeywordContent\":\"Keyword - Content\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getKeywordContentFromNameId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getName\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Keywords\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"dimension\":\"Campaign Keyword\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getKeyword&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getKeyword\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Sources\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"dimension\":\"Campaign Source\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSource&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSource\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Mediums\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"dimension\":\"Campaign Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Contents\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"dimension\":\"Campaign Content\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getContent&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getContent\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Source - Medium\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"dimension\":\"Source - Medium\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"dimensions\":{\"MarketingCampaignsReporting_CampaignSourceMedium\":\"Source - Medium\",\"MarketingCampaignsReporting_CampaignName\":\"Campaign Name\"},\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"actionToLoadSubTables\":\"getNameFromSourceMediumId\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getSourceMedium&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getSourceMedium\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Ids\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"dimension\":\"Campaign Id\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getId&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getId\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Groups\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"dimension\":\"Campaign Group\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getGroup&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getGroup\"},{\"category\":\"Referrers\",\"subcategory\":\"Campaigns\",\"name\":\"Campaign Placements\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"dimension\":\"Campaign Placement\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/reports\\/acquisition-and-marketing-channels\\/\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MarketingCampaignsReporting&apiAction=getPlacement&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MarketingCampaignsReporting_getPlacement\"},{\"category\":\"Referrers\",\"subcategory\":\"Crawling overview\",\"name\":\"Crawl overview for Bing and Yahoo!\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\",\"documentation\":\"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\",\"metricsDocumentation\":{\"nb_clicks\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\",\"nb_impressions\":\"An impression is counted each time your website is displayed in a search engine results page.\",\"ctr\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\",\"position\":\"Average position of your website in the search engine results list (for this keyword).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\",\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\":\"URLs currently blocked by your site\\u2019s robots.txt.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\":\"These codes appear when the server serves a page successfully\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\":\"These codes appear when you have permanently moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\":\"These codes appear when the server failed to fulfill an apparently valid request.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\":\"Number of errors occured for the Bing crawler.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\":\"Number of pages the Bing crawler requested.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\":\"Total number of pages available in Bing index\",\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\":\"Total number of pages available in Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\":\"Pages that were newly added to Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\":\"Pages that were removed from Yandex search index\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\":\"Number of pages the Yandex crawler requested.\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\":\"Crawled Pages with a 2xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\":\"Crawled Pages with a 3xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\":\"Crawled Pages with a 4xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\":\"Crawled Pages with a 5xx code\",\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\":\"Crawled paged that failed for any other reason\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=SearchEngineKeywordsPerformance&apiAction=getCrawlingOverviewBing&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"SearchEngineKeywordsPerformance_getCrawlingOverviewBing\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Ecommerce Orders\",\"nb_visits_converted\":\"Visits with Conversions\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue\",\"revenue_subtotal\":\"Subtotal\",\"revenue_tax\":\"Tax\",\"revenue_shipping\":\"Shipping\",\"revenue_discount\":\"Discount\",\"items\":\"Purchased Products\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"revenue_subtotal\":\"money\",\"revenue_tax\":\"money\",\"revenue_shipping\":\"money\",\"revenue_discount\":\"money\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceOrder&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Ecommerce Orders - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceOrder\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceOrder&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceOrder\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Abandoned Carts\",\"conversion_rate\":\"Conversion Rate\",\"revenue\":\"Revenue left in cart\",\"items\":\"Products left in cart\"},\"metricsDocumentation\":{\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"avg_order_revenue\":\"Average Order Value\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\",\"items\":\"number\",\"avg_order_revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=ecommerceAbandonedCart&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Visits to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"name\":\"Abandoned Carts - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"ecommerceAbandonedCart\"},\"dimension\":\"Days to Conversion\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=ecommerceAbandonedCart&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--ecommerceAbandonedCart\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Name\",\"module\":\"Goals\",\"action\":\"getItemsName\",\"dimension\":\"Product Name\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Name.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Name at least once.\",\"avg_price\":\"The average price for this Product Name.\",\"avg_quantity\":\"The average quantity of this Product Name sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Name conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Name conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsName&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsName\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product SKU\",\"module\":\"Goals\",\"action\":\"getItemsSku\",\"dimension\":\"Product SKU\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product SKU.\",\"orders\":\"The total number of Ecommerce orders which contained this Product SKU at least once.\",\"avg_price\":\"The average price for this Product SKU.\",\"avg_quantity\":\"The average quantity of this Product SKU sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product SKU conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product SKU conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsSku&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsSku\"},{\"category\":\"Ecommerce\",\"subcategory\":\"Products\",\"name\":\"Product Category\",\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"dimension\":\"Product Category\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/\",\"metrics\":{\"revenue\":\"Product Revenue\",\"quantity\":\"Quantity\",\"orders\":\"Unique Purchases\",\"nb_visits\":\"Visits\"},\"metricsDocumentation\":{\"revenue\":\"The total revenue generated by Product sales. Excludes tax, shipping and discount.\",\"quantity\":\"Quantity is the total number of products sold for each Product Category.\",\"orders\":\"The total number of Ecommerce orders which contained this Product Category at least once.\",\"avg_price\":\"The average price for this Product Category.\",\"avg_quantity\":\"The average quantity of this Product Category sold in Ecommerce orders.\",\"nb_visits\":\"The number of visits on the Product\\/Category page. This is also used to process the Product Category conversion rate. This metric is in the report if Ecommerce view tracking was setup on Product\\/Category pages.\",\"conversion_rate\":\"The Product Category conversion rate is the number of orders containing this product divided by number of visits on the product page.\"},\"processedMetrics\":{\"avg_price\":\"Average Price\",\"avg_quantity\":\"Average Quantity\",\"conversion_rate\":\"Product Conversion Rate\"},\"metricTypes\":{\"revenue\":\"money\",\"quantity\":\"number\",\"orders\":\"number\",\"nb_visits\":\"number\",\"avg_price\":\"money\",\"avg_quantity\":\"number\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getItemsCategory&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_getItemsCategory\"},{\"category\":\"Goals\",\"name\":\"Goals\",\"module\":\"Goals\",\"action\":\"get\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get\"},{\"category\":\"Goals\",\"name\":\"Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion\"},{\"category\":\"Goals\",\"name\":\"Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion\"},{\"category\":\"Goals\",\"name\":\"Goals Overview\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"0\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goals Overview - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"0\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=0&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--0\"},{\"category\":\"Goals\",\"name\":\"Goal New Job Application\",\"module\":\"Goals\",\"action\":\"get\",\"parameters\":{\"idGoal\":\"4\"},\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\",\"nb_visits_converted\":\"Visits with Conversions\",\"revenue\":\"Revenue\"},\"metricsDocumentation\":{\"nb_visits_converted\":\"Number of visits where at least one goal was successfully converted.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"conversion_rate\":\"Conversion Rate\"},\"metricTypes\":{\"nb_conversions\":\"number\",\"nb_visits_converted\":\"number\",\"revenue\":\"money\",\"conversion_rate\":\"percent\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=get&idGoal=4&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"Goals_get_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Visits to Conversion\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Visits to Conversion\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each visit. Represents how many visits took place before converting.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getVisitsUntilConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getVisitsUntilConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"New Job Application - Days to Conversion\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"parameters\":{\"idGoal\":\"4\"},\"dimension\":\"Days to Conversion\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\",\"metrics\":{\"nb_conversions\":\"Conversions\"},\"metricsDocumentation\":{\"nb_conversions\":\"The total number of goal conversions that occurred within each time range. Represents how many days passed between a visitor's first interaction and their conversion.\"},\"metricTypes\":{\"nb_conversions\":\"number\"},\"constantRowsCount\":\"1\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=Goals&apiAction=getDaysToConversion&idGoal=4&period=day&date=today\",\"uniqueId\":\"Goals_getDaysToConversion_idGoal--4\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (7 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"0\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=0&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--0\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (30 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"1\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=1&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--1\"},{\"category\":\"Goals\",\"name\":\"Channel Attribution for Goal (New Job Application) - Dimension (Campaign Name (90 days))\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getChannelAttribution\",\"parameters\":{\"idGoal\":\"4\",\"idCampaignDimensionCombination\":\"2\"},\"dimension\":\"Channel\",\"metrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions Last Interaction\",\"nb_attribution_revenue_lastInteraction\":\"Revenue Last Interaction\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions Last Non-Direct\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue Last Non-Direct\",\"nb_attribution_conversions_firstInteraction\":\"Conversions First Interaction\",\"nb_attribution_revenue_firstInteraction\":\"Revenue First Interaction\",\"nb_attribution_conversions_linear\":\"Conversions Linear\",\"nb_attribution_revenue_linear\":\"Revenue Linear\",\"nb_attribution_conversions_positionBased\":\"Conversions Position Based\",\"nb_attribution_revenue_positionBased\":\"Revenue Position Based\",\"nb_attribution_conversions_timeDecay\":\"Conversions Time Decay\",\"nb_attribution_revenue_timeDecay\":\"Revenue Time Decay\"},\"metricsDocumentation\":{\"nb_attribution_conversions_lastInteraction\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_revenue_lastInteraction\":\"The revenue for this channel when the attribution model \\\"Last Interaction\\\" is applied.\",\"nb_attribution_conversions_lastNonDirect\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_revenue_lastNonDirect\":\"The revenue for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\",\"nb_attribution_conversions_firstInteraction\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_revenue_firstInteraction\":\"The revenue for this channel when the attribution model \\\"First Interaction\\\" is applied.\",\"nb_attribution_conversions_linear\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_revenue_linear\":\"The revenue for this channel when the attribution model \\\"Linear\\\" is applied.\",\"nb_attribution_conversions_positionBased\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_revenue_positionBased\":\"The revenue for this channel when the attribution model \\\"Position Based\\\" is applied.\",\"nb_attribution_conversions_timeDecay\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\",\"nb_attribution_revenue_timeDecay\":\"The revenue for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},\"processedMetrics\":{\"nb_attribution_conversions_lastInteraction\":\"Conversions\",\"nb_attribution_revenue_lastInteraction\":\"Revenue\",\"nb_attribution_conversions_lastNonDirect\":\"Conversions\",\"nb_attribution_revenue_lastNonDirect\":\"Revenue\",\"nb_attribution_conversions_firstInteraction\":\"Conversions\",\"nb_attribution_revenue_firstInteraction\":\"Revenue\",\"nb_attribution_conversions_linear\":\"Conversions\",\"nb_attribution_revenue_linear\":\"Revenue\",\"nb_attribution_conversions_positionBased\":\"Conversions\",\"nb_attribution_revenue_positionBased\":\"Revenue\",\"nb_attribution_conversions_timeDecay\":\"Conversions\",\"nb_attribution_revenue_timeDecay\":\"Revenue\"},\"metricTypes\":{\"nb_attribution_conversions_lastInteraction\":\"unspecified\",\"nb_attribution_revenue_lastInteraction\":\"unspecified\",\"nb_attribution_conversions_lastNonDirect\":\"unspecified\",\"nb_attribution_revenue_lastNonDirect\":\"unspecified\",\"nb_attribution_conversions_firstInteraction\":\"unspecified\",\"nb_attribution_revenue_firstInteraction\":\"unspecified\",\"nb_attribution_conversions_linear\":\"unspecified\",\"nb_attribution_revenue_linear\":\"unspecified\",\"nb_attribution_conversions_positionBased\":\"unspecified\",\"nb_attribution_revenue_positionBased\":\"unspecified\",\"nb_attribution_conversions_timeDecay\":\"unspecified\",\"nb_attribution_revenue_timeDecay\":\"unspecified\"},\"actionToLoadSubTables\":\"getChannelAttribution\",\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=MultiChannelConversionAttribution&apiAction=getChannelAttribution&idGoal=4&idCampaignDimensionCombination=2&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"MultiChannelConversionAttribution_getChannelAttribution_idGoal--4_idCampaignDimensionCombination--2\"}]" + }, "API.getReportPagesMetadata": { "xml": "{\"row\":[{\"uniqueId\":\"General_Actions.customdimension2\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension2\",\"name\":\"Page Author\",\"order\":\"70\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"202\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"2\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.customdimension4\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension4\",\"name\":\"Page Location\",\"order\":\"71\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"204\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"4\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension4\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.customdimension5\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension5\",\"name\":\"Page Type\",\"order\":\"72\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"205\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"5\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.VisitorInterest_Engagement\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Visits per visit duration\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"order\":\"115\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsPerVisitDuration\",\"isWide\":\"0\",\"viewDataTable\":\"cloud\",\"isReport\":\"1\"},{\"name\":\"Visits per number of pages\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"order\":\"120\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsPerPage\",\"isWide\":\"0\",\"viewDataTable\":\"cloud\",\"isReport\":\"1\"},{\"name\":\"Visits by visit number\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"order\":\"125\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsByVisitCount\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits by days since last visit\",\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"order\":\"130\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsByDaysSinceLast\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Returning Visits Over Time\",\"module\":\"VisitFrequency\",\"action\":\"getEvolutionGraph\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitFrequency\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitFrequencygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Frequency Overview\",\"module\":\"VisitFrequency\",\"action\":\"get\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitFrequency\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitFrequencygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.Transitions_Transitions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Transitions_Transitions\",\"name\":\"Transitions\",\"order\":\"46\",\"help\":\"<p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \\\"Transitions\\\" report.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/transitions\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">More details<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Transitions\",\"module\":\"Transitions\",\"action\":\"getTransitions\",\"order\":\"99\",\"parameters\":{\"module\":\"Transitions\",\"action\":\"getTransitions\"},\"uniqueId\":\"widgetTransitionsgetTransitions\",\"isWide\":\"0\"}}},{\"uniqueId\":\"General_Actions.General_Downloads\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Downloads\",\"name\":\"Downloads\",\"order\":\"35\",\"help\":\"<p>In this report, you can see which files your visitors have downloaded.<\\/p><p>What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Downloads\",\"module\":\"Actions\",\"action\":\"getDownloads\",\"order\":\"109\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getDownloads\"},\"uniqueId\":\"widgetActionsgetDownloads\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.Actions_SubmenuPagesEntry\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesEntry\",\"name\":\"Entry pages\",\"order\":\"10\",\"help\":\"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\\/p><p>The entry URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Entry pages\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"103\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},\"uniqueId\":\"widgetActionsgetEntryPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Page Titles\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"106\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},\"uniqueId\":\"widgetActionsgetEntryPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.Actions_SubmenuPagesExit\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesExit\",\"name\":\"Exit pages\",\"order\":\"15\",\"help\":\"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\\/p><p>The exit URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Exit pages\",\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"order\":\"104\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getExitPageUrls\"},\"uniqueId\":\"widgetActionsgetExitPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Exit page titles\",\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"order\":\"107\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getExitPageTitles\"},\"uniqueId\":\"widgetActionsgetExitPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.General_Outlinks\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Outlinks\",\"name\":\"Outlinks\",\"order\":\"30\",\"help\":\"<p>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Outlinks\",\"module\":\"Actions\",\"action\":\"getOutlinks\",\"order\":\"108\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getOutlinks\"},\"uniqueId\":\"widgetActionsgetOutlinks\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.Actions_SubmenuPageTitles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPageTitles\",\"name\":\"Page titles\",\"order\":\"20\",\"help\":\"<p>This report contains information about the titles of the pages that have been visited.<\\/p><p>The page title is the HTML <title> Tag that most browsers show in their window title.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"105\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageTitles\"},\"uniqueId\":\"widgetActionsgetPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.General_Pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Pages\",\"name\":\"Pages\",\"order\":\"5\",\"help\":\"<p>This report contains information about the page URLs that have been visited.<\\/p><p>The table is organized hierarchically, the URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Pages\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"102\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageUrls\"},\"uniqueId\":\"widgetActionsgetPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.Actions_SubmenuSitesearch\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Site Search Keywords\",\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"order\":\"115\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\"},\"uniqueId\":\"widgetActionsgetSiteSearchKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Pages Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"order\":\"116\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"},\"uniqueId\":\"widgetActionsgetPageUrlsFollowingSiteSearch\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Keywords with No Results\",\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"order\":\"118\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\"},\"uniqueId\":\"widgetActionsgetSiteSearchNoResultKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Titles Following a Site Search\",\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"order\":\"119\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"},\"uniqueId\":\"widgetActionsgetPageTitlesFollowingSiteSearch\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Categories\",\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"order\":\"120\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\"},\"uniqueId\":\"widgetActionsgetSiteSearchCategories\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.Events_Events\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Events\"},\"uniqueId\":\"widgetEvents\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Event Categories\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Actions\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Events\",\"action\":\"getCategory\",\"order\":\"100\",\"parameters\":{\"module\":\"Events\",\"action\":\"getCategory\",\"secondaryDimension\":\"eventAction\"},\"uniqueId\":\"widgetEventsgetCategorysecondaryDimensioneventAction\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Event Actions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Actions\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Events\",\"action\":\"getAction\",\"order\":\"101\",\"parameters\":{\"module\":\"Events\",\"action\":\"getAction\",\"secondaryDimension\":\"eventName\"},\"uniqueId\":\"widgetEventsgetActionsecondaryDimensioneventName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Event Names\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Actions\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Events\",\"action\":\"getName\",\"order\":\"102\",\"parameters\":{\"module\":\"Events\",\"action\":\"getName\",\"secondaryDimension\":\"eventAction\"},\"uniqueId\":\"widgetEventsgetNamesecondaryDimensioneventAction\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"General_Actions.Contents_Contents\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"45\",\"help\":\"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Content Tracking guide.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Contents\"},\"uniqueId\":\"widgetContents\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Content Name\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Actions\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Contents\",\"action\":\"getContentNames\",\"order\":\"135\",\"parameters\":{\"module\":\"Contents\",\"action\":\"getContentNames\"},\"uniqueId\":\"widgetContentsgetContentNames\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Content Piece\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Actions\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Contents\",\"action\":\"getContentPieces\",\"order\":\"136\",\"parameters\":{\"module\":\"Contents\",\"action\":\"getContentPieces\"},\"uniqueId\":\"widgetContentsgetContentPieces\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"General_Actions.PagePerformance_Performance\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"PagePerformance_Performance\",\"name\":\"Performance\",\"order\":\"47\",\"help\":\"<p>The Performance section can help you analyse how fast your website or app is performing on the whole and help discover whether you have specific pages that significantly deviate from your averages.<\\/p><p>You can also find reports showing exactly how long each page of your website takes to load and what is contributing to their loading time.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Evolution of page performance metrics\",\"module\":\"PagePerformance\",\"action\":\"getEvolutionGraph\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphStackedBarEvolution\",\"module\":\"PagePerformance\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetPagePerformancegetEvolutionGraphforceView1viewDataTablegraphStackedBarEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphStackedBarEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"PagePerformance\",\"action\":\"get\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"PagePerformance\",\"action\":\"get\"},\"uniqueId\":\"widgetPagePerformancegetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tablePerformanceColumns\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"performance\":\"1\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletablePerformanceColumnsperformance1\",\"isWide\":\"1\",\"viewDataTable\":\"tablePerformanceColumns\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tablePerformanceColumns\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"performance\":\"1\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletablePerformanceColumnsperformance1\",\"isWide\":\"1\",\"viewDataTable\":\"tablePerformanceColumns\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.UsersFlow_TopPaths\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Users Flow - Top Paths - Page URLs\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2000\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"topPaths\":\"1\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettytopPaths1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Overview - Page URLs\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2001\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPretty\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Top Paths - Page Titles\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2002\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"topPaths\":\"1\",\"dataSource\":\"page_title\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettytopPaths1dataSourcepage_title\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Overview - Page Titles\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2003\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dataSource\":\"page_title\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettydataSourcepage_title\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Actions.UsersFlow_UsersFlow\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_UsersFlow\",\"name\":\"Users Flow\",\"order\":\"47\",\"help\":\"<p>This data is based on the 5000 most popular connections per interaction. If you want to include more or less data, you can change the number of connections per step by adjusting the value of the <code>[UsersFlow] usersflow_num_max_links_per_interaction<\\/code> configuration in the <code>config\\/config.ini.php<\\/code> file. The \\\"Explore traffic\\\" feature is currently only available to \\\"day\\\", \\\"week\\\", \\\"month\\\" and \\\"range\\\" periods.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Users Flow - Visualization\",\"module\":\"UsersFlow\",\"action\":\"getUsersFlow\",\"order\":\"2000\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlow\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlow\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Actions.SearchEngineKeywordsPerformance_CrawlingErrors\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingErrors\",\"name\":\"Crawling errors\",\"order\":\"99\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Crawl errors on Bing\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingErrorExamplesBing\",\"order\":\"102\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingErrorExamplesBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetCrawlingErrorExamplesBing\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Visitors.customdimension1\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension1\",\"name\":\"User Type\",\"order\":\"73\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"User Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"201\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Visitors.DevicesDetection_Devices\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Device type\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"100\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getType\"},\"uniqueId\":\"widgetDevicesDetectiongetType\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"102\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getModel\"},\"uniqueId\":\"widgetDevicesDetectiongetModel\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"104\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrand\"},\"uniqueId\":\"widgetDevicesDetectiongetBrand\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Screen Resolution\",\"module\":\"Resolution\",\"action\":\"getResolution\",\"order\":\"108\",\"parameters\":{\"module\":\"Resolution\",\"action\":\"getResolution\"},\"uniqueId\":\"widgetResolutiongetResolution\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Visitors.DevicesDetection_Software\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Operating System versions\",\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"order\":\"102\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"},\"uniqueId\":\"widgetDevicesDetectiongetOsVersions\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"105\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsers\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browser version\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"order\":\"106\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowserVersions\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Configurations\",\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"order\":\"107\",\"parameters\":{\"module\":\"Resolution\",\"action\":\"getConfiguration\"},\"uniqueId\":\"widgetResolutiongetConfiguration\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Operating System families\",\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"order\":\"108\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"},\"uniqueId\":\"widgetDevicesDetectiongetOsFamilies\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browser engines\",\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"order\":\"110\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowserEngines\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"Browser Plugins\",\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"order\":\"113\",\"parameters\":{\"module\":\"DevicePlugins\",\"action\":\"getPlugin\"},\"uniqueId\":\"widgetDevicePluginsgetPlugin\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Visitors.General_Overview\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Visits Over Time\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Visits Overview\",\"module\":\"VisitsSummary\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitsSummary\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitsSummarygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Visitors.UserCountry_SubmenuLocations\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Visitor Map\",\"module\":\"UserCountryMap\",\"action\":\"visitorMap\",\"order\":\"1\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"visitorMap\"},\"uniqueId\":\"widgetUserCountryMapvisitorMap\",\"isWide\":\"0\"},{\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"105\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getCountry\"},\"uniqueId\":\"widgetUserCountrygetCountry\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"106\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Continent\"},\"uniqueId\":\"widgetContinent\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Continent\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"106\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getContinent\"},\"uniqueId\":\"widgetUserCountrygetContinent\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getDistinctCountries\",\"order\":\"106\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getDistinctCountries\"},\"uniqueId\":\"widgetUserCountrygetDistinctCountries\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Region\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"107\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getRegion\"},\"uniqueId\":\"widgetUserCountrygetRegion\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Web-browser language\",\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"order\":\"108\",\"parameters\":{\"module\":\"UserLanguage\",\"action\":\"getLanguage\"},\"uniqueId\":\"widgetUserLanguagegetLanguage\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"City\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"110\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getCity\"},\"uniqueId\":\"widgetUserCountrygetCity\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Language code\",\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"order\":\"111\",\"parameters\":{\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"},\"uniqueId\":\"widgetUserLanguagegetLanguageCode\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Visitors.VisitTime_SubmenuTimes\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Visits per local time\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"order\":\"115\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerLocalTime\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"120\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTime\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"Visits by day of the week\",\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"order\":\"125\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"},\"uniqueId\":\"widgetVisitTimegetByDayOfWeek\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"General_Visitors.UserCountryMap_RealTimeMap\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountryMap_RealTimeMap\",\"name\":\"Real-time Map\",\"order\":\"9\",\"help\":\"<p>Shows the location of website visitors the last 30 minutes, and flashes for new ones. Recent visits are shown as large orange bubbles, and older ones as smaller gray ones. It refreshes every five seconds.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Real-time Map\",\"module\":\"UserCountryMap\",\"action\":\"realtimeMap\",\"order\":\"15\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"realtimeMap\"},\"uniqueId\":\"widgetUserCountryMaprealtimeMap\",\"isWide\":\"1\"}}},{\"uniqueId\":\"General_Visitors.General_RealTime\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_RealTime\",\"name\":\"Real-time\",\"order\":\"7\",\"help\":\"<p>The visits in the real-time report show the real-time flow of visits to your website. It includes a real-time counter of your visits and page views in the last 24 hours and the previous 30 minutes.<\\/p><p>This report refreshes every 5 seconds and displays new visits (or existing visitors that view a new page) at the top of the list with a fade-in effect.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Visits in real-time\",\"module\":\"Live\",\"action\":\"widget\",\"order\":\"20\",\"parameters\":{\"module\":\"Live\",\"action\":\"widget\"},\"uniqueId\":\"widgetLivewidget\",\"isWide\":\"1\"}}},{\"uniqueId\":\"General_Visitors.Live_VisitorLog\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Live_VisitorLog\",\"name\":\"Visits Log\",\"order\":\"5\",\"help\":\"<p>The visits log shows you every visit your website receives in detail. Find out which actions each visitor has performed, how they got to your site, a bit about who they are, and more (while still complying with your local privacy regulations).<\\/p><p>While other reports in Matomo show how your visitors behave at an aggregate level, the visits log provides granular detail. You can also use segments to narrow it down to specific types of visits to understand your visitors better.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/real-time\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Live.getLastVisitsDetails\\\" target=\\\"_blank\\\" rel=\\\"noreferrer noopener\\\">Learn more in the visit-log guide.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Visits Log\",\"module\":\"Live\",\"action\":\"getLastVisitsDetails\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"VisitorLog\",\"module\":\"Live\",\"action\":\"getLastVisitsDetails\",\"small\":\"1\"},\"uniqueId\":\"widgetLivegetLastVisitsDetailsforceView1viewDataTableVisitorLogsmall1\",\"isWide\":\"0\",\"viewDataTable\":\"VisitorLog\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Visitors.UserId_UserReportTitle\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserId_UserReportTitle\",\"name\":\"User IDs\",\"order\":\"40\",\"help\":\"<p>The user ID report shows visits associated with all your registered and logged in users. Understand website usage by its specific users and find out who your most and least active users are.<\\/p><p><a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"https:\\/\\/matomo.org\\/docs\\/user-id?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.UserId.getUsers\\\"><span class=\\\"icon-info\\\"><\\/span> Learn more<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"User IDs\",\"module\":\"UserId\",\"action\":\"getUsers\",\"order\":\"109\",\"parameters\":{\"module\":\"UserId\",\"action\":\"getUsers\"},\"uniqueId\":\"widgetUserIdgetUsers\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"General_Visitors.CustomVariables_CustomVariables\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CustomVariables_CustomVariables\",\"name\":\"Custom Variables\",\"order\":\"45\",\"help\":\"<p>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Read more about this topic in the online guide.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Custom Variables\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"110\",\"parameters\":{\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariables\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"Dashboard_Dashboard.1\",\"category\":{\"id\":\"Dashboard_Dashboard\",\"name\":\"Dashboard\",\"order\":\"0\",\"icon\":\"icon-reporting-dashboard\",\"help\":\"<p>This is a dashboard page. Dashboards are a collection of Matomo's widgets that you add yourself to suit your specific needs. Mix and match any of Matomo's widgets to get the data <strong>*you*<\\/strong> need at a glance.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"1\",\"name\":\"Dashboard\",\"order\":\"1\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"Dashboard\",\"action\":\"embeddedIndex\",\"order\":\"99\",\"parameters\":{\"module\":\"Dashboard\",\"action\":\"embeddedIndex\",\"idDashboard\":\"1\"},\"uniqueId\":\"widgetDashboardembeddedIndexidDashboard1\",\"isWide\":\"0\"}}},{\"uniqueId\":\"Referrers_Referrers.Referrers_AIAssistants\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_AIAssistants\",\"name\":\"AI Assistants\",\"order\":\"18\",\"help\":\"<p>In this table, you can see which AI assistants referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"AI Assistants\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"113\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getAIAssistants\"},\"uniqueId\":\"widgetReferrersgetAIAssistants\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"}}},{\"uniqueId\":\"Referrers_Referrers.Referrers_WidgetGetAll\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_WidgetGetAll\",\"name\":\"All Channels\",\"order\":\"5\",\"help\":\"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Channel Types\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"101\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getReferrerType\"},\"uniqueId\":\"widgetReferrersgetReferrerType\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Referrers\",\"module\":\"Referrers\",\"action\":\"getAll\",\"order\":\"102\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getAll\"},\"uniqueId\":\"widgetReferrersgetAll\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Referrers_Referrers.Referrers_URLCampaignBuilder\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_URLCampaignBuilder\",\"name\":\"Campaign URL Builder\",\"order\":\"21\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Campaign URL Builder\",\"module\":\"Referrers\",\"action\":\"getCampaignUrlBuilder\",\"order\":\"99\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getCampaignUrlBuilder\"},\"uniqueId\":\"widgetReferrersgetCampaignUrlBuilder\",\"isWide\":\"0\"}}},{\"uniqueId\":\"Referrers_Referrers.Referrers_Campaigns\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Campaign Names\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"101\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"102\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeyword\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"103\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSource\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"104\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMedium\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"105\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContent\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"106\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMedium\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"107\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetId\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"108\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroup\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"109\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacement\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Referrers_Referrers.General_Overview\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Acquisition Overview shows you the percentage of your traffic from all sources over a selected date range.<\\/p><p>You can also click on a specific channel type to display it within the evolution graph. This can help you discover which channels contribute the most traffic to your site as well as any potential patterns over time. For example, a certain channel may perform better on weekends.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Evolution over the period\",\"module\":\"Referrers\",\"action\":\"getEvolutionGraph\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Referrers\",\"action\":\"getEvolutionGraph\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetReferrersgetEvolutionGraphforceView1viewDataTablegraphEvolutioncolumnsArray\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"module\":\"Referrers\",\"action\":\"getSparklines\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Referrers\",\"action\":\"getSparklines\"},\"uniqueId\":\"widgetReferrersgetSparklinesforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Referrers_Referrers.Referrers_SubmenuSearchEngines\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Combined keywords\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"order\":\"101\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"107\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSearchEngines\"},\"uniqueId\":\"widgetReferrersgetSearchEngines\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"110\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getKeywords\"},\"uniqueId\":\"widgetReferrersgetKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Web keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"order\":\"110\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleWeb\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Keywords (on Bing and Yahoo!)\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"order\":\"115\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsBing\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Image keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"order\":\"120\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleImage\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video keywords on Google\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"order\":\"125\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleVideo\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Referrers_Referrers.Referrers_Socials\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Socials\",\"name\":\"Social Networks\",\"order\":\"16\",\"help\":\"<p>In this table, you can see which websites referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Social Networks\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"111\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSocials\"},\"uniqueId\":\"widgetReferrersgetSocials\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"}}},{\"uniqueId\":\"Referrers_Referrers.Referrers_SubmenuWebsitesOnly\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuWebsitesOnly\",\"name\":\"Websites\",\"order\":\"15\",\"help\":\"<p>In this table, you can see which websites referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Websites\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"105\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getWebsites\"},\"uniqueId\":\"widgetReferrersgetWebsites\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"}}},{\"uniqueId\":\"Referrers_Referrers.SearchEngineKeywordsPerformance_CrawlingStats\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingStats\",\"name\":\"Crawling overview\",\"order\":\"25\",\"help\":\"<p>The Crawling overview reports all the most critical information about how Search Engines robots crawl your websites. These metrics are updated approximately once per day with data provided by the search engines.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"110\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"CrawlingStatsBing\"},\"uniqueId\":\"widgetCrawlingStatsBing\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Crawl overview for Bing and Yahoo!\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingStats\",\"name\":\"Crawling overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\",\"order\":\"110\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetCrawlingOverviewBingforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingStats\",\"name\":\"Crawling overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\",\"order\":\"110\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingOverviewBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetCrawlingOverviewBingforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"Goals_Goals.8\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"Agoda click\",\"order\":\"900\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Agoda click\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"6\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_8\"},\"uniqueId\":\"widgetGoal_8\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"8\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"8\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"8\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal8allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"8\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal8\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"8\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal Agoda click conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals8\"},\"uniqueId\":\"widgetGoals8\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"8\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"8\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal8\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"Goals_Goals.7\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"Liveaboard.com click\",\"order\":\"901\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Liveaboard.com click\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"5\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_7\"},\"uniqueId\":\"widgetGoal_7\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"7\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"7\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"7\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal7allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"7\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal7\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"7\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal Liveaboard.com click conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals7\"},\"uniqueId\":\"widgetGoals7\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"7\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"7\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Funnel Overview\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"26\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"7\",\"goal_overview\":\"1\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7goal_overview1idFunnel8\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Goals_Goals.4\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"4\",\"name\":\"New Job Application\",\"order\":\"902\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"New Job Application\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"2\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_4\"},\"uniqueId\":\"widgetGoal_4\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"4\",\"name\":\"4\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"4\",\"name\":\"4\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"4\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal4allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"4\",\"name\":\"4\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal4\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"4\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal New Job Application conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals4\"},\"uniqueId\":\"widgetGoals4\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"4\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"4\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal4\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Funnel Overview\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"26\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"4\",\"goal_overview\":\"1\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4goal_overview1idFunnel7\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Goals_Goals.6\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"6\",\"name\":\"New Resume\",\"order\":\"903\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"New Resume\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"4\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_6\"},\"uniqueId\":\"widgetGoal_6\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"6\",\"name\":\"6\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"6\",\"name\":\"6\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"6\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal6allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"6\",\"name\":\"6\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal6\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"6\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal New Resume conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals6\"},\"uniqueId\":\"widgetGoals6\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"6\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"6\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal6\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Funnel Overview\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"26\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"6\",\"goal_overview\":\"1\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6goal_overview1idFunnel2\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Goals_Goals.10\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"10\",\"name\":\"Newsletter Signup\",\"order\":\"904\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Newsletter Signup\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"8\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_10\"},\"uniqueId\":\"widgetGoal_10\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"10\",\"name\":\"10\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"10\",\"name\":\"10\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"10\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal10allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"10\",\"name\":\"10\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal10\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"10\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal Newsletter Signup conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals10\"},\"uniqueId\":\"widgetGoals10\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"10\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"10\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal10\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"Goals_Goals.9\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"9\",\"name\":\"User Comments\",\"order\":\"905\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"User Comments\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"7\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_9\"},\"uniqueId\":\"widgetGoal_9\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"9\",\"name\":\"9\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"9\",\"name\":\"9\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"9\",\"allow_multiple\":\"1\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal9allow_multiple1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"9\",\"name\":\"9\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal9\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"9\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal User Comments conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals9\"},\"uniqueId\":\"widgetGoals9\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"9\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"9\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal9\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"Goals_Goals.5\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"5\",\"name\":\"View Submit Job\",\"order\":\"906\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"View Submit Job\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"3\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goal_5\"},\"uniqueId\":\"widgetGoal_5\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"5\",\"name\":\"5\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"5\",\"name\":\"5\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"get\",\"idGoal\":\"5\",\"allow_multiple\":\"0\"},\"uniqueId\":\"widgetGoalsgetforceView1viewDataTablesparklinesidGoal5allow_multiple0\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"5\",\"name\":\"5\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"goalConversionsOverview\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetGoalsgoalConversionsOverviewidGoal5\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"5\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Goal View Submit Job conversions by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals5\"},\"uniqueId\":\"widgetGoals5\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"5\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"5\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Funnel Overview\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"26\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"5\",\"goal_overview\":\"1\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5goal_overview1idFunnel3\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Goals_Goals.General_Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Goals Overview reports on the performance of the goals defined for your website. You can access your goal\\u2019s conversion percentages, amount of revenue generated and full reports for each.<\\/p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Goals.Overview\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in our Goals guide here.<\\/a><\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Overview\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"0\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"GoalsOverview\"},\"uniqueId\":\"widgetGoalsOverview\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getMetrics\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Goals\",\"action\":\"getMetrics\"},\"uniqueId\":\"widgetGoalsgetMetricsforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getSparklines\",\"order\":\"25\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getSparklines\"},\"uniqueId\":\"widgetGoalsgetSparklines\",\"isWide\":\"0\",\"viewDataTable\":\"\",\"isReport\":\"1\"}]}},{\"name\":\"Conversions overview by type of visit\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"35\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Goals\"},\"uniqueId\":\"widgetGoals\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\"},\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User location\",\"name\":\"Goals by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by User attribute\",\"name\":\"Goals by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0idDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Pages\",\"name\":\"Goals by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals by Referrers\",\"name\":\"Goals by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals engagement\",\"name\":\"Goals engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"0\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoal0\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"Goals_Goals.Goals_ManageGoals\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_ManageGoals\",\"name\":\"Manage Goals\",\"order\":\"9999\",\"help\":\"<p>This section allows you to create and edit Goals for specific actions which visitors take on your site, such as visiting a certain page or submitting a specific form. Goal reports vary but can help you track your website performance against business objectives such as lead generation, online sales and increased brand exposure.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in our Goals guide here.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Manage Goals\",\"module\":\"Goals\",\"action\":\"editGoals\",\"order\":\"99\",\"parameters\":{\"module\":\"Goals\",\"action\":\"editGoals\"},\"uniqueId\":\"widgetGoalseditGoals\",\"isWide\":\"0\"}}},{\"uniqueId\":\"Goals_Goals.MultiChannelConversionAttribution_MultiAttribution\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"25\",\"icon\":\"icon-reporting-goal\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MultiChannelConversionAttribution_MultiAttribution\",\"name\":\"Multi Attribution\",\"order\":\"3\",\"help\":\"<p>Get a clear understanding of how much credit towards your Goals each of your marketing channels is actually responsible for, so you can shift your marketing efforts wisely.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Multi Channel Conversion Attribution\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getMultiAttribution\",\"order\":\"99\",\"parameters\":{\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getMultiAttribution\"},\"uniqueId\":\"widgetMultiChannelConversionAttributiongetMultiAttribution\",\"isWide\":\"0\"}}},{\"uniqueId\":\"Goals_Ecommerce.Goals_EcommerceLog\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_EcommerceLog\",\"name\":\"Ecommerce Log\",\"order\":\"5\",\"help\":\"<p>The Ecommerce log provides granular session-level data so you can look at the full session for each user that either made a purchase or abandoned their cart. This can help you understand what users do before and after purchasing to reveal optimisation opportunities.<\\/p><p>Data on this page is updated in real-time.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Ecommerce Log\",\"module\":\"Ecommerce\",\"action\":\"getEcommerceLog\",\"order\":\"99\",\"parameters\":{\"module\":\"Ecommerce\",\"action\":\"getEcommerceLog\"},\"uniqueId\":\"widgetEcommercegetEcommerceLog\",\"isWide\":\"0\"}}},{\"uniqueId\":\"Goals_Ecommerce.General_Overview\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Ecommerce Overview section is the best place to get a high-level view of your online store\\u2019s performance. At a glance, you can see how many sales you\\u2019re making, how much revenue you are generating, and your website\\u2019s conversion rate.<\\/p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Ecommerce.Overview\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in our Ecommerce guide here.<\\/a><\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Ecommerce Overview\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"1\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"EcommerceOverview\"},\"uniqueId\":\"widgetEcommerceOverview\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoalecommerceOrder\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Ecommerce\",\"action\":\"getSparklines\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Ecommerce\",\"action\":\"getSparklines\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetEcommercegetSparklinesforceView1viewDataTablesparklinesidGoalecommerceOrder\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"ecommerceOrder\",\"name\":\"ecommerceOrder\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Ecommerce\",\"action\":\"getConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Ecommerce\",\"action\":\"getConversionsOverview\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetEcommercegetConversionsOverviewidGoalecommerceOrder\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"ecommerceOrder\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"Goals_Ecommerce.Goals_Products\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Products\"},\"uniqueId\":\"widgetProducts\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Product Name\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getItemsName\",\"order\":\"130\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsName\"},\"uniqueId\":\"widgetGoalsgetItemsName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Product SKU\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getItemsSku\",\"order\":\"131\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsSku\"},\"uniqueId\":\"widgetGoalsgetItemsSku\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Product Category\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"order\":\"132\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsCategory\"},\"uniqueId\":\"widgetGoalsgetItemsCategory\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"Goals_Ecommerce.Ecommerce_Sales\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"5\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idGoal\":\"ecommerceOrder\",\"containerId\":\"GoalsOrder\"},\"uniqueId\":\"widgetGoalsOrderidGoalecommerceOrder\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Country\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"301\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetUserCountrygetCountryforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"302\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getContinent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetUserCountrygetContinentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"303\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getRegion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetUserCountrygetRegionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"City\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"304\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"UserCountry\",\"action\":\"getCity\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetUserCountrygetCityforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"305\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetDevicesDetectiongetTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"306\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetDevicesDetectiongetModelforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"307\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetDevicesDetectiongetBrandforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User location\",\"name\":\"Sales by User location\",\"order\":\"99\",\"help\":\"\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"308\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsersforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"401\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTimeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by User attribute\",\"name\":\"Sales by User attribute\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"idDimension\":\"1\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrderidDimension1segmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page URLs\",\"category\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Entry page titles\",\"category\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Pages\",\"name\":\"Sales by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Channel Type\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetReferrerTypeforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetSearchEnginesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getKeywords\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetKeywordsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getWebsites\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetWebsitesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getSocials\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetSocialsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"6\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetReferrersgetAIAssistantsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"7\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetNameforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"8\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeywordforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"9\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"11\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContentforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"12\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMediumforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"13\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetIdforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"14\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroupforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales by Referrers\",\"name\":\"Sales by Referrers\",\"order\":\"99\",\"help\":\"\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacementforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Visits to Conversion\",\"category\":{\"id\":\"Sales engagement\",\"name\":\"Sales engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales engagement\",\"name\":\"Sales engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"order\":\"201\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getVisitsUntilConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetGoalsgetVisitsUntilConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Days to Conversion\",\"category\":{\"id\":\"Sales engagement\",\"name\":\"Sales engagement\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Sales engagement\",\"name\":\"Sales engagement\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"order\":\"202\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"Goals\",\"action\":\"getDaysToConversion\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetGoalsgetDaysToConversionforceView1viewDataTabletabledocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"Goals_Ecommerce.MultiChannelConversionAttribution_MultiAttribution\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MultiChannelConversionAttribution_MultiAttribution\",\"name\":\"Multi Attribution\",\"order\":\"20\",\"help\":\"<p>Get a clear understanding of how much credit towards your sales each of your marketing channels are actually responsible for so you can shift your marketing efforts wisely.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Multi Channel Conversion Attribution\",\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getEcommerceAttribution\",\"order\":\"98\",\"parameters\":{\"module\":\"MultiChannelConversionAttribution\",\"action\":\"getEcommerceAttribution\"},\"uniqueId\":\"widgetMultiChannelConversionAttributiongetEcommerceAttribution\",\"isWide\":\"0\"}}},{\"uniqueId\":\"AbTesting_Experiments.9\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"9\",\"name\":\"AffiliateLinkEffectiveness\",\"order\":\"20\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"A\\/B test \\\"AffiliateLinkEffectiveness\\\"\",\"module\":\"AbTesting\",\"action\":\"summary\",\"order\":\"1\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"summary\",\"idExperiment\":\"9\"},\"uniqueId\":\"widgetAbTestingsummaryidExperiment9\",\"isWide\":\"0\"},{\"name\":\"Conversions \\\"Goal Liveaboard.com click\\\"\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"idExperiment\":\"9\",\"successMetric\":\"nb_conversions_goal_7\"},\"uniqueId\":\"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment9successMetricnb_conversions_goal_7\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"idExperiment\":\"9\",\"variationName\":\"Original\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment9variationNameOriginalcolumnsArray\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Overview\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"idExperiment\":\"9\"},\"uniqueId\":\"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment9\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"AbTesting_Experiments.10\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"10\",\"name\":\"IDivedThereLinkMove\",\"order\":\"21\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"A\\/B test \\\"IDivedThereLinkMove\\\"\",\"module\":\"AbTesting\",\"action\":\"summary\",\"order\":\"1\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"summary\",\"idExperiment\":\"10\"},\"uniqueId\":\"widgetAbTestingsummaryidExperiment10\",\"isWide\":\"0\"},{\"name\":\"Conversions \\\"Goal User Comments\\\"\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"idExperiment\":\"10\",\"successMetric\":\"nb_conversions_goal_9\"},\"uniqueId\":\"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment10successMetricnb_conversions_goal_9\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"idExperiment\":\"10\",\"variationName\":\"Original\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment10variationNameOriginalcolumnsArray\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Overview\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"idExperiment\":\"10\"},\"uniqueId\":\"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment10\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"AbTesting_Experiments.11\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"11\",\"name\":\"JobsListingCallToActionChange\",\"order\":\"22\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"A\\/B test \\\"JobsListingCallToActionChange\\\"\",\"module\":\"AbTesting\",\"action\":\"summary\",\"order\":\"1\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"summary\",\"idExperiment\":\"11\"},\"uniqueId\":\"widgetAbTestingsummaryidExperiment11\",\"isWide\":\"0\"},{\"name\":\"Conversions \\\"Goal View Submit Job\\\"\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"idExperiment\":\"11\",\"successMetric\":\"nb_conversions_goal_5\"},\"uniqueId\":\"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment11successMetricnb_conversions_goal_5\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"idExperiment\":\"11\",\"variationName\":\"Original\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment11variationNameOriginalcolumnsArray\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Overview\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"idExperiment\":\"11\"},\"uniqueId\":\"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment11\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"AbTesting_Experiments.12\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"12\",\"name\":\"JobPageRelevantCallToAction\",\"order\":\"23\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"A\\/B test \\\"JobPageRelevantCallToAction\\\"\",\"module\":\"AbTesting\",\"action\":\"summary\",\"order\":\"1\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"summary\",\"idExperiment\":\"12\"},\"uniqueId\":\"widgetAbTestingsummaryidExperiment12\",\"isWide\":\"0\"},{\"name\":\"Conversions \\\"Goal New Job Application\\\"\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"idExperiment\":\"12\",\"successMetric\":\"nb_conversions_goal_4\"},\"uniqueId\":\"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment12successMetricnb_conversions_goal_4\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"idExperiment\":\"12\",\"variationName\":\"Original\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment12variationNameOriginalcolumnsArray\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Overview\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"idExperiment\":\"12\"},\"uniqueId\":\"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment12\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"AbTesting_Experiments.13\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"13\",\"name\":\"DivingPageTitles\",\"order\":\"24\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"A\\/B test \\\"DivingPageTitles\\\"\",\"module\":\"AbTesting\",\"action\":\"summary\",\"order\":\"1\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"summary\",\"idExperiment\":\"13\"},\"uniqueId\":\"widgetAbTestingsummaryidExperiment13\",\"isWide\":\"0\"},{\"name\":\"Conversions \\\"Goal Liveaboard.com click\\\"\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricDetails\",\"idExperiment\":\"13\",\"successMetric\":\"nb_conversions_goal_7\"},\"uniqueId\":\"widgetAbTestinggetMetricDetailsforceView1viewDataTabletableidExperiment13successMetricnb_conversions_goal_7\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"AbTesting\",\"action\":\"getEvolutionGraph\",\"idExperiment\":\"13\",\"variationName\":\"Original\",\"columns\":{\"row\":\"nb_visits\"}},\"uniqueId\":\"widgetAbTestinggetEvolutionGraphforceView1viewDataTablegraphEvolutionidExperiment13variationNameOriginalcolumnsArray\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Overview\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"table\",\"module\":\"AbTesting\",\"action\":\"getMetricsOverview\",\"idExperiment\":\"13\"},\"uniqueId\":\"widgetAbTestinggetMetricsOverviewforceView1viewDataTabletableidExperiment13\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"AbTesting_Experiments.General_Overview\",\"category\":{\"id\":\"AbTesting_Experiments\",\"name\":\"A\\/B Tests\",\"order\":\"51\",\"icon\":\"abtestingicon-lab\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"5\",\"help\":\"<p>An A\\/B test lets you compare different versions and see which variation is more successful. Here you will find an overview of all active tests and associated conversion rates.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"AbTesting\",\"action\":\"overview\",\"order\":\"11\",\"parameters\":{\"module\":\"AbTesting\",\"action\":\"overview\"},\"uniqueId\":\"widgetAbTestingoverview\",\"isWide\":\"0\"}}},{\"uniqueId\":\"CrashAnalytics_Crashes.CrashAnalytics_AllCrashes\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"70\",\"icon\":\"icon-bug\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CrashAnalytics_AllCrashes\",\"name\":\"All Crashes\",\"order\":\"73\",\"help\":\"<p>This page provides information about every crash that occurred within the selected period.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"200\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"Crashes\"},\"uniqueId\":\"widgetCrashes\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"New\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getNewCrashes\",\"order\":\"135\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getNewCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetNewCrashes\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Reappeared\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getReappearedCrashes\",\"order\":\"140\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getReappearedCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetReappearedCrashes\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Disappeared\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getDisappearedCrashes\",\"order\":\"145\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getDisappearedCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetDisappearedCrashes\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page URL\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by Pages\",\"name\":\"Crashes by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByPageUrl\",\"order\":\"105\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByPageUrl\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesByPageUrl\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Title\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by Pages\",\"name\":\"Crashes by Pages\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByPageTitle\",\"order\":\"110\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByPageTitle\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesByPageTitle\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Source\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesBySource\",\"order\":\"115\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesBySource\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesBySource\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Category\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByCategory\",\"order\":\"120\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByCategory\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesByCategory\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"First Party\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByFirstParty\",\"order\":\"125\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByFirstParty\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesByFirstParty\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Third Party\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Crashes by\",\"name\":\"Crashes by\",\"order\":\"99\",\"help\":\"\"},\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByThirdParty\",\"order\":\"130\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashesByThirdParty\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashesByThirdParty\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Crash Messages\",\"module\":\"CrashAnalytics\",\"action\":\"getCrashMessages\",\"order\":\"110\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getCrashMessages\"},\"uniqueId\":\"widgetCrashAnalyticsgetCrashMessages\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"All Crash Messages\",\"module\":\"CrashAnalytics\",\"action\":\"getAllCrashMessages\",\"order\":\"111\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getAllCrashMessages\"},\"uniqueId\":\"widgetCrashAnalyticsgetAllCrashMessages\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unidentified Crash Messages\",\"module\":\"CrashAnalytics\",\"action\":\"getUnidentifiedCrashMessages\",\"order\":\"112\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getUnidentifiedCrashMessages\"},\"uniqueId\":\"widgetCrashAnalyticsgetUnidentifiedCrashMessages\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"CrashAnalytics_Crashes.CrashAnalytics_Overview\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"70\",\"icon\":\"icon-bug\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CrashAnalytics_Overview\",\"name\":\"Overview\",\"order\":\"71\",\"help\":\"<p>This page provides an overview of the crashes that are occurred on your website within the selected period. You can see the number of crashes over time, along with which crashes had newly occurred, which crashes disappeared and which crashes reappeared after an absence.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Evolution over the period\",\"module\":\"CrashAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"CrashAnalytics\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetCrashAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Crashes Overview\",\"module\":\"CrashAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"CrashAnalytics\",\"action\":\"get\"},\"uniqueId\":\"widgetCrashAnalyticsgetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"New crashes\",\"module\":\"CrashAnalytics\",\"action\":\"getNewCrashes\",\"order\":\"135\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getNewCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetNewCrashes\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Reappeared crashes\",\"module\":\"CrashAnalytics\",\"action\":\"getReappearedCrashes\",\"order\":\"140\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getReappearedCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetReappearedCrashes\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Disappeared crashes\",\"module\":\"CrashAnalytics\",\"action\":\"getDisappearedCrashes\",\"order\":\"145\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getDisappearedCrashes\"},\"uniqueId\":\"widgetCrashAnalyticsgetDisappearedCrashes\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"CrashAnalytics_Crashes.CrashAnalytics_RealTime\",\"category\":{\"id\":\"CrashAnalytics_Crashes\",\"name\":\"Crashes\",\"order\":\"70\",\"icon\":\"icon-bug\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CrashAnalytics_RealTime\",\"name\":\"Real-time\",\"order\":\"72\",\"help\":\"<p>This page provides an overview of the crashes that are currently occurring on your website. Monitor the state of your website and respond to issues quickly.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Crash overview last 30 minutes\",\"module\":\"CrashAnalytics\",\"action\":\"getLastCrashesOverview\",\"order\":\"141\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastCrashesOverview\",\"lastMinutes\":\"30\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastCrashesOverviewlastMinutes30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Crash overview last 8 hours\",\"module\":\"CrashAnalytics\",\"action\":\"getLastCrashesOverview\",\"order\":\"142\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastCrashesOverview\",\"lastMinutes\":\"480\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastCrashesOverviewlastMinutes480\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Top crashes last 30 minutes\",\"module\":\"CrashAnalytics\",\"action\":\"getLastTopCrashes\",\"order\":\"151\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastTopCrashes\",\"lastMinutes\":\"30\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastTopCrasheslastMinutes30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Top crashes last 8 hours\",\"module\":\"CrashAnalytics\",\"action\":\"getLastTopCrashes\",\"order\":\"152\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastTopCrashes\",\"lastMinutes\":\"480\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastTopCrasheslastMinutes480\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"New crashes last 8 hours\",\"module\":\"CrashAnalytics\",\"action\":\"getLastNewCrashes\",\"order\":\"161\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastNewCrashes\",\"lastMinutes\":\"480\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastNewCrasheslastMinutes480\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Reappeared crashes last 8 hours\",\"module\":\"CrashAnalytics\",\"action\":\"getLastReappearedCrashes\",\"order\":\"171\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastReappearedCrashes\",\"lastMinutes\":\"480\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastReappearedCrasheslastMinutes480\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Disappeared crashes last 8 hours\",\"module\":\"CrashAnalytics\",\"action\":\"getLastDisappearedCrashes\",\"order\":\"181\",\"parameters\":{\"module\":\"CrashAnalytics\",\"action\":\"getLastDisappearedCrashes\",\"lastMinutes\":\"480\"},\"uniqueId\":\"widgetCrashAnalyticsgetLastDisappearedCrasheslastMinutes480\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"CustomReports_CustomReports.2\",\"category\":{\"id\":\"CustomReports_CustomReports\",\"name\":\"Custom Reports\",\"order\":\"65\",\"icon\":\"icon-business\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"2\",\"name\":\"Bali pages, breakdown new\\/returning\",\"order\":\"100\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Bali pages, breakdown new\\/returning\",\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"order\":\"100\",\"parameters\":{\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"idCustomReport\":\"2\"},\"uniqueId\":\"widgetCustomReportsgetCustomReportidCustomReport2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"CustomReports_CustomReports.5\",\"category\":{\"id\":\"CustomReports_CustomReports\",\"name\":\"Custom Reports\",\"order\":\"65\",\"icon\":\"icon-business\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"5\",\"name\":\"Country by New\\/returning with a filter\",\"order\":\"101\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Country by New\\/returning with a filter\",\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"order\":\"100\",\"parameters\":{\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"idCustomReport\":\"5\"},\"uniqueId\":\"widgetCustomReportsgetCustomReportidCustomReport5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"CustomReports_CustomReports.8\",\"category\":{\"id\":\"CustomReports_CustomReports\",\"name\":\"Custom Reports\",\"order\":\"65\",\"icon\":\"icon-business\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"Evolution KPIs\",\"order\":\"102\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Evolution KPIs\",\"module\":\"CustomReports\",\"action\":\"getEvolutionGraph\",\"order\":\"100\",\"parameters\":{\"module\":\"CustomReports\",\"action\":\"getEvolutionGraph\",\"idCustomReport\":\"8\"},\"uniqueId\":\"widgetCustomReportsgetEvolutionGraphidCustomReport8\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"}}},{\"uniqueId\":\"CustomReports_CustomReports.1\",\"category\":{\"id\":\"CustomReports_CustomReports\",\"name\":\"Custom Reports\",\"order\":\"65\",\"icon\":\"icon-business\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"1\",\"name\":\"Pages by New\\/Returning visitor\",\"order\":\"103\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Pages by New\\/Returning visitor\",\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"order\":\"100\",\"parameters\":{\"module\":\"CustomReports\",\"action\":\"getCustomReport\",\"idCustomReport\":\"1\"},\"uniqueId\":\"widgetCustomReportsgetCustomReportidCustomReport1\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"FormAnalytics_Forms.2\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"2\",\"name\":\"Comment Form\",\"order\":\"20\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm2\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Comment Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"2\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm2timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Comment Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"2\",\"containerId\":\"forms_2\"},\"uniqueId\":\"widgetforms_2idForm2\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"2\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.7\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"Apply to Job Form\",\"order\":\"21\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm7\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Apply to Job Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"7\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm7timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Apply to Job Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"7\",\"containerId\":\"forms_7\"},\"uniqueId\":\"widgetforms_7idForm7\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"7\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm7\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.29\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"29\",\"name\":\"Add Job Form\",\"order\":\"22\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm29\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Add Job Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"29\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm29timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Add Job Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"29\",\"containerId\":\"forms_29\"},\"uniqueId\":\"widgetforms_29idForm29\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"29\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm29\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.30\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"30\",\"name\":\"Candidate Registration Form\",\"order\":\"23\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm30\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Candidate Registration Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"30\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm30timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Candidate Registration Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"30\",\"containerId\":\"forms_30\"},\"uniqueId\":\"widgetforms_30idForm30\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"30\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm30\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.31\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"31\",\"name\":\"Resume Search\",\"order\":\"24\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm31\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Resume Search\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"31\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm31timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Resume Search\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"31\",\"containerId\":\"forms_31\"},\"uniqueId\":\"widgetforms_31idForm31\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"31\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm31\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.32\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"32\",\"name\":\"Build Resume Form\",\"order\":\"25\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm32\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Build Resume Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"32\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm32timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Build Resume Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"32\",\"containerId\":\"forms_32\"},\"uniqueId\":\"widgetforms_32idForm32\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"32\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm32\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.40\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"40\",\"name\":\"Contact Us Form\",\"order\":\"26\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm40\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Contact Us Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"40\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Contact Us Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"40\",\"containerId\":\"forms_40\"},\"uniqueId\":\"widgetforms_40idForm40\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"40\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm40\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.41\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"41\",\"name\":\"Newsletter Signup Form\",\"order\":\"27\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm41\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Newsletter Signup Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"41\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Newsletter Signup Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"41\",\"containerId\":\"forms_41\"},\"uniqueId\":\"widgetforms_41idForm41\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"41\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm41\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.42\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"42\",\"name\":\"Checkout Form\",\"order\":\"28\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Page URLs\",\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"order\":\"20\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getPageUrls\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetPageUrlsidForm42\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Form \\\"Checkout Form\\\"\",\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"order\":\"1\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"formSummary\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsformSummaryidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"42\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42timings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Checkout Form\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"25\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"idForm\":\"42\",\"containerId\":\"forms_42\"},\"uniqueId\":\"widgetforms_42idForm42\",\"isWide\":\"0\",\"layout\":\"ByDimension\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Drop Off Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"order\":\"205\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getDropOffFields\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetDropOffFieldsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"order\":\"210\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getEntryFields\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetEntryFieldsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Timings\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"order\":\"220\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldTimings\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldTimingsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Field Size\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"order\":\"225\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldSize\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldSizeidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Used Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"order\":\"230\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getMostUsedFields\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetMostUsedFieldsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most Corrected\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"order\":\"235\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getFieldCorrections\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetFieldCorrectionsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Unneeded Fields\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Fields\",\"name\":\"Fields\",\"order\":\"99\",\"help\":\"\"},\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"order\":\"240\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getUneededFields\",\"idForm\":\"42\"},\"uniqueId\":\"widgetFormAnalyticsgetUneededFieldsidForm42\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}},{\"uniqueId\":\"FormAnalytics_Forms.General_Overview\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>Increase conversions from your online forms and lose fewer visitors by learning everything about your users\\u2019 behaviour and where they get stuck on your forms.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Evolution over the period\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"FormAnalytics\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetFormAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Forms Timings\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"timings\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinestimings1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Contact Us Form\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"60\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"40\",\"summary\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm40summary1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Newsletter Signup Form\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"61\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"41\",\"summary\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm41summary1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Checkout Form\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"order\":\"62\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"FormAnalytics\",\"action\":\"get\",\"idForm\":\"42\",\"summary\":\"1\"},\"uniqueId\":\"widgetFormAnalyticsgetforceView1viewDataTablesparklinesidForm42summary1\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"FormAnalytics_Forms.FormAnalytics_TypeRealTime\",\"category\":{\"id\":\"FormAnalytics_Forms\",\"name\":\"Forms\",\"order\":\"49\",\"icon\":\"icon-form\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"FormAnalytics_TypeRealTime\",\"name\":\"Real-time\",\"order\":\"5\",\"help\":\"<p>Analyse your form performance in real-time with conversion reports calculated for the last 30 minutes and the previous 24 hours.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Forms overview last 30 minutes\",\"module\":\"FormAnalytics\",\"action\":\"getCounters\",\"order\":\"140\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getCounters\"},\"uniqueId\":\"widgetFormAnalyticsgetCounters\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Forms overview last 24 hours\",\"module\":\"FormAnalytics\",\"action\":\"getCounters\",\"order\":\"142\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getCounters\",\"lastMinutes\":\"1440\"},\"uniqueId\":\"widgetFormAnalyticsgetCounterslastMinutes1440\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most popular forms last 30 minutes\",\"module\":\"FormAnalytics\",\"action\":\"getCurrentMostPopularForms\",\"order\":\"150\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getCurrentMostPopularForms\"},\"uniqueId\":\"widgetFormAnalyticsgetCurrentMostPopularForms\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Most popular forms last 24 hours\",\"module\":\"FormAnalytics\",\"action\":\"getCurrentMostPopularForms\",\"order\":\"152\",\"parameters\":{\"module\":\"FormAnalytics\",\"action\":\"getCurrentMostPopularForms\",\"lastMinutes\":\"1440\"},\"uniqueId\":\"widgetFormAnalyticsgetCurrentMostPopularFormslastMinutes1440\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.8\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"8\",\"name\":\"Liveaboard.com click\",\"order\":\"6\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Funnel Report\",\"module\":\"Funnels\",\"action\":\"funnelReport\",\"order\":\"20\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReport\",\"idGoal\":\"7\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsfunnelReportidGoal7idFunnel8\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Evolution for Liveaboard.com click\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"order\":\"40\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"7\",\"columns\":\"funnel_conversion_rate\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal7columnsfunnel_conversion_rateidFunnel8\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"50\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"7\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7idFunnel8\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Liveaboard.com click\",\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"order\":\"5\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"idGoal\":\"7\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsfunnelSummaryidGoal7idFunnel8\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Funnel details\",\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"order\":\"30\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"idGoal\":\"7\",\"idFunnel\":\"8\",\"filter_limit\":\"-1\"},\"uniqueId\":\"widgetFunnelsfunnelReportTableidGoal7idFunnel8filter_limit-1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.7\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"7\",\"name\":\"New Job Application\",\"order\":\"7\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Funnel Report\",\"module\":\"Funnels\",\"action\":\"funnelReport\",\"order\":\"20\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReport\",\"idGoal\":\"4\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsfunnelReportidGoal4idFunnel7\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Evolution for New Job Application\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"order\":\"40\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"4\",\"columns\":\"funnel_conversion_rate\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal4columnsfunnel_conversion_rateidFunnel7\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"50\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"4\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4idFunnel7\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"New Job Application\",\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"order\":\"5\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"idGoal\":\"4\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsfunnelSummaryidGoal4idFunnel7\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Funnel details\",\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"order\":\"30\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"idGoal\":\"4\",\"idFunnel\":\"7\",\"filter_limit\":\"-1\"},\"uniqueId\":\"widgetFunnelsfunnelReportTableidGoal4idFunnel7filter_limit-1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.2\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"2\",\"name\":\"New Resume\",\"order\":\"8\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Funnel Report\",\"module\":\"Funnels\",\"action\":\"funnelReport\",\"order\":\"20\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReport\",\"idGoal\":\"6\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsfunnelReportidGoal6idFunnel2\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Evolution for New Resume\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"order\":\"40\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"6\",\"columns\":\"funnel_conversion_rate\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal6columnsfunnel_conversion_rateidFunnel2\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"50\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"6\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6idFunnel2\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"New Resume\",\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"order\":\"5\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"idGoal\":\"6\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsfunnelSummaryidGoal6idFunnel2\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Funnel details\",\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"order\":\"30\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"idGoal\":\"6\",\"idFunnel\":\"2\",\"filter_limit\":\"-1\"},\"uniqueId\":\"widgetFunnelsfunnelReportTableidGoal6idFunnel2filter_limit-1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.99\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"99\",\"name\":\"Sales\",\"order\":\"9\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Funnel Report\",\"module\":\"Funnels\",\"action\":\"funnelReport\",\"order\":\"20\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReport\",\"idGoal\":\"0\",\"idFunnel\":\"99\"},\"uniqueId\":\"widgetFunnelsfunnelReportidGoal0idFunnel99\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Evolution for Sales\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"order\":\"40\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"0\",\"columns\":\"funnel_conversion_rate\",\"idFunnel\":\"99\"},\"uniqueId\":\"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal0columnsfunnel_conversion_rateidFunnel99\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"50\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"0\",\"idFunnel\":\"99\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal0idFunnel99\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Sales\",\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"order\":\"5\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"idGoal\":\"0\",\"idFunnel\":\"99\"},\"uniqueId\":\"widgetFunnelsfunnelSummaryidGoal0idFunnel99\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Funnel details\",\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"order\":\"30\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"idGoal\":\"0\",\"idFunnel\":\"99\",\"filter_limit\":\"-1\"},\"uniqueId\":\"widgetFunnelsfunnelReportTableidGoal0idFunnel99filter_limit-1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.3\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"3\",\"name\":\"View Submit Job\",\"order\":\"10\",\"help\":\"\"},\"widgets\":{\"row\":[{\"name\":\"Funnel Report\",\"module\":\"Funnels\",\"action\":\"funnelReport\",\"order\":\"20\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReport\",\"idGoal\":\"5\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsfunnelReportidGoal5idFunnel3\",\"isWide\":\"1\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Evolution for View Submit Job\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"order\":\"40\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Funnels\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"5\",\"columns\":\"funnel_conversion_rate\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoal5columnsfunnel_conversion_rateidFunnel3\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"50\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"5\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5idFunnel3\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"View Submit Job\",\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"order\":\"5\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelSummary\",\"idGoal\":\"5\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsfunnelSummaryidGoal5idFunnel3\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Funnel details\",\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"order\":\"30\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"funnelReportTable\",\"idGoal\":\"5\",\"idFunnel\":\"3\",\"filter_limit\":\"-1\"},\"uniqueId\":\"widgetFunnelsfunnelReportTableidGoal5idFunnel3filter_limit-1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"Funnels_Funnels.General_Overview\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"5\",\"help\":\"<p>Identify and understand where your visitors drop off to increase your conversions, sales and revenue with your existing traffic.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Funnels Overview\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"10\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"FunnelsOverview\"},\"uniqueId\":\"widgetFunnelsOverview\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Liveaboard.com click\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"7\",\"funnels_overview\":\"1\",\"showtitle\":\"1\",\"idFunnel\":\"8\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal7funnels_overview1showtitle1idFunnel8\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"New Job Application\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"4\",\"funnels_overview\":\"1\",\"showtitle\":\"1\",\"idFunnel\":\"7\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal4funnels_overview1showtitle1idFunnel7\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"New Resume\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"3\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"6\",\"funnels_overview\":\"1\",\"showtitle\":\"1\",\"idFunnel\":\"2\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal6funnels_overview1showtitle1idFunnel2\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Sales\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"4\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"0\",\"funnels_overview\":\"1\",\"showtitle\":\"1\",\"idFunnel\":\"99\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal0funnels_overview1showtitle1idFunnel99\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"View Submit Job\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Funnels\",\"action\":\"getMetrics\",\"idGoal\":\"5\",\"funnels_overview\":\"1\",\"showtitle\":\"1\",\"idFunnel\":\"3\"},\"uniqueId\":\"widgetFunnelsgetMetricsforceView1viewDataTablesparklinesidGoal5funnels_overview1showtitle1idFunnel3\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}}}},{\"uniqueId\":\"Funnels_Funnels.Funnels_ManageFunnels\",\"category\":{\"id\":\"Funnels_Funnels\",\"name\":\"Funnels\",\"order\":\"28\",\"icon\":\"icon-funnel\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Funnels_ManageFunnels\",\"name\":\"Manage Funnels\",\"order\":\"9999\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Manage Funnels\",\"module\":\"Funnels\",\"action\":\"editFunnels\",\"order\":\"99\",\"parameters\":{\"module\":\"Funnels\",\"action\":\"editFunnels\"},\"uniqueId\":\"widgetFunnelseditFunnels\",\"isWide\":\"0\"}}},{\"uniqueId\":\"HeatmapSessionRecording_Heatmaps.11\",\"category\":{\"id\":\"HeatmapSessionRecording_Heatmaps\",\"name\":\"Heatmaps\",\"order\":\"58\",\"icon\":\"icon-drop\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"11\",\"name\":\"Homepage\",\"order\":\"20\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"\",\"module\":\"HeatmapSessionRecording\",\"action\":\"showHeatmap\",\"order\":\"99\",\"parameters\":{\"module\":\"HeatmapSessionRecording\",\"action\":\"showHeatmap\",\"idSiteHsr\":\"11\"},\"uniqueId\":\"widgetHeatmapSessionRecordingshowHeatmapidSiteHsr11\",\"isWide\":\"0\"}}},{\"uniqueId\":\"HeatmapSessionRecording_SessionRecordings.13\",\"category\":{\"id\":\"HeatmapSessionRecording_SessionRecordings\",\"name\":\"Session Recordings\",\"order\":\"59\",\"icon\":\"icon-play\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"13\",\"name\":\"Homepage\",\"order\":\"20\",\"help\":\"\"},\"widgets\":{\"row\":{\"name\":\"Session recording \\\"Homepage\\\"\",\"module\":\"HeatmapSessionRecording\",\"action\":\"getRecordedSessions\",\"order\":\"101\",\"parameters\":{\"module\":\"HeatmapSessionRecording\",\"action\":\"getRecordedSessions\",\"idSiteHsr\":\"13\"},\"uniqueId\":\"widgetHeatmapSessionRecordinggetRecordedSessionsidSiteHsr13\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_TypeAudienceLog\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_TypeAudienceLog\",\"name\":\"Audience Log\",\"order\":\"25\",\"help\":\"<p>This is a real-time log of all visits that include a media interaction such as a video play. You can see every action each user took within their visit and some basic details about the visitor to understand the broader context of their interaction.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Log of visitors who have played media\",\"module\":\"MediaAnalytics\",\"action\":\"getAudienceLog\",\"order\":\"99\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getAudienceLog\"},\"uniqueId\":\"widgetMediaAnalyticsgetAudienceLog\",\"isWide\":\"0\"}}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_TypeAudienceMap\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_TypeAudienceMap\",\"name\":\"Audience Map\",\"order\":\"30\",\"help\":\"<p>View a world map overlaid with data about how many visits from each country and region have performed media actions on your site such as playing audio or video files.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Map of Media Plays\",\"module\":\"MediaAnalytics\",\"action\":\"audienceMap\",\"order\":\"99\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"audienceMap\"},\"uniqueId\":\"widgetMediaAnalyticsaudienceMap\",\"isWide\":\"0\"}}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_TypeAudio\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_TypeAudio\",\"name\":\"Audio\",\"order\":\"15\",\"help\":\"<p>The Audio section provides detailed reports on which audio files have been played, how often and their completion rates.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Audio Titles\",\"module\":\"MediaAnalytics\",\"action\":\"getAudioTitles\",\"order\":\"102\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getAudioTitles\"},\"uniqueId\":\"widgetMediaAnalyticsgetAudioTitles\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Audio Resource URLs\",\"module\":\"MediaAnalytics\",\"action\":\"getAudioResources\",\"order\":\"104\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getAudioResources\"},\"uniqueId\":\"widgetMediaAnalyticsgetAudioResources\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Audio Resources URLs Grouped\",\"module\":\"MediaAnalytics\",\"action\":\"getGroupedAudioResources\",\"order\":\"106\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getGroupedAudioResources\"},\"uniqueId\":\"widgetMediaAnalyticsgetGroupedAudioResources\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Audio per hour in website's timezone\",\"module\":\"MediaAnalytics\",\"action\":\"getAudioHours\",\"order\":\"108\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getAudioHours\"},\"uniqueId\":\"widgetMediaAnalyticsgetAudioHours\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"MediaAnalytics_Media.General_Overview\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>Grow your business with advanced video & audio analytics. Get powerful insights into how often your audience watches your videos and listens to your audio. Learn how many of the visitors who start interacting with your media complete it.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Getting Started\",\"module\":\"MediaAnalytics\",\"action\":\"gettingStarted\",\"order\":\"1\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"gettingStarted\"},\"uniqueId\":\"widgetMediaAnalyticsgettingStarted\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"MediaAnalytics\",\"action\":\"hasNoRecords\"}},{\"name\":\"Evolution over the period\",\"module\":\"MediaAnalytics\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"MediaAnalytics\",\"action\":\"getEvolutionGraph\",\"columns\":{\"row\":\"nb_plays\"}},\"uniqueId\":\"widgetMediaAnalyticsgetEvolutionGraphforceView1viewDataTablegraphEvolutioncolumnsArray\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"MediaAnalytics\",\"action\":\"hasRecords\"},\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Report\",\"module\":\"MediaAnalytics\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"MediaAnalytics\",\"action\":\"get\"},\"uniqueId\":\"widgetMediaAnalyticsgetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"MediaAnalytics\",\"action\":\"hasRecords\"},\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_MediaPlayers\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_MediaPlayers\",\"name\":\"Media Players\",\"order\":\"20\",\"help\":\"<p>This reports on the most used media players on your site so you can optimise your media delivery based on the most popular mediums and players.<\\/p>\"},\"widgets\":{\"row\":{\"name\":\"Media Players\",\"module\":\"MediaAnalytics\",\"action\":\"getPlayers\",\"order\":\"136\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getPlayers\"},\"uniqueId\":\"widgetMediaAnalyticsgetPlayers\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_TypeRealTime\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_TypeRealTime\",\"name\":\"Real-time\",\"order\":\"5\",\"help\":\"<p>Analyse your media performance in real-time with duration and play reports calculated for the last 30 minutes and the previous 24 hours.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Most Popular Media Last 24 hours\",\"module\":\"MediaAnalytics\",\"action\":\"mostPlays\",\"order\":\"102\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"mostPlays\",\"lastMinutes\":\"1440\"},\"uniqueId\":\"widgetMediaAnalyticsmostPlayslastMinutes1440\",\"isWide\":\"0\"},{\"name\":\"Real-time Media Plays\",\"module\":\"MediaAnalytics\",\"action\":\"currentPlays\",\"order\":\"99\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"currentPlays\"},\"uniqueId\":\"widgetMediaAnalyticscurrentPlays\",\"isWide\":\"0\"},{\"name\":\"Time Spent Playing Media\",\"module\":\"MediaAnalytics\",\"action\":\"currentTime\",\"order\":\"100\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"currentTime\"},\"uniqueId\":\"widgetMediaAnalyticscurrentTime\",\"isWide\":\"0\"},{\"name\":\"Most Popular Media Last 30 minutes\",\"module\":\"MediaAnalytics\",\"action\":\"mostPlays\",\"order\":\"101\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"mostPlays\",\"lastMinutes\":\"30\"},\"uniqueId\":\"widgetMediaAnalyticsmostPlayslastMinutes30\",\"isWide\":\"0\"},{\"name\":\"Real-time Map of Media Plays\",\"module\":\"MediaAnalytics\",\"action\":\"realTimeAudienceMap\",\"order\":\"103\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"realTimeAudienceMap\"},\"uniqueId\":\"widgetMediaAnalyticsrealTimeAudienceMap\",\"isWide\":\"1\"}]}},{\"uniqueId\":\"MediaAnalytics_Media.MediaAnalytics_TypeVideo\",\"category\":{\"id\":\"MediaAnalytics_Media\",\"name\":\"Media\",\"order\":\"50\",\"icon\":\"icon-folder-charts\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"MediaAnalytics_TypeVideo\",\"name\":\"Video\",\"order\":\"10\",\"help\":\"<p>The Video section provides detailed reports on exactly which videos have been played, how often, their completion rates and even their display resolution.<\\/p>\"},\"widgets\":{\"row\":[{\"name\":\"Video Titles\",\"module\":\"MediaAnalytics\",\"action\":\"getVideoTitles\",\"order\":\"101\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getVideoTitles\"},\"uniqueId\":\"widgetMediaAnalyticsgetVideoTitles\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video Resource URLs\",\"module\":\"MediaAnalytics\",\"action\":\"getVideoResources\",\"order\":\"103\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getVideoResources\"},\"uniqueId\":\"widgetMediaAnalyticsgetVideoResources\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video Resource URLs Grouped\",\"module\":\"MediaAnalytics\",\"action\":\"getGroupedVideoResources\",\"order\":\"105\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getGroupedVideoResources\"},\"uniqueId\":\"widgetMediaAnalyticsgetGroupedVideoResources\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Videos per hour in website's timezone\",\"module\":\"MediaAnalytics\",\"action\":\"getVideoHours\",\"order\":\"107\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getVideoHours\"},\"uniqueId\":\"widgetMediaAnalyticsgetVideoHours\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video Resolutions\",\"module\":\"MediaAnalytics\",\"action\":\"getVideoResolutions\",\"order\":\"109\",\"parameters\":{\"module\":\"MediaAnalytics\",\"action\":\"getVideoResolutions\"},\"uniqueId\":\"widgetMediaAnalyticsgetVideoResolutions\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}}]}", "json": "[{\"uniqueId\":\"General_Actions.customdimension2\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":10,\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":null},\"subcategory\":{\"id\":\"customdimension2\",\"name\":\"Page Author\",\"order\":70,\"help\":\"\"},\"widgets\":[{\"name\":\"Page Author\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":202,\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"2\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension2\",\"isWide\":false,\"viewDataTable\":\"table\",\"isReport\":true}]},{\"uniqueId\":\"General_Actions.customdimension4\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":10,\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":null},\"subcategory\":{\"id\":\"customdimension4\",\"name\":\"Page Location\",\"order\":71,\"help\":\"\"},\"widgets\":[{\"name\":\"Page Location\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":204,\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"4\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension4\",\"isWide\":false,\"viewDataTable\":\"table\",\"isReport\":true}]},{\"uniqueId\":\"General_Actions.customdimension5\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":10,\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":null},\"subcategory\":{\"id\":\"customdimension5\",\"name\":\"Page Type\",\"order\":72,\"help\":\"\"},\"widgets\":[{\"name\":\"Page Type\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":205,\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"5\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension5\",\"isWide\":false,\"viewDataTable\":\"table\",\"isReport\":true}]},{\"uniqueId\":\"General_Actions.Transitions_Transitions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":10,\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":null},\"subcategory\":{\"id\":\"Transitions_Transitions\",\"name\":\"Transitions\",\"order\":46,\"help\":\"<p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \\\"Transitions\\\" report.<\\\/p><p><a href=\\\"https:\\\/\\\/matomo.org\\\/docs\\\/transitions\\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">More details<\\\/a><\\\/p>\"},\"widgets\":[{\"name\":\"Transitions\",\"module\":\"Transitions\",\"action\":\"getTransitions\",\"order\":99,\"parameters\":{\"module\":\"Transitions\",\"action\":\"getTransitions\"},\"uniqueId\":\"widgetTransitionsgetTransitions\",\"isWide\":false}]}]" }, - "API.getWidgetMetadata": { - "xml": "{\"row\":[{\"name\":\"KPI Metric\",\"category\":{\"id\":\"General_KpiMetric\",\"name\":\"KPI Metric\",\"order\":\"1\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"column\":\"\"},\"uniqueId\":\"widgetCoreVisualizationssingleMetricViewcolumn\",\"isWide\":\"0\"},{\"name\":\"Real-time visitor count\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\",\"order\":\"15\",\"parameters\":{\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\"},\"uniqueId\":\"widgetLivegetSimpleLastVisitCount\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits Overview (with graph)\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"VisitOverviewWithGraph\"},\"uniqueId\":\"widgetVisitOverviewWithGraph\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Visits Overview\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitsSummary\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitsSummary\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitsSummarygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Visits Overview\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitsSummary\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitsSummarygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Visits Log\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Live_VisitorLog\",\"name\":\"Visits Log\",\"order\":\"5\",\"help\":\"<p>The visits log shows you every visit your website receives in detail. Find out which actions each visitor has performed, how they got to your site, a bit about who they are, and more (while still complying with your local privacy regulations).<\\/p><p>While other reports in Matomo show how your visitors behave at an aggregate level, the visits log provides granular detail. You can also use segments to narrow it down to specific types of visits to understand your visitors better.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/real-time\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Live.getLastVisitsDetails\\\" target=\\\"_blank\\\" rel=\\\"noreferrer noopener\\\">Learn more in the visit-log guide.<\\/a><\\/p>\"},\"module\":\"Live\",\"action\":\"getLastVisitsDetails\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"VisitorLog\",\"module\":\"Live\",\"action\":\"getLastVisitsDetails\",\"small\":\"1\"},\"uniqueId\":\"widgetLivegetLastVisitsDetailsforceView1viewDataTableVisitorLogsmall1\",\"isWide\":\"0\",\"viewDataTable\":\"VisitorLog\",\"isReport\":\"1\"},{\"name\":\"Visits in real-time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_RealTime\",\"name\":\"Real-time\",\"order\":\"7\",\"help\":\"<p>The visits in the real-time report show the real-time flow of visits to your website. It includes a real-time counter of your visits and page views in the last 24 hours and the previous 30 minutes.<\\/p><p>This report refreshes every 5 seconds and displays new visits (or existing visitors that view a new page) at the top of the list with a fade-in effect.<\\/p>\"},\"module\":\"Live\",\"action\":\"widget\",\"order\":\"20\",\"parameters\":{\"module\":\"Live\",\"action\":\"widget\"},\"uniqueId\":\"widgetLivewidget\",\"isWide\":\"1\"},{\"name\":\"Real-time Map\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountryMap_RealTimeMap\",\"name\":\"Real-time Map\",\"order\":\"9\",\"help\":\"<p>Shows the location of website visitors the last 30 minutes, and flashes for new ones. Recent visits are shown as large orange bubbles, and older ones as smaller gray ones. It refreshes every five seconds.<\\/p>\"},\"module\":\"UserCountryMap\",\"action\":\"realtimeMap\",\"order\":\"15\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"realtimeMap\"},\"uniqueId\":\"widgetUserCountryMaprealtimeMap\",\"isWide\":\"1\"},{\"name\":\"Visitor Map\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountryMap\",\"action\":\"visitorMap\",\"order\":\"1\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"visitorMap\"},\"uniqueId\":\"widgetUserCountryMapvisitorMap\",\"isWide\":\"0\"},{\"name\":\"City\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"110\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getCity\"},\"uniqueId\":\"widgetUserCountrygetCity\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"106\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getContinent\"},\"uniqueId\":\"widgetUserCountrygetContinent\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Country\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"105\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getCountry\"},\"uniqueId\":\"widgetUserCountrygetCountry\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"107\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getRegion\"},\"uniqueId\":\"widgetUserCountrygetRegion\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Web-browser language\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"order\":\"108\",\"parameters\":{\"module\":\"UserLanguage\",\"action\":\"getLanguage\"},\"uniqueId\":\"widgetUserLanguagegetLanguage\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Language code\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"order\":\"111\",\"parameters\":{\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"},\"uniqueId\":\"widgetUserLanguagegetLanguageCode\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"104\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrand\"},\"uniqueId\":\"widgetDevicesDetectiongetBrand\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"102\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getModel\"},\"uniqueId\":\"widgetDevicesDetectiongetModel\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"100\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getType\"},\"uniqueId\":\"widgetDevicesDetectiongetType\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Screen Resolution\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"Resolution\",\"action\":\"getResolution\",\"order\":\"108\",\"parameters\":{\"module\":\"Resolution\",\"action\":\"getResolution\"},\"uniqueId\":\"widgetResolutiongetResolution\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browser Plugins\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"order\":\"113\",\"parameters\":{\"module\":\"DevicePlugins\",\"action\":\"getPlugin\"},\"uniqueId\":\"widgetDevicePluginsgetPlugin\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browser engines\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"order\":\"110\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowserEngines\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"Browser version\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"order\":\"106\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowserVersions\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"105\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsers\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Operating System families\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"order\":\"108\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"},\"uniqueId\":\"widgetDevicesDetectiongetOsFamilies\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Operating System versions\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"order\":\"102\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"},\"uniqueId\":\"widgetDevicesDetectiongetOsVersions\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Configurations\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"order\":\"107\",\"parameters\":{\"module\":\"Resolution\",\"action\":\"getConfiguration\"},\"uniqueId\":\"widgetResolutiongetConfiguration\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits by day of the week\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"order\":\"125\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"},\"uniqueId\":\"widgetVisitTimegetByDayOfWeek\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"Visits per local time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"order\":\"115\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerLocalTime\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"120\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTime\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"User IDs\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserId_UserReportTitle\",\"name\":\"User IDs\",\"order\":\"40\",\"help\":\"<p>The user ID report shows visits associated with all your registered and logged in users. Understand website usage by its specific users and find out who your most and least active users are.<\\/p><p><a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"https:\\/\\/matomo.org\\/docs\\/user-id?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.UserId.getUsers\\\"><span class=\\\"icon-info\\\"><\\/span> Learn more<\\/a><\\/p>\"},\"module\":\"UserId\",\"action\":\"getUsers\",\"order\":\"109\",\"parameters\":{\"module\":\"UserId\",\"action\":\"getUsers\"},\"uniqueId\":\"widgetUserIdgetUsers\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CustomVariables_CustomVariables\",\"name\":\"Custom Variables\",\"order\":\"45\",\"help\":\"<p>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Read more about this topic in the online guide.<\\/a><\\/p>\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"110\",\"parameters\":{\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariables\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension1\",\"name\":\"User Type\",\"order\":\"73\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"201\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Pages\",\"name\":\"Pages\",\"order\":\"5\",\"help\":\"<p>This report contains information about the page URLs that have been visited.<\\/p><p>The table is organized hierarchically, the URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"102\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageUrls\"},\"uniqueId\":\"widgetActionsgetPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Page Titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesEntry\",\"name\":\"Entry pages\",\"order\":\"10\",\"help\":\"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\\/p><p>The entry URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"106\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},\"uniqueId\":\"widgetActionsgetEntryPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesEntry\",\"name\":\"Entry pages\",\"order\":\"10\",\"help\":\"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\\/p><p>The entry URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"103\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},\"uniqueId\":\"widgetActionsgetEntryPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Exit page titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesExit\",\"name\":\"Exit pages\",\"order\":\"15\",\"help\":\"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\\/p><p>The exit URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"order\":\"107\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getExitPageTitles\"},\"uniqueId\":\"widgetActionsgetExitPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Exit pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesExit\",\"name\":\"Exit pages\",\"order\":\"15\",\"help\":\"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\\/p><p>The exit URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"order\":\"104\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getExitPageUrls\"},\"uniqueId\":\"widgetActionsgetExitPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPageTitles\",\"name\":\"Page titles\",\"order\":\"20\",\"help\":\"<p>This report contains information about the titles of the pages that have been visited.<\\/p><p>The page title is the HTML <title> Tag that most browsers show in their window title.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"105\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageTitles\"},\"uniqueId\":\"widgetActionsgetPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Titles Following a Site Search\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"order\":\"119\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"},\"uniqueId\":\"widgetActionsgetPageTitlesFollowingSiteSearch\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Pages Following a Site Search\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"order\":\"116\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"},\"uniqueId\":\"widgetActionsgetPageUrlsFollowingSiteSearch\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Categories\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"order\":\"120\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\"},\"uniqueId\":\"widgetActionsgetSiteSearchCategories\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Site Search Keywords\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"order\":\"115\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\"},\"uniqueId\":\"widgetActionsgetSiteSearchKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Keywords with No Results\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"order\":\"118\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\"},\"uniqueId\":\"widgetActionsgetSiteSearchNoResultKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Outlinks\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Outlinks\",\"name\":\"Outlinks\",\"order\":\"30\",\"help\":\"<p>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getOutlinks\",\"order\":\"108\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getOutlinks\"},\"uniqueId\":\"widgetActionsgetOutlinks\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Downloads\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Downloads\",\"name\":\"Downloads\",\"order\":\"35\",\"help\":\"<p>In this report, you can see which files your visitors have downloaded.<\\/p><p>What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getDownloads\",\"order\":\"109\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getDownloads\"},\"uniqueId\":\"widgetActionsgetDownloads\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Event Actions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"module\":\"Events\",\"action\":\"getAction\",\"order\":\"101\",\"parameters\":{\"module\":\"Events\",\"action\":\"getAction\",\"secondaryDimension\":\"eventName\"},\"uniqueId\":\"widgetEventsgetActionsecondaryDimensioneventName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Event Categories\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"module\":\"Events\",\"action\":\"getCategory\",\"order\":\"100\",\"parameters\":{\"module\":\"Events\",\"action\":\"getCategory\",\"secondaryDimension\":\"eventAction\"},\"uniqueId\":\"widgetEventsgetCategorysecondaryDimensioneventAction\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Event Names\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"module\":\"Events\",\"action\":\"getName\",\"order\":\"102\",\"parameters\":{\"module\":\"Events\",\"action\":\"getName\",\"secondaryDimension\":\"eventAction\"},\"uniqueId\":\"widgetEventsgetNamesecondaryDimensioneventAction\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Content Name\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"45\",\"help\":\"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Content Tracking guide.<\\/a><\\/p>\"},\"module\":\"Contents\",\"action\":\"getContentNames\",\"order\":\"135\",\"parameters\":{\"module\":\"Contents\",\"action\":\"getContentNames\"},\"uniqueId\":\"widgetContentsgetContentNames\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Content Piece\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"45\",\"help\":\"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Content Tracking guide.<\\/a><\\/p>\"},\"module\":\"Contents\",\"action\":\"getContentPieces\",\"order\":\"136\",\"parameters\":{\"module\":\"Contents\",\"action\":\"getContentPieces\"},\"uniqueId\":\"widgetContentsgetContentPieces\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Transitions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Transitions_Transitions\",\"name\":\"Transitions\",\"order\":\"46\",\"help\":\"<p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \\\"Transitions\\\" report.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/transitions\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">More details<\\/a><\\/p>\"},\"module\":\"Transitions\",\"action\":\"getTransitions\",\"order\":\"99\",\"parameters\":{\"module\":\"Transitions\",\"action\":\"getTransitions\"},\"uniqueId\":\"widgetTransitionsgetTransitions\",\"isWide\":\"0\"},{\"name\":\"Returning Visits Over Time\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitFrequency\",\"action\":\"getEvolutionGraph\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitFrequency\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitFrequencygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Frequency Overview\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitFrequency\",\"action\":\"get\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitFrequency\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitFrequencygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Visits by days since last visit\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"order\":\"130\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsByDaysSinceLast\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits by visit number\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"order\":\"125\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsByVisitCount\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits per number of pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"order\":\"120\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsPerPage\",\"isWide\":\"0\",\"viewDataTable\":\"cloud\",\"isReport\":\"1\"},{\"name\":\"Visits per visit duration\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"order\":\"115\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsPerVisitDuration\",\"isWide\":\"0\",\"viewDataTable\":\"cloud\",\"isReport\":\"1\"},{\"name\":\"Evolution of page performance metrics\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"PagePerformance_Performance\",\"name\":\"Performance\",\"order\":\"47\",\"help\":\"<p>The Performance section can help you analyse how fast your website or app is performing on the whole and help discover whether you have specific pages that significantly deviate from your averages.<\\/p><p>You can also find reports showing exactly how long each page of your website takes to load and what is contributing to their loading time.<\\/p>\"},\"module\":\"PagePerformance\",\"action\":\"getEvolutionGraph\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphStackedBarEvolution\",\"module\":\"PagePerformance\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetPagePerformancegetEvolutionGraphforceView1viewDataTablegraphStackedBarEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphStackedBarEvolution\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Visualization\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_UsersFlow\",\"name\":\"Users Flow\",\"order\":\"47\",\"help\":\"<p>This data is based on the 5000 most popular connections per interaction. If you want to include more or less data, you can change the number of connections per step by adjusting the value of the <code>[UsersFlow] usersflow_num_max_links_per_interaction<\\/code> configuration in the <code>config\\/config.ini.php<\\/code> file. The \\\"Explore traffic\\\" feature is currently only available to \\\"day\\\", \\\"week\\\", \\\"month\\\" and \\\"range\\\" periods.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlow\",\"order\":\"2000\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlow\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlow\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Overview - Page URLs\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2001\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPretty\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Overview - Page Titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2003\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dataSource\":\"page_title\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettydataSourcepage_title\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Top Paths - Page URLs\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2000\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"topPaths\":\"1\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettytopPaths1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Top Paths - Page Titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2002\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"topPaths\":\"1\",\"dataSource\":\"page_title\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettytopPaths1dataSourcepage_title\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Author\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension2\",\"name\":\"Page Author\",\"order\":\"70\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"202\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"2\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Location\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension4\",\"name\":\"Page Location\",\"order\":\"71\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"204\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"4\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension4\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Type\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension5\",\"name\":\"Page Type\",\"order\":\"72\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"205\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"5\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Crawl errors on Bing\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingErrors\",\"name\":\"Crawling errors\",\"order\":\"99\",\"help\":\"\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingErrorExamplesBing\",\"order\":\"102\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingErrorExamplesBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetCrawlingErrorExamplesBing\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Referrers\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_WidgetGetAll\",\"name\":\"All Channels\",\"order\":\"5\",\"help\":\"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getAll\",\"order\":\"102\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getAll\"},\"uniqueId\":\"widgetReferrersgetAll\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Channel Types\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_WidgetGetAll\",\"name\":\"All Channels\",\"order\":\"5\",\"help\":\"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"101\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getReferrerType\"},\"uniqueId\":\"widgetReferrersgetReferrerType\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"110\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getKeywords\"},\"uniqueId\":\"widgetReferrersgetKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"107\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSearchEngines\"},\"uniqueId\":\"widgetReferrersgetSearchEngines\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Combined keywords\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"order\":\"101\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Keywords (on Bing and Yahoo!)\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"order\":\"115\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsBing\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Image keywords on Google\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"order\":\"120\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleImage\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video keywords on Google\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"order\":\"125\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleVideo\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Web keywords on Google\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"order\":\"110\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleWeb\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuWebsitesOnly\",\"name\":\"Websites\",\"order\":\"15\",\"help\":\"<p>In this table, you can see which websites referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"105\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getWebsites\"},\"uniqueId\":\"widgetReferrersgetWebsites\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Socials\",\"name\":\"Social Networks\",\"order\":\"16\",\"help\":\"<p>In this table, you can see which websites referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"111\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSocials\"},\"uniqueId\":\"widgetReferrersgetSocials\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_AIAssistants\",\"name\":\"AI Assistants\",\"order\":\"18\",\"help\":\"<p>In this table, you can see which AI assistants referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"113\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getAIAssistants\"},\"uniqueId\":\"widgetReferrersgetAIAssistants\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"105\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContent\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"108\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroup\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"107\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetId\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"102\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeyword\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"104\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMedium\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"101\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"109\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacement\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"103\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSource\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"106\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMedium\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign URL Builder\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_URLCampaignBuilder\",\"name\":\"Campaign URL Builder\",\"order\":\"21\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getCampaignUrlBuilder\",\"order\":\"99\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getCampaignUrlBuilder\"},\"uniqueId\":\"widgetReferrersgetCampaignUrlBuilder\",\"isWide\":\"0\"},{\"name\":\"Ecommerce Overview\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Ecommerce Overview section is the best place to get a high-level view of your online store\\u2019s performance. At a glance, you can see how many sales you\\u2019re making, how much revenue you are generating, and your website\\u2019s conversion rate.<\\/p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Ecommerce.Overview\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in our Ecommerce guide here.<\\/a><\\/p>\"},\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"1\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"EcommerceOverview\"},\"uniqueId\":\"widgetEcommerceOverview\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoalecommerceOrder\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Ecommerce\",\"action\":\"getSparklines\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Ecommerce\",\"action\":\"getSparklines\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetEcommercegetSparklinesforceView1viewDataTablesparklinesidGoalecommerceOrder\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"ecommerceOrder\",\"name\":\"ecommerceOrder\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Ecommerce\",\"action\":\"getConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Ecommerce\",\"action\":\"getConversionsOverview\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetEcommercegetConversionsOverviewidGoalecommerceOrder\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"ecommerceOrder\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Ecommerce Log\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_EcommerceLog\",\"name\":\"Ecommerce Log\",\"order\":\"5\",\"help\":\"<p>The Ecommerce log provides granular session-level data so you can look at the full session for each user that either made a purchase or abandoned their cart. This can help you understand what users do before and after purchasing to reveal optimisation opportunities.<\\/p><p>Data on this page is updated in real-time.<\\/p>\"},\"module\":\"Ecommerce\",\"action\":\"getEcommerceLog\",\"order\":\"99\",\"parameters\":{\"module\":\"Ecommerce\",\"action\":\"getEcommerceLog\"},\"uniqueId\":\"widgetEcommercegetEcommerceLog\",\"isWide\":\"0\"},{\"name\":\"Ecommerce: Product Category\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"order\":\"132\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsCategory\"},\"uniqueId\":\"widgetGoalsgetItemsCategory\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Ecommerce: Product Name\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"module\":\"Goals\",\"action\":\"getItemsName\",\"order\":\"130\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsName\"},\"uniqueId\":\"widgetGoalsgetItemsName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Ecommerce: Product SKU\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"module\":\"Goals\",\"action\":\"getItemsSku\",\"order\":\"131\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsSku\"},\"uniqueId\":\"widgetGoalsgetItemsSku\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Entry page titles\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Entry pages\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Page titles\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Page URLs\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by User attribute: User Type\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"idDimension\":\"1\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrderidDimension1segmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by User attribute: Custom Variables\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"}]}", - "json": "[{\"name\":\"KPI Metric\",\"category\":{\"id\":\"General_KpiMetric\",\"name\":\"KPI Metric\",\"order\":1,\"icon\":\"\",\"help\":\"\",\"widget\":null},\"subcategory\":null,\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"order\":99,\"parameters\":{\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"column\":\"\"},\"uniqueId\":\"widgetCoreVisualizationssingleMetricViewcolumn\",\"isWide\":false},{\"name\":\"Real-time visitor count\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":5,\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\\/a> to see what occurred in every individual visit.<\\\/p>\",\"widget\":null},\"subcategory\":null,\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\",\"order\":15,\"parameters\":{\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\"},\"uniqueId\":\"widgetLivegetSimpleLastVisitCount\",\"isWide\":false,\"viewDataTable\":\"table\",\"isReport\":true},{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":5,\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\\/a> to see what occurred in every individual visit.<\\\/p>\",\"widget\":null},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":2,\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":5,\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":false,\"viewDataTable\":\"graphEvolution\",\"isReport\":true}]" + "API.getSegmentsMetadata": { + "xml": "{\"row\":[{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Actions In Visit\",\"segment\":\"actions\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since first visit\",\"segment\":\"daysSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last Ecommerce order\",\"segment\":\"daysSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last visit\",\"segment\":\"daysSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Events\",\"segment\":\"events\",\"acceptedValues\":\"To select all visits who triggered an Event, use: &segment=events>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 minute (start of visit)\",\"segment\":\"visitLocalMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 67, 57, 58, 59\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Interactions\",\"segment\":\"interactions\",\"acceptedValues\":\"Any positive integer\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Internal Searches\",\"segment\":\"searches\",\"acceptedValues\":\"To select all visits who used internal Site Search, use: &segment=searches>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of visits\",\"segment\":\"visitCount\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since first visit\",\"segment\":\"secondsSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last Ecommerce order\",\"segment\":\"secondsSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last visit\",\"segment\":\"secondsSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visit Duration (in seconds)\",\"segment\":\"visitDuration\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visitor IP\",\"segment\":\"visitIp\",\"acceptedValues\":\"13.54.122.1. Select IP ranges with notation: <code>visitIp>13.54.122.0;visitIp<13.54.122.255<\\/code>\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser\",\"segment\":\"browserName\",\"acceptedValues\":\"FireFox, Internet Explorer, Chrome, Safari, Opera etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser code\",\"segment\":\"browserCode\",\"acceptedValues\":\"FF, IE, CH, SF, OP etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser engine\",\"segment\":\"browserEngine\",\"acceptedValues\":\"Trident, WebKit, Presto, Gecko, Blink, etc.\",\"suggestedValuesCallback\":\"\\\\DeviceDetector\\\\Parser\\\\Client\\\\Browser\\\\Engine::getAvailableEngines\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser version\",\"segment\":\"browserVersion\",\"acceptedValues\":\"1.0, 8.0, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device brand\",\"segment\":\"deviceBrand\",\"acceptedValues\":\"2E, 3GNET, 3GO, 3Q, 4Good, 4ife, 5IVE, 7 Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, ACD, Ace, Aceline, Acepad, Acer, Acteck, actiMirror, Adreamer, Adronix, Advan, Advance, Advantage Air, AEEZO, AFFIX, AfriOne, AGM, AG Mobile, AIDATA, AileTV, Ainol, Airis, Airness, AIRON, Airpha, Airtel, Airties, AirTouch, AIS, Aiuto, Aiwa, Ajib, Akai, AKIRA, Alba, Alcatel, Alcor, ALDI NORD, ALDI S\\u00dcD, Alfawise, Alienware, Aligator, AllCall, AllDocube, allente, ALLINmobile, All Star, Allview, Allwinner, Alps, alpsmart, Altech UEC, Altibox, Altice, Altimo, altron, Altus, AMA, Amazon, Amazon Basics, AMCV, AMGOO, Amigoo, Amino, Amoi, ANBERNIC, ANCEL, andersson, Andowl, Angelcare, AngelTech, Anker, Anry, ANS, ANXONIT, AOC, Aocos, Aocwei, AOpen, Aoro, Aoson, AOYODKG, ApoloSign, Apple, Aquarius, Archos, Arian Space, Arival, Ark, ArmPhone, Arnova, ARRIS, Artel, Artizlee, ArtLine, Ar\\u00e7elik, Asano, Asanzo, Ask, Aspera, ASSE, Assistant, astro (MY), Astro (UA), Asus, AT&T, Athesi, Atlantic Electrics, Atmaca Elektronik, ATMAN, ATMPC, ATOL, Atom, Atouch, Atozee, Attila, Atvio, Audiovox, AUPO, AURIS, Autan, AUX, Avaya, Avenzo, AVH, Avvio, Awow, AWOX, AXEN, Axioo, AXXA, Axxion, AYA, AYYA, Azeyou, AZOM, Azumi Mobile, Azupik, b2m, Backcell, BAFF, BangOlufsen, Barnes & Noble, BARTEC, BASE, BAUHN, BBK, BB Mobile, BDF, BDQ, BDsharing, Beafon, Becker, Beeline, Beelink, Beetel, Beista, Beko, Bell, Bellphone, Benco, Benesse, BenQ, BenQ-Siemens, BenWee, Benzo, Beyond, Bezkam, BGH, Biegedy, Bigben, BIHEE, BilimLand, Billion, Billow, BioRugged, Bird, Bitel, Bitmore, Bittium, Bkav, Black Bear, Black Box, Black Fox, Blackpcs, Blackphone, Blackton, Blackview, Blaupunkt, Bleck, BLISS, Blloc, Blow, Blu, Bluboo, Bluebird, Bluedot, Bluegood, BlueSky, Bluewave, BluSlate, BMAX, Bmobile, BMW, BMXC, Bobarry, bogo, Bolva, Bookeen, Boost, Botech, Boway, bq, Bqeel, BrandCode, Brandt, BRAVE, Bravis, BrightSign, Brigmton, Brondi, BROR, BS Mobile, Bubblegum, Bundy, Bush, BuzzTV, BYD, BYJU'S, BYYBUO, C5 Mobile, CADENA, CAGI, Caixun, CALME, Camfone, Canaima, Canal+, Canal Digital, Canguro, Capitel, Captiva, Carbon Mobile, Carrefour, Casio, Casper, Cat, Cavion, CCIT, Cecotec, Ceibal, Celcus, Celkon, Cell-C, Cellacom, CellAllure, Cellution, CENTEK, Centric, CEPTER, CG Mobile, CGV, Chainway, Changhong, CHCNAV, Cherry Mobile, Chico Mobile, ChiliGreen, China Mobile, China Telecom, Chuwi, C Idea, CipherLab, Citycall, CKK Mobile, Claresta, Clarmin, CLAYTON, ClearPHONE, Clementoni, Cloud, Cloudfone, Cloudpad, Clout, Clovertek, CMF, CnM, Cobalt, Coby Kyros, Cogeco, COLORROOM, Colors, Comio, CommScope, Compal, Compaq, COMPUMAX, ComTrade Tesla, Conceptum, Concord, ConCorde, Condor, Connectce, Connex, Conquest, CONSUNG, Continental Edison, Contixo, coocaa, COOD-E, Coolpad, Coopers, CORN, Cosmote, Covia, Cowon, COYOTE, CPDEVICE, CreNova, Crescent, Crestron, Cricket, Crius Mea, Crony, Crosscall, Crown, Ctroniq, Cube, CUBOT, CUD, Cuiud, Cultraview, CVTE, Cwowdefu, CX, Cyrus, D-Link, D-Tech, Daewoo, Danew, DangcapHD, Dany, Daria, DASS, Datalogic, Datamini, Datang, Datawind, Datsun, Dawlance, Dazen, DbPhone, Dbtel, Dcode, DEALDIG, Dell, Denali, Denka, Denver, Desay, DeWalt, DEXP, DEYI, DF, DGTEC, DIALN, Dialog, Dicam, Digi, Digicel, DIGICOM, Digidragon, DIGIFORS, Digihome, Digiland, Digit4G, Digma, DIJITSU, DIKOM, DIMO, Dinalink, Dinax, DING DING, Diofox, DIORA, DISH, Disney, Ditecma, Diva, DiverMax, Divisat, DIXON, DL, DMM, DMOAO, DNS, DoCoMo, Doffler, Dolamee, Dom.ru, Doogee, Doopro, Doov, Dopod, Doppio, Dora, DORLAND, Doro, DPA, DRAGON, Dragon Touch, Dreamgate, DreamStar, DreamTab, Droidlogic, Droxio, DSDevices, DSIC, Dtac, DUDU AUTO, Dune HD, DUNNS Mobile, DuoTV, Durabook, Duubee, Dykemann, Dyon, E-Boda, E-Ceros, E-TACHI, E-tel, Eagle, EagleSoar, EAS Electric, Easypix, EBEN, EBEST, Echo Mobiles, ecom, ECON, ECOO, EcoStar, ECS, Edenwood, EE, EFT, EGL, EGOTEK, Ehlel, Einstein, EKINOX, EKO, Eks Mobility, EKT, ELARI, ELE-GATE, Elecson, Electroneum, ELECTRONIA, Elekta, Elektroland, Element, Elenberg, Elephone, Elevate, Elista, elit, Elong Mobile, Eltex, Ematic, Emporia, ENACOM, ENDURO, Energizer, Energy Sistem, Engel, ENIE, Enot, eNOVA, Entity, Envizen, Ephone, Epic, Epik One, Eplutus, Epson, Equator, Ergo, Ericsson, Ericy, Erisson, Essential, Essentielb, eSTAR, ETOE, Eton, eTouch, Etuline, Eudora, Eurocase, EUROLUX, Eurostar, Evercoss, Everest, Everex, Everfine, Everis, Evertek, Evolio, Evolveo, Evoo, EVPAD, EvroMedia, evvoli, EWIS, EXCEED, Exmart, ExMobile, EXO, Explay, Express LUCK, ExtraLink, Extrem, Eyemoo, EYU, Ezio, Ezze, F&U, F+, F2 Mobile, F150, Facebook, Facetel, Facime, Fairphone, Famoco, Famous, Fantec, Fanvace, FaRao Pro, Farassoo, FarEasTone, Fengxiang, Fenoti, FEONAL, Fero, FFF SmartLife, Figgers, FiGi, FiGO, FiiO, Filimo, FILIX, FinePower, FINIX, Finlux, FireFly Mobile, FISE, Fision, FITCO, Fluo, Fly, FLYCAT, FLYCOAY, FMT, FNB, FNF, Fobem, Fondi, Fonos, FONTEL, FOODO, FORME, Formovie, Formuler, Forstar, Fortis, FortuneShip, FOSSiBOT, Fourel, Four Mobile, Foxconn, FoxxD, FPT, free, Freetel, FreeYond, FRESH, Frunsi, Fuego, FUJICOM, Fujitsu, Funai, Fusion5, Future Mobile Technology, Fxtec, G-Guard, G-PLUS, G-TiDE, G-Touch, G-Vill, Galactic, Galatec, Galaxy Innovations, Gamma, Garmin-Asus, Gateway, Gazal, Gazer, GDL, Geanee, Geant, Gear Mobile, Gemini, General Mobile, Genesis, GEOFOX, Geo Phone, Geotel, Geotex, GEOZON, Getnord, GFive, Gfone, Ghia, Ghong, Ghost, Gigabyte, Gigaset, Gini, Ginzzu, Gionee, GIRASOLE, GlobalSec, Globex, Globmall, GlocalMe, Glofiish, GLONYX, Glory Star, GLX, GN Electronics, GOCLEVER, Gocomma, GoGEN, GOLDBERG, GoldMaster, GoldStar, Gol Mobile, Goly, Gome, GoMobile, GOODTEL, Google, Goophone, Gooweel, GOtv, Gplus, Gradiente, Graetz, Grape, Great Asia, Gree, Green Lion, Green Orange, Greentel, Gresso, Gretel, GroBerwert, Grundig, Gr\\u00fcnberg, Gtel, GTMEDIA, GTX, Guophone, GVC Pro, H96, H133, Hafury, Haier, Haipai, Haixu, Hamlet, Hammer, Handheld, HannSpree, Hanseatic, Hanson, HAOQIN, HAOVM, Hardkernel, Harper, Hartens, Hasee, Hathway, HAVIT, HDC, HeadWolf, HEC, Heimat, Helio, Hemilton, HERO, HexaByte, Hezire, Hi, Hi-Level, Hiberg, HiBy, HIGH1ONE, High Q, Highscreen, HiGrace, HiHi, HiKing, HiMax, Hi Nova, HIPER, Hipstreet, Hiremco, Hisense, Hitachi, Hitech, HKC, HKPro, HLLO, HMD, hoco, HOFER, Hoffmann, HOLLEBERG, Homatics, Hometech, HOMII, Homtom, Honeywell, HongTop, HONKUAHG, Hoozo, Hopeland, Horion, Horizon, Horizont, Hosin, HOTACK, Hotel, Hot Pepper, HOTREALS, Hotwav, How, HP, HTC, Huadoo, Huagan, Huavi, Huawei, Hugerock, Humanware, Humax, HUMElab, Hurricane, Huskee, Hyatta, Hykker, Hyrican, Hytera, Hyundai, Hyve, i-Cherry, I-INN, i-Joy, i-mate, i-mobile, I-Plus, iBall, iBerry, ibowin, iBrit, IconBIT, Icone Gold, iData, IDC, iDino, iDroid, iFIT, iGet, iHome Life, iHunt, I KALL, Ikea, IKI Mobile, iKoMo, iKon, iKonia, IKU Mobile, iLA, iLepo, iLife, iMan, Imaq, iMars, iMI, IMO Mobile, Imose, Impression, iMuz, iNavi, INCAR, Inch, Inco, Indurama, iNew, Infiniton, InfinityPro, Infinix, InFocus, InfoKit, Infomir, InFone, Inhon, Inka, Inkti, InnJoo, Innos, Innostream, Inoi, iNo Mobile, iNOVA, inovo, INQ, Insignia, INSYS, Intek, Intel, Intex, Invens, Inverto, Invin, iOcean, IOTWE, iOutdoor, iPEGTOP, iPro, iQ&T, IQM, IRA, Irbis, iReplace, Iris, iRobot, iRola, iRulu, iSafe Mobile, iStar, iSWAG, IT, iTel, iTruck, IUNI, iVA, iView, iVooMi, ivvi, iWaylink, iXTech, iYou, iZotron, Jambo, JAY-Tech, Jedi, Jeep, Jeka, Jesy, JFone, Jiake, Jiayu, Jinga, Jin Tu, Jio, Jivi, JKL, Jolla, Joy, JoySurf, JPay, JREN, Jumper, Juniper Systems, Just5, JUSYEA, JVC, JXD, K-Lite, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Kapsys, Karbonn, Kata, KATV1, Kazam, Kazuna, KDDI, Kempler & Strauss, Kenbo, Kendo, Keneksi, KENSHI, KENWOOD, Kenxinda, KGTEL, Khadas, Kiano, kidiby, Kingbox, Kingstar, Kingsun, KINGZONE, Kinstone, Kiowa, Kivi, Klipad, KMC, KN Mobile, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, Koolnee, Kooper, KOPO, Korax, Koridy, Koslam, Kraft, KREZ, KRIP, KRONO, Kr\\u00fcger&Matz, KT-Tech, KTC, KUBO, KuGou, Kuliao, Kult, Kumai, Kurio, KVADRA, Kvant, Kydos, Kyocera, Kyowon, Kzen, KZG, L-Max, LAIQ, Land Rover, Landvo, Lanin, Lanix, Lark, Laser, Laurus, Lava, LCT, Leader Phone, Leagoo, Leben, LeBest, Lectrus, Ledstar, LeEco, Leelbox, Leff, Legend, Leke, Lemco, LEMFO, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lesia, Lexand, Lexibook, LG, Liberton, Lifemaxx, Lime, Lingbo, Lingwin, Linnex, Linsar, Linsay, Listo, LNMBBS, Loewe, LOGAN, Logic, Logic Instrument, Logicom, Logik, Logitech, LOKMAT, LongTV, Loview, Lovme, LPX-G, LT Mobile, Lumigon, Lumitel, Lumus, Luna, LUNNEN, LUO, Luxor, Lville, LW, LYF, LYOTECH LABS, M-Horse, M-KOPA, M-Tech, M.T.T., M3 Mobile, M4tel, MAC AUDIO, Macoox, Mafe, MAG, MAGCH, Magenta, Magicsee, Magnus, Majestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, Masstel, Master-G, Mastertech, Matco Tools, Matrix, Maunfeld, Maxcom, Maxfone, Maximus, Maxtron, MAXVI, Maxwell, Maxwest, MAXX, Maze, Maze Speed, MBI, MBK, MBOX, McLaut, MDC Store, MDTV, meanIT, Mecer, MECHEN, Mecool, Mediacom, Medion, MEEG, Megacable, MegaFon, MEGAMAX, MEGA VISION, Meitu, Meizu, Melrose, MeMobile, Memup, MEO, MESWAO, Meta, Metz, MEU, MicroMax, Microsoft, Microtech, Mightier, Minix, Mint, Mintt, Mio, Mione, mipo, Miray, Mitchell & Brown, Mito, Mitsubishi, Mitsui, MIVO, MIWANG, MIXC, MiXzo, MLAB, MLLED, MLS, MMI, Mobell, Mobicel, MobiIoT, Mobiistar, Mobile Kingdom, Mobiola, Mobistel, MobiWire, Mobo, Mobvoi, Modecom, Mode Mobile, Mofut, Moondrop, MORTAL, Mosimosi, Motiv, Motorola, Motorola Solutions, Movic, MOVISUN, Movitel, Moxee, mPhone, Mpman, MSI, MStar, MTC, MTN, multibox, Multilaser, MultiPOS, MULTYNET, MwalimuPlus, MYFON, MyGica, MygPad, Mymaga, MyMobile, MyPhone (PH), myPhone (PL), Myria, Myros, Mystery, MyTab, MyWigo, N-one, Nabi, NABO, Nanho, Naomi Phone, NASCO, National, Navcity, Navitech, Navitel, Navon, NavRoad, NEC, Necnot, Nedaphone, Neffos, NEKO, Neo, neoCore, Neolix, Neomi, Neon IQ, Neoregent, Nesons, NetBox, Netgear, Netmak, NETWIT, NeuImage, NeuTab, NEVIR, Newal, New Balance, New Bridge, Newgen, Newland, Newman, Newsday, NewsMy, Nexa, Nexar, NEXBOX, Nexian, NEXON, NEXT, Next & NextStar, Nextbit, NextBook, NextTab, NGM, NG Optics, NGpon, Nikon, NILAIT, NINETEC, NINETOLOGY, Nintendo, nJoy, NOA, Noain, Nobby, Noblex, NOBUX, noDROPOUT, NOGA, Nokia, Nomi, Nomu, Noontec, Nordfrost, Nordmende, NORMANDE, NorthTech, Nos, Nothing, Nous, Novacom, Novex, Novey, NOVIS, NoviSea, NOVO, NTT West, NuAns, Nubia, NUU Mobile, NuVision, Nuvo, Nvidia, NYX Mobile, O+, O2, Oale, Oangcc, OASYS, Obabox, Ober, Obi, OCEANIC, Odotpad, Odys, Oilsky, OINOM, ok., Okapi, Okapia, Oking, OKSI, OKWU, Olax, Olkya, Ollee, OLTO, Olympia, OMIX, Onda, OneClick, OneLern, OnePlus, Onida, Onix, Onkyo, ONN, ONVO, ONYX BOOX, Ookee, Ooredoo, OpelMobile, Openbox, Ophone, OPPO, Opsson, Optoma, Orange, Orange Pi, Orava, Orbic, Orbita, Orbsmart, Ordissimo, Orion, OSCAL, OTTO, OUJIA, Ouki, Oukitel, OUYA, Overmax, Ovvi, Owwo, OX TAB, OYSIN, Oysters, Oyyu, OzoneHD, P-UP, Pacific Research Alliance, Packard Bell, Padpro, PAGRAER, Paladin, Palm, Panacom, Panasonic, Panavox, Pano, Panodic, Panoramic, Pantech, PAPYRE, Parrot Mobile, Partner Mobile, PCBOX, PCD, PCD Argentina, PC Smart, PEAQ, Pelitt, Pendoo, Penta, Pentagram, Perfeo, Phicomm, Philco, Philips, Phonemax, phoneOne, Pico, PINE, Pioneer, Pioneer Computers, PiPO, PIRANHA, Pixela, Pixelphone, PIXPRO, Pixus, Planet Computers, Platoon, Play Now, PLDT, Ployer, Plum, PlusStyle, Pluzz, PocketBook, POCO, Point Mobile, Point of View, Polar, PolarLine, Polaroid, Polestar, PolyPad, Polytron, Pomp, Poppox, POPTEL, Porsche, Portfolio, Positivo, Positivo BGH, PPDS, PPTV, Premier, Premio, Prestigio, PRIME, Primepad, Primux, PRISM+, Pritom, Prixton, PROFiLO, Proline, Prology, ProScan, PROSONIC, Protruly, ProVision, PULID, Punos, Purism, PVBox, Q-Box, Q-Touch, Q.Bell, QFX, Qilive, QIN, Qiuwoky, QLink, QMobile, Qnet Mobile, QTECH, Qtek, Quantum, Quatro, Qubo, Quechua, Quest, Quipus, Qumo, Qupi, Qware, QWATT, R-TV, R3Di, Rakuten, Ramos, Raspberry, Ravoz, Raylandz, Razer, RAZZ, RCA Tablets, RCT, Reach, Readboy, Realix, Realme, RED, RED-X, Redbean, Redfox, RedLine, Redway, Reeder, REGAL, RelNAT, Relndoo, Remdun, Renova, RENSO, rephone, Retroid Pocket, Revo, Revomovil, Rhino, Ricoh, Rikomagic, RIM, Ringing Bells, Rinno, Ritmix, Ritzviva, Riviera, Rivo, Rizzen, ROADMAX, Roadrover, Roam Cat, ROCH, Rocket, ROiK, Rokit, Roku, Rombica, Romsat, Ross&Moor, Rover, RoverPad, Royole, RoyQueen, RTK, RT Project, RugGear, RuggeTech, Ruggex, Ruio, Runbo, RunGee, Rupa, Ryte, S-Color, S-TELL, S2Tel, Saba, Safaricom, Sagem, Sagemcom, Saiet, SAILF, Salora, Sambox, Samsung, Samtech, Samtron, Sanei, Sankey, Sansui, Santin, SANY, Sanyo, Savio, Sber, SCHAUB LORENZ, Schneider, Schok, SCHONTECH, Scoole, Scosmos, Seatel, SEBBE, Seeken, SEEWO, SEG, Sega, SEHMAX, Selecline, Selenga, Selevision, Selfix, SEMP TCL, Sencor, Sencrom, Sendo, Senkatel, SENNA, Senseit, Senwa, SERVO, Seuic, Sewoo, SFR, SGIN, Shanling, Sharp, Shift Phones, Shivaki, Shtrikh-M, Shuttle, Sico, Siemens, Sigma, Silelis, Silent Circle, Silva Schneider, Simbans, simfer, Simply, SINGER, Singtech, Siragon, Sirin Labs, Siswoo, SK Broadband, SKG, SKK Mobile, Sky, Skyline, SkyStream, Skytech, Skyworth, Smadl, Smailo, Smart, Smartab, SmartBook, SMARTEC, Smart Electronic, Smartex, Smartfren, Smartisan, Smart Kassel, Smart Tech, Smarty, Smooth Mobile, Smotreshka, SMT Telecom, SMUX, SNAMI, SobieTech, Soda, Softbank, Soho Style, Solas, SOLE, SOLO, Solone, Sonim, SONOS, Sony, Sony Ericsson, SOSH, SoulLink, Soundmax, SOWLY, Soyes, Spark, Sparx, SPC, Spectralink, Spectrum, Spice, Spider, Sprint, SPURT, SQOOL, SSKY, Star, Star-Light, Starlight, Starmobile, Starway, Starwind, STF Mobile, STG Telecom, Stilevs, STK, Stonex, Storex, StrawBerry, Stream, STRONG, Stylo, Subor, Sugar, SULPICE TV, Sumvision, Sunmax, Sunmi, Sunny, Sunstech, SunVan, Sunvell, SUNWIND, SuperBOX, Super General, Supermax, SuperSonic, SuperTab, SuperTV, Supra, Supraim, Surfans, Surge, Suzuki, Sveon, Swipe, SWISSMOBILITY, Swisstone, Switel, SWOFY, Syco, SYH, Sylvania, Symphony, Syrox, System76, T-Mobile, T96, TADAAM, TAG Tech, Taiga System, Takara, TALBERG, Talius, Tambo, Tanix, TAUBE, TB Touch, TCL, TCL SCBC, TD Systems, TD Tech, TeachTouch, Technicolor, Technika, TechniSat, Technopc, TECHNOSAT, TechnoTrend, TechPad, TechSmart, Techstorm, Techwood, Teclast, Tecno Mobile, TecToy, TEENO, Teknosa, Tele2, Telefunken, Telego, Telenor, Telia, Telit, Telkom, Telly, Telma, TeloSystems, Telpo, Temigereev, TENPLUS, Teracube, Tesco, Tesla, TETC, Tetratab, teXet, ThL, Thomson, Thuraya, TIANYU, Tibuta, Tigers, Time2, Timovi, TIMvision, Tinai, Tinmo, TiPhone, Tivax, TiVo, TJC, TJD, TOKYO, Tolino, Tone, TOOGO, Tooky, Top-Tech, TopDevice, TOPDON, Topelotek, Top House, Toplux, TOPSHOWS, Topsion, Topway, Torex, TORNADO, Torque, TOSCIDO, Toshiba, Touchmate, Touch Plus, TOX, TPS, Transpeed, Trecfone, TrekStor, Trevi, TriaPlay, Tricolor, Trident, Trifone, Trimble, Trio, Tronsmart, True, True Slim, Tsinghua Tongfang, TTEC, TTfone, TTK-TV, TuCEL, TUCSON, Tunisie Telecom, Turbo, Turbo-X, TurboKids, TurboPad, Turkcell, Tuvio, TV+, TVC, TwinMOS, TWM, Twoe, TWZ, TYD, Tymes, T\\u00fcrk Telekom, U-Magic, U.S. Cellular, UD, UE, UGINE, Ugoos, Uhans, Uhappy, Ulefone, Umax, UMIDIGI, Umiio, Unblock Tech, Uniden, Unihertz, Unimax, Uniqcell, Uniscope, Unistrong, Unitech, UNITED, United Group, UNIWA, Unknown, Unnecto, Unnion Technologies, UNNO, Unonu, UnoPhone, Unowhy, UOOGOU, Urovo, UTime, UTOK, UTStarcom, UZ Mobile, V-Gen, V-HOME, V-HOPE, v-mobile, V7, VAIO, VALE, VALEM, VALTECH, VANGUARD, Vankyo, VANWIN, Vargo, VASOUN, Vastking, VAVA, VC, VDVD, Vega, Veidoo, Vekta, Venso, Venstar, Venturer, VEON, Verico, Verizon, Vernee, Verssed, Versus, Vertex, Vertu, Verykool, Vesta, Vestel, VETAS, Vexia, VGO TEL, ViBox, Victurio, VIDA, Videocon, Videoweb, Viendo, ViewSonic, VIIPOO, VIKUSHA, VILLAON, VIMOQ, Vinabox, Vinga, Vinsoc, Vios, Viper, Vipro, Virzo, Vision Technology, Vision Touch, Visitech, Visual Land, Vitelcom, Vitumi, Vityaz, Viumee, Vivax, VIVIBright, VIVIMAGE, Vivo, VIWA, Vizio, Vizmo, VK Mobile, VKworld, VNPT Technology, VOCAL, Vodacom, Vodafone, VOGA, VOLIA, VOLKANO, Volla, Volt, Vonino, Vontar, Vorago, Vorcom, Vorke, Vormor, Vortex, VORTEX (RO), Voto, VOX, Voxtel, Voyo, Vsmart, Vsun, VUCATIMES, Vue Micro, Vulcan, VVETIME, V\\u00f6lfen, W&O, WAF, Wainyok, waipu.tv, Walker, Waltham, Walton, Waltter, Wanmukang, WANSA, WE, We. by Loewe., Webfleet, Web TV, WeChip, Wecool, Weelikeit, Weiimi, Weimei, WellcoM, WELLINGTON, Western Digital, Weston, Westpoint, Wexler, White Mobile, Whoop, Wieppo, Wigor, Wiko, WildRed, Wileyfox, Winds, Wink, Winmax, Winnovo, Winstar, Wintouch, Wiseasy, WIWA, WizarPos, Wizz, Wolder, Wolfgang, Wolki, WONDER, Wonu, Woo, Wortmann, Woxter, WOZIFAN, WS, X-AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectron, XGEM, XGIMI, Xgody, Xiaodu, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, XPPen, XREAL, Xshitou, Xsmart, Xtouch, Xtratech, Xwave, XY Auto, Yandex, Yarvik, YASIN, YELLYOUTH, YEPEN, Yes, Yestel, Yezz, YIKEMI, Yoka TV, Yooz, Yota, YOTOPT, Youin, Youwei, Ytone, Yu, Yuandao, YU Fly, YUHO, YUMKEM, YUNDOO, Yuno, YunSong, Yusun, Yxtel, Z-Kai, Zaith, ZALA, Zamolxe, Zatec, Zealot, Zeblaze, Zebra, Zeeker, Zeemi, Zen, Zenek, Zentality, Zfiner, ZH&K, Zidoo, ZIFFLER, ZIFRO, Zigo, ZIK, Zinox, ZIOVO, Ziox, Zonda, Zonko, Zoom, ZoomSmart, Zopo, ZTE, Zuum, Zync, ZYQ, Zyrex, ZZB, \\u00f6wn\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device model\",\"segment\":\"deviceModel\",\"acceptedValues\":\"iPad, Nexus 5, Galaxy S5, Fire TV, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device type\",\"segment\":\"deviceType\",\"acceptedValues\":\"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Fingerprint\",\"segment\":\"fingerprint\",\"acceptedValues\":\"1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched from API.getLastVisitsDetails\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 hour (start of visit)\",\"segment\":\"visitLocalHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system\",\"segment\":\"operatingSystemName\",\"acceptedValues\":\"Windows, Linux, Mac, Android, iOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system code\",\"segment\":\"operatingSystemCode\",\"acceptedValues\":\"WIN, LIN, MAX, AND, IOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system version\",\"segment\":\"operatingSystemVersion\",\"acceptedValues\":\"XP, 7, 2.3, 5.1, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Profilable\",\"segment\":\"profilable\",\"acceptedValues\":\"1 for profilable (eg cookies were used), 0 for not profilable (eg no cookies were used)\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Resolution\",\"segment\":\"resolution\",\"acceptedValues\":\"1280x1024, 800x600, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (start of visit)\",\"segment\":\"visitStartServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (time of last action)\",\"segment\":\"visitServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 date (time of last action)\",\"segment\":\"visitEndServerDate\",\"acceptedValues\":\"2018-12-31, 2018-03-20, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of month (time of last action)\",\"segment\":\"visitEndServerDayOfMonth\",\"acceptedValues\":\"0, 1, 2, 3, ..., 29, 30, 31\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of week (time of last action)\",\"segment\":\"visitEndServerDayOfWeek\",\"acceptedValues\":\"1, 2, 3, 4, 5, 6, 7\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of year (time of last action)\",\"segment\":\"visitEndServerDayOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 365, 366\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (start of visit)\",\"segment\":\"visitStartServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (time of last action)\",\"segment\":\"visitEndServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 month (time of last action)\",\"segment\":\"visitEndServerMonth\",\"acceptedValues\":\"1, 2, 3, ..., 11, 12\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 quarter (time of last action)\",\"segment\":\"visitEndServerQuarter\",\"acceptedValues\":\"1, 2, 3, 4\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 second (Time of last action)\",\"segment\":\"visitEndServerSecond\",\"acceptedValues\":\"0, 1, 2, 3, ..., 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 week of year (time of last action)\",\"segment\":\"visitEndServerWeekOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 51, 52, 53\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 year (time of last action)\",\"segment\":\"visitEndServerYear\",\"acceptedValues\":\"2016, 2017, 2018, ..., 9998, 9999\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"User ID\",\"segment\":\"userId\",\"acceptedValues\":\"any non empty unique string identifying the user (such as an email address or a username).\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit Ecommerce status at the end of the visit\",\"segment\":\"visitEcommerceStatus\",\"acceptedValues\":\"none, ordered, abandonedCart, orderedThenAbandonedCart. For example, to select all visits that have made an Ecommerce order, the API request would contain \\\"&segment=visitEcommerceStatus==ordered,visitEcommerceStatus==orderedThenAbandonedCart\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit ID\",\"segment\":\"visitId\",\"acceptedValues\":\"Any positive integer\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Id\",\"segment\":\"visitConvertedGoalId\",\"acceptedValues\":\"1, 2, 3, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Name\",\"segment\":\"visitConvertedGoalName\",\"acceptedValues\":\"myGoal, myOtherGoal, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted at least one Goal\",\"segment\":\"visitConverted\",\"acceptedValues\":\"0, 1\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit type\",\"segment\":\"visitorType\",\"acceptedValues\":\"new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain \\\"&segment=visitorType==returning,visitorType==returningCustomer\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visitor ID\",\"segment\":\"visitorId\",\"acceptedValues\":\"34c31e04394bdc63 - any 16 Hexadecimal chars ID, which can be fetched using the Tracking API function getVisitorId()\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"City\",\"segment\":\"city\",\"acceptedValues\":\"Sydney, Sao Paolo, Rome, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Continent\",\"segment\":\"continentCode\",\"acceptedValues\":\"eur, asi, amc, amn, ams, afr, ant, oce\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country\",\"segment\":\"countryName\",\"acceptedValues\":\"Germany, France, Spain, ...\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country code\",\"segment\":\"countryCode\",\"acceptedValues\":\"ISO 3166-1 alpha-2 country codes (de, us, fr, in, es, etc.)\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Language\",\"segment\":\"languageCode\",\"acceptedValues\":\"de, fr, en-gb, zh-cn, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Latitude\",\"segment\":\"latitude\",\"acceptedValues\":\"-33.578, 40.830, etc.<br\\/>You can select visitors within a lat\\/long range using &segment=lat>X;lat<Y;long>M;long<N.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Longitude\",\"segment\":\"longitude\",\"acceptedValues\":\"-70.664, 14.326, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Region\",\"segment\":\"regionCode\",\"acceptedValues\":\"01, 02, OR, P8,\\u2026<br\\/>eg. region=BFC;country=fr\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope visit)\",\"segment\":\"customVariableName\",\"unionOfSegments\":{\"row\":[\"customVariableName1\",\"customVariableName2\",\"customVariableName3\",\"customVariableName4\",\"customVariableName5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope visit)\",\"segment\":\"customVariableName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope visit)\",\"segment\":\"customVariableName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope visit)\",\"segment\":\"customVariableName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope visit)\",\"segment\":\"customVariableName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope visit)\",\"segment\":\"customVariableName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope page)\",\"segment\":\"customVariablePageName\",\"unionOfSegments\":{\"row\":[\"customVariablePageName1\",\"customVariablePageName2\",\"customVariablePageName3\",\"customVariablePageName4\",\"customVariablePageName5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope page)\",\"segment\":\"customVariablePageName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope page)\",\"segment\":\"customVariablePageName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope page)\",\"segment\":\"customVariablePageName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope page)\",\"segment\":\"customVariablePageName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope page)\",\"segment\":\"customVariablePageName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope page)\",\"segment\":\"customVariablePageValue\",\"unionOfSegments\":{\"row\":[\"customVariablePageValue1\",\"customVariablePageValue2\",\"customVariablePageValue3\",\"customVariablePageValue4\",\"customVariablePageValue5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope page)\",\"segment\":\"customVariablePageValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope page)\",\"segment\":\"customVariablePageValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope page)\",\"segment\":\"customVariablePageValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope page)\",\"segment\":\"customVariablePageValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope page)\",\"segment\":\"customVariablePageValue5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope visit)\",\"segment\":\"customVariableValue\",\"unionOfSegments\":{\"row\":[\"customVariableValue1\",\"customVariableValue2\",\"customVariableValue3\",\"customVariableValue4\",\"customVariableValue5\"]}},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope visit)\",\"segment\":\"customVariableValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope visit)\",\"segment\":\"customVariableValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope visit)\",\"segment\":\"customVariableValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope visit)\",\"segment\":\"customVariableValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope visit)\",\"segment\":\"customVariableValue5\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action Type\",\"segment\":\"actionType\",\"acceptedValues\":\"A type of action, such as: pageviews, contents, sitesearches, events, outlinks, downloads\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action URL\",\"segment\":\"actionUrl\",\"unionOfSegments\":{\"row\":[\"pageUrl\",\"downloadUrl\",\"outlinkUrl\",\"eventUrl\"]}},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Category (Site Search)\",\"segment\":\"siteSearchCategory\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Clicked Outlink\",\"segment\":\"outlinkUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Interaction\",\"segment\":\"contentInteraction\",\"acceptedValues\":\"The type of interaction with the content. For instance \\\"click\\\" or \\\"submit\\\".\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Name\",\"segment\":\"contentName\",\"acceptedValues\":\"The name of a content block, for instance \\\"Ad Sale\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Piece\",\"segment\":\"contentPiece\",\"acceptedValues\":\"The actual content. For instance \\\"ad.jpg\\\" or \\\"My text ad\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Target\",\"segment\":\"contentTarget\",\"acceptedValues\":\"For instance the URL of a landing page: \\\"http:\\/\\/landingpage.example.com\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Download URL\",\"segment\":\"downloadUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page URL\",\"segment\":\"entryPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page title\",\"segment\":\"entryPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page Title\",\"segment\":\"exitPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page URL\",\"segment\":\"exitPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword (Site Search)\",\"segment\":\"siteSearchKeyword\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword count (Site Search)\",\"segment\":\"siteSearchCount\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page Title\",\"segment\":\"pageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page URL\",\"segment\":\"pageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Site time \\u2014 hour\",\"segment\":\"actionServerHour\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Time in UTC \\u2014 minute\",\"segment\":\"actionServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"}]}", + "json": "[{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Actions In Visit\",\"segment\":\"actions\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since first visit\",\"segment\":\"daysSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last Ecommerce order\",\"segment\":\"daysSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Days since last visit\",\"segment\":\"daysSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Events\",\"segment\":\"events\",\"acceptedValues\":\"To select all visits who triggered an Event, use: &segment=events>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 minute (start of visit)\",\"segment\":\"visitLocalMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 67, 57, 58, 59\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Interactions\",\"segment\":\"interactions\",\"acceptedValues\":\"Any positive integer\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of Internal Searches\",\"segment\":\"searches\",\"acceptedValues\":\"To select all visits who used internal Site Search, use: &segment=searches>0\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Number of visits\",\"segment\":\"visitCount\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since first visit\",\"segment\":\"secondsSinceFirstVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last Ecommerce order\",\"segment\":\"secondsSinceLastEcommerceOrder\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Seconds since last visit\",\"segment\":\"secondsSinceLastVisit\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visit Duration (in seconds)\",\"segment\":\"visitDuration\"},{\"type\":\"metric\",\"category\":\"Visitors\",\"name\":\"Visitor IP\",\"segment\":\"visitIp\",\"acceptedValues\":\"13.54.122.1. Select IP ranges with notation: <code>visitIp>13.54.122.0;visitIp<13.54.122.255<\\/code>\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser\",\"segment\":\"browserName\",\"acceptedValues\":\"FireFox, Internet Explorer, Chrome, Safari, Opera etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser code\",\"segment\":\"browserCode\",\"acceptedValues\":\"FF, IE, CH, SF, OP etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser engine\",\"segment\":\"browserEngine\",\"acceptedValues\":\"Trident, WebKit, Presto, Gecko, Blink, etc.\",\"suggestedValuesCallback\":\"\\\\DeviceDetector\\\\Parser\\\\Client\\\\Browser\\\\Engine::getAvailableEngines\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Browser version\",\"segment\":\"browserVersion\",\"acceptedValues\":\"1.0, 8.0, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device brand\",\"segment\":\"deviceBrand\",\"acceptedValues\":\"2E, 3GNET, 3GO, 3Q, 4Good, 4ife, 5IVE, 7 Mobile, 10moons, 360, 8848, A&K, A1, A95X, AAUW, Accent, Accesstyle, ACD, Ace, Aceline, Acepad, Acer, Acteck, actiMirror, Adreamer, Adronix, Advan, Advance, Advantage Air, AEEZO, AFFIX, AfriOne, AGM, AG Mobile, AIDATA, AileTV, Ainol, Airis, Airness, AIRON, Airpha, Airtel, Airties, AirTouch, AIS, Aiuto, Aiwa, Ajib, Akai, AKIRA, Alba, Alcatel, Alcor, ALDI NORD, ALDI S\\u00dcD, Alfawise, Alienware, Aligator, AllCall, AllDocube, allente, ALLINmobile, All Star, Allview, Allwinner, Alps, alpsmart, Altech UEC, Altibox, Altice, Altimo, altron, Altus, AMA, Amazon, Amazon Basics, AMCV, AMGOO, Amigoo, Amino, Amoi, ANBERNIC, ANCEL, andersson, Andowl, Angelcare, AngelTech, Anker, Anry, ANS, ANXONIT, AOC, Aocos, Aocwei, AOpen, Aoro, Aoson, AOYODKG, ApoloSign, Apple, Aquarius, Archos, Arian Space, Arival, Ark, ArmPhone, Arnova, ARRIS, Artel, Artizlee, ArtLine, Ar\\u00e7elik, Asano, Asanzo, Ask, Aspera, ASSE, Assistant, astro (MY), Astro (UA), Asus, AT&T, Athesi, Atlantic Electrics, Atmaca Elektronik, ATMAN, ATMPC, ATOL, Atom, Atouch, Atozee, Attila, Atvio, Audiovox, AUPO, AURIS, Autan, AUX, Avaya, Avenzo, AVH, Avvio, Awow, AWOX, AXEN, Axioo, AXXA, Axxion, AYA, AYYA, Azeyou, AZOM, Azumi Mobile, Azupik, b2m, Backcell, BAFF, BangOlufsen, Barnes & Noble, BARTEC, BASE, BAUHN, BBK, BB Mobile, BDF, BDQ, BDsharing, Beafon, Becker, Beeline, Beelink, Beetel, Beista, Beko, Bell, Bellphone, Benco, Benesse, BenQ, BenQ-Siemens, BenWee, Benzo, Beyond, Bezkam, BGH, Biegedy, Bigben, BIHEE, BilimLand, Billion, Billow, BioRugged, Bird, Bitel, Bitmore, Bittium, Bkav, Black Bear, Black Box, Black Fox, Blackpcs, Blackphone, Blackton, Blackview, Blaupunkt, Bleck, BLISS, Blloc, Blow, Blu, Bluboo, Bluebird, Bluedot, Bluegood, BlueSky, Bluewave, BluSlate, BMAX, Bmobile, BMW, BMXC, Bobarry, bogo, Bolva, Bookeen, Boost, Botech, Boway, bq, Bqeel, BrandCode, Brandt, BRAVE, Bravis, BrightSign, Brigmton, Brondi, BROR, BS Mobile, Bubblegum, Bundy, Bush, BuzzTV, BYD, BYJU'S, BYYBUO, C5 Mobile, CADENA, CAGI, Caixun, CALME, Camfone, Canaima, Canal+, Canal Digital, Canguro, Capitel, Captiva, Carbon Mobile, Carrefour, Casio, Casper, Cat, Cavion, CCIT, Cecotec, Ceibal, Celcus, Celkon, Cell-C, Cellacom, CellAllure, Cellution, CENTEK, Centric, CEPTER, CG Mobile, CGV, Chainway, Changhong, CHCNAV, Cherry Mobile, Chico Mobile, ChiliGreen, China Mobile, China Telecom, Chuwi, C Idea, CipherLab, Citycall, CKK Mobile, Claresta, Clarmin, CLAYTON, ClearPHONE, Clementoni, Cloud, Cloudfone, Cloudpad, Clout, Clovertek, CMF, CnM, Cobalt, Coby Kyros, Cogeco, COLORROOM, Colors, Comio, CommScope, Compal, Compaq, COMPUMAX, ComTrade Tesla, Conceptum, Concord, ConCorde, Condor, Connectce, Connex, Conquest, CONSUNG, Continental Edison, Contixo, coocaa, COOD-E, Coolpad, Coopers, CORN, Cosmote, Covia, Cowon, COYOTE, CPDEVICE, CreNova, Crescent, Crestron, Cricket, Crius Mea, Crony, Crosscall, Crown, Ctroniq, Cube, CUBOT, CUD, Cuiud, Cultraview, CVTE, Cwowdefu, CX, Cyrus, D-Link, D-Tech, Daewoo, Danew, DangcapHD, Dany, Daria, DASS, Datalogic, Datamini, Datang, Datawind, Datsun, Dawlance, Dazen, DbPhone, Dbtel, Dcode, DEALDIG, Dell, Denali, Denka, Denver, Desay, DeWalt, DEXP, DEYI, DF, DGTEC, DIALN, Dialog, Dicam, Digi, Digicel, DIGICOM, Digidragon, DIGIFORS, Digihome, Digiland, Digit4G, Digma, DIJITSU, DIKOM, DIMO, Dinalink, Dinax, DING DING, Diofox, DIORA, DISH, Disney, Ditecma, Diva, DiverMax, Divisat, DIXON, DL, DMM, DMOAO, DNS, DoCoMo, Doffler, Dolamee, Dom.ru, Doogee, Doopro, Doov, Dopod, Doppio, Dora, DORLAND, Doro, DPA, DRAGON, Dragon Touch, Dreamgate, DreamStar, DreamTab, Droidlogic, Droxio, DSDevices, DSIC, Dtac, DUDU AUTO, Dune HD, DUNNS Mobile, DuoTV, Durabook, Duubee, Dykemann, Dyon, E-Boda, E-Ceros, E-TACHI, E-tel, Eagle, EagleSoar, EAS Electric, Easypix, EBEN, EBEST, Echo Mobiles, ecom, ECON, ECOO, EcoStar, ECS, Edenwood, EE, EFT, EGL, EGOTEK, Ehlel, Einstein, EKINOX, EKO, Eks Mobility, EKT, ELARI, ELE-GATE, Elecson, Electroneum, ELECTRONIA, Elekta, Elektroland, Element, Elenberg, Elephone, Elevate, Elista, elit, Elong Mobile, Eltex, Ematic, Emporia, ENACOM, ENDURO, Energizer, Energy Sistem, Engel, ENIE, Enot, eNOVA, Entity, Envizen, Ephone, Epic, Epik One, Eplutus, Epson, Equator, Ergo, Ericsson, Ericy, Erisson, Essential, Essentielb, eSTAR, ETOE, Eton, eTouch, Etuline, Eudora, Eurocase, EUROLUX, Eurostar, Evercoss, Everest, Everex, Everfine, Everis, Evertek, Evolio, Evolveo, Evoo, EVPAD, EvroMedia, evvoli, EWIS, EXCEED, Exmart, ExMobile, EXO, Explay, Express LUCK, ExtraLink, Extrem, Eyemoo, EYU, Ezio, Ezze, F&U, F+, F2 Mobile, F150, Facebook, Facetel, Facime, Fairphone, Famoco, Famous, Fantec, Fanvace, FaRao Pro, Farassoo, FarEasTone, Fengxiang, Fenoti, FEONAL, Fero, FFF SmartLife, Figgers, FiGi, FiGO, FiiO, Filimo, FILIX, FinePower, FINIX, Finlux, FireFly Mobile, FISE, Fision, FITCO, Fluo, Fly, FLYCAT, FLYCOAY, FMT, FNB, FNF, Fobem, Fondi, Fonos, FONTEL, FOODO, FORME, Formovie, Formuler, Forstar, Fortis, FortuneShip, FOSSiBOT, Fourel, Four Mobile, Foxconn, FoxxD, FPT, free, Freetel, FreeYond, FRESH, Frunsi, Fuego, FUJICOM, Fujitsu, Funai, Fusion5, Future Mobile Technology, Fxtec, G-Guard, G-PLUS, G-TiDE, G-Touch, G-Vill, Galactic, Galatec, Galaxy Innovations, Gamma, Garmin-Asus, Gateway, Gazal, Gazer, GDL, Geanee, Geant, Gear Mobile, Gemini, General Mobile, Genesis, GEOFOX, Geo Phone, Geotel, Geotex, GEOZON, Getnord, GFive, Gfone, Ghia, Ghong, Ghost, Gigabyte, Gigaset, Gini, Ginzzu, Gionee, GIRASOLE, GlobalSec, Globex, Globmall, GlocalMe, Glofiish, GLONYX, Glory Star, GLX, GN Electronics, GOCLEVER, Gocomma, GoGEN, GOLDBERG, GoldMaster, GoldStar, Gol Mobile, Goly, Gome, GoMobile, GOODTEL, Google, Goophone, Gooweel, GOtv, Gplus, Gradiente, Graetz, Grape, Great Asia, Gree, Green Lion, Green Orange, Greentel, Gresso, Gretel, GroBerwert, Grundig, Gr\\u00fcnberg, Gtel, GTMEDIA, GTX, Guophone, GVC Pro, H96, H133, Hafury, Haier, Haipai, Haixu, Hamlet, Hammer, Handheld, HannSpree, Hanseatic, Hanson, HAOQIN, HAOVM, Hardkernel, Harper, Hartens, Hasee, Hathway, HAVIT, HDC, HeadWolf, HEC, Heimat, Helio, Hemilton, HERO, HexaByte, Hezire, Hi, Hi-Level, Hiberg, HiBy, HIGH1ONE, High Q, Highscreen, HiGrace, HiHi, HiKing, HiMax, Hi Nova, HIPER, Hipstreet, Hiremco, Hisense, Hitachi, Hitech, HKC, HKPro, HLLO, HMD, hoco, HOFER, Hoffmann, HOLLEBERG, Homatics, Hometech, HOMII, Homtom, Honeywell, HongTop, HONKUAHG, Hoozo, Hopeland, Horion, Horizon, Horizont, Hosin, HOTACK, Hotel, Hot Pepper, HOTREALS, Hotwav, How, HP, HTC, Huadoo, Huagan, Huavi, Huawei, Hugerock, Humanware, Humax, HUMElab, Hurricane, Huskee, Hyatta, Hykker, Hyrican, Hytera, Hyundai, Hyve, i-Cherry, I-INN, i-Joy, i-mate, i-mobile, I-Plus, iBall, iBerry, ibowin, iBrit, IconBIT, Icone Gold, iData, IDC, iDino, iDroid, iFIT, iGet, iHome Life, iHunt, I KALL, Ikea, IKI Mobile, iKoMo, iKon, iKonia, IKU Mobile, iLA, iLepo, iLife, iMan, Imaq, iMars, iMI, IMO Mobile, Imose, Impression, iMuz, iNavi, INCAR, Inch, Inco, Indurama, iNew, Infiniton, InfinityPro, Infinix, InFocus, InfoKit, Infomir, InFone, Inhon, Inka, Inkti, InnJoo, Innos, Innostream, Inoi, iNo Mobile, iNOVA, inovo, INQ, Insignia, INSYS, Intek, Intel, Intex, Invens, Inverto, Invin, iOcean, IOTWE, iOutdoor, iPEGTOP, iPro, iQ&T, IQM, IRA, Irbis, iReplace, Iris, iRobot, iRola, iRulu, iSafe Mobile, iStar, iSWAG, IT, iTel, iTruck, IUNI, iVA, iView, iVooMi, ivvi, iWaylink, iXTech, iYou, iZotron, Jambo, JAY-Tech, Jedi, Jeep, Jeka, Jesy, JFone, Jiake, Jiayu, Jinga, Jin Tu, Jio, Jivi, JKL, Jolla, Joy, JoySurf, JPay, JREN, Jumper, Juniper Systems, Just5, JUSYEA, JVC, JXD, K-Lite, K-Touch, Kaan, Kaiomy, Kalley, Kanji, Kapsys, Karbonn, Kata, KATV1, Kazam, Kazuna, KDDI, Kempler & Strauss, Kenbo, Kendo, Keneksi, KENSHI, KENWOOD, Kenxinda, KGTEL, Khadas, Kiano, kidiby, Kingbox, Kingstar, Kingsun, KINGZONE, Kinstone, Kiowa, Kivi, Klipad, KMC, KN Mobile, Kocaso, Kodak, Kogan, Komu, Konka, Konrow, Koobee, Koolnee, Kooper, KOPO, Korax, Koridy, Koslam, Kraft, KREZ, KRIP, KRONO, Kr\\u00fcger&Matz, KT-Tech, KTC, KUBO, KuGou, Kuliao, Kult, Kumai, Kurio, KVADRA, Kvant, Kydos, Kyocera, Kyowon, Kzen, KZG, L-Max, LAIQ, Land Rover, Landvo, Lanin, Lanix, Lark, Laser, Laurus, Lava, LCT, Leader Phone, Leagoo, Leben, LeBest, Lectrus, Ledstar, LeEco, Leelbox, Leff, Legend, Leke, Lemco, LEMFO, Lemhoov, Lenco, Lenovo, Leotec, Le Pan, Lephone, Lesia, Lexand, Lexibook, LG, Liberton, Lifemaxx, Lime, Lingbo, Lingwin, Linnex, Linsar, Linsay, Listo, LNMBBS, Loewe, LOGAN, Logic, Logic Instrument, Logicom, Logik, Logitech, LOKMAT, LongTV, Loview, Lovme, LPX-G, LT Mobile, Lumigon, Lumitel, Lumus, Luna, LUNNEN, LUO, Luxor, Lville, LW, LYF, LYOTECH LABS, M-Horse, M-KOPA, M-Tech, M.T.T., M3 Mobile, M4tel, MAC AUDIO, Macoox, Mafe, MAG, MAGCH, Magenta, Magicsee, Magnus, Majestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, Masstel, Master-G, Mastertech, Matco Tools, Matrix, Maunfeld, Maxcom, Maxfone, Maximus, Maxtron, MAXVI, Maxwell, Maxwest, MAXX, Maze, Maze Speed, MBI, MBK, MBOX, McLaut, MDC Store, MDTV, meanIT, Mecer, MECHEN, Mecool, Mediacom, Medion, MEEG, Megacable, MegaFon, MEGAMAX, MEGA VISION, Meitu, Meizu, Melrose, MeMobile, Memup, MEO, MESWAO, Meta, Metz, MEU, MicroMax, Microsoft, Microtech, Mightier, Minix, Mint, Mintt, Mio, Mione, mipo, Miray, Mitchell & Brown, Mito, Mitsubishi, Mitsui, MIVO, MIWANG, MIXC, MiXzo, MLAB, MLLED, MLS, MMI, Mobell, Mobicel, MobiIoT, Mobiistar, Mobile Kingdom, Mobiola, Mobistel, MobiWire, Mobo, Mobvoi, Modecom, Mode Mobile, Mofut, Moondrop, MORTAL, Mosimosi, Motiv, Motorola, Motorola Solutions, Movic, MOVISUN, Movitel, Moxee, mPhone, Mpman, MSI, MStar, MTC, MTN, multibox, Multilaser, MultiPOS, MULTYNET, MwalimuPlus, MYFON, MyGica, MygPad, Mymaga, MyMobile, MyPhone (PH), myPhone (PL), Myria, Myros, Mystery, MyTab, MyWigo, N-one, Nabi, NABO, Nanho, Naomi Phone, NASCO, National, Navcity, Navitech, Navitel, Navon, NavRoad, NEC, Necnot, Nedaphone, Neffos, NEKO, Neo, neoCore, Neolix, Neomi, Neon IQ, Neoregent, Nesons, NetBox, Netgear, Netmak, NETWIT, NeuImage, NeuTab, NEVIR, Newal, New Balance, New Bridge, Newgen, Newland, Newman, Newsday, NewsMy, Nexa, Nexar, NEXBOX, Nexian, NEXON, NEXT, Next & NextStar, Nextbit, NextBook, NextTab, NGM, NG Optics, NGpon, Nikon, NILAIT, NINETEC, NINETOLOGY, Nintendo, nJoy, NOA, Noain, Nobby, Noblex, NOBUX, noDROPOUT, NOGA, Nokia, Nomi, Nomu, Noontec, Nordfrost, Nordmende, NORMANDE, NorthTech, Nos, Nothing, Nous, Novacom, Novex, Novey, NOVIS, NoviSea, NOVO, NTT West, NuAns, Nubia, NUU Mobile, NuVision, Nuvo, Nvidia, NYX Mobile, O+, O2, Oale, Oangcc, OASYS, Obabox, Ober, Obi, OCEANIC, Odotpad, Odys, Oilsky, OINOM, ok., Okapi, Okapia, Oking, OKSI, OKWU, Olax, Olkya, Ollee, OLTO, Olympia, OMIX, Onda, OneClick, OneLern, OnePlus, Onida, Onix, Onkyo, ONN, ONVO, ONYX BOOX, Ookee, Ooredoo, OpelMobile, Openbox, Ophone, OPPO, Opsson, Optoma, Orange, Orange Pi, Orava, Orbic, Orbita, Orbsmart, Ordissimo, Orion, OSCAL, OTTO, OUJIA, Ouki, Oukitel, OUYA, Overmax, Ovvi, Owwo, OX TAB, OYSIN, Oysters, Oyyu, OzoneHD, P-UP, Pacific Research Alliance, Packard Bell, Padpro, PAGRAER, Paladin, Palm, Panacom, Panasonic, Panavox, Pano, Panodic, Panoramic, Pantech, PAPYRE, Parrot Mobile, Partner Mobile, PCBOX, PCD, PCD Argentina, PC Smart, PEAQ, Pelitt, Pendoo, Penta, Pentagram, Perfeo, Phicomm, Philco, Philips, Phonemax, phoneOne, Pico, PINE, Pioneer, Pioneer Computers, PiPO, PIRANHA, Pixela, Pixelphone, PIXPRO, Pixus, Planet Computers, Platoon, Play Now, PLDT, Ployer, Plum, PlusStyle, Pluzz, PocketBook, POCO, Point Mobile, Point of View, Polar, PolarLine, Polaroid, Polestar, PolyPad, Polytron, Pomp, Poppox, POPTEL, Porsche, Portfolio, Positivo, Positivo BGH, PPDS, PPTV, Premier, Premio, Prestigio, PRIME, Primepad, Primux, PRISM+, Pritom, Prixton, PROFiLO, Proline, Prology, ProScan, PROSONIC, Protruly, ProVision, PULID, Punos, Purism, PVBox, Q-Box, Q-Touch, Q.Bell, QFX, Qilive, QIN, Qiuwoky, QLink, QMobile, Qnet Mobile, QTECH, Qtek, Quantum, Quatro, Qubo, Quechua, Quest, Quipus, Qumo, Qupi, Qware, QWATT, R-TV, R3Di, Rakuten, Ramos, Raspberry, Ravoz, Raylandz, Razer, RAZZ, RCA Tablets, RCT, Reach, Readboy, Realix, Realme, RED, RED-X, Redbean, Redfox, RedLine, Redway, Reeder, REGAL, RelNAT, Relndoo, Remdun, Renova, RENSO, rephone, Retroid Pocket, Revo, Revomovil, Rhino, Ricoh, Rikomagic, RIM, Ringing Bells, Rinno, Ritmix, Ritzviva, Riviera, Rivo, Rizzen, ROADMAX, Roadrover, Roam Cat, ROCH, Rocket, ROiK, Rokit, Roku, Rombica, Romsat, Ross&Moor, Rover, RoverPad, Royole, RoyQueen, RTK, RT Project, RugGear, RuggeTech, Ruggex, Ruio, Runbo, RunGee, Rupa, Ryte, S-Color, S-TELL, S2Tel, Saba, Safaricom, Sagem, Sagemcom, Saiet, SAILF, Salora, Sambox, Samsung, Samtech, Samtron, Sanei, Sankey, Sansui, Santin, SANY, Sanyo, Savio, Sber, SCHAUB LORENZ, Schneider, Schok, SCHONTECH, Scoole, Scosmos, Seatel, SEBBE, Seeken, SEEWO, SEG, Sega, SEHMAX, Selecline, Selenga, Selevision, Selfix, SEMP TCL, Sencor, Sencrom, Sendo, Senkatel, SENNA, Senseit, Senwa, SERVO, Seuic, Sewoo, SFR, SGIN, Shanling, Sharp, Shift Phones, Shivaki, Shtrikh-M, Shuttle, Sico, Siemens, Sigma, Silelis, Silent Circle, Silva Schneider, Simbans, simfer, Simply, SINGER, Singtech, Siragon, Sirin Labs, Siswoo, SK Broadband, SKG, SKK Mobile, Sky, Skyline, SkyStream, Skytech, Skyworth, Smadl, Smailo, Smart, Smartab, SmartBook, SMARTEC, Smart Electronic, Smartex, Smartfren, Smartisan, Smart Kassel, Smart Tech, Smarty, Smooth Mobile, Smotreshka, SMT Telecom, SMUX, SNAMI, SobieTech, Soda, Softbank, Soho Style, Solas, SOLE, SOLO, Solone, Sonim, SONOS, Sony, Sony Ericsson, SOSH, SoulLink, Soundmax, SOWLY, Soyes, Spark, Sparx, SPC, Spectralink, Spectrum, Spice, Spider, Sprint, SPURT, SQOOL, SSKY, Star, Star-Light, Starlight, Starmobile, Starway, Starwind, STF Mobile, STG Telecom, Stilevs, STK, Stonex, Storex, StrawBerry, Stream, STRONG, Stylo, Subor, Sugar, SULPICE TV, Sumvision, Sunmax, Sunmi, Sunny, Sunstech, SunVan, Sunvell, SUNWIND, SuperBOX, Super General, Supermax, SuperSonic, SuperTab, SuperTV, Supra, Supraim, Surfans, Surge, Suzuki, Sveon, Swipe, SWISSMOBILITY, Swisstone, Switel, SWOFY, Syco, SYH, Sylvania, Symphony, Syrox, System76, T-Mobile, T96, TADAAM, TAG Tech, Taiga System, Takara, TALBERG, Talius, Tambo, Tanix, TAUBE, TB Touch, TCL, TCL SCBC, TD Systems, TD Tech, TeachTouch, Technicolor, Technika, TechniSat, Technopc, TECHNOSAT, TechnoTrend, TechPad, TechSmart, Techstorm, Techwood, Teclast, Tecno Mobile, TecToy, TEENO, Teknosa, Tele2, Telefunken, Telego, Telenor, Telia, Telit, Telkom, Telly, Telma, TeloSystems, Telpo, Temigereev, TENPLUS, Teracube, Tesco, Tesla, TETC, Tetratab, teXet, ThL, Thomson, Thuraya, TIANYU, Tibuta, Tigers, Time2, Timovi, TIMvision, Tinai, Tinmo, TiPhone, Tivax, TiVo, TJC, TJD, TOKYO, Tolino, Tone, TOOGO, Tooky, Top-Tech, TopDevice, TOPDON, Topelotek, Top House, Toplux, TOPSHOWS, Topsion, Topway, Torex, TORNADO, Torque, TOSCIDO, Toshiba, Touchmate, Touch Plus, TOX, TPS, Transpeed, Trecfone, TrekStor, Trevi, TriaPlay, Tricolor, Trident, Trifone, Trimble, Trio, Tronsmart, True, True Slim, Tsinghua Tongfang, TTEC, TTfone, TTK-TV, TuCEL, TUCSON, Tunisie Telecom, Turbo, Turbo-X, TurboKids, TurboPad, Turkcell, Tuvio, TV+, TVC, TwinMOS, TWM, Twoe, TWZ, TYD, Tymes, T\\u00fcrk Telekom, U-Magic, U.S. Cellular, UD, UE, UGINE, Ugoos, Uhans, Uhappy, Ulefone, Umax, UMIDIGI, Umiio, Unblock Tech, Uniden, Unihertz, Unimax, Uniqcell, Uniscope, Unistrong, Unitech, UNITED, United Group, UNIWA, Unknown, Unnecto, Unnion Technologies, UNNO, Unonu, UnoPhone, Unowhy, UOOGOU, Urovo, UTime, UTOK, UTStarcom, UZ Mobile, V-Gen, V-HOME, V-HOPE, v-mobile, V7, VAIO, VALE, VALEM, VALTECH, VANGUARD, Vankyo, VANWIN, Vargo, VASOUN, Vastking, VAVA, VC, VDVD, Vega, Veidoo, Vekta, Venso, Venstar, Venturer, VEON, Verico, Verizon, Vernee, Verssed, Versus, Vertex, Vertu, Verykool, Vesta, Vestel, VETAS, Vexia, VGO TEL, ViBox, Victurio, VIDA, Videocon, Videoweb, Viendo, ViewSonic, VIIPOO, VIKUSHA, VILLAON, VIMOQ, Vinabox, Vinga, Vinsoc, Vios, Viper, Vipro, Virzo, Vision Technology, Vision Touch, Visitech, Visual Land, Vitelcom, Vitumi, Vityaz, Viumee, Vivax, VIVIBright, VIVIMAGE, Vivo, VIWA, Vizio, Vizmo, VK Mobile, VKworld, VNPT Technology, VOCAL, Vodacom, Vodafone, VOGA, VOLIA, VOLKANO, Volla, Volt, Vonino, Vontar, Vorago, Vorcom, Vorke, Vormor, Vortex, VORTEX (RO), Voto, VOX, Voxtel, Voyo, Vsmart, Vsun, VUCATIMES, Vue Micro, Vulcan, VVETIME, V\\u00f6lfen, W&O, WAF, Wainyok, waipu.tv, Walker, Waltham, Walton, Waltter, Wanmukang, WANSA, WE, We. by Loewe., Webfleet, Web TV, WeChip, Wecool, Weelikeit, Weiimi, Weimei, WellcoM, WELLINGTON, Western Digital, Weston, Westpoint, Wexler, White Mobile, Whoop, Wieppo, Wigor, Wiko, WildRed, Wileyfox, Winds, Wink, Winmax, Winnovo, Winstar, Wintouch, Wiseasy, WIWA, WizarPos, Wizz, Wolder, Wolfgang, Wolki, WONDER, Wonu, Woo, Wortmann, Woxter, WOZIFAN, WS, X-AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectron, XGEM, XGIMI, Xgody, Xiaodu, Xiaolajiao, Xiaomi, Xion, Xolo, Xoro, XPPen, XREAL, Xshitou, Xsmart, Xtouch, Xtratech, Xwave, XY Auto, Yandex, Yarvik, YASIN, YELLYOUTH, YEPEN, Yes, Yestel, Yezz, YIKEMI, Yoka TV, Yooz, Yota, YOTOPT, Youin, Youwei, Ytone, Yu, Yuandao, YU Fly, YUHO, YUMKEM, YUNDOO, Yuno, YunSong, Yusun, Yxtel, Z-Kai, Zaith, ZALA, Zamolxe, Zatec, Zealot, Zeblaze, Zebra, Zeeker, Zeemi, Zen, Zenek, Zentality, Zfiner, ZH&K, Zidoo, ZIFFLER, ZIFRO, Zigo, ZIK, Zinox, ZIOVO, Ziox, Zonda, Zonko, Zoom, ZoomSmart, Zopo, ZTE, Zuum, Zync, ZYQ, Zyrex, ZZB, \\u00f6wn\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device model\",\"segment\":\"deviceModel\",\"acceptedValues\":\"iPad, Nexus 5, Galaxy S5, Fire TV, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Device type\",\"segment\":\"deviceType\",\"acceptedValues\":\"desktop, smartphone, tablet, feature phone, console, tv, car browser, smart display, camera, portable media player, phablet, smart speaker, wearable, peripheral\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Fingerprint\",\"segment\":\"fingerprint\",\"acceptedValues\":\"1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched from API.getLastVisitsDetails\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Local time \\u2014 hour (start of visit)\",\"segment\":\"visitLocalHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system\",\"segment\":\"operatingSystemName\",\"acceptedValues\":\"Windows, Linux, Mac, Android, iOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system code\",\"segment\":\"operatingSystemCode\",\"acceptedValues\":\"WIN, LIN, MAX, AND, IOS etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Operating system version\",\"segment\":\"operatingSystemVersion\",\"acceptedValues\":\"XP, 7, 2.3, 5.1, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Profilable\",\"segment\":\"profilable\",\"acceptedValues\":\"1 for profilable (eg cookies were used), 0 for not profilable (eg no cookies were used)\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Resolution\",\"segment\":\"resolution\",\"acceptedValues\":\"1280x1024, 800x600, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (start of visit)\",\"segment\":\"visitStartServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Site time \\u2014 hour (time of last action)\",\"segment\":\"visitServerHour\",\"acceptedValues\":\"0, 1, 2, 3, ..., 20, 21, 22, 23\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 date (time of last action)\",\"segment\":\"visitEndServerDate\",\"acceptedValues\":\"2018-12-31, 2018-03-20, ...\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of month (time of last action)\",\"segment\":\"visitEndServerDayOfMonth\",\"acceptedValues\":\"0, 1, 2, 3, ..., 29, 30, 31\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of week (time of last action)\",\"segment\":\"visitEndServerDayOfWeek\",\"acceptedValues\":\"1, 2, 3, 4, 5, 6, 7\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 day of year (time of last action)\",\"segment\":\"visitEndServerDayOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 365, 366\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (start of visit)\",\"segment\":\"visitStartServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 minute (time of last action)\",\"segment\":\"visitEndServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 month (time of last action)\",\"segment\":\"visitEndServerMonth\",\"acceptedValues\":\"1, 2, 3, ..., 11, 12\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 quarter (time of last action)\",\"segment\":\"visitEndServerQuarter\",\"acceptedValues\":\"1, 2, 3, 4\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 second (Time of last action)\",\"segment\":\"visitEndServerSecond\",\"acceptedValues\":\"0, 1, 2, 3, ..., 58, 59\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 week of year (time of last action)\",\"segment\":\"visitEndServerWeekOfYear\",\"acceptedValues\":\"1, 2, 3, 4, ..., 51, 52, 53\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Time in UTC \\u2014 year (time of last action)\",\"segment\":\"visitEndServerYear\",\"acceptedValues\":\"2016, 2017, 2018, ..., 9998, 9999\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"User ID\",\"segment\":\"userId\",\"acceptedValues\":\"any non empty unique string identifying the user (such as an email address or a username).\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit Ecommerce status at the end of the visit\",\"segment\":\"visitEcommerceStatus\",\"acceptedValues\":\"none, ordered, abandonedCart, orderedThenAbandonedCart. For example, to select all visits that have made an Ecommerce order, the API request would contain \\\"&segment=visitEcommerceStatus==ordered,visitEcommerceStatus==orderedThenAbandonedCart\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit ID\",\"segment\":\"visitId\",\"acceptedValues\":\"Any positive integer\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Id\",\"segment\":\"visitConvertedGoalId\",\"acceptedValues\":\"1, 2, 3, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted a specific Goal Name\",\"segment\":\"visitConvertedGoalName\",\"acceptedValues\":\"myGoal, myOtherGoal, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit converted at least one Goal\",\"segment\":\"visitConverted\",\"acceptedValues\":\"0, 1\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visit type\",\"segment\":\"visitorType\",\"acceptedValues\":\"new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain \\\"&segment=visitorType==returning,visitorType==returningCustomer\\\"\"},{\"type\":\"dimension\",\"category\":\"Visitors\",\"name\":\"Visitor ID\",\"segment\":\"visitorId\",\"acceptedValues\":\"34c31e04394bdc63 - any 16 Hexadecimal chars ID, which can be fetched using the Tracking API function getVisitorId()\",\"permission\":\"0\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"City\",\"segment\":\"city\",\"acceptedValues\":\"Sydney, Sao Paolo, Rome, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Continent\",\"segment\":\"continentCode\",\"acceptedValues\":\"eur, asi, amc, amn, ams, afr, ant, oce\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country\",\"segment\":\"countryName\",\"acceptedValues\":\"Germany, France, Spain, ...\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Country code\",\"segment\":\"countryCode\",\"acceptedValues\":\"ISO 3166-1 alpha-2 country codes (de, us, fr, in, es, etc.)\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Language\",\"segment\":\"languageCode\",\"acceptedValues\":\"de, fr, en-gb, zh-cn, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Latitude\",\"segment\":\"latitude\",\"acceptedValues\":\"-33.578, 40.830, etc.<br\\/>You can select visitors within a lat\\/long range using &segment=lat>X;lat<Y;long>M;long<N.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Longitude\",\"segment\":\"longitude\",\"acceptedValues\":\"-70.664, 14.326, etc.\"},{\"type\":\"dimension\",\"category\":\"Visitor location\",\"name\":\"Region\",\"segment\":\"regionCode\",\"acceptedValues\":\"01, 02, OR, P8,\\u2026<br\\/>eg. region=BFC;country=fr\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope visit)\",\"segment\":\"customVariableName\",\"unionOfSegments\":[\"customVariableName1\",\"customVariableName2\",\"customVariableName3\",\"customVariableName4\",\"customVariableName5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope visit)\",\"segment\":\"customVariableName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope visit)\",\"segment\":\"customVariableName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope visit)\",\"segment\":\"customVariableName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope visit)\",\"segment\":\"customVariableName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope visit)\",\"segment\":\"customVariableName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name (scope page)\",\"segment\":\"customVariablePageName\",\"unionOfSegments\":[\"customVariablePageName1\",\"customVariablePageName2\",\"customVariablePageName3\",\"customVariablePageName4\",\"customVariablePageName5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 1 (scope page)\",\"segment\":\"customVariablePageName1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 2 (scope page)\",\"segment\":\"customVariablePageName2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 3 (scope page)\",\"segment\":\"customVariablePageName3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 4 (scope page)\",\"segment\":\"customVariablePageName4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable name 5 (scope page)\",\"segment\":\"customVariablePageName5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope page)\",\"segment\":\"customVariablePageValue\",\"unionOfSegments\":[\"customVariablePageValue1\",\"customVariablePageValue2\",\"customVariablePageValue3\",\"customVariablePageValue4\",\"customVariablePageValue5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope page)\",\"segment\":\"customVariablePageValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope page)\",\"segment\":\"customVariablePageValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope page)\",\"segment\":\"customVariablePageValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope page)\",\"segment\":\"customVariablePageValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope page)\",\"segment\":\"customVariablePageValue5\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value (scope visit)\",\"segment\":\"customVariableValue\",\"unionOfSegments\":[\"customVariableValue1\",\"customVariableValue2\",\"customVariableValue3\",\"customVariableValue4\",\"customVariableValue5\"]},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 1 (scope visit)\",\"segment\":\"customVariableValue1\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 2 (scope visit)\",\"segment\":\"customVariableValue2\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 3 (scope visit)\",\"segment\":\"customVariableValue3\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 4 (scope visit)\",\"segment\":\"customVariableValue4\"},{\"type\":\"dimension\",\"category\":\"Custom Variables\",\"name\":\"Custom Variable value 5 (scope visit)\",\"segment\":\"customVariableValue5\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action Type\",\"segment\":\"actionType\",\"acceptedValues\":\"A type of action, such as: pageviews, contents, sitesearches, events, outlinks, downloads\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Action URL\",\"segment\":\"actionUrl\",\"unionOfSegments\":[\"pageUrl\",\"downloadUrl\",\"outlinkUrl\",\"eventUrl\"]},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Category (Site Search)\",\"segment\":\"siteSearchCategory\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Clicked Outlink\",\"segment\":\"outlinkUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Interaction\",\"segment\":\"contentInteraction\",\"acceptedValues\":\"The type of interaction with the content. For instance \\\"click\\\" or \\\"submit\\\".\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Name\",\"segment\":\"contentName\",\"acceptedValues\":\"The name of a content block, for instance \\\"Ad Sale\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Piece\",\"segment\":\"contentPiece\",\"acceptedValues\":\"The actual content. For instance \\\"ad.jpg\\\" or \\\"My text ad\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Content Target\",\"segment\":\"contentTarget\",\"acceptedValues\":\"For instance the URL of a landing page: \\\"http:\\/\\/landingpage.example.com\\\"\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Download URL\",\"segment\":\"downloadUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page URL\",\"segment\":\"entryPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Entry Page title\",\"segment\":\"entryPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page Title\",\"segment\":\"exitPageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Exit Page URL\",\"segment\":\"exitPageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword (Site Search)\",\"segment\":\"siteSearchKeyword\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Keyword count (Site Search)\",\"segment\":\"siteSearchCount\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page Title\",\"segment\":\"pageTitle\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Page URL\",\"segment\":\"pageUrl\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Site time \\u2014 hour\",\"segment\":\"actionServerHour\"},{\"type\":\"dimension\",\"category\":\"Behaviour\",\"name\":\"Time in UTC \\u2014 minute\",\"segment\":\"actionServerMinute\",\"acceptedValues\":\"0, 1, 2, 3, ..., 56, 57, 58, 59\"}]" }, - "API.get": { - "xml": "{\"nb_uniq_visitors\":\"8920\",\"nb_visits\":\"9831\",\"nb_users\":\"5\",\"nb_actions\":\"29397\",\"max_actions\":\"76\",\"bounce_count\":\"5760\",\"sum_visit_length\":\"2556198\",\"nb_visits_new\":\"5\",\"nb_actions_new\":\"8\",\"nb_uniq_visitors_new\":\"5\",\"nb_users_new\":\"0\",\"max_actions_new\":\"4\",\"bounce_rate_new\":\"80%\",\"nb_actions_per_visit_new\":\"1.6\",\"avg_time_on_site_new\":\"450\",\"nb_visits_returning\":\"9829\",\"nb_actions_returning\":\"29392\",\"nb_uniq_visitors_returning\":\"8917\",\"nb_users_returning\":\"5\",\"max_actions_returning\":\"76\",\"bounce_rate_returning\":\"59%\",\"nb_actions_per_visit_returning\":\"3\",\"avg_time_on_site_returning\":\"260\",\"Referrers_visitorsFromSearchEngines\":\"6969\",\"Referrers_visitorsFromSocialNetworks\":\"1111\",\"Referrers_visitorsFromAIAssistants\":\"0\",\"Referrers_visitorsFromDirectEntry\":\"957\",\"Referrers_visitorsFromWebsites\":\"795\",\"Referrers_visitorsFromCampaigns\":\"0\",\"Referrers_distinctSearchEngines\":\"20\",\"Referrers_distinctSocialNetworks\":\"5\",\"Referrers_distinctAIAssistants\":\"0\",\"Referrers_distinctKeywords\":\"96\",\"Referrers_distinctWebsites\":\"4\",\"Referrers_distinctWebsitesUrls\":\"277\",\"Referrers_distinctCampaigns\":\"0\",\"PagePerformance_network_time\":\"0\",\"PagePerformance_network_hits\":\"0\",\"PagePerformance_servery_time\":\"0\",\"PagePerformance_server_hits\":\"0\",\"PagePerformance_transfer_time\":\"0\",\"PagePerformance_transfer_hits\":\"0\",\"PagePerformance_domprocessing_time\":\"0\",\"PagePerformance_domprocessing_hits\":\"0\",\"PagePerformance_domcompletion_time\":\"0\",\"PagePerformance_domcompletion_hits\":\"0\",\"PagePerformance_onload_time\":\"0\",\"PagePerformance_onload_hits\":\"0\",\"PagePerformance_pageload_time\":\"0\",\"PagePerformance_pageload_hits\":\"0\",\"avg_time_network\":\"0\",\"avg_time_server\":\"0\",\"avg_time_transfer\":\"0\",\"avg_time_dom_processing\":\"0\",\"avg_time_dom_completion\":\"0\",\"avg_time_on_load\":\"0\",\"avg_page_load_time\":\"0\",\"nb_plays\":\"184\",\"nb_unique_visitors_plays\":\"147\",\"nb_impressions\":\"1313\",\"nb_unique_visitors_impressions\":\"1022\",\"nb_finishes\":\"38\",\"sum_total_time_watched\":\"48918\",\"sum_total_audio_plays\":\"29\",\"sum_total_audio_impressions\":\"66\",\"sum_total_video_plays\":\"155\",\"sum_total_video_impressions\":\"1247\",\"nb_conversions\":\"962\",\"nb_visits_converted\":\"915\",\"revenue\":\"84869.05\",\"conversion_rate\":\"9.31%\",\"nb_conversions_new_visit\":\"0\",\"nb_visits_converted_new_visit\":\"0\",\"revenue_new_visit\":\"0\",\"conversion_rate_new_visit\":\"0%\",\"nb_conversions_returning_visit\":\"962\",\"nb_visits_converted_returning_visit\":\"915\",\"revenue_returning_visit\":\"84869.05\",\"conversion_rate_returning_visit\":\"9.31%\",\"nb_form_views\":\"11746\",\"nb_form_viewers\":\"7731\",\"nb_form_starts\":\"513\",\"nb_form_starters\":\"432\",\"nb_form_submissions\":\"578\",\"nb_form_submitters\":\"557\",\"nb_form_resubmitters\":\"15\",\"nb_form_conversions\":\"136\",\"nb_crash_occurrences\":\"950\",\"nb_visits_with_crash\":\"812\",\"nb_ignored_crashes\":\"0\",\"nb_uniq_crashes\":\"13\",\"nb_new_crashes\":\"0\",\"nb_disappeared_crashes\":\"0\",\"nb_reappeared_crashes\":\"0\",\"nb_pageviews\":\"25071\",\"nb_uniq_pageviews\":\"19429\",\"nb_downloads\":\"22\",\"nb_uniq_downloads\":\"20\",\"nb_outlinks\":\"1378\",\"nb_uniq_outlinks\":\"1296\",\"nb_searches\":\"216\",\"nb_keywords\":\"73\",\"hits\":\"29816\",\"Referrers_visitorsFromDirectEntry_percent\":\"10%\",\"Referrers_visitorsFromSearchEngines_percent\":\"71%\",\"Referrers_visitorsFromAIAssistants_percent\":\"0%\",\"Referrers_visitorsFromCampaigns_percent\":\"0%\",\"Referrers_visitorsFromSocialNetworks_percent\":\"11%\",\"Referrers_visitorsFromWebsites_percent\":\"8%\",\"visits_crash_rate\":\"0.08\",\"bounce_rate\":\"59%\",\"nb_actions_per_visit\":\"3\",\"avg_time_on_site\":\"260\",\"form_starters_rate\":\"5.6%\",\"form_submitter_rate\":\"128.9%\",\"form_conversion_rate\":\"31.5%\",\"form_resubmitters_rate\":\"2.7%\",\"avg_form_time_hesitation\":\"17.189\",\"avg_form_time_spent\":\"109.457\",\"avg_form_time_to_first_submission\":\"9.059\",\"avg_form_time_to_conversion\":\"83.703\",\"play_rate\":\"0.14\",\"finish_rate\":\"0.21\",\"impression_rate\":\"0.11\"}", - "json": "{\"nb_uniq_visitors\":8920,\"nb_visits\":9831,\"nb_users\":5,\"nb_actions\":29397,\"max_actions\":76,\"bounce_count\":5760,\"sum_visit_length\":2556198,\"nb_visits_new\":5,\"nb_actions_new\":8,\"nb_uniq_visitors_new\":5,\"nb_users_new\":0,\"max_actions_new\":4,\"bounce_rate_new\":\"80%\",\"nb_actions_per_visit_new\":1.6,\"avg_time_on_site_new\":450,\"nb_visits_returning\":9829,\"nb_actions_returning\":29392,\"nb_uniq_visitors_returning\":8917,\"nb_users_returning\":5,\"max_actions_returning\":76,\"bounce_rate_returning\":\"59%\",\"nb_actions_per_visit_returning\":3,\"avg_time_on_site_returning\":260,\"Referrers_visitorsFromSearchEngines\":6969,\"Referrers_visitorsFromSocialNetworks\":1111,\"Referrers_visitorsFromAIAssistants\":0,\"Referrers_visitorsFromDirectEntry\":957,\"Referrers_visitorsFromWebsites\":795,\"Referrers_visitorsFromCampaigns\":0,\"Referrers_distinctSearchEngines\":20,\"Referrers_distinctSocialNetworks\":5,\"Referrers_distinctAIAssistants\":0,\"Referrers_distinctKeywords\":96,\"Referrers_distinctWebsites\":4,\"Referrers_distinctWebsitesUrls\":277,\"Referrers_distinctCampaigns\":0,\"PagePerformance_network_time\":0,\"PagePerformance_network_hits\":0,\"PagePerformance_servery_time\":0,\"PagePerformance_server_hits\":0,\"PagePerformance_transfer_time\":0,\"PagePerformance_transfer_hits\":0,\"PagePerformance_domprocessing_time\":0,\"PagePerformance_domprocessing_hits\":0,\"PagePerformance_domcompletion_time\":0,\"PagePerformance_domcompletion_hits\":0,\"PagePerformance_onload_time\":0,\"PagePerformance_onload_hits\":0,\"PagePerformance_pageload_time\":0,\"PagePerformance_pageload_hits\":0,\"avg_time_network\":0,\"avg_time_server\":0,\"avg_time_transfer\":0,\"avg_time_dom_processing\":0,\"avg_time_dom_completion\":0,\"avg_time_on_load\":0,\"avg_page_load_time\":0,\"nb_plays\":184,\"nb_unique_visitors_plays\":147,\"nb_impressions\":1313,\"nb_unique_visitors_impressions\":1022,\"nb_finishes\":38,\"sum_total_time_watched\":48918,\"sum_total_audio_plays\":29,\"sum_total_audio_impressions\":66,\"sum_total_video_plays\":155,\"sum_total_video_impressions\":1247,\"nb_conversions\":962,\"nb_visits_converted\":915,\"revenue\":84869.05,\"conversion_rate\":\"9.31%\",\"nb_conversions_new_visit\":0,\"nb_visits_converted_new_visit\":0,\"revenue_new_visit\":0,\"conversion_rate_new_visit\":\"0%\",\"nb_conversions_returning_visit\":962,\"nb_visits_converted_returning_visit\":915,\"revenue_returning_visit\":84869.05,\"conversion_rate_returning_visit\":\"9.31%\",\"nb_form_views\":11746,\"nb_form_viewers\":7731,\"nb_form_starts\":513,\"nb_form_starters\":432,\"nb_form_submissions\":578,\"nb_form_submitters\":557,\"nb_form_resubmitters\":15,\"nb_form_conversions\":136,\"nb_crash_occurrences\":950,\"nb_visits_with_crash\":812,\"nb_ignored_crashes\":0,\"nb_uniq_crashes\":13,\"nb_new_crashes\":0,\"nb_disappeared_crashes\":0,\"nb_reappeared_crashes\":0,\"nb_pageviews\":25071,\"nb_uniq_pageviews\":19429,\"nb_downloads\":22,\"nb_uniq_downloads\":20,\"nb_outlinks\":1378,\"nb_uniq_outlinks\":1296,\"nb_searches\":216,\"nb_keywords\":73,\"hits\":29816,\"Referrers_visitorsFromDirectEntry_percent\":\"10%\",\"Referrers_visitorsFromSearchEngines_percent\":\"71%\",\"Referrers_visitorsFromAIAssistants_percent\":\"0%\"}", - "tsv": "nb_uniq_visitors\tnb_visits\tnb_users\tnb_actions\tmax_actions\tbounce_count\tsum_visit_length\tnb_visits_new\tnb_actions_new\tnb_uniq_visitors_new\tnb_users_new\tmax_actions_new\tbounce_rate_new\tnb_actions_per_visit_new\tavg_time_on_site_new\tnb_visits_returning\tnb_actions_returning\tnb_uniq_visitors_returning\tnb_users_returning\tmax_actions_returning\tbounce_rate_returning\tnb_actions_per_visit_returning\tavg_time_on_site_returning\tReferrers_visitorsFromSearchEngines\tReferrers_visitorsFromSocialNetworks\tReferrers_visitorsFromAIAssistants\tReferrers_visitorsFromDirectEntry\tReferrers_visitorsFromWebsites\tReferrers_visitorsFromCampaigns\tReferrers_distinctSearchEngines\tReferrers_distinctSocialNetworks\tReferrers_distinctAIAssistants\tReferrers_distinctKeywords\tReferrers_distinctWebsites\tReferrers_distinctWebsitesUrls\tReferrers_distinctCampaigns\tPagePerformance_network_time\tPagePerformance_network_hits\tPagePerformance_servery_time\tPagePerformance_server_hits\tPagePerformance_transfer_time\tPagePerformance_transfer_hits\tPagePerformance_domprocessing_time\tPagePerformance_domprocessing_hits\tPagePerformance_domcompletion_time\tPagePerformance_domcompletion_hits\tPagePerformance_onload_time\tPagePerformance_onload_hits\tPagePerformance_pageload_time\tPagePerformance_pageload_hits\tavg_time_network\tavg_time_server\tavg_time_transfer\tavg_time_dom_processing\tavg_time_dom_completion\tavg_time_on_load\tavg_page_load_time\tnb_plays\tnb_unique_visitors_plays\tnb_impressions\tnb_unique_visitors_impressions\tnb_finishes\tsum_total_time_watched\tsum_total_audio_plays\tsum_total_audio_impressions\tsum_total_video_plays\tsum_total_video_impressions\tnb_conversions\tnb_visits_converted\trevenue\tconversion_rate\tnb_conversions_new_visit\tnb_visits_converted_new_visit\trevenue_new_visit\tconversion_rate_new_visit\tnb_conversions_returning_visit\tnb_visits_converted_returning_visit\trevenue_returning_visit\tconversion_rate_returning_visit\tnb_form_views\tnb_form_viewers\tnb_form_starts\tnb_form_starters\tnb_form_submissions\tnb_form_submitters\tnb_form_resubmitters\tnb_form_conversions\tnb_crash_occurrences\tnb_visits_with_crash\tnb_ignored_crashes\tnb_uniq_crashes\tnb_new_crashes\tnb_disappeared_crashes\tnb_reappeared_crashes\tnb_pageviews\tnb_uniq_pageviews\tnb_downloads\tnb_uniq_downloads\tnb_outlinks\tnb_uniq_outlinks\tnb_searches\tnb_keywords\thits\tReferrers_visitorsFromDirectEntry_percent\tReferrers_visitorsFromSearchEngines_percent\tReferrers_visitorsFromAIAssistants_percent\tReferrers_visitorsFromCampaigns_percent\tReferrers_visitorsFromSocialNetworks_percent\tReferrers_visitorsFromWebsites_percent\tvisits_crash_rate\tbounce_rate\tnb_actions_per_visit\tavg_time_on_site\tform_starters_rate\tform_submitter_rate\tform_conversion_rate\tform_resubmitters_rate\tavg_form_time_hesitation\tavg_form_time_spent\tavg_form_time_to_first_submission\tavg_form_time_to_conversion\tplay_rate\tfinish_rate\timpression_rate" + "API.getSettings": { + "xml": "{\"row\":{\"SDK_batch_size\":\"10\",\"SDK_interval_value\":\"30\"}}", + "json": "{\"SDK_batch_size\":10,\"SDK_interval_value\":30}", + "tsv": "SDK_batch_size\tSDK_interval_value\n10\t30" }, "API.getSuggestedValuesForSegment": { "xml": "{\"row\":[\"Cart - Divezone Store\",\"Diving Jobs, latest Divemaster and Scuba Dive Instructor Job offers!\",\"Checkout - Divezone Store\",\"Best Diving sites in Bali \\u2013 Indonesia Scuba dive reviews by Divezone\",\"My Account - Divezone Store\",\"Divezone Brand Diving Tank - Divezone Store\",\"Divezone Brand Basic Wetsuit - Divezone Store\",\"Divezone Store\",\"Divezone Free Guides: Running Your Own Dive Center - Divezone Store\",\"Best Diving sites in Indonesia \\u2013 Scuba dive reviews by Divezone\",\"Divezone Brand Scuba Fins - Divezone Store\",\"\",\"Best Diving sites in Thailand \\u2013 Scuba dive reviews by Divezone\",\"Divezone Brand Diving Boots - Divezone Store\",\"Best Diving sites in Philippines \\u2013 Scuba dive reviews by Divezone\",\"Scuba Diving Reviews & Best sites where to dive next!\",\"Best Diving sites in Red Sea \\u2013 Scuba dive reviews by Divezone\",\"Best Diving sites in Komodo Island \\u2013 Indonesia Scuba dive reviews by Divezone\",\"Best Diving sites in Malaysia \\u2013 Scuba dive reviews by Divezone\",\"Best Diving sites in Australia \\u2013 Scuba dive reviews by Divezone\",\"Komodo Island Travel Tips \\u2013 Indonesia Things to do, Map and Best Time to visit Komodo Island\",\"USS Liberty Wreck Dive Site \\u2013 Map & Review of USS Liberty Wreck in Tulamben, Bali\",\"Products - Divezone Store\",\"Divezone Brand Silicone Grease - Divezone Store\",\"Divezone Brand Diving Accessory Starter Kit - Divezone Store\",\"Divezone Brand Distance Line & Reel - Divezone Store\",\"Best Diving sites in Maldives \\u2013 Scuba dive reviews by Divezone\",\"Coron, Palawan Travel Tips \\u2013 Philippines Things to do, Map and Best Time to visit Coron, Palawan\",\"Manta Ray Facts and Information \\u2013 Divezone\"]}", "json": "[\"Cart - Divezone Store\",\"Diving Jobs, latest Divemaster and Scuba Dive Instructor Job offers!\",\"Checkout - Divezone Store\",\"Best Diving sites in Bali \\u2013 Indonesia Scuba dive reviews by Divezone\",\"My Account - Divezone Store\",\"Divezone Brand Diving Tank - Divezone Store\",\"Divezone Brand Basic Wetsuit - Divezone Store\",\"Divezone Store\",\"Divezone Free Guides: Running Your Own Dive Center - Divezone Store\",\"Best Diving sites in Indonesia \\u2013 Scuba dive reviews by Divezone\",\"Divezone Brand Scuba Fins - Divezone Store\",\"\",\"Best Diving sites in Thailand \\u2013 Scuba dive reviews by Divezone\",\"Divezone Brand Diving Boots - Divezone Store\",\"Best Diving sites in Philippines \\u2013 Scuba dive reviews by Divezone\",\"Scuba Diving Reviews & Best sites where to dive next!\",\"Best Diving sites in Red Sea \\u2013 Scuba dive reviews by Divezone\",\"Best Diving sites in Komodo Island \\u2013 Indonesia Scuba dive reviews by Divezone\",\"Best Diving sites in Malaysia \\u2013 Scuba dive reviews by Divezone\",\"Best Diving sites in Australia \\u2013 Scuba dive reviews by Divezone\",\"Komodo Island Travel Tips \\u2013 Indonesia Things to do, Map and Best Time to visit Komodo Island\",\"USS Liberty Wreck Dive Site \\u2013 Map & Review of USS Liberty Wreck in Tulamben, Bali\",\"Products - Divezone Store\",\"Divezone Brand Silicone Grease - Divezone Store\",\"Divezone Brand Diving Accessory Starter Kit - Divezone Store\",\"Divezone Brand Distance Line & Reel - Divezone Store\",\"Best Diving sites in Maldives \\u2013 Scuba dive reviews by Divezone\",\"Coron, Palawan Travel Tips \\u2013 Philippines Things to do, Map and Best Time to visit Coron, Palawan\",\"Manta Ray Facts and Information \\u2013 Divezone\"]", "tsv": "Cart - Divezone Store\n\"Diving Jobs, latest Divemaster and Scuba Dive Instructor Job offers!\"\nCheckout - Divezone Store\nBest Diving sites in Bali \u2013 Indonesia Scuba dive reviews by Divezone\nMy Account - Divezone Store\nDivezone Brand Diving Tank - Divezone Store\nDivezone Brand Basic Wetsuit - Divezone Store\nDivezone Store\nDivezone Free Guides: Running Your Own Dive Center - Divezone Store\nBest Diving sites in Indonesia \u2013 Scuba dive reviews by Divezone\nDivezone Brand Scuba Fins - Divezone Store\n\nBest Diving sites in Thailand \u2013 Scuba dive reviews by Divezone\nDivezone Brand Diving Boots - Divezone Store\nBest Diving sites in Philippines \u2013 Scuba dive reviews by Divezone\nScuba Diving Reviews & Best sites where to dive next!\nBest Diving sites in Red Sea \u2013 Scuba dive reviews by Divezone\nBest Diving sites in Komodo Island \u2013 Indonesia Scuba dive reviews by Divezone\nBest Diving sites in Malaysia \u2013 Scuba dive reviews by Divezone\nBest Diving sites in Australia \u2013 Scuba dive reviews by Divezone\n\"Komodo Island Travel Tips \u2013 Indonesia Things to do, Map and Best Time to visit Komodo Island\"\n\"USS Liberty Wreck Dive Site \u2013 Map & Review of USS Liberty Wreck in Tulamben, Bali\"\nProducts - Divezone Store\nDivezone Brand Silicone Grease - Divezone Store\nDivezone Brand Diving Accessory Starter Kit - Divezone Store\nDivezone Brand Distance Line & Reel - Divezone Store\nBest Diving sites in Maldives \u2013 Scuba dive reviews by Divezone\n\"Coron, Palawan Travel Tips \u2013 Philippines Things to do, Map and Best Time to visit Coron, Palawan\"\nManta Ray Facts and Information \u2013 Divezone" }, - "API.getPagesComparisonsDisabledFor": { - "xml": "{\"row\":[\"General_Actions.Transitions_Transitions\",\"MultiSites.index\",\"Referrers_Referrers.Referrers_URLCampaignBuilder\",\"General_Visitors.UserCountryMap_RealTimeMap\",\"General_Visitors.Live_VisitorLog\",\"General_Visitors.General_RealTime\",\"AbTesting_Experiments.General_Overview\",\"AbTesting_Experiments.AbTesting_ManageExperiments\",\"ActivityLog.index\",\"CustomReports_CustomReports.CustomReports_ManageReports\",\"FormAnalytics_Forms.FormAnalytics_TypeRealTime\",\"HeatmapSessionRecording_Heatmaps.*\",\"HeatmapSessionRecording_SessionRecordings.*\"]}", - "json": "[\"General_Actions.Transitions_Transitions\",\"MultiSites.index\",\"Referrers_Referrers.Referrers_URLCampaignBuilder\",\"General_Visitors.UserCountryMap_RealTimeMap\",\"General_Visitors.Live_VisitorLog\",\"General_Visitors.General_RealTime\",\"AbTesting_Experiments.General_Overview\",\"AbTesting_Experiments.AbTesting_ManageExperiments\",\"ActivityLog.index\",\"CustomReports_CustomReports.CustomReports_ManageReports\",\"FormAnalytics_Forms.FormAnalytics_TypeRealTime\",\"HeatmapSessionRecording_Heatmaps.*\",\"HeatmapSessionRecording_SessionRecordings.*\"]", - "tsv": "General_Actions.Transitions_Transitions\nMultiSites.index\nReferrers_Referrers.Referrers_URLCampaignBuilder\nGeneral_Visitors.UserCountryMap_RealTimeMap\nGeneral_Visitors.Live_VisitorLog\nGeneral_Visitors.General_RealTime\nAbTesting_Experiments.General_Overview\nAbTesting_Experiments.AbTesting_ManageExperiments\nActivityLog.index\nCustomReports_CustomReports.CustomReports_ManageReports\nFormAnalytics_Forms.FormAnalytics_TypeRealTime\nHeatmapSessionRecording_Heatmaps.*\nHeatmapSessionRecording_SessionRecordings.*" - }, - "API.getGlossaryReports": { - "xml": "{\"row\":[{\"name\":\"AI Assistants (Referrers)\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\"},{\"name\":\"Actions - Main metrics (Actions)\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\"},{\"name\":\"Agoda click - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Agoda click - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"All Channels (Referrers)\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\"},{\"name\":\"All Crash Messages (Crashes)\",\"documentation\":\"This report shows crash metrics for every crash message and source file origin combination.\"},{\"name\":\"All Websites dashboard (All Websites)\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\"},{\"name\":\"Audio Resource URLs (Media)\",\"documentation\":\"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.\"},{\"name\":\"Audio Resources URLs Grouped (Media)\",\"documentation\":\"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \\\"Audio Resource URL\\\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.\"},{\"name\":\"Audio Titles (Media)\",\"documentation\":\"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \\\"Unknown\\\".\"},{\"name\":\"Audio per hour in website's timezone (Media)\",\"documentation\":\"This report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.\"},{\"name\":\"Browser Plugins (Visitors)\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\"},{\"name\":\"Browser engines (Visitors)\",\"documentation\":\"This report shows your visitors' browsers broken down into browser engines. <br \\/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\"},{\"name\":\"Browser version (Visitors)\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\"},{\"name\":\"Browsers (Visitors)\",\"documentation\":\"This report contains information about what kind of browser your visitors were using.\"},{\"name\":\"Channel Type (Referrers)\",\"documentation\":\"This table contains information about the distribution of the channel types.<br \\/><b>Direct Entry:<\\/b> A visitor has entered the URL in their browser and started browsing on your website - they entered the website directly.<br \\/><b>Search Engines:<\\/b> A visitor was referred to your website by a search engine. <br \\/> See the \\\"Search Engines & Keywords\\\" report for more details.<br \\/><b>Websites:<\\/b> The visitor followed a link on another website that led to your site. <br \\/> See the \\\"Websites\\\" report for more details.<br \\/><b>Campaigns:<\\/b> Visitors that came to your website as the result of a campaign. <br \\/> See the \\\"Campaigns\\\" report for more details.\"},{\"name\":\"City (Visitors)\",\"documentation\":\"Shows the cities your visitors connected from when accessing your website.<br\\/>Set up GeoIP in the Geolocation admin tab to provide data for this report. The commercial <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/?rId=piwik\\\">MaxMind<\\/a> GeoIP databases are more accurate than the gratis ones. <a rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\" href=\\\"http:\\/\\/www.maxmind.com\\/en\\/city_accuracy?rId=piwik\\\">Click here<\\/a> to see how accurate they are.\"},{\"name\":\"Combined imported keywords (Referrers)\",\"documentation\":\"Report showing all keywords imported from all configured search engines.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Combined keywords (Referrers)\",\"documentation\":\"Report combining all keywords detected by Matomo and imported from search engines. This report only includes the visit metric. You can switch to one of the related report to get detailed metrics.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Configurations (Visitors)\",\"documentation\":\"This report shows the most common overall configurations that your visitors had. A configuration is the combination of an operating system, a browser type and a screen resolution.\"},{\"name\":\"Content Name (Actions)\",\"documentation\":\"This report shows the names of the content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\"},{\"name\":\"Content Piece (Actions)\",\"documentation\":\"This report shows the pieces of content your visitors viewed and interacted with.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/content-tracking\\/\"},{\"name\":\"Continent (Visitors)\",\"documentation\":\"Shows which continent your visitors connected from when accessing your website.\"},{\"name\":\"Country (Visitors)\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\"},{\"name\":\"Crash Messages (Crashes)\",\"documentation\":\"This report shows crash metrics for every crash message and source file origin combination, excluding crashes without a source.\"},{\"name\":\"Crashes Overview (Crashes)\",\"documentation\":\"This report provides an overview of the crashes that occurred.\"},{\"name\":\"Crashes by Category (Crashes)\",\"documentation\":\"This report provides crash metrics for every unique crash category.\"},{\"name\":\"Crashes by First Party Source File (Crashes)\",\"documentation\":\"This report provides crash metrics that originated in a first party source file. That is, a source file that is part of the website being tracked.\"},{\"name\":\"Crashes by Page Title (Crashes)\",\"documentation\":\"This report provides crash metrics for every page title associated with a crash.\"},{\"name\":\"Crashes by Page URL (Crashes)\",\"documentation\":\"This report provides crash metrics for every page a crash occurred on.\"},{\"name\":\"Crashes by Source File (Crashes)\",\"documentation\":\"This report provides crash metrics for source files that originated crashes.\"},{\"name\":\"Crashes by Third Party Source File (Crashes)\",\"documentation\":\"This report provides crash metrics that originated in a third party source file. That is, a source file that is considered external to the website being tracked.\"},{\"name\":\"Crawl overview for Bing and Yahoo! (Referrers)\",\"documentation\":\"The Crawl overview allows you to view crawl related information such as errors encountered by the search bot when visiting a page, items blocked by your robots.txt file and URLs potentially affected by malware.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Custom Variables (Visitors)\",\"documentation\":\"This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values. <br \\/> For more information about Custom Variables in general, read the <a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Custom Variables documentation on matomo.org<\\/a>\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\"},{\"name\":\"Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Device brand (Visitors)\",\"documentation\":\"This report shows the brands \\/ manufacturers of the devices your visitors were using. In most cases this information is only available for non-desktop devices.\"},{\"name\":\"Device model (Visitors)\",\"documentation\":\"This report shows the devices your visitors are using. Each model is displayed combined with the device brand as some model names are used by multiple brands.\"},{\"name\":\"Device type (Visitors)\",\"documentation\":\"This report shows the types of devices your visitors were using. This report will always show all device types Matomo is able to detect, even if there were no visits with a specific type.\"},{\"name\":\"Disappeared crashes (Crashes)\",\"documentation\":\"This report shows crash messages and metrics for crashes that disappeared within the current period. A crash is considered disappeared if it stops occurring for a specified number of days.\"},{\"name\":\"Downloads (Actions)\",\"documentation\":\"In this report, you can see which files your visitors have downloaded. <br \\/> What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.\"},{\"name\":\"Entry page titles (Actions)\",\"documentation\":\"This report contains information about the titles of entry pages that were used during the specified period. Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Entry pages (Actions)\",\"documentation\":\"This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit. <br \\/> The entry URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Event Actions (Actions)\",\"documentation\":\"This report shows you the number of times each event action occurred. You can view the event categories and names that were tracked along with each event action in the row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\"},{\"name\":\"Event Categories (Actions)\",\"documentation\":\"This report shows the categories of each tracked event and how many times they occurred. You can view the event actions and names that were tracked along with each event category in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\"},{\"name\":\"Event Names (Actions)\",\"documentation\":\"This report shows you the names associated with each tracked event and how many times they occurred. You can view the event actions and categories that were tracked along with each event name in each row's subtable. You can change which is shown by changing the secondary dimension with the link at the bottom of the report.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/\"},{\"name\":\"Exit page titles (Actions)\",\"documentation\":\"This report contains information about the titles of exit pages that occurred during the specified period. Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Exit pages (Actions)\",\"documentation\":\"This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit. <br \\/> The exit URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Form \\\"Add Job Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Add Job Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Apply to Job Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Apply to Job Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Build Resume Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Build Resume Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Candidate Registration Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Candidate Registration Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Checkout Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Checkout Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Comment Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Comment Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Contact Us Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Contact Us Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Newsletter Signup Form\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Newsletter Signup Form\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Form \\\"Resume Search\\\" - Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Form \\\"Resume Search\\\" - Page URLs (Forms)\",\"documentation\":\"This report shows on which pages your visitors interacted with a form and how each of the form metrics differ on various pages.\"},{\"name\":\"Forms Overview (Forms)\",\"documentation\":\"This report gives you an overview of how your forms are doing by giving you insights into the number of form views, form starters, form submissions, form conversions, and more.\"},{\"name\":\"Goal Agoda click (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal Liveaboard.com click (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal New Job Application (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal New Resume (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal Newsletter Signup (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal User Comments (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goal View Submit Job (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals Overview (Goals)\",\"documentation\":\"This report gives an overview of how well your visitors convert a specific goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals Overview - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Goals Overview - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Image keywords on Google (Referrers)\",\"documentation\":\"Keywords used in Google <b>image<\\/b> search that generated links to your website in the search result list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Keywords (including not defined) (Referrers)\",\"documentation\":\"This report shows which keywords users were searching for before they were referred to your website. <br \\/><br \\/> By clicking on a row in the table, you can see the distribution of search engines that were queried for the keyword.<br \\/><br \\/>Note: This report lists most keywords as not defined, because most search engines do not send the exact keyword used on the search engine.\"},{\"name\":\"Keywords (on Bing and Yahoo!) (Referrers)\",\"documentation\":\"Keywords used in Bing or Yahoo! search that generated links to your website in the search results list.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/guide\\/installation-maintenance\\/import-search-keywords\\/\"},{\"name\":\"Language code (Visitors)\",\"documentation\":\"Shows which exact language code the visitor's browsers is set to. (e.g. \\\"German \\u2014 Austria (de-at)\\\")\"},{\"name\":\"Length of visits (Actions)\",\"documentation\":\"How many visits had a certain total duration. Initially, the report is shown as a tag cloud, wherein more common durations have a larger font.<br \\/>Please note, that you can view the report in other ways than as a tag cloud. Use the controls at the bottom of the report to do so.\"},{\"name\":\"Liveaboard.com click - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Liveaboard.com click - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Main metrics (API)\",\"documentation\":\"This report gives an overview of the most important metrics across all categories and plugins.\"},{\"name\":\"Media Players (Media)\",\"documentation\":\"This report contains information about the media players that were used by your visitors to play the media on your website.\"},{\"name\":\"Media Summary (Media)\",\"documentation\":\"This is an overview of your visitor's media consumption. It is broken down into various reports, which are displayed in sparklines at the bottom of the page. You can enlarge the graphs by clicking on the report you'd like to see.\"},{\"name\":\"New Job Application - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New Job Application - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New Resume - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New Resume - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"New crashes (Crashes)\",\"documentation\":\"This report shows crash messages and metrics for crashes that have occurred for the first time within the current period, since tracking began for the website.\"},{\"name\":\"Newsletter Signup - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Newsletter Signup - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/tracking-goals-web-analytics\\/\"},{\"name\":\"Operating System families (Visitors)\",\"documentation\":\"This report shows you the operating systems your visitors are using grouped by operating system family. An operating system family consists of different versions or distributions.\"},{\"name\":\"Operating System versions (Visitors)\",\"documentation\":\"This report shows you the operating systems your visitors are using. Each version and distribution is shown separately.\"},{\"name\":\"Outlinks (Actions)\",\"documentation\":\"This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<br \\/>Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Page Titles Following a Site Search (Actions)\",\"documentation\":\"When visitors search on your website, they are looking for a particular page, content, product, or service. This report lists the pages that were clicked the most after an internal search. In other words, the list of pages the most searched for by visitors already on your website.<br\\/>Use the plus and minus icons on the left to navigate.\",\"onlineGuideUrl\":\"https:\\/\\/matomo.org\\/docs\\/site-search\\/\"},{\"name\":\"Page URLs (Actions)\",\"documentation\":\"This report contains information about the page URLs that have been visited. <br \\/> The table is organized hierarchically, the URLs are displayed as a folder structure.<br \\/>Use the plus and minus icons on the left to navigate.\"},{\"name\":\"Page titles (Actions)\",\"documentation\":\"This report contains information about the titles of the pages that have been visited. <br \\/> The page title is the HTML <title> Tag that most browsers show in their window title.\"}]}", - "json": "[{\"name\":\"AI Assistants (Referrers)\",\"documentation\":\"This report shows which AI assistants led visitors to your website.<br \\\/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\"},{\"name\":\"Actions - Main metrics (Actions)\",\"documentation\":\"This report provides a very basic overview of what actions your visitors take on your website.\"},{\"name\":\"Agoda click - Days to Conversion (Goals)\",\"documentation\":\"This report shows how many days pass before your visitors convert a goal.\",\"onlineGuideUrl\":\"https:\\\/\\\/matomo.org\\\/docs\\\/tracking-goals-web-analytics\\\/\"},{\"name\":\"Agoda click - Visits to Conversion (Goals)\",\"documentation\":\"This report shows the number of visits made before a visitor converts a goal.\",\"onlineGuideUrl\":\"https:\\\/\\\/matomo.org\\\/docs\\\/tracking-goals-web-analytics\\\/\"},{\"name\":\"All Channels (Referrers)\",\"documentation\":\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\"},{\"name\":\"All Crash Messages (Crashes)\",\"documentation\":\"This report shows crash metrics for every crash message and source file origin combination.\"},{\"name\":\"All Websites dashboard (All Websites)\",\"documentation\":\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\"},{\"name\":\"Audio Resource URLs (Media)\",\"documentation\":\"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.\"},{\"name\":\"Audio Resources URLs Grouped (Media)\",\"documentation\":\"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \\\"Audio Resource URL\\\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.\"},{\"name\":\"Audio Titles (Media)\",\"documentation\":\"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \\\"Unknown\\\".\"},{\"name\":\"Audio per hour in website's timezone (Media)\",\"documentation\":\"This report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.\"},{\"name\":\"Browser Plugins (Visitors)\",\"documentation\":\"This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\"},{\"name\":\"Browser version (Visitors)\",\"documentation\":\"This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.\"}]", - "tsv": "name\tdocumentation\tonlineGuideUrl\nAI Assistants (Referrers)\t\"This report shows which AI assistants led visitors to your website.<br \/>By clicking on a row in the table, you can see from which AI assistant pages visitors came to your website.\"\t\nActions - Main metrics (Actions)\tThis report provides a very basic overview of what actions your visitors take on your website.\t\nAgoda click - Days to Conversion (Goals)\tThis report shows how many days pass before your visitors convert a goal.\thttps:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/\nAgoda click - Visits to Conversion (Goals)\tThis report shows the number of visits made before a visitor converts a goal.\thttps:\/\/matomo.org\/docs\/tracking-goals-web-analytics\/\nAll Channels (Referrers)\t\"This report shows all your Referrers in one unified report, listing all Websites, Search keywords and Campaigns used by your visitors to find your website.\"\t\nAll Crash Messages (Crashes)\tThis report shows crash metrics for every crash message and source file origin combination.\t\nAll Websites dashboard (All Websites)\t\"This report gives you an informational overview for each of your websites, containing the most general metrics about your visitors.\"\t\nAudio Resource URLs (Media)\t\"This report shows a hierarchical list of the resource URLs of audio that your visitors listened to. To see further details for a specific audio resource URL, click the plus icon when you hover a row.\"\t\nAudio Resources URLs Grouped (Media)\t\"This report shows information about the grouped resource URLs of audio that your visitors listened to. It is similar to \"\"Audio Resource URL\"\" but it groups together audio resources that have the same file name but a different file extension. To see further details for a specific audio resource, click the plus icon when you hover a row.\"\t\nAudio Titles (Media)\t\"This report shows information about the audio titles that your visitors have listened to. To see further details for a specific audio title, click the plus icon when you hover a row. When a title for an audio file cannot be detected, it will be grouped under \"\"Unknown\"\".\"\t\nAudio per hour in website's timezone (Media)\tThis report shows at which hours of the day visitors have listened to your audios. The hours are shown in the timezone of the website.\t\nBrowser Plugins (Visitors)\tThis report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.\t\nBrowser engines (Visitors)\tThis report shows your visitors' browsers broken down into browser engines. <br \/> The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.\t\nBrowser version (Visitors)\tThis report contains information about what kind of browser your visitors were using. Each browser version is listed separately." - }, - "API.getGlossaryMetrics": { - "xml": "{\"row\":[{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\",\"documentation\":\"URLs currently blocked by your site\\u2019s robots.txt.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\",\"documentation\":\"These codes appear when the server serves a page successfully\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\",\"documentation\":\"These codes appear when you have permanently moved content from one location (URL) to another.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\",\"documentation\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\",\"documentation\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\",\"documentation\":\"These codes appear when the server failed to fulfill an apparently valid request.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Bing crawler requested.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\",\"documentation\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\",\"documentation\":\"Number of errors occured for the Bing crawler.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Bing index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\",\"documentation\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\",\"documentation\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\",\"documentation\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\",\"documentation\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_appeared\",\"documentation\":\"Pages that were newly added to Yandex search index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\",\"documentation\":\"Crawled Pages with a 2xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\",\"documentation\":\"Crawled Pages with a 3xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\",\"documentation\":\"Crawled Pages with a 4xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\",\"documentation\":\"Crawled Pages with a 5xx code\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Yandex crawler requested.\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_errors\",\"documentation\":\"Crawled paged that failed for any other reason\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Yandex search index\"},{\"name\":\"\",\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_removed\",\"documentation\":\"Pages that were removed from Yandex search index\"},{\"name\":\"\\\"Goal Liveaboard.com click\\\" conversion rate\",\"id\":\"goal_7_conversion_uniq_visitors_rate\",\"documentation\":\"The ratio of \\\"Conversions goal \\\"Liveaboard.com click\\\" (ID 7 )\\\" out of all \\\"Visitors\\\".\"},{\"name\":\"Actions\",\"id\":\"nb_actions\",\"documentation\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\"},{\"name\":\"Actions per Visit\",\"id\":\"nb_actions_per_visit\",\"documentation\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\"},{\"name\":\"Amendments\",\"id\":\"nb_field_amendments\",\"documentation\":\"The number of times your visitors amended this field in total. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error.\"},{\"name\":\"Average value\",\"id\":\"avg_event_value\",\"documentation\":\"The average of all values for this event\"},{\"name\":\"Avg. Completion\",\"id\":\"avg_completion_rate\",\"documentation\":\"The percentage of how much visitors have watched of a video. This metric may show more than 100% if many visitors spent more time on the video than the media length. This can be especially the case when the media is played in a loop.\"},{\"name\":\"Avg. DOM completion time\",\"id\":\"avg_time_dom_completion\",\"documentation\":\"Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.\"},{\"name\":\"Avg. DOM processing time\",\"id\":\"avg_time_dom_processing\",\"documentation\":\"Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.\"},{\"name\":\"Avg. Media Length\",\"id\":\"avg_media_length\",\"documentation\":\"The average length of a video or audio media file. This number may vary for example if the media is a stream or if the media resource changes over time.\"},{\"name\":\"Avg. Time On Dimension\",\"id\":\"avg_time_on_dimension\",\"documentation\":\"Avg. Time on custom action dimension is the average time visitors spent on a specific custom action before moving to another tracked action. Calculated by summing the time spent on the action across all visits and dividing it by the number of times the action was performed.\"},{\"name\":\"Avg. Time To Play\",\"id\":\"avg_time_to_play\",\"documentation\":\"The average amount of time it took a visitor to start playing the media since the page was loaded.\"},{\"name\":\"Avg. Time on Website\",\"id\":\"avg_time_on_site\",\"documentation\":\"The average duration of a visit.\"},{\"name\":\"Avg. field size\",\"id\":\"avg_field_size\",\"documentation\":\"The average field size of this text field. Also includes text sizes of visitors that did not submit the form. Blank text fields (size 0) are ignored in the average calculation.\"},{\"name\":\"Avg. field size on conversion\",\"id\":\"avg_field_size_converted\",\"documentation\":\"The average field size of this text field when a visitor entered some text, submitted the form afterwards, and converted it.\"},{\"name\":\"Avg. field size on submit\",\"id\":\"avg_field_size_submitted\",\"documentation\":\"The average field size of this text field when a visitor entered some text and submitted the form afterwards.\"},{\"name\":\"Avg. field size when unsubmitted\",\"id\":\"avg_field_size_unsubmitted\",\"documentation\":\"The average field size of this text field when a visitor entered some text but did not submit the form afterwards.\"},{\"name\":\"Avg. generation time\",\"id\":\"avg_time_generation\",\"documentation\":\"The average time it took to generate the page. This metric includes the time it took the server to generate the web page, plus the time it took for the visitor to download the response from the server. A lower 'Avg. generation time' means a faster website for your visitors!\"},{\"name\":\"Avg. hesitation time\",\"id\":\"avg_field_hesitation_time\",\"documentation\":\"The average amount of time a visitor hesitated to start filling out this field. The time is measured from the moment a visitor focuses this field until they make the first change.\"},{\"name\":\"Avg. network time\",\"id\":\"avg_time_network\",\"documentation\":\"Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.\"},{\"name\":\"Avg. on load time\",\"id\":\"avg_time_on_load\",\"documentation\":\"Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.\"},{\"name\":\"Avg. page load time\",\"id\":\"avg_page_load_time\",\"documentation\":\"Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser\"},{\"name\":\"Avg. position\",\"id\":\"position\",\"documentation\":\"Average position of your website in the search engine results list (for this keyword).\"},{\"name\":\"Avg. server time\",\"id\":\"avg_time_server\",\"documentation\":\"Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.\"},{\"name\":\"Avg. time on page\",\"id\":\"avg_time_on_page\",\"documentation\":\"The average amount of time visitors spent on this page (only the page, not the entire website).\"},{\"name\":\"Avg. time spent\",\"id\":\"avg_field_time_spent\",\"documentation\":\"The average amount of time spent on this field when a visitor interacted with it. The time is measured from the moment a visitor focuses this field until they make the last change or until they leave the field again. If a visitor interacts with this field several time before submitting or leaving the form, all time spent on this field will be summed. The time spent includes the hesitation time.\"},{\"name\":\"Avg. time spent\",\"id\":\"avg_time_watched\",\"documentation\":\"The average amount of time a visitor spent watching or listening to a media.\"},{\"name\":\"Avg. transfer time\",\"id\":\"avg_time_transfer\",\"documentation\":\"Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.\"},{\"name\":\"Bounce Rate\",\"id\":\"bounce_rate\",\"documentation\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\"},{\"name\":\"Bounces\",\"id\":\"entry_bounce_count\",\"documentation\":\"Number of visits that started and ended on this page. This means that the visitor left the website after viewing only this page.\"},{\"name\":\"CTR\",\"id\":\"ctr\",\"documentation\":\"Clickthrough rate: A ratio showing how often people who see a search engine results page with a link to your website, end up clicking it.\"},{\"name\":\"Changes\",\"id\":\"nb_field_changes\",\"documentation\":\"The number of times a visitor has changed this field. A first change is counted as soon as a visitor for example types something into a text field or selects a value. Further changes are only counted when the visitor moves on to another field and comes back to this field to change it again.\"},{\"name\":\"Clicked in search results\",\"id\":\"nb_hits_following_search\",\"documentation\":\"The number of times this Page was visited after a visitor did a search on your website, and clicked on this page in the search results.\"},{\"name\":\"Clicks\",\"id\":\"nb_clicks\",\"documentation\":\"A click is counted each time someone clicks on a link pointing to your website on a search engine results page.\"},{\"name\":\"Content Interactions\",\"id\":\"nb_interactions\",\"documentation\":\"The number of times a content block was interacted with (eg, a 'click' on a banner or ad).\"},{\"name\":\"Conversion Rate\",\"id\":\"conversion_rate\",\"documentation\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},{\"name\":\"Conversions First Interaction\",\"id\":\"nb_attribution_conversions_firstInteraction\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"First Interaction\\\" is applied.\"},{\"name\":\"Conversions Last Interaction\",\"id\":\"nb_attribution_conversions_lastInteraction\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Last Interaction\\\" is applied.\"},{\"name\":\"Conversions Last Non-Direct\",\"id\":\"nb_attribution_conversions_lastNonDirect\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Last Non-Direct\\\" is applied.\"},{\"name\":\"Conversions Linear\",\"id\":\"nb_attribution_conversions_linear\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Linear\\\" is applied.\"},{\"name\":\"Conversions Position Based\",\"id\":\"nb_attribution_conversions_positionBased\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Position Based\\\" is applied.\"},{\"name\":\"Conversions Time Decay\",\"id\":\"nb_attribution_conversions_timeDecay\",\"documentation\":\"The number of conversions for this channel when the attribution model \\\"Time Decay\\\" is applied.\"},{\"name\":\"Conversions goal \\\"Liveaboard.com click\\\" (ID 7 )\",\"id\":\"goal_7_conversion\",\"documentation\":\"The number of times this goal was converted.\"},{\"name\":\"Conversions goal \\\"New Job Application\\\" (ID 4 )\",\"id\":\"goal_4_conversion\",\"documentation\":\"The number of times this goal was converted.\"},{\"name\":\"Crash Occurrences\",\"id\":\"nb_crash_occurrences\",\"documentation\":\"The total number of crashes that occurred.\"},{\"name\":\"Cursor rate\",\"id\":\"field_cursor_rate\",\"documentation\":\"The number of times cursor keys was used on this field after a user interacted with it. This metric is only available for text fields.\"},{\"name\":\"Cursors\",\"id\":\"nb_field_cursor\",\"documentation\":\"The number of times your visitors have used any of the cursor keys on this field. This metric is only available for text fields.\"},{\"name\":\"Deletes\",\"id\":\"nb_field_deletes\",\"documentation\":\"The number of times your visitors have used the backspace or delete key on this field. This metric is only available for text fields.\"},{\"name\":\"Deletion rate\",\"id\":\"field_delete_rate\",\"documentation\":\"The percentage of times either a backspace or delete key was used when a field was changed. This metric is only available for text fields.\"},{\"name\":\"Disappeared Crashes\",\"id\":\"nb_disappeared_crashes\",\"documentation\":\"The number of crashes that disappeared within the current period. A crash is considered disappeared if it has not occurred for a certain number of configurable days.\"},{\"name\":\"Downloads\",\"id\":\"nb_downloads\",\"documentation\":\"The number of times this link was clicked.\"},{\"name\":\"Drop offs\",\"id\":\"nb_field_dropoff\",\"documentation\":\"The number of times a visitor interacted with this field last when they did not submit the form.\"},{\"name\":\"Entrances\",\"id\":\"entry_nb_visits\",\"documentation\":\"Number of visits that started on this page.\"},{\"name\":\"Entries\",\"id\":\"nb_field_entries\",\"documentation\":\"The number of times a visitor has interacted with this field first, when they started to fill out a form. An interaction can be either a field focus or a field change.\"},{\"name\":\"Event value\",\"id\":\"sum_event_value\",\"documentation\":\"The sum of event values\"},{\"name\":\"Events\",\"id\":\"nb_events\",\"documentation\":\"Total number of events\"},{\"name\":\"Events with a value\",\"id\":\"nb_events_with_value\",\"documentation\":\"Number of events where an Event value was set\"},{\"name\":\"Exit rate\",\"id\":\"exit_rate\",\"documentation\":\"The percentage of visits that left the website after viewing this page.\"},{\"name\":\"Exits\",\"id\":\"exit_nb_visits\",\"documentation\":\"Number of visits that ended on this page.\"},{\"name\":\"Exits\",\"id\":\"nb_exits\",\"documentation\":\"The number of visits that did not leave after this interaction.\"},{\"name\":\"Field conversions\",\"id\":\"nb_field_views_converted\",\"documentation\":\"The number of times the field was shown when a form was converted. It does not mean a visitor actually interacted with this field.\"},{\"name\":\"Field submissions\",\"id\":\"nb_field_views_submitted\",\"documentation\":\"The number of times this field was shown when the form was submitted. It does not mean a visitor has actually interacted with this field.\"},{\"name\":\"Finish rate\",\"id\":\"finish_rate\",\"documentation\":\"The percentage of visitors who played a media and finished it (finish means a visitor has watched or listened to the end of the media).\"},{\"name\":\"Finishes\",\"id\":\"nb_finishes\",\"documentation\":\"The number of times a video was finished (a visitor has watched or listened to the end of the media). It does not necessarily mean a visitor has watched or listened to all of the media.\"},{\"name\":\"Form amendment rate\",\"id\":\"field_amendments_rate\",\"documentation\":\"The number of times this field was amended after changing it initially. An amendment is counted when a visitor changes this field (for example types something into a form field or selects a value), then moves on to another field and comes back to this field to change it again. An amendment is also counted when a visitor changes this field, submits the form, and then changes it again to correct a form validation error.\"},{\"name\":\"Form avg. hesitation time\",\"id\":\"avg_form_time_hesitation\",\"documentation\":\"The average time a visitor hesitated to start interacting with a form. The time is calculated as the difference between the time of the page load and the time of the first interaction with a form (for example focusing a form field, typing a letter in a form or selecting a value in the form). The time is counted only while the browser window is active.\"},{\"name\":\"Form avg. time spent\",\"id\":\"avg_form_time_spent\",\"documentation\":\"The average time a visitor spent on a form. The time is calculated as the difference between the first interaction with a form field (for example a field focus) and the last interaction with a form.\"},{\"name\":\"Form avg. time to conversion\",\"id\":\"avg_form_time_to_conversion\",\"documentation\":\"The average time it took a visitor to convert a form. If the visitor completes the form on the first submit, it is equal to the \\\"time to first submission\\\". If a visitor submits a form several times, it equals to the time spent on the form in total.\"},{\"name\":\"Form avg. time to first submit\",\"id\":\"avg_form_time_to_first_submission\",\"documentation\":\"The average time it took a visitor to submit this form for the first time. It is the difference between the first interaction with the form (for example a field focus) and the time the visitor submits the form.\"},{\"name\":\"Form conversion rate\",\"id\":\"form_conversion_rate\",\"documentation\":\"The number of times a form starter has converted the form.\"},{\"name\":\"Form conversions\",\"id\":\"nb_form_conversions\",\"documentation\":\"The number of times this form was completed successfully.\"},{\"name\":\"Form re-submitter rate\",\"id\":\"form_resubmitters_rate\",\"documentation\":\"The percentage of submitters that have submitted this form at least a second time. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms.\"},{\"name\":\"Form re-submitters\",\"id\":\"nb_form_resubmitters\",\"documentation\":\"The number of form viewers that have re-submitted a form at least once. This means a visitor first submitted a form, and then submitted it again. For example a re-submit might happen when there were form validation errors. When this number is high, something might not be clear about your forms.\"},{\"name\":\"Form starters\",\"id\":\"nb_form_starters\",\"documentation\":\"The number of form viewers that have started interacting with a form at least once. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start.\"},{\"name\":\"Form starters rate\",\"id\":\"form_starters_rate\",\"documentation\":\"The percentage of times a visitor has viewed a page where this form was included and then started interacting with it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start.\"},{\"name\":\"Form starts\",\"id\":\"nb_form_starts\",\"documentation\":\"The number of times a visitor has started interacting with a form after viewing it. This means a visitor has for example focused or changed a form field. If auto focus for a form field is enabled, a visitor first needs to focus another field or needs to actually start changing a field before it counts as a start.\"},{\"name\":\"Form submissions\",\"id\":\"nb_form_submissions\",\"documentation\":\"The number of times a form was submitted in total. If a visitor submitted a form 10 times, and another visitor 3 times, it will show 13 total form submissions.\"},{\"name\":\"Form submitter rate\",\"id\":\"form_submitter_rate\",\"documentation\":\"The number of times a form starter has submitted the form.\"}]}", - "json": "[{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\",\"documentation\":\"URLs currently blocked by your site\\u2019s robots.txt.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\",\"documentation\":\"These codes appear when the server serves a page successfully\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_301\",\"documentation\":\"These codes appear when you have permanently moved content from one location (URL) to another.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_303\",\"documentation\":\"These codes appear when you have temporarily moved content from one location (URL) to another.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\",\"documentation\":\"These codes appear when there was a likely an error in the request which prevented the server from being able to process it.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\",\"documentation\":\"These codes appear when the server failed to fulfill an apparently valid request.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\",\"documentation\":\"Number of pages the Bing crawler requested.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\",\"documentation\":\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_errors\",\"documentation\":\"Number of errors occured for the Bing crawler.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inindex\",\"documentation\":\"Total number of pages available in Bing index\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_inlinks\",\"documentation\":\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_malware\",\"documentation\":\"Any page URLs that Bing found that are infected or associated with malware will be grouped in this section.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_other_codes\",\"documentation\":\"Groups all other codes that are not matched by any other value (such as 1xx or informational codes).\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_bing_crawlstats_timeout\",\"documentation\":\"This number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\"},{\"name\":null,\"id\":\"SearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\",\"documentation\":\"Crawled Pages with a 2xx code\"}]", - "tsv": "name\tid\tdocumentation\n\tSearchEngineKeywordsPerformance_bing_crawlstats_blocked_robots\tURLs currently blocked by your site\u2019s robots.txt.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_2xx\tThese codes appear when the server serves a page successfully\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_301\tThese codes appear when you have permanently moved content from one location (URL) to another.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_303\tThese codes appear when you have temporarily moved content from one location (URL) to another.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_4xx\tThese codes appear when there was a likely an error in the request which prevented the server from being able to process it.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_code_5xx\tThese codes appear when the server failed to fulfill an apparently valid request.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_crawledpages\tNumber of pages the Bing crawler requested.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_dnsfail\t\"This issue type catalogs recent errors encountered trying to communicate with the DNS server when the bot tried to access your pages. Possibly your server was down, or there was a misconfiguration that prevented DNS routing, for example TTL was set to 0.\"\n\tSearchEngineKeywordsPerformance_bing_crawlstats_errors\tNumber of errors occured for the Bing crawler.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_inindex\tTotal number of pages available in Bing index\n\tSearchEngineKeywordsPerformance_bing_crawlstats_inlinks\t\"Inbound links Bing is aware of, pointed at URLs on your website. These are links, from websites external of your own, that have been pointed towards your content.\"\n\tSearchEngineKeywordsPerformance_bing_crawlstats_malware\tAny page URLs that Bing found that are infected or associated with malware will be grouped in this section.\n\tSearchEngineKeywordsPerformance_bing_crawlstats_other_codes\tGroups all other codes that are not matched by any other value (such as 1xx or informational codes).\n\tSearchEngineKeywordsPerformance_bing_crawlstats_timeout\tThis number represents recent occurences when Bing could not access your site due to connection errors. This could be a temporary issue but you should check your server logs to see if you are accidentally dropping requests.\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_appeared\tPages that were newly added to Yandex search index\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_2xx\tCrawled Pages with a 2xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_3xx\tCrawled Pages with a 3xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_4xx\tCrawled Pages with a 4xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_code_5xx\tCrawled Pages with a 5xx code\n\tSearchEngineKeywordsPerformance_yandex_crawlstats_crawledpages\tNumber of pages the Yandex crawler requested.\nAverage value\tavg_event_value\tThe average of all values for this event" + "API.getWidgetMetadata": { + "xml": "{\"row\":[{\"name\":\"KPI Metric\",\"category\":{\"id\":\"General_KpiMetric\",\"name\":\"KPI Metric\",\"order\":\"1\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"column\":\"\"},\"uniqueId\":\"widgetCoreVisualizationssingleMetricViewcolumn\",\"isWide\":\"0\"},{\"name\":\"Real-time visitor count\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\",\"order\":\"15\",\"parameters\":{\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\"},\"uniqueId\":\"widgetLivegetSimpleLastVisitCount\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits Overview (with graph)\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":\"\",\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"99\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"VisitOverviewWithGraph\"},\"uniqueId\":\"widgetVisitOverviewWithGraph\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Visits Overview\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"VisitsSummary\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitsSummary\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitsSummarygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"}]}},{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Visits Overview\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"get\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitsSummary\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitsSummarygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Visits Log\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Live_VisitorLog\",\"name\":\"Visits Log\",\"order\":\"5\",\"help\":\"<p>The visits log shows you every visit your website receives in detail. Find out which actions each visitor has performed, how they got to your site, a bit about who they are, and more (while still complying with your local privacy regulations).<\\/p><p>While other reports in Matomo show how your visitors behave at an aggregate level, the visits log provides granular detail. You can also use segments to narrow it down to specific types of visits to understand your visitors better.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/real-time\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Live.getLastVisitsDetails\\\" target=\\\"_blank\\\" rel=\\\"noreferrer noopener\\\">Learn more in the visit-log guide.<\\/a><\\/p>\"},\"module\":\"Live\",\"action\":\"getLastVisitsDetails\",\"order\":\"10\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"VisitorLog\",\"module\":\"Live\",\"action\":\"getLastVisitsDetails\",\"small\":\"1\"},\"uniqueId\":\"widgetLivegetLastVisitsDetailsforceView1viewDataTableVisitorLogsmall1\",\"isWide\":\"0\",\"viewDataTable\":\"VisitorLog\",\"isReport\":\"1\"},{\"name\":\"Visits in real-time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_RealTime\",\"name\":\"Real-time\",\"order\":\"7\",\"help\":\"<p>The visits in the real-time report show the real-time flow of visits to your website. It includes a real-time counter of your visits and page views in the last 24 hours and the previous 30 minutes.<\\/p><p>This report refreshes every 5 seconds and displays new visits (or existing visitors that view a new page) at the top of the list with a fade-in effect.<\\/p>\"},\"module\":\"Live\",\"action\":\"widget\",\"order\":\"20\",\"parameters\":{\"module\":\"Live\",\"action\":\"widget\"},\"uniqueId\":\"widgetLivewidget\",\"isWide\":\"1\"},{\"name\":\"Real-time Map\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountryMap_RealTimeMap\",\"name\":\"Real-time Map\",\"order\":\"9\",\"help\":\"<p>Shows the location of website visitors the last 30 minutes, and flashes for new ones. Recent visits are shown as large orange bubbles, and older ones as smaller gray ones. It refreshes every five seconds.<\\/p>\"},\"module\":\"UserCountryMap\",\"action\":\"realtimeMap\",\"order\":\"15\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"realtimeMap\"},\"uniqueId\":\"widgetUserCountryMaprealtimeMap\",\"isWide\":\"1\"},{\"name\":\"Visitor Map\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountryMap\",\"action\":\"visitorMap\",\"order\":\"1\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"visitorMap\"},\"uniqueId\":\"widgetUserCountryMapvisitorMap\",\"isWide\":\"0\"},{\"name\":\"City\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getCity\",\"order\":\"110\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getCity\"},\"uniqueId\":\"widgetUserCountrygetCity\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Continent\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getContinent\",\"order\":\"106\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getContinent\"},\"uniqueId\":\"widgetUserCountrygetContinent\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Country\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getCountry\",\"order\":\"105\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getCountry\"},\"uniqueId\":\"widgetUserCountrygetCountry\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Region\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserCountry\",\"action\":\"getRegion\",\"order\":\"107\",\"parameters\":{\"module\":\"UserCountry\",\"action\":\"getRegion\"},\"uniqueId\":\"widgetUserCountrygetRegion\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Web-browser language\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserLanguage\",\"action\":\"getLanguage\",\"order\":\"108\",\"parameters\":{\"module\":\"UserLanguage\",\"action\":\"getLanguage\"},\"uniqueId\":\"widgetUserLanguagegetLanguage\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Language code\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserCountry_SubmenuLocations\",\"name\":\"Locations\",\"order\":\"10\",\"help\":\"<p>The \\\"Locations\\\" section is the best way to find out what countries, continents, regions, and cities your website visitors come from \\u2014 in table and map form. It also says what language their browser is set to, helping identify international visitors in alternative locations.<\\/p>\"},\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\",\"order\":\"111\",\"parameters\":{\"module\":\"UserLanguage\",\"action\":\"getLanguageCode\"},\"uniqueId\":\"widgetUserLanguagegetLanguageCode\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device brand\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrand\",\"order\":\"104\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrand\"},\"uniqueId\":\"widgetDevicesDetectiongetBrand\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device model\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getModel\",\"order\":\"102\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getModel\"},\"uniqueId\":\"widgetDevicesDetectiongetModel\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Device type\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getType\",\"order\":\"100\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getType\"},\"uniqueId\":\"widgetDevicesDetectiongetType\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Screen Resolution\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Devices\",\"name\":\"Devices\",\"order\":\"15\",\"help\":\"<p>The Devices section helps you understand the technology that your visitors are using to access your site. You will see reports on the type of device and specific models to enable you to optimise your site for the most popular devices.<\\/p>\"},\"module\":\"Resolution\",\"action\":\"getResolution\",\"order\":\"108\",\"parameters\":{\"module\":\"Resolution\",\"action\":\"getResolution\"},\"uniqueId\":\"widgetResolutiongetResolution\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browser Plugins\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicePlugins\",\"action\":\"getPlugin\",\"order\":\"113\",\"parameters\":{\"module\":\"DevicePlugins\",\"action\":\"getPlugin\"},\"uniqueId\":\"widgetDevicePluginsgetPlugin\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browser engines\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\",\"order\":\"110\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowserEngines\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowserEngines\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"Browser version\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\",\"order\":\"106\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowserVersions\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowserVersions\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Browsers\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\",\"order\":\"105\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"},\"uniqueId\":\"widgetDevicesDetectiongetBrowsers\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Operating System families\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\",\"order\":\"108\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getOsFamilies\"},\"uniqueId\":\"widgetDevicesDetectiongetOsFamilies\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Operating System versions\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\",\"order\":\"102\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getOsVersions\"},\"uniqueId\":\"widgetDevicesDetectiongetOsVersions\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Configurations\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"DevicesDetection_Software\",\"name\":\"Software\",\"order\":\"20\",\"help\":\"<p>The Software section shows the operating systems, browsers and plugins that your visitors are using to access the site so that you can optimise your site to ensure it is fully compatible with the most popular configurations.<\\/p>\"},\"module\":\"Resolution\",\"action\":\"getConfiguration\",\"order\":\"107\",\"parameters\":{\"module\":\"Resolution\",\"action\":\"getConfiguration\"},\"uniqueId\":\"widgetResolutiongetConfiguration\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits by day of the week\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\",\"order\":\"125\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getByDayOfWeek\"},\"uniqueId\":\"widgetVisitTimegetByDayOfWeek\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"Visits per local time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\",\"order\":\"115\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerLocalTime\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerLocalTime\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"Visits per hour in the site's timezone\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitTime_SubmenuTimes\",\"name\":\"Times\",\"order\":\"35\",\"help\":\"<p>The \\\"Times\\\" section shows when people visit your site. Popular local times helps you cater your site to their lives. The most popular server times reveals technical demand.<\\/p>\"},\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\",\"order\":\"120\",\"parameters\":{\"module\":\"VisitTime\",\"action\":\"getVisitInformationPerServerTime\"},\"uniqueId\":\"widgetVisitTimegetVisitInformationPerServerTime\",\"isWide\":\"0\",\"viewDataTable\":\"graphVerticalBar\",\"isReport\":\"1\"},{\"name\":\"User IDs\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UserId_UserReportTitle\",\"name\":\"User IDs\",\"order\":\"40\",\"help\":\"<p>The user ID report shows visits associated with all your registered and logged in users. Understand website usage by its specific users and find out who your most and least active users are.<\\/p><p><a target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" href=\\\"https:\\/\\/matomo.org\\/docs\\/user-id?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.UserId.getUsers\\\"><span class=\\\"icon-info\\\"><\\/span> Learn more<\\/a><\\/p>\"},\"module\":\"UserId\",\"action\":\"getUsers\",\"order\":\"109\",\"parameters\":{\"module\":\"UserId\",\"action\":\"getUsers\"},\"uniqueId\":\"widgetUserIdgetUsers\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Custom Variables\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"CustomVariables_CustomVariables\",\"name\":\"Custom Variables\",\"order\":\"45\",\"help\":\"<p>This report contains information about your Custom Variables. Click on a variable name to see the distribution of the values.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/custom-variables\\/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Read more about this topic in the online guide.<\\/a><\\/p>\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"110\",\"parameters\":{\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariables\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"User Type\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":\"5\",\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\/a> to see what occurred in every individual visit.<\\/p>\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension1\",\"name\":\"User Type\",\"order\":\"73\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"201\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"1\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension1\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Pages\",\"name\":\"Pages\",\"order\":\"5\",\"help\":\"<p>This report contains information about the page URLs that have been visited.<\\/p><p>The table is organized hierarchically, the URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"102\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageUrls\"},\"uniqueId\":\"widgetActionsgetPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry Page Titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesEntry\",\"name\":\"Entry pages\",\"order\":\"10\",\"help\":\"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\\/p><p>The entry URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"106\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getEntryPageTitles\"},\"uniqueId\":\"widgetActionsgetEntryPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Entry pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesEntry\",\"name\":\"Entry pages\",\"order\":\"10\",\"help\":\"<p>This report contains information about the entry pages that were used during the specified period. An entry page is the first page that a user views during their visit.<\\/p><p>The entry URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"103\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getEntryPageUrls\"},\"uniqueId\":\"widgetActionsgetEntryPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Exit page titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesExit\",\"name\":\"Exit pages\",\"order\":\"15\",\"help\":\"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\\/p><p>The exit URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getExitPageTitles\",\"order\":\"107\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getExitPageTitles\"},\"uniqueId\":\"widgetActionsgetExitPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Exit pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPagesExit\",\"name\":\"Exit pages\",\"order\":\"15\",\"help\":\"<p>This report contains information about the exit pages that occurred during the specified period. An exit page is the last page that a user views during their visit.<\\/p><p>The exit URLs are displayed as a folder structure.<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getExitPageUrls\",\"order\":\"104\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getExitPageUrls\"},\"uniqueId\":\"widgetActionsgetExitPageUrls\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuPageTitles\",\"name\":\"Page titles\",\"order\":\"20\",\"help\":\"<p>This report contains information about the titles of the pages that have been visited.<\\/p><p>The page title is the HTML <title> Tag that most browsers show in their window title.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"105\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageTitles\"},\"uniqueId\":\"widgetActionsgetPageTitles\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Titles Following a Site Search\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\",\"order\":\"119\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageTitlesFollowingSiteSearch\"},\"uniqueId\":\"widgetActionsgetPageTitlesFollowingSiteSearch\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Pages Following a Site Search\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\",\"order\":\"116\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getPageUrlsFollowingSiteSearch\"},\"uniqueId\":\"widgetActionsgetPageUrlsFollowingSiteSearch\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Categories\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\",\"order\":\"120\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchCategories\"},\"uniqueId\":\"widgetActionsgetSiteSearchCategories\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Site Search Keywords\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\",\"order\":\"115\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchKeywords\"},\"uniqueId\":\"widgetActionsgetSiteSearchKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Keywords with No Results\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Actions_SubmenuSitesearch\",\"name\":\"Site Search\",\"order\":\"25\",\"help\":\"<p>The Site Search section shows which keywords visitors use when searching your website. It also displays which pages users view after performing a search and which on-site search keywords return no results at all.<\\/p><p>These reports can give you ideas about missing content on your site, insight into what your visitors are looking for but can\\u2019t find easily, and more.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/site-search\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Actions.getSiteSearchCategories\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Site Search guide.<\\/a><\\/p>\"},\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\",\"order\":\"118\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getSiteSearchNoResultKeywords\"},\"uniqueId\":\"widgetActionsgetSiteSearchNoResultKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Outlinks\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Outlinks\",\"name\":\"Outlinks\",\"order\":\"30\",\"help\":\"<p>This report shows a hierarchical list of outlink URLs that were clicked by your visitors. An outlink is a link that leads the visitor away from your website (to another domain).<\\/p><p>Use the plus and minus icons on the left to navigate.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getOutlinks\",\"order\":\"108\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getOutlinks\"},\"uniqueId\":\"widgetActionsgetOutlinks\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Downloads\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Downloads\",\"name\":\"Downloads\",\"order\":\"35\",\"help\":\"<p>In this report, you can see which files your visitors have downloaded.<\\/p><p>What Matomo counts as a download is the click on a download link. Whether the download was completed or not isn't known to Matomo.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getDownloads\",\"order\":\"109\",\"parameters\":{\"module\":\"Actions\",\"action\":\"getDownloads\"},\"uniqueId\":\"widgetActionsgetDownloads\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Event Actions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"module\":\"Events\",\"action\":\"getAction\",\"order\":\"101\",\"parameters\":{\"module\":\"Events\",\"action\":\"getAction\",\"secondaryDimension\":\"eventName\"},\"uniqueId\":\"widgetEventsgetActionsecondaryDimensioneventName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Event Categories\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"module\":\"Events\",\"action\":\"getCategory\",\"order\":\"100\",\"parameters\":{\"module\":\"Events\",\"action\":\"getCategory\",\"secondaryDimension\":\"eventAction\"},\"uniqueId\":\"widgetEventsgetCategorysecondaryDimensioneventAction\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Event Names\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Events_Events\",\"name\":\"Events\",\"order\":\"40\",\"help\":\"<p>The Events section offers reports on the custom events associated with your site. Events typically require custom configuration. Once configured you can review reports broken down by category, action and name.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/event-tracking\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Events.getCategory\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more about event tracking here.<\\/a><\\/p>\"},\"module\":\"Events\",\"action\":\"getName\",\"order\":\"102\",\"parameters\":{\"module\":\"Events\",\"action\":\"getName\",\"secondaryDimension\":\"eventAction\"},\"uniqueId\":\"widgetEventsgetNamesecondaryDimensioneventAction\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Content Name\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"45\",\"help\":\"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Content Tracking guide.<\\/a><\\/p>\"},\"module\":\"Contents\",\"action\":\"getContentNames\",\"order\":\"135\",\"parameters\":{\"module\":\"Contents\",\"action\":\"getContentNames\"},\"uniqueId\":\"widgetContentsgetContentNames\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Actions: Content Piece\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Contents_Contents\",\"name\":\"Contents\",\"order\":\"45\",\"help\":\"<p>Content tracking helps you determine the popularity of specific pieces of content on any page of your website or app. This section reports the number of impressions and interactions the various pieces of content on your site receive.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/content-tracking?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Contents.getContentNames\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in the Content Tracking guide.<\\/a><\\/p>\"},\"module\":\"Contents\",\"action\":\"getContentPieces\",\"order\":\"136\",\"parameters\":{\"module\":\"Contents\",\"action\":\"getContentPieces\"},\"uniqueId\":\"widgetContentsgetContentPieces\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Transitions\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Transitions_Transitions\",\"name\":\"Transitions\",\"order\":\"46\",\"help\":\"<p>Transitions is a report showing the things your visitors did directly before and after viewing a given page. This page explains how to access, understand, and use the powerful \\\"Transitions\\\" report.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/transitions\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Transitions.getTransitions\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">More details<\\/a><\\/p>\"},\"module\":\"Transitions\",\"action\":\"getTransitions\",\"order\":\"99\",\"parameters\":{\"module\":\"Transitions\",\"action\":\"getTransitions\"},\"uniqueId\":\"widgetTransitionsgetTransitions\",\"isWide\":\"0\"},{\"name\":\"Returning Visits Over Time\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitFrequency\",\"action\":\"getEvolutionGraph\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitFrequency\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitFrequencygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"Frequency Overview\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitFrequency\",\"action\":\"get\",\"order\":\"2\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"VisitFrequency\",\"action\":\"get\"},\"uniqueId\":\"widgetVisitFrequencygetforceView1viewDataTablesparklines\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Visits by days since last visit\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\",\"order\":\"130\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByDaysSinceLast\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsByDaysSinceLast\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits by visit number\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\",\"order\":\"125\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsByVisitCount\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsByVisitCount\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Visits per number of pages\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\",\"order\":\"120\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerPage\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsPerPage\",\"isWide\":\"0\",\"viewDataTable\":\"cloud\",\"isReport\":\"1\"},{\"name\":\"Visits per visit duration\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"VisitorInterest_Engagement\",\"name\":\"Engagement\",\"order\":\"46\",\"help\":\"<p>The Engagement section provides reports that help to quantify how many new and returning visitors you get. You can also review reports that break down the average time and number of pages per visit, as well as the number of times a visitor has been to your site and the most common number of days between visits.<\\/p><p>This can help you to optimise for frequency and high-interaction visits in addition to maximising your reach.<\\/p>\"},\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\",\"order\":\"115\",\"parameters\":{\"module\":\"VisitorInterest\",\"action\":\"getNumberOfVisitsPerVisitDuration\"},\"uniqueId\":\"widgetVisitorInterestgetNumberOfVisitsPerVisitDuration\",\"isWide\":\"0\",\"viewDataTable\":\"cloud\",\"isReport\":\"1\"},{\"name\":\"Evolution of page performance metrics\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"PagePerformance_Performance\",\"name\":\"Performance\",\"order\":\"47\",\"help\":\"<p>The Performance section can help you analyse how fast your website or app is performing on the whole and help discover whether you have specific pages that significantly deviate from your averages.<\\/p><p>You can also find reports showing exactly how long each page of your website takes to load and what is contributing to their loading time.<\\/p>\"},\"module\":\"PagePerformance\",\"action\":\"getEvolutionGraph\",\"order\":\"1\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphStackedBarEvolution\",\"module\":\"PagePerformance\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetPagePerformancegetEvolutionGraphforceView1viewDataTablegraphStackedBarEvolution\",\"isWide\":\"0\",\"viewDataTable\":\"graphStackedBarEvolution\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Visualization\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_UsersFlow\",\"name\":\"Users Flow\",\"order\":\"47\",\"help\":\"<p>This data is based on the 5000 most popular connections per interaction. If you want to include more or less data, you can change the number of connections per step by adjusting the value of the <code>[UsersFlow] usersflow_num_max_links_per_interaction<\\/code> configuration in the <code>config\\/config.ini.php<\\/code> file. The \\\"Explore traffic\\\" feature is currently only available to \\\"day\\\", \\\"week\\\", \\\"month\\\" and \\\"range\\\" periods.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlow\",\"order\":\"2000\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlow\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlow\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Overview - Page URLs\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2001\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPretty\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Overview - Page Titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2003\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"dataSource\":\"page_title\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettydataSourcepage_title\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Top Paths - Page URLs\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2000\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"topPaths\":\"1\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettytopPaths1\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Users Flow - Top Paths - Page Titles\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"UsersFlow_TopPaths\",\"name\":\"Top Paths\",\"order\":\"48\",\"help\":\"<p>The Top Paths section reports on the most popular URL paths that visitors follow through your site. It also provides a list of the most popular pages for each interaction on your site.<\\/p>\"},\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"order\":\"2002\",\"parameters\":{\"module\":\"UsersFlow\",\"action\":\"getUsersFlowPretty\",\"topPaths\":\"1\",\"dataSource\":\"page_title\"},\"uniqueId\":\"widgetUsersFlowgetUsersFlowPrettytopPaths1dataSourcepage_title\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Author\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension2\",\"name\":\"Page Author\",\"order\":\"70\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"202\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"2\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension2\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Location\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension4\",\"name\":\"Page Location\",\"order\":\"71\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"204\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"4\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension4\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Page Type\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"customdimension5\",\"name\":\"Page Type\",\"order\":\"72\",\"help\":\"\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"205\",\"parameters\":{\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"idDimension\":\"5\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionidDimension5\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Crawl errors on Bing\",\"category\":{\"id\":\"General_Actions\",\"name\":\"Behaviour\",\"order\":\"10\",\"icon\":\"icon-reporting-actions\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"SearchEngineKeywordsPerformance_CrawlingErrors\",\"name\":\"Crawling errors\",\"order\":\"99\",\"help\":\"\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingErrorExamplesBing\",\"order\":\"102\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getCrawlingErrorExamplesBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetCrawlingErrorExamplesBing\",\"isWide\":\"1\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Referrers\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_WidgetGetAll\",\"name\":\"All Channels\",\"order\":\"5\",\"help\":\"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getAll\",\"order\":\"102\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getAll\"},\"uniqueId\":\"widgetReferrersgetAll\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Channel Types\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_WidgetGetAll\",\"name\":\"All Channels\",\"order\":\"5\",\"help\":\"<p>This section shows you the number of visits that arrive from different channel types and referrers. Click on the plus or minus buttons to view the referrers within each type.<\\/p><p>You can also analyse the number of actions performed by each of your traffic sources by enabling the table with Visitor engagement metrics view.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getReferrerType\",\"order\":\"101\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getReferrerType\"},\"uniqueId\":\"widgetReferrersgetReferrerType\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Keywords (including not defined)\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getKeywords\",\"order\":\"110\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getKeywords\"},\"uniqueId\":\"widgetReferrersgetKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Search Engines\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getSearchEngines\",\"order\":\"107\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSearchEngines\"},\"uniqueId\":\"widgetReferrersgetSearchEngines\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Combined keywords\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\",\"order\":\"101\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywords\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywords\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Keywords (on Bing and Yahoo!)\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\",\"order\":\"115\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsBing\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsBing\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Image keywords on Google\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\",\"order\":\"120\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleImage\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleImage\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Video keywords on Google\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\",\"order\":\"125\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleVideo\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleVideo\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Web keywords on Google\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuSearchEngines\",\"name\":\"Search Engines & Keywords\",\"order\":\"10\",\"help\":\"<p>This section helps you analyse your search engine optimisation and performance. You can analyse your most popular keywords with the combined keyword reports or see which keywords perform well on specific search engines for more targeted analysis and optimisation.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/matomo-cloud\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Matomo Cloud<\\/a> and <a href=\\\"https:\\/\\/plugins.matomo.org\\/SearchEngineKeywordsPerformance?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Referrers.getSearchEngines\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Search Engine Keywords Performance<\\/a> plugin users will receive the best results from this report.<\\/p>\"},\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\",\"order\":\"110\",\"parameters\":{\"module\":\"SearchEngineKeywordsPerformance\",\"action\":\"getKeywordsGoogleWeb\"},\"uniqueId\":\"widgetSearchEngineKeywordsPerformancegetKeywordsGoogleWeb\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Websites\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_SubmenuWebsitesOnly\",\"name\":\"Websites\",\"order\":\"15\",\"help\":\"<p>In this table, you can see which websites referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getWebsites\",\"order\":\"105\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getWebsites\"},\"uniqueId\":\"widgetReferrersgetWebsites\",\"isWide\":\"0\",\"viewDataTable\":\"tableAllColumns\",\"isReport\":\"1\"},{\"name\":\"Social Networks\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Socials\",\"name\":\"Social Networks\",\"order\":\"16\",\"help\":\"<p>In this table, you can see which websites referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getSocials\",\"order\":\"111\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSocials\"},\"uniqueId\":\"widgetReferrersgetSocials\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"AI Assistants\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_AIAssistants\",\"name\":\"AI Assistants\",\"order\":\"18\",\"help\":\"<p>In this table, you can see which AI assistants referred visitors to your site.<\\/p><p>By clicking on a row in the table, you can see which URLs the links to your website were on.<\\/p>\"},\"module\":\"Referrers\",\"action\":\"getAIAssistants\",\"order\":\"113\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getAIAssistants\"},\"uniqueId\":\"widgetReferrersgetAIAssistants\",\"isWide\":\"0\",\"viewDataTable\":\"graphPie\",\"isReport\":\"1\"},{\"name\":\"Campaign Contents\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\",\"order\":\"105\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getContent\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetContent\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Groups\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\",\"order\":\"108\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getGroup\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetGroup\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Ids\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\",\"order\":\"107\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getId\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetId\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Keywords\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\",\"order\":\"102\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getKeyword\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetKeyword\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Mediums\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\",\"order\":\"104\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getMedium\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetMedium\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Names\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\",\"order\":\"101\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getName\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Placements\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\",\"order\":\"109\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getPlacement\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetPlacement\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Sources\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\",\"order\":\"103\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSource\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSource\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign Source - Medium\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_Campaigns\",\"name\":\"Campaigns\",\"order\":\"20\",\"help\":\"<p>The Campaign Tracking section allows you to analyse the visits associated with the various tracking values that have been linked to your digital campaigns. It can reveal things like, how much traffic your campaigns are bringing in, which creatives are performing best, how engaged campaign visitors are, and whether the campaign is resulting in sales or not.<\\/p>\"},\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\",\"order\":\"106\",\"parameters\":{\"module\":\"MarketingCampaignsReporting\",\"action\":\"getSourceMedium\"},\"uniqueId\":\"widgetMarketingCampaignsReportinggetSourceMedium\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Campaign URL Builder\",\"category\":{\"id\":\"Referrers_Referrers\",\"name\":\"Acquisition\",\"order\":\"15\",\"icon\":\"icon-reporting-referer\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Referrers_URLCampaignBuilder\",\"name\":\"Campaign URL Builder\",\"order\":\"21\",\"help\":\"\"},\"module\":\"Referrers\",\"action\":\"getCampaignUrlBuilder\",\"order\":\"99\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getCampaignUrlBuilder\"},\"uniqueId\":\"widgetReferrersgetCampaignUrlBuilder\",\"isWide\":\"0\"},{\"name\":\"Ecommerce Overview\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"2\",\"help\":\"<p>The Ecommerce Overview section is the best place to get a high-level view of your online store\\u2019s performance. At a glance, you can see how many sales you\\u2019re making, how much revenue you are generating, and your website\\u2019s conversion rate.<\\/p><p>Click on an individual metric within the sparkline chart to focus on it within the full-sized evolution graph.<\\/p><p><a href=\\\"https:\\/\\/matomo.org\\/docs\\/ecommerce-analytics\\/?mtm_campaign=Matomo_App&mtm_source=Matomo_App_Cloud&mtm_medium=App.Ecommerce.Overview\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Learn more in our Ecommerce guide here.<\\/a><\\/p>\"},\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"order\":\"1\",\"parameters\":{\"module\":\"CoreHome\",\"action\":\"renderWidgetContainer\",\"containerId\":\"EcommerceOverview\"},\"uniqueId\":\"widgetEcommerceOverview\",\"isWide\":\"0\",\"layout\":\"\",\"isContainer\":\"1\",\"widgets\":{\"row\":[{\"name\":\"\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"order\":\"5\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"Goals\",\"action\":\"getEvolutionGraph\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetGoalsgetEvolutionGraphforceView1viewDataTablegraphEvolutionidGoalecommerceOrder\",\"isWide\":\"0\",\"viewDataTable\":\"graphEvolution\",\"isReport\":\"1\"},{\"name\":\"\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Ecommerce\",\"action\":\"getSparklines\",\"order\":\"15\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"sparklines\",\"module\":\"Ecommerce\",\"action\":\"getSparklines\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetEcommercegetSparklinesforceView1viewDataTablesparklinesidGoalecommerceOrder\",\"isWide\":\"0\",\"viewDataTable\":\"sparklines\",\"isReport\":\"1\"},{\"name\":\"Conversions Overview\",\"category\":{\"id\":\"Goals_Goals\",\"name\":\"Goals\",\"order\":\"99\",\"icon\":\"\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"ecommerceOrder\",\"name\":\"ecommerceOrder\",\"order\":\"99\",\"help\":\"\"},\"module\":\"Ecommerce\",\"action\":\"getConversionsOverview\",\"order\":\"25\",\"parameters\":{\"module\":\"Ecommerce\",\"action\":\"getConversionsOverview\",\"idGoal\":\"ecommerceOrder\"},\"uniqueId\":\"widgetEcommercegetConversionsOverviewidGoalecommerceOrder\",\"isWide\":\"0\",\"middlewareParameters\":{\"module\":\"Goals\",\"action\":\"hasConversions\",\"idGoal\":\"ecommerceOrder\"},\"viewDataTable\":\"table\",\"isReport\":\"1\"}]}},{\"name\":\"Ecommerce Log\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_EcommerceLog\",\"name\":\"Ecommerce Log\",\"order\":\"5\",\"help\":\"<p>The Ecommerce log provides granular session-level data so you can look at the full session for each user that either made a purchase or abandoned their cart. This can help you understand what users do before and after purchasing to reveal optimisation opportunities.<\\/p><p>Data on this page is updated in real-time.<\\/p>\"},\"module\":\"Ecommerce\",\"action\":\"getEcommerceLog\",\"order\":\"99\",\"parameters\":{\"module\":\"Ecommerce\",\"action\":\"getEcommerceLog\"},\"uniqueId\":\"widgetEcommercegetEcommerceLog\",\"isWide\":\"0\"},{\"name\":\"Ecommerce: Product Category\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"module\":\"Goals\",\"action\":\"getItemsCategory\",\"order\":\"132\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsCategory\"},\"uniqueId\":\"widgetGoalsgetItemsCategory\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Ecommerce: Product Name\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"module\":\"Goals\",\"action\":\"getItemsName\",\"order\":\"130\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsName\"},\"uniqueId\":\"widgetGoalsgetItemsName\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Ecommerce: Product SKU\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Goals_Products\",\"name\":\"Products\",\"order\":\"10\",\"help\":\"<p>The Products view can help you identify products and categories that are over-performing or under-performing to reveal trends and opportunities related to your product selection and store pages.<\\/p>\"},\"module\":\"Goals\",\"action\":\"getItemsSku\",\"order\":\"131\",\"parameters\":{\"module\":\"Goals\",\"action\":\"getItemsSku\"},\"uniqueId\":\"widgetGoalsgetItemsSku\",\"isWide\":\"0\",\"viewDataTable\":\"table\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Entry page titles\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"order\":\"103\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetEntryPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Entry pages\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"order\":\"102\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getEntryPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetEntryPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Page titles\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageTitles\",\"order\":\"104\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageTitles\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetPageTitlesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by Pages: Page URLs\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"Actions\",\"action\":\"getPageUrls\",\"order\":\"101\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"Actions\",\"action\":\"getPageUrls\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetActionsgetPageUrlsforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by User attribute: User Type\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"order\":\"403\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomDimensions\",\"action\":\"getCustomDimension\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"idDimension\":\"1\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetCustomDimensionsgetCustomDimensionforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrderidDimension1segmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"},{\"name\":\"Sales by User attribute: Custom Variables\",\"category\":{\"id\":\"Goals_Ecommerce\",\"name\":\"Ecommerce\",\"order\":\"20\",\"icon\":\"icon-reporting-ecommerce\",\"help\":\"\",\"widget\":\"\"},\"subcategory\":{\"id\":\"Ecommerce_Sales\",\"name\":\"Sales\",\"order\":\"15\",\"help\":\"<p>This section contains an extensive collection of reports to help you analyse the different conditions that most commonly lead to sales, such as the traffic and campaign sources, user time and location and devices used to access them.<\\/p><p>You can also learn exactly how revenue is associated with each dimension, such as specific traffic types or tracked campaigns.<\\/p>\"},\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"order\":\"402\",\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"tableGoals\",\"module\":\"CustomVariables\",\"action\":\"getCustomVariables\",\"documentationForGoalsPage\":\"1\",\"idGoal\":\"ecommerceOrder\",\"segmented_visitor_log_segment_suffix\":\"visitEcommerceStatus==ordered\"},\"uniqueId\":\"widgetCustomVariablesgetCustomVariablesforceView1viewDataTabletableGoalsdocumentationForGoalsPage1idGoalecommerceOrdersegmented_visitor_log_segment_suffixvisitEcommerceStatus3D3Dordered\",\"isWide\":\"0\",\"viewDataTable\":\"tableGoals\",\"isReport\":\"1\"}]}", + "json": "[{\"name\":\"KPI Metric\",\"category\":{\"id\":\"General_KpiMetric\",\"name\":\"KPI Metric\",\"order\":1,\"icon\":\"\",\"help\":\"\",\"widget\":null},\"subcategory\":null,\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"order\":99,\"parameters\":{\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"column\":\"\"},\"uniqueId\":\"widgetCoreVisualizationssingleMetricViewcolumn\",\"isWide\":false},{\"name\":\"Real-time visitor count\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":5,\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\\/a> to see what occurred in every individual visit.<\\\/p>\",\"widget\":null},\"subcategory\":null,\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\",\"order\":15,\"parameters\":{\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\"},\"uniqueId\":\"widgetLivegetSimpleLastVisitCount\",\"isWide\":false,\"viewDataTable\":\"table\",\"isReport\":true},{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":5,\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\\/a> to see what occurred in every individual visit.<\\\/p>\",\"widget\":null},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":2,\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":5,\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":false,\"viewDataTable\":\"graphEvolution\",\"isReport\":true}]" }, "CustomDimensions.getCustomDimension": { "xml": "{\"row\":{\"label\":\"guest\",\"nb_uniq_visitors\":\"140\",\"nb_visits\":\"140\",\"nb_actions\":\"307\",\"max_actions\":\"29\",\"sum_visit_length\":\"17864\",\"bounce_count\":\"97\",\"nb_visits_converted\":\"11\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"2\"},{\"nb_conversions\":\"8\",\"nb_visits_converted\":\"8\",\"revenue\":\"8\"},{\"nb_conversions\":\"3\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"}]},\"nb_conversions\":\"12\",\"revenue\":\"10\",\"avg_time_on_site\":\"128\",\"bounce_rate\":\"69%\",\"nb_actions_per_visit\":\"2.2\",\"segment\":\"dimension1==guest\"}}", diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesFromLocalByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesFromLocalByType.json index cdfe517..b29ebb8 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesFromLocalByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesFromLocalByType.json @@ -1,54 +1,29 @@ { - "MarketingCampaignsReporting.getId": { - "xml": "", - "json": "", - "tsv": "" - }, - "MarketingCampaignsReporting.getName": { - "xml": "{\"row\":[{\"label\":\"email-nov2011\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"4\",\"nb_actions\":\"19\",\"nb_users\":\"2\",\"max_actions\":\"8\",\"sum_visit_length\":\"6\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"232.56\",\"revenue_subtotal\":\"204\",\"revenue_tax\":\"38.76\",\"revenue_shipping\":\"10.2\",\"revenue_discount\":\"20.4\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"232.56\",\"segment\":\"campaignName==email-nov2011\"},{\"label\":\"google-ads-campaign\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"2\",\"nb_actions\":\"2\",\"nb_users\":\"2\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignName==google-ads-campaign\"}]}", - "json": "[{\"label\":\"email-nov2011\",\"nb_uniq_visitors\":3,\"nb_visits\":4,\"nb_actions\":19,\"nb_users\":2,\"max_actions\":8,\"sum_visit_length\":6,\"bounce_count\":1,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":232.56,\"revenue_subtotal\":204,\"revenue_tax\":38.76,\"revenue_shipping\":10.2,\"revenue_discount\":20.4,\"items\":3},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":232.56,\"segment\":\"campaignName==email-nov2011\"},{\"label\":\"google-ads-campaign\",\"nb_uniq_visitors\":2,\"nb_visits\":2,\"nb_actions\":2,\"nb_users\":2,\"max_actions\":1,\"sum_visit_length\":0,\"bounce_count\":2,\"nb_visits_converted\":0,\"segment\":\"campaignName==google-ads-campaign\"}]", - "tsv": "label\tnb_uniq_visitors\tnb_visits\tnb_actions\tnb_users\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tnb_conversions\trevenue\tmetadata_segment\nemail-nov2011\t3\t4\t19\t2\t8\t6\t1\t2\t1\t1\t232.56\t204\t38.76\t10.2\t20.4\t3\t1\t1\t0\t2\t232.56\tcampaignName==email-nov2011\ngoogle-ads-campaign\t2\t2\t2\t2\t1\t0\t2\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignName==google-ads-campaign" - }, - "MarketingCampaignsReporting.getKeyword": { - "xml": "{\"row\":[{\"label\":\"more\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"2\",\"nb_actions\":\"12\",\"nb_users\":\"1\",\"max_actions\":\"8\",\"sum_visit_length\":\"5\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"232.56\",\"revenue_subtotal\":\"204\",\"revenue_tax\":\"38.76\",\"revenue_shipping\":\"10.2\",\"revenue_discount\":\"20.4\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"232.56\",\"segment\":\"campaignKeyword==more\"},{\"label\":\"learnmore\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"1\",\"nb_users\":\"1\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==learnmore\"},{\"label\":\"ordernow\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"max_actions\":\"6\",\"sum_visit_length\":\"1\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==ordernow\"},{\"label\":\"www.facebook.com\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"1\",\"nb_users\":\"1\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==www.facebook.com\"}]}", - "json": "[{\"label\":\"more\",\"nb_uniq_visitors\":1,\"nb_visits\":2,\"nb_actions\":\"12\",\"nb_users\":1,\"max_actions\":8,\"sum_visit_length\":\"5\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"2\",\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":232.56,\"revenue_subtotal\":204,\"revenue_tax\":38.76,\"revenue_shipping\":10.2,\"revenue_discount\":20.4,\"items\":3},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":232.56,\"segment\":\"campaignKeyword==more\"},{\"label\":\"learnmore\",\"nb_uniq_visitors\":1,\"nb_visits\":1,\"nb_actions\":\"1\",\"nb_users\":1,\"max_actions\":1,\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==learnmore\"},{\"label\":\"ordernow\",\"nb_uniq_visitors\":1,\"nb_visits\":1,\"nb_actions\":\"6\",\"nb_users\":0,\"max_actions\":6,\"sum_visit_length\":\"1\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==ordernow\"},{\"label\":\"www.facebook.com\",\"nb_uniq_visitors\":1,\"nb_visits\":1,\"nb_actions\":\"1\",\"nb_users\":1,\"max_actions\":1,\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==www.facebook.com\"}]", - "tsv": "label\tnb_uniq_visitors\tnb_visits\tnb_actions\tnb_users\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tnb_conversions\trevenue\tmetadata_segment\nmore\t1\t2\t12\t1\t8\t5\t0\t2\t1\t1\t232.56\t204\t38.76\t10.2\t20.4\t3\t1\t1\t0\t2\t232.56\tcampaignKeyword==more\nlearnmore\t1\t1\t1\t1\t1\t0\t1\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignKeyword==learnmore\nordernow\t1\t1\t6\t0\t6\t1\t0\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignKeyword==ordernow\nwww.facebook.com\t1\t1\t1\t1\t1\t0\t1\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignKeyword==www.facebook.com" - }, - "MarketingCampaignsReporting.getSource": { - "xml": "", - "json": "", - "tsv": "" - }, - "MarketingCampaignsReporting.getMedium": { - "xml": "", - "json": "", + "CustomAlerts.getAlert": { + "xml": "{\"idalert\":\"1\",\"name\":\"Test Alert\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"greater_than\",\"metric_matched\":\"500\",\"compared_to\":\"7\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}}", + "json": "{\"idalert\":1,\"name\":\"Test Alert\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"greater_than\",\"metric_matched\":500,\"compared_to\":7,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]}", "tsv": "" }, - "MarketingCampaignsReporting.getContent": { - "xml": "", - "json": "", + "CustomAlerts.getAlerts": { + "xml": "{\"row\":[{\"idalert\":\"1\",\"name\":\"Test Alert\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"greater_than\",\"metric_matched\":\"500\",\"compared_to\":\"7\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idalert\":\"2\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}}]}", + "json": "[{\"idalert\":1,\"name\":\"Test Alert\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"greater_than\",\"metric_matched\":500,\"compared_to\":7,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idalert\":2,\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]}]", "tsv": "" }, - "MarketingCampaignsReporting.getGroup": { - "xml": "", - "json": "", - "tsv": "" + "CustomDimensions.getAvailableExtractionDimensions": { + "xml": "{\"row\":[{\"value\":\"url\",\"name\":\"Page URL\"},{\"value\":\"urlparam\",\"name\":\"Page URL Parameter\"},{\"value\":\"action_name\",\"name\":\"Page Title\"}]}", + "json": "[{\"value\":\"url\",\"name\":\"Page URL\"},{\"value\":\"urlparam\",\"name\":\"Page URL Parameter\"},{\"value\":\"action_name\",\"name\":\"Page Title\"}]", + "tsv": "value\tname\nurl\tPage URL\nurlparam\tPage URL Parameter\naction_name\tPage Title" }, - "MarketingCampaignsReporting.getPlacement": { - "xml": "", - "json": "", + "CustomDimensions.getConfiguredCustomDimensions": { + "xml": "{\"row\":[{\"idcustomdimension\":\"1\",\"idsite\":\"1\",\"name\":\"User Type\",\"index\":\"1\",\"scope\":\"visit\",\"active\":\"1\",\"extractions\":\"\",\"case_sensitive\":\"1\"},{\"idcustomdimension\":\"2\",\"idsite\":\"1\",\"name\":\"Page Author\",\"index\":\"1\",\"scope\":\"action\",\"active\":\"1\",\"extractions\":{\"row\":{\"dimension\":\"url\",\"pattern\":\"\"}},\"case_sensitive\":\"1\"},{\"idcustomdimension\":\"3\",\"idsite\":\"1\",\"name\":\"Page Age\",\"index\":\"2\",\"scope\":\"action\",\"active\":\"0\",\"extractions\":{\"row\":{\"dimension\":\"url\",\"pattern\":\"\"}},\"case_sensitive\":\"1\"},{\"idcustomdimension\":\"4\",\"idsite\":\"1\",\"name\":\"Page Location\",\"index\":\"3\",\"scope\":\"action\",\"active\":\"1\",\"extractions\":{\"row\":{\"dimension\":\"url\",\"pattern\":\"\"}},\"case_sensitive\":\"1\"},{\"idcustomdimension\":\"5\",\"idsite\":\"1\",\"name\":\"Page Type\",\"index\":\"4\",\"scope\":\"action\",\"active\":\"1\",\"extractions\":{\"row\":{\"dimension\":\"url\",\"pattern\":\"\"}},\"case_sensitive\":\"1\"},{\"idcustomdimension\":\"6\",\"idsite\":\"1\",\"name\":\"Diving Rating\",\"index\":\"5\",\"scope\":\"action\",\"active\":\"0\",\"extractions\":{\"row\":{\"dimension\":\"url\",\"pattern\":\"\"}},\"case_sensitive\":\"1\"}]}", + "json": "[{\"idcustomdimension\":\"1\",\"idsite\":\"1\",\"name\":\"User Type\",\"index\":\"1\",\"scope\":\"visit\",\"active\":true,\"extractions\":[],\"case_sensitive\":true},{\"idcustomdimension\":\"2\",\"idsite\":\"1\",\"name\":\"Page Author\",\"index\":\"1\",\"scope\":\"action\",\"active\":true,\"extractions\":[{\"dimension\":\"url\",\"pattern\":\"\"}],\"case_sensitive\":true},{\"idcustomdimension\":\"3\",\"idsite\":\"1\",\"name\":\"Page Age\",\"index\":\"2\",\"scope\":\"action\",\"active\":false,\"extractions\":[{\"dimension\":\"url\",\"pattern\":\"\"}],\"case_sensitive\":true},{\"idcustomdimension\":\"4\",\"idsite\":\"1\",\"name\":\"Page Location\",\"index\":\"3\",\"scope\":\"action\",\"active\":true,\"extractions\":[{\"dimension\":\"url\",\"pattern\":\"\"}],\"case_sensitive\":true},{\"idcustomdimension\":\"5\",\"idsite\":\"1\",\"name\":\"Page Type\",\"index\":\"4\",\"scope\":\"action\",\"active\":true,\"extractions\":[{\"dimension\":\"url\",\"pattern\":\"\"}],\"case_sensitive\":true},{\"idcustomdimension\":\"6\",\"idsite\":\"1\",\"name\":\"Diving Rating\",\"index\":\"5\",\"scope\":\"action\",\"active\":false,\"extractions\":[{\"dimension\":\"url\",\"pattern\":\"\"}],\"case_sensitive\":true}]", "tsv": "" }, - "MarketingCampaignsReporting.getSourceMedium": { - "xml": "", - "json": "", + "CustomAlerts.getTriggeredAlerts": { + "xml": "{\"row\":[{\"idtriggered\":\"1\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 01:55:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"2\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 01:58:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"3\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 02:00:39\",\"ts_last_sent\":\"2024-09-13 02:00:46\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"4\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 02:55:47\",\"ts_last_sent\":\"2024-09-13 02:55:53\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"5\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-16 23:33:41\",\"ts_last_sent\":\"\",\"value_old\":\"500.000\",\"value_new\":\"36.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"6\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-18 03:21:11\",\"ts_last_sent\":\"2024-09-18 03:23:05\",\"value_old\":\"36.000\",\"value_new\":\"1.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"9\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-18 22:18:55\",\"ts_last_sent\":\"2024-09-18 22:19:02\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"12\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-26 01:18:30\",\"ts_last_sent\":\"\",\"value_old\":\"2.000\",\"value_new\":\"1.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"13\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-10-11 02:26:50\",\"ts_last_sent\":\"\",\"value_old\":\"1190.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"14\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-11-28 20:34:14\",\"ts_last_sent\":\"\",\"value_old\":\"2.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"15\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-03-27 03:39:26\",\"ts_last_sent\":\"2025-03-27 03:39:26\",\"value_old\":\"4.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"16\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-04-03 20:59:07\",\"ts_last_sent\":\"2025-04-03 20:59:07\",\"value_old\":\"243.000\",\"value_new\":\"110.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"17\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-04 11:31:47\",\"ts_last_sent\":\"2025-05-04 11:31:47\",\"value_old\":\"330.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"18\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-10 11:31:23\",\"ts_last_sent\":\"2025-05-10 11:31:24\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"19\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-16 11:31:19\",\"ts_last_sent\":\"2025-05-16 11:31:19\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"20\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-18 11:31:24\",\"ts_last_sent\":\"2025-05-18 11:31:24\",\"value_old\":\"2.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"21\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-22 11:31:19\",\"ts_last_sent\":\"2025-05-22 11:31:19\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"22\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-25 11:31:24\",\"ts_last_sent\":\"2025-05-25 11:31:25\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"23\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-28 11:31:26\",\"ts_last_sent\":\"2025-05-28 11:31:27\",\"value_old\":\"304.000\",\"value_new\":\"3.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"24\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-29 11:31:25\",\"ts_last_sent\":\"2025-05-29 11:31:25\",\"value_old\":\"3.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"25\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-07-06 11:31:34\",\"ts_last_sent\":\"2025-07-06 11:31:34\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"26\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-07-16 11:31:35\",\"ts_last_sent\":\"2025-07-16 11:31:36\",\"value_old\":\"357.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"27\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-08-02 11:31:41\",\"ts_last_sent\":\"2025-08-02 11:31:41\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"28\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-08-09 11:31:44\",\"ts_last_sent\":\"2025-08-09 11:31:45\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}}]}", + "json": "[{\"idtriggered\":1,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 01:55:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":2,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 01:58:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":3,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 02:00:39\",\"ts_last_sent\":\"2024-09-13 02:00:46\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":4,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 02:55:47\",\"ts_last_sent\":\"2024-09-13 02:55:53\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":5,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-16 23:33:41\",\"ts_last_sent\":null,\"value_old\":\"500.000\",\"value_new\":\"36.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":6,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-18 03:21:11\",\"ts_last_sent\":\"2024-09-18 03:23:05\",\"value_old\":\"36.000\",\"value_new\":\"1.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":9,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-18 22:18:55\",\"ts_last_sent\":\"2024-09-18 22:19:02\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":12,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-26 01:18:30\",\"ts_last_sent\":null,\"value_old\":\"2.000\",\"value_new\":\"1.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":13,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-10-11 02:26:50\",\"ts_last_sent\":null,\"value_old\":\"1190.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":14,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-11-28 20:34:14\",\"ts_last_sent\":null,\"value_old\":\"2.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":15,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-03-27 03:39:26\",\"ts_last_sent\":\"2025-03-27 03:39:26\",\"value_old\":\"4.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":16,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-04-03 20:59:07\",\"ts_last_sent\":\"2025-04-03 20:59:07\",\"value_old\":\"243.000\",\"value_new\":\"110.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":17,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-04 11:31:47\",\"ts_last_sent\":\"2025-05-04 11:31:47\",\"value_old\":\"330.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":18,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-10 11:31:23\",\"ts_last_sent\":\"2025-05-10 11:31:24\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":19,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-16 11:31:19\",\"ts_last_sent\":\"2025-05-16 11:31:19\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":20,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-18 11:31:24\",\"ts_last_sent\":\"2025-05-18 11:31:24\",\"value_old\":\"2.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":21,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-22 11:31:19\",\"ts_last_sent\":\"2025-05-22 11:31:19\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":22,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-25 11:31:24\",\"ts_last_sent\":\"2025-05-25 11:31:25\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":23,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-28 11:31:26\",\"ts_last_sent\":\"2025-05-28 11:31:27\",\"value_old\":\"304.000\",\"value_new\":\"3.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":24,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-29 11:31:25\",\"ts_last_sent\":\"2025-05-29 11:31:25\",\"value_old\":\"3.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":25,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-07-06 11:31:34\",\"ts_last_sent\":\"2025-07-06 11:31:34\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":26,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-07-16 11:31:35\",\"ts_last_sent\":\"2025-07-16 11:31:36\",\"value_old\":\"357.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":27,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-08-02 11:31:41\",\"ts_last_sent\":\"2025-08-02 11:31:41\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]}]", "tsv": "" }, - "LogViewer.getLogEntries": { - "xml": "{\"row\":[{\"severity\":\"\",\"tag\":\"\",\"datetime\":\"\",\"requestId\":\"\",\"message\":\"\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#17 {main} [Query: ?module=API&method=LogViewer.getLogConfig&format=Tsv&token_auth=removed&\\n convertToUnicode=0&hideIdSubDatable=1, CLI mode: 0]\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#16 \\/index.php(25): require_once('...')\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#15 \\/core\\/dispatch.php(33): Piwik\\\\FrontController->dispatch()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#14 \\/core\\/FrontController.php(170): Piwik\\\\FrontController->doDispatch()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#13 \\/core\\/FrontController.php(646): call_user_func_array()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#12 [internal function]: Piwik\\\\Plugins\\\\API\\\\Controller->index()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#11 \\/plugins\\/API\\/Controller.php(48): Piwik\\\\API\\\\Request->process()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#10 \\/core\\/API\\/Request.php(282): Piwik\\\\Context::executeWithQueryParameters()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#9 \\/core\\/Context.php(29): Piwik\\\\API\\\\Request->{closure:Piwik\\\\API\\\\Request::process():282}()\"}]}", - "json": "[{\"severity\":\"\",\"tag\":\"\",\"datetime\":\"\",\"requestId\":\"\",\"message\":\"\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#17 {main} [Query: ?module=API&method=LogViewer.getLogConfig&format=Tsv&token_auth=removed&convertToUnicode=0&hideIdSubDatable=1, CLI mode: 0]\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#16 \\/index.php(25): require_once('...')\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#15 \\/core\\/dispatch.php(33): Piwik\\\\FrontController->dispatch()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#14 \\/core\\/FrontController.php(170): Piwik\\\\FrontController->doDispatch()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#13 \\/core\\/FrontController.php(646): call_user_func_array()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#12 [internal function]: Piwik\\\\Plugins\\\\API\\\\Controller->index()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#11 \\/plugins\\/API\\/Controller.php(48): Piwik\\\\API\\\\Request->process()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#10 \\/core\\/API\\/Request.php(282): Piwik\\\\Context::executeWithQueryParameters()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#9 \\/core\\/Context.php(29): Piwik\\\\API\\\\Request->{closure:Piwik\\\\API\\\\Request::process():282}()\"}]", - "tsv": "severity\ttag\tdatetime\trequestId\tmessage\n\t\t\t\t\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t\"#17 {main} [Query: ?module=API&method=LogViewer.getLogConfig&format=Tsv&token_auth=removed&convertToUnicode=0&hideIdSubDatable=1, CLI mode: 0]\"\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#16 /index.php(25): require_once('...')\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#15 /core/dispatch.php(33): Piwik\\FrontController->dispatch()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#14 /core/FrontController.php(170): Piwik\\FrontController->doDispatch()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#13 /core/FrontController.php(646): call_user_func_array()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#12 [internal function]: Piwik\\Plugins\\API\\Controller->index()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#11 /plugins/API/Controller.php(48): Piwik\\API\\Request->process()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#10 /core/API/Request.php(282): Piwik\\Context::executeWithQueryParameters()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#9 /core/Context.php(29): Piwik\\API\\Request->{closure:Piwik\\API\\Request::process():282}()" - }, "LogViewer.getAvailableLogReaders": { "xml": "{\"row\":[\"file\",\"database\"]}", "json": "[\"file\",\"database\"]", @@ -64,29 +39,54 @@ "json": "{\"log_writers\":[\"screen\",\"file\"],\"log_level\":\"WARN\",\"logger_file_path\":\"tmp\\\/logs\\\/matomo.log\",\"logger_syslog_ident\":\"matomo\"}", "tsv": "" }, - "CustomAlerts.getAlert": { - "xml": "{\"idalert\":\"1\",\"name\":\"Test Alert\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"greater_than\",\"metric_matched\":\"500\",\"compared_to\":\"7\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}}", - "json": "{\"idalert\":1,\"name\":\"Test Alert\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"greater_than\",\"metric_matched\":500,\"compared_to\":7,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]}", - "tsv": "" + "LogViewer.getLogEntries": { + "xml": "{\"row\":[{\"severity\":\"\",\"tag\":\"\",\"datetime\":\"\",\"requestId\":\"\",\"message\":\"\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#17 {main} [Query: ?module=API&method=LogViewer.getLogConfig&format=Tsv&token_auth=removed&\\n convertToUnicode=0&hideIdSubDatable=1, CLI mode: 0]\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#16 \\/index.php(25): require_once('...')\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#15 \\/core\\/dispatch.php(33): Piwik\\\\FrontController->dispatch()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#14 \\/core\\/FrontController.php(170): Piwik\\\\FrontController->doDispatch()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#13 \\/core\\/FrontController.php(646): call_user_func_array()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#12 [internal function]: Piwik\\\\Plugins\\\\API\\\\Controller->index()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#11 \\/plugins\\/API\\/Controller.php(48): Piwik\\\\API\\\\Request->process()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#10 \\/core\\/API\\/Request.php(282): Piwik\\\\Context::executeWithQueryParameters()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#9 \\/core\\/Context.php(29): Piwik\\\\API\\\\Request->{closure:Piwik\\\\API\\\\Request::process():282}()\"}]}", + "json": "[{\"severity\":\"\",\"tag\":\"\",\"datetime\":\"\",\"requestId\":\"\",\"message\":\"\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#17 {main} [Query: ?module=API&method=LogViewer.getLogConfig&format=Tsv&token_auth=removed&convertToUnicode=0&hideIdSubDatable=1, CLI mode: 0]\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#16 \\/index.php(25): require_once('...')\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#15 \\/core\\/dispatch.php(33): Piwik\\\\FrontController->dispatch()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#14 \\/core\\/FrontController.php(170): Piwik\\\\FrontController->doDispatch()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#13 \\/core\\/FrontController.php(646): call_user_func_array()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#12 [internal function]: Piwik\\\\Plugins\\\\API\\\\Controller->index()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#11 \\/plugins\\/API\\/Controller.php(48): Piwik\\\\API\\\\Request->process()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#10 \\/core\\/API\\/Request.php(282): Piwik\\\\Context::executeWithQueryParameters()\"},{\"severity\":\"ERROR\",\"tag\":\"API\",\"datetime\":\"2025-09-19 07:55:22 UTC\",\"requestId\":\"1bc99\",\"message\":\"#9 \\/core\\/Context.php(29): Piwik\\\\API\\\\Request->{closure:Piwik\\\\API\\\\Request::process():282}()\"}]", + "tsv": "severity\ttag\tdatetime\trequestId\tmessage\n\t\t\t\t\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t\"#17 {main} [Query: ?module=API&method=LogViewer.getLogConfig&format=Tsv&token_auth=removed&convertToUnicode=0&hideIdSubDatable=1, CLI mode: 0]\"\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#16 /index.php(25): require_once('...')\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#15 /core/dispatch.php(33): Piwik\\FrontController->dispatch()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#14 /core/FrontController.php(170): Piwik\\FrontController->doDispatch()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#13 /core/FrontController.php(646): call_user_func_array()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#12 [internal function]: Piwik\\Plugins\\API\\Controller->index()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#11 /plugins/API/Controller.php(48): Piwik\\API\\Request->process()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#10 /core/API/Request.php(282): Piwik\\Context::executeWithQueryParameters()\nERROR\tAPI\t2025-09-19 08:04:51 UTC\t2904f\t#9 /core/Context.php(29): Piwik\\API\\Request->{closure:Piwik\\API\\Request::process():282}()" }, - "CustomAlerts.getAlerts": { - "xml": "{\"row\":[{\"idalert\":\"1\",\"name\":\"Test Alert\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"greater_than\",\"metric_matched\":\"500\",\"compared_to\":\"7\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idalert\":\"2\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}}]}", - "json": "[{\"idalert\":1,\"name\":\"Test Alert\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"greater_than\",\"metric_matched\":500,\"compared_to\":7,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idalert\":2,\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]}]", - "tsv": "" + "MarketingCampaignsReporting.getContent": { + "xml": "{\"row\":{\"label\":\"p1-main-2-title\",\"nb_visits\":\"39\",\"nb_actions\":\"39\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"39\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"39\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignContent==p1-main-2-title\"}}", + "json": "[{\"label\":\"p1-main-2-title\",\"nb_visits\":\"39\",\"nb_actions\":\"39\",\"max_actions\":1,\"sum_visit_length\":0,\"bounce_count\":\"39\",\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":\"39\",\"sum_daily_nb_users\":0,\"segment\":\"campaignContent==p1-main-2-title\"}]", + "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tmetadata_segment\np1-main-2-title\t39\t39\t1\t0\t39\t0\t39\t0\tcampaignContent==p1-main-2-title" }, - "CustomAlerts.getTriggeredAlerts": { - "xml": "{\"row\":[{\"idtriggered\":\"1\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 01:55:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"2\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 01:58:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"3\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 02:00:39\",\"ts_last_sent\":\"2024-09-13 02:00:46\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"4\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 02:55:47\",\"ts_last_sent\":\"2024-09-13 02:55:53\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"5\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-16 23:33:41\",\"ts_last_sent\":\"\",\"value_old\":\"500.000\",\"value_new\":\"36.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"6\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-18 03:21:11\",\"ts_last_sent\":\"2024-09-18 03:23:05\",\"value_old\":\"36.000\",\"value_new\":\"1.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"9\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-18 22:18:55\",\"ts_last_sent\":\"2024-09-18 22:19:02\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"12\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-26 01:18:30\",\"ts_last_sent\":\"\",\"value_old\":\"2.000\",\"value_new\":\"1.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"13\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-10-11 02:26:50\",\"ts_last_sent\":\"\",\"value_old\":\"1190.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"14\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-11-28 20:34:14\",\"ts_last_sent\":\"\",\"value_old\":\"2.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"15\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-03-27 03:39:26\",\"ts_last_sent\":\"2025-03-27 03:39:26\",\"value_old\":\"4.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"16\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-04-03 20:59:07\",\"ts_last_sent\":\"2025-04-03 20:59:07\",\"value_old\":\"243.000\",\"value_new\":\"110.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"17\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-04 11:31:47\",\"ts_last_sent\":\"2025-05-04 11:31:47\",\"value_old\":\"330.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"18\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-10 11:31:23\",\"ts_last_sent\":\"2025-05-10 11:31:24\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"19\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-16 11:31:19\",\"ts_last_sent\":\"2025-05-16 11:31:19\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"20\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-18 11:31:24\",\"ts_last_sent\":\"2025-05-18 11:31:24\",\"value_old\":\"2.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"21\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-22 11:31:19\",\"ts_last_sent\":\"2025-05-22 11:31:19\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"22\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-25 11:31:24\",\"ts_last_sent\":\"2025-05-25 11:31:25\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"23\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-28 11:31:26\",\"ts_last_sent\":\"2025-05-28 11:31:27\",\"value_old\":\"304.000\",\"value_new\":\"3.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"24\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-05-29 11:31:25\",\"ts_last_sent\":\"2025-05-29 11:31:25\",\"value_old\":\"3.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"25\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-07-06 11:31:34\",\"ts_last_sent\":\"2025-07-06 11:31:34\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"26\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-07-16 11:31:35\",\"ts_last_sent\":\"2025-07-16 11:31:36\",\"value_old\":\"357.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"27\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-08-02 11:31:41\",\"ts_last_sent\":\"2025-08-02 11:31:41\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"28\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2025-08-09 11:31:44\",\"ts_last_sent\":\"2025-08-09 11:31:45\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}}]}", - "json": "[{\"idtriggered\":1,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 01:55:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":2,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 01:58:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":3,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 02:00:39\",\"ts_last_sent\":\"2024-09-13 02:00:46\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":4,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 02:55:47\",\"ts_last_sent\":\"2024-09-13 02:55:53\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":5,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-16 23:33:41\",\"ts_last_sent\":null,\"value_old\":\"500.000\",\"value_new\":\"36.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":6,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-18 03:21:11\",\"ts_last_sent\":\"2024-09-18 03:23:05\",\"value_old\":\"36.000\",\"value_new\":\"1.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":9,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-18 22:18:55\",\"ts_last_sent\":\"2024-09-18 22:19:02\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":12,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-26 01:18:30\",\"ts_last_sent\":null,\"value_old\":\"2.000\",\"value_new\":\"1.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":13,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-10-11 02:26:50\",\"ts_last_sent\":null,\"value_old\":\"1190.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":14,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-11-28 20:34:14\",\"ts_last_sent\":null,\"value_old\":\"2.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":15,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-03-27 03:39:26\",\"ts_last_sent\":\"2025-03-27 03:39:26\",\"value_old\":\"4.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":16,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-04-03 20:59:07\",\"ts_last_sent\":\"2025-04-03 20:59:07\",\"value_old\":\"243.000\",\"value_new\":\"110.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":17,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-04 11:31:47\",\"ts_last_sent\":\"2025-05-04 11:31:47\",\"value_old\":\"330.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":18,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-10 11:31:23\",\"ts_last_sent\":\"2025-05-10 11:31:24\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":19,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-16 11:31:19\",\"ts_last_sent\":\"2025-05-16 11:31:19\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":20,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-18 11:31:24\",\"ts_last_sent\":\"2025-05-18 11:31:24\",\"value_old\":\"2.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":21,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-22 11:31:19\",\"ts_last_sent\":\"2025-05-22 11:31:19\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":22,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-25 11:31:24\",\"ts_last_sent\":\"2025-05-25 11:31:25\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":23,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-28 11:31:26\",\"ts_last_sent\":\"2025-05-28 11:31:27\",\"value_old\":\"304.000\",\"value_new\":\"3.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":24,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-05-29 11:31:25\",\"ts_last_sent\":\"2025-05-29 11:31:25\",\"value_old\":\"3.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":25,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-07-06 11:31:34\",\"ts_last_sent\":\"2025-07-06 11:31:34\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":26,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-07-16 11:31:35\",\"ts_last_sent\":\"2025-07-16 11:31:36\",\"value_old\":\"357.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":27,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2025-08-02 11:31:41\",\"ts_last_sent\":\"2025-08-02 11:31:41\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]}]", - "tsv": "" + "MarketingCampaignsReporting.getGroup": { + "xml": "{\"row\":[{\"label\":\"all\",\"nb_visits\":\"11\",\"nb_actions\":\"17\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"8\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"63.84\",\"revenue_subtotal\":\"56\",\"revenue_tax\":\"10.64\",\"revenue_shipping\":\"2.8\",\"revenue_discount\":\"5.6\",\"items\":\"4\"}]},\"nb_conversions\":\"1\",\"revenue\":\"63.84\",\"sum_daily_nb_uniq_visitors\":\"10\",\"sum_daily_nb_users\":\"5\",\"segment\":\"campaignGroup==all\"},{\"label\":\"guest\",\"nb_visits\":\"8\",\"nb_actions\":\"10\",\"max_actions\":\"3\",\"sum_visit_length\":\"2\",\"bounce_count\":\"6\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"7\",\"sum_daily_nb_users\":\"4\",\"segment\":\"campaignGroup==guest\"},{\"label\":\"customer\",\"nb_visits\":\"7\",\"nb_actions\":\"16\",\"max_actions\":\"5\",\"sum_visit_length\":\"855\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"191.52\",\"revenue_subtotal\":\"168\",\"revenue_tax\":\"31.92\",\"revenue_shipping\":\"8.4\",\"revenue_discount\":\"16.8\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"191.52\",\"sum_daily_nb_uniq_visitors\":\"7\",\"sum_daily_nb_users\":\"3\",\"segment\":\"campaignGroup==customer\"}]}", + "json": "[{\"label\":\"all\",\"nb_visits\":11,\"nb_actions\":17,\"max_actions\":\"5\",\"sum_visit_length\":4,\"bounce_count\":8,\"nb_visits_converted\":1,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":63.84,\"revenue_subtotal\":56,\"revenue_tax\":10.64,\"revenue_shipping\":2.8,\"revenue_discount\":5.6,\"items\":4}},\"nb_conversions\":1,\"revenue\":63.84,\"sum_daily_nb_uniq_visitors\":10,\"sum_daily_nb_users\":5,\"segment\":\"campaignGroup==all\"},{\"label\":\"guest\",\"nb_visits\":8,\"nb_actions\":10,\"max_actions\":\"3\",\"sum_visit_length\":2,\"bounce_count\":6,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":7,\"sum_daily_nb_users\":4,\"segment\":\"campaignGroup==guest\"},{\"label\":\"customer\",\"nb_visits\":7,\"nb_actions\":16,\"max_actions\":\"5\",\"sum_visit_length\":855,\"bounce_count\":3,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":100,\"items\":3},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":191.52,\"revenue_subtotal\":168,\"revenue_tax\":31.92,\"revenue_shipping\":8.4,\"revenue_discount\":16.8,\"items\":3},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":191.52,\"sum_daily_nb_uniq_visitors\":7,\"sum_daily_nb_users\":3,\"segment\":\"campaignGroup==customer\"}]", + "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\tnb_conversions\trevenue\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tmetadata_segment\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\nall\t11\t17\t5\t4\t8\t1\t1\t1\t50\t2\t1\t1\t63.84\t56\t10.64\t2.8\t5.6\t4\t1\t63.84\t10\t5\tcampaignGroup==all\t\t\t\nguest\t8\t10\t3\t2\t6\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t7\t4\tcampaignGroup==guest\t\t\t\ncustomer\t7\t16\t5\t855\t3\t2\t2\t2\t100\t3\t1\t1\t191.52\t168\t31.92\t8.4\t16.8\t3\t2\t191.52\t7\t3\tcampaignGroup==customer\t1\t1\t0" }, - "CustomDimensions.getConfiguredCustomDimensions": { - "xml": "{\"row\":[{\"idcustomdimension\":\"1\",\"idsite\":\"1\",\"name\":\"User Type\",\"index\":\"1\",\"scope\":\"visit\",\"active\":\"1\",\"extractions\":\"\",\"case_sensitive\":\"1\"},{\"idcustomdimension\":\"2\",\"idsite\":\"1\",\"name\":\"Page Author\",\"index\":\"1\",\"scope\":\"action\",\"active\":\"1\",\"extractions\":{\"row\":{\"dimension\":\"url\",\"pattern\":\"\"}},\"case_sensitive\":\"1\"},{\"idcustomdimension\":\"3\",\"idsite\":\"1\",\"name\":\"Page Age\",\"index\":\"2\",\"scope\":\"action\",\"active\":\"0\",\"extractions\":{\"row\":{\"dimension\":\"url\",\"pattern\":\"\"}},\"case_sensitive\":\"1\"},{\"idcustomdimension\":\"4\",\"idsite\":\"1\",\"name\":\"Page Location\",\"index\":\"3\",\"scope\":\"action\",\"active\":\"1\",\"extractions\":{\"row\":{\"dimension\":\"url\",\"pattern\":\"\"}},\"case_sensitive\":\"1\"},{\"idcustomdimension\":\"5\",\"idsite\":\"1\",\"name\":\"Page Type\",\"index\":\"4\",\"scope\":\"action\",\"active\":\"1\",\"extractions\":{\"row\":{\"dimension\":\"url\",\"pattern\":\"\"}},\"case_sensitive\":\"1\"},{\"idcustomdimension\":\"6\",\"idsite\":\"1\",\"name\":\"Diving Rating\",\"index\":\"5\",\"scope\":\"action\",\"active\":\"0\",\"extractions\":{\"row\":{\"dimension\":\"url\",\"pattern\":\"\"}},\"case_sensitive\":\"1\"}]}", - "json": "[{\"idcustomdimension\":\"1\",\"idsite\":\"1\",\"name\":\"User Type\",\"index\":\"1\",\"scope\":\"visit\",\"active\":true,\"extractions\":[],\"case_sensitive\":true},{\"idcustomdimension\":\"2\",\"idsite\":\"1\",\"name\":\"Page Author\",\"index\":\"1\",\"scope\":\"action\",\"active\":true,\"extractions\":[{\"dimension\":\"url\",\"pattern\":\"\"}],\"case_sensitive\":true},{\"idcustomdimension\":\"3\",\"idsite\":\"1\",\"name\":\"Page Age\",\"index\":\"2\",\"scope\":\"action\",\"active\":false,\"extractions\":[{\"dimension\":\"url\",\"pattern\":\"\"}],\"case_sensitive\":true},{\"idcustomdimension\":\"4\",\"idsite\":\"1\",\"name\":\"Page Location\",\"index\":\"3\",\"scope\":\"action\",\"active\":true,\"extractions\":[{\"dimension\":\"url\",\"pattern\":\"\"}],\"case_sensitive\":true},{\"idcustomdimension\":\"5\",\"idsite\":\"1\",\"name\":\"Page Type\",\"index\":\"4\",\"scope\":\"action\",\"active\":true,\"extractions\":[{\"dimension\":\"url\",\"pattern\":\"\"}],\"case_sensitive\":true},{\"idcustomdimension\":\"6\",\"idsite\":\"1\",\"name\":\"Diving Rating\",\"index\":\"5\",\"scope\":\"action\",\"active\":false,\"extractions\":[{\"dimension\":\"url\",\"pattern\":\"\"}],\"case_sensitive\":true}]", - "tsv": "" + "MarketingCampaignsReporting.getId": { + "xml": "{\"row\":[{\"label\":\"cid-1223332\",\"nb_visits\":\"9\",\"nb_actions\":\"14\",\"max_actions\":\"3\",\"sum_visit_length\":\"3\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"0\",\"goals\":{\"row\":{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"}},\"nb_conversions\":\"0\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"3\",\"segment\":\"campaignId==cid-1223332\"},{\"label\":\"cid-4378565\",\"nb_visits\":\"9\",\"nb_actions\":\"17\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"6\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"4\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"513\",\"revenue_subtotal\":\"450\",\"revenue_tax\":\"85.5\",\"revenue_shipping\":\"22.5\",\"revenue_discount\":\"45\",\"items\":\"6\"}},\"nb_conversions\":\"2\",\"revenue\":\"513\",\"segment\":\"campaignId==cid-4378565\"},{\"label\":\"cid-6333444\",\"nb_visits\":\"4\",\"nb_actions\":\"5\",\"max_actions\":\"3\",\"sum_visit_length\":\"1\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"3\",\"sum_daily_nb_users\":\"2\",\"segment\":\"campaignId==cid-6333444\"}]}", + "json": "[{\"label\":\"cid-1223332\",\"nb_visits\":9,\"nb_actions\":14,\"max_actions\":\"3\",\"sum_visit_length\":3,\"bounce_count\":5,\"nb_visits_converted\":0,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2}},\"nb_conversions\":0,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":9,\"sum_daily_nb_users\":3,\"segment\":\"campaignId==cid-1223332\"},{\"label\":\"cid-4378565\",\"nb_visits\":9,\"nb_actions\":17,\"max_actions\":\"5\",\"sum_visit_length\":4,\"bounce_count\":6,\"nb_visits_converted\":2,\"sum_daily_nb_uniq_visitors\":9,\"sum_daily_nb_users\":4,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":513,\"revenue_subtotal\":450,\"revenue_tax\":85.5,\"revenue_shipping\":22.5,\"revenue_discount\":45,\"items\":6}},\"nb_conversions\":2,\"revenue\":513,\"segment\":\"campaignId==cid-4378565\"},{\"label\":\"cid-6333444\",\"nb_visits\":4,\"nb_actions\":5,\"max_actions\":\"3\",\"sum_visit_length\":1,\"bounce_count\":3,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":3,\"sum_daily_nb_users\":2,\"segment\":\"campaignId==cid-6333444\"}]", + "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tnb_conversions\trevenue\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tmetadata_segment\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\ncid-1223332\t9\t14\t3\t3\t5\t0\t1\t1\t50\t2\t0\t0\t9\t3\tcampaignId==cid-1223332\ncid-4378565\t9\t17\t5\t4\t6\t2\t\t\t\t\t2\t513\t9\t4\tcampaignId==cid-4378565\t2\t2\t513\t450\t85.5\t22.5\t45\t6\ncid-6333444\t4\t5\t3\t1\t3\t0\t\t\t\t\t\t\t3\t2\tcampaignId==cid-6333444" }, - "CustomDimensions.getAvailableExtractionDimensions": { - "xml": "{\"row\":[{\"value\":\"url\",\"name\":\"Page URL\"},{\"value\":\"urlparam\",\"name\":\"Page URL Parameter\"},{\"value\":\"action_name\",\"name\":\"Page Title\"}]}", - "json": "[{\"value\":\"url\",\"name\":\"Page URL\"},{\"value\":\"urlparam\",\"name\":\"Page URL Parameter\"},{\"value\":\"action_name\",\"name\":\"Page Title\"}]", - "tsv": "value\tname\nurl\tPage URL\nurlparam\tPage URL Parameter\naction_name\tPage Title" + "MarketingCampaignsReporting.getKeyword": { + "xml": "{\"row\":[{\"label\":\"more\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"2\",\"nb_actions\":\"12\",\"nb_users\":\"1\",\"max_actions\":\"8\",\"sum_visit_length\":\"5\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"232.56\",\"revenue_subtotal\":\"204\",\"revenue_tax\":\"38.76\",\"revenue_shipping\":\"10.2\",\"revenue_discount\":\"20.4\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"232.56\",\"segment\":\"campaignKeyword==more\"},{\"label\":\"learnmore\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"1\",\"nb_users\":\"1\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==learnmore\"},{\"label\":\"ordernow\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"max_actions\":\"6\",\"sum_visit_length\":\"1\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==ordernow\"},{\"label\":\"www.facebook.com\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"1\",\"nb_users\":\"1\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==www.facebook.com\"}]}", + "json": "[{\"label\":\"more\",\"nb_uniq_visitors\":1,\"nb_visits\":2,\"nb_actions\":\"12\",\"nb_users\":1,\"max_actions\":8,\"sum_visit_length\":\"5\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"2\",\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":232.56,\"revenue_subtotal\":204,\"revenue_tax\":38.76,\"revenue_shipping\":10.2,\"revenue_discount\":20.4,\"items\":3},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":232.56,\"segment\":\"campaignKeyword==more\"},{\"label\":\"learnmore\",\"nb_uniq_visitors\":1,\"nb_visits\":1,\"nb_actions\":\"1\",\"nb_users\":1,\"max_actions\":1,\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==learnmore\"},{\"label\":\"ordernow\",\"nb_uniq_visitors\":1,\"nb_visits\":1,\"nb_actions\":\"6\",\"nb_users\":0,\"max_actions\":6,\"sum_visit_length\":\"1\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==ordernow\"},{\"label\":\"www.facebook.com\",\"nb_uniq_visitors\":1,\"nb_visits\":1,\"nb_actions\":\"1\",\"nb_users\":1,\"max_actions\":1,\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==www.facebook.com\"}]", + "tsv": "label\tnb_uniq_visitors\tnb_visits\tnb_actions\tnb_users\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tnb_conversions\trevenue\tmetadata_segment\nmore\t1\t2\t12\t1\t8\t5\t0\t2\t1\t1\t232.56\t204\t38.76\t10.2\t20.4\t3\t1\t1\t0\t2\t232.56\tcampaignKeyword==more\nlearnmore\t1\t1\t1\t1\t1\t0\t1\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignKeyword==learnmore\nordernow\t1\t1\t6\t0\t6\t1\t0\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignKeyword==ordernow\nwww.facebook.com\t1\t1\t1\t1\t1\t0\t1\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignKeyword==www.facebook.com" + }, + "MarketingCampaignsReporting.getMedium": { + "xml": "{\"row\":[{\"label\":\"display\",\"nb_visits\":\"151\",\"nb_actions\":\"292\",\"max_actions\":\"76\",\"sum_visit_length\":\"35151\",\"bounce_count\":\"94\",\"nb_visits_converted\":\"34\",\"goals\":{\"row\":[{\"nb_conversions\":\"34\",\"nb_visits_converted\":\"34\",\"revenue\":\"0\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"36\",\"revenue\":\"112\",\"sum_daily_nb_uniq_visitors\":\"146\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignMedium==display\"},{\"label\":\"cpc\",\"nb_visits\":\"57\",\"nb_actions\":\"181\",\"max_actions\":\"26\",\"sum_visit_length\":\"4999\",\"bounce_count\":\"41\",\"nb_visits_converted\":\"3\",\"goals\":{\"row\":[{\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"nb_conversions\":\"3\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"}]},\"nb_conversions\":\"3\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"57\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignMedium==cpc\"},{\"label\":\"email\",\"nb_visits\":\"16\",\"nb_actions\":\"30\",\"max_actions\":\"5\",\"sum_visit_length\":\"6\",\"bounce_count\":\"10\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"15\",\"sum_daily_nb_users\":\"5\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"}},\"nb_conversions\":\"2\",\"revenue\":\"255.36\",\"segment\":\"campaignMedium==email\"},{\"label\":\"paid-ads\",\"nb_visits\":\"10\",\"nb_actions\":\"15\",\"max_actions\":\"5\",\"sum_visit_length\":\"853\",\"bounce_count\":\"8\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"5\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"segment\":\"campaignMedium==paid-ads\"}]}", + "json": "[{\"label\":\"display\",\"nb_visits\":151,\"nb_actions\":292,\"max_actions\":76,\"sum_visit_length\":35151,\"bounce_count\":94,\"nb_visits_converted\":34,\"goals\":{\"idgoal=1\":{\"nb_conversions\":34,\"nb_visits_converted\":34,\"revenue\":0},\"idgoal=2\":{\"nb_conversions\":2,\"nb_visits_converted\":1,\"revenue\":112}},\"nb_conversions\":36,\"revenue\":112,\"sum_daily_nb_uniq_visitors\":146,\"sum_daily_nb_users\":0,\"segment\":\"campaignMedium==display\"},{\"label\":\"cpc\",\"nb_visits\":57,\"nb_actions\":181,\"max_actions\":26,\"sum_visit_length\":4999,\"bounce_count\":41,\"nb_visits_converted\":3,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":4,\"nb_visits_converted\":4,\"revenue\":115,\"items\":7},\"idgoal=1\":{\"nb_conversions\":3,\"nb_visits_converted\":3,\"revenue\":0}},\"nb_conversions\":3,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":57,\"sum_daily_nb_users\":0,\"segment\":\"campaignMedium==cpc\"},{\"label\":\"email\",\"nb_visits\":16,\"nb_actions\":30,\"max_actions\":\"5\",\"sum_visit_length\":6,\"bounce_count\":10,\"nb_visits_converted\":2,\"sum_daily_nb_uniq_visitors\":15,\"sum_daily_nb_users\":5,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":255.36,\"revenue_subtotal\":224,\"revenue_tax\":42.56,\"revenue_shipping\":11.2,\"revenue_discount\":22.4,\"items\":7}},\"nb_conversions\":2,\"revenue\":255.36,\"segment\":\"campaignMedium==email\"},{\"label\":\"paid-ads\",\"nb_visits\":10,\"nb_actions\":15,\"max_actions\":\"5\",\"sum_visit_length\":853,\"bounce_count\":8,\"nb_visits_converted\":1,\"sum_daily_nb_uniq_visitors\":9,\"sum_daily_nb_users\":5,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":1,\"revenue\":0,\"segment\":\"campaignMedium==paid-ads\"}]", + "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tgoals_idgoal=2_nb_conversions\tgoals_idgoal=2_nb_visits_converted\tgoals_idgoal=2_revenue\tnb_conversions\trevenue\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tmetadata_segment\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\ndisplay\t151\t292\t76\t35151\t94\t34\t34\t34\t0\t2\t1\t112\t36\t112\t146\t0\tcampaignMedium==display\t\t\t\t\t\t\t\t\t\t\t\t\ncpc\t57\t181\t26\t4999\t41\t3\t3\t3\t0\t\t\t\t3\t0\t57\t0\tcampaignMedium==cpc\t4\t4\t115\t7\t\t\t\t\t\t\t\t\nemail\t16\t30\t5\t6\t10\t2\t\t\t\t\t\t\t2\t255.36\t15\t5\tcampaignMedium==email\t\t\t\t\t2\t2\t255.36\t224\t42.56\t11.2\t22.4\t7\npaid-ads\t10\t15\t5\t853\t8\t1\t1\t1\t0\t\t\t\t1\t0\t9\t5\tcampaignMedium==paid-ads\t1\t1\t50\t2\t\t\t\t\t\t\t\t" + }, + "MarketingCampaignsReporting.getName": { + "xml": "{\"row\":[{\"label\":\"email-nov2011\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"4\",\"nb_actions\":\"19\",\"nb_users\":\"2\",\"max_actions\":\"8\",\"sum_visit_length\":\"6\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"232.56\",\"revenue_subtotal\":\"204\",\"revenue_tax\":\"38.76\",\"revenue_shipping\":\"10.2\",\"revenue_discount\":\"20.4\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"232.56\",\"segment\":\"campaignName==email-nov2011\"},{\"label\":\"google-ads-campaign\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"2\",\"nb_actions\":\"2\",\"nb_users\":\"2\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignName==google-ads-campaign\"}]}", + "json": "[{\"label\":\"email-nov2011\",\"nb_uniq_visitors\":3,\"nb_visits\":4,\"nb_actions\":19,\"nb_users\":2,\"max_actions\":8,\"sum_visit_length\":6,\"bounce_count\":1,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":232.56,\"revenue_subtotal\":204,\"revenue_tax\":38.76,\"revenue_shipping\":10.2,\"revenue_discount\":20.4,\"items\":3},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":232.56,\"segment\":\"campaignName==email-nov2011\"},{\"label\":\"google-ads-campaign\",\"nb_uniq_visitors\":2,\"nb_visits\":2,\"nb_actions\":2,\"nb_users\":2,\"max_actions\":1,\"sum_visit_length\":0,\"bounce_count\":2,\"nb_visits_converted\":0,\"segment\":\"campaignName==google-ads-campaign\"}]", + "tsv": "label\tnb_uniq_visitors\tnb_visits\tnb_actions\tnb_users\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tnb_conversions\trevenue\tmetadata_segment\nemail-nov2011\t3\t4\t19\t2\t8\t6\t1\t2\t1\t1\t232.56\t204\t38.76\t10.2\t20.4\t3\t1\t1\t0\t2\t232.56\tcampaignName==email-nov2011\ngoogle-ads-campaign\t2\t2\t2\t2\t1\t0\t2\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignName==google-ads-campaign" + }, + "MarketingCampaignsReporting.getPlacement": { + "xml": "{\"row\":[{\"label\":\"external\",\"nb_visits\":\"12\",\"nb_actions\":\"16\",\"max_actions\":\"4\",\"sum_visit_length\":\"3\",\"bounce_count\":\"10\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"12\",\"sum_daily_nb_users\":\"4\",\"goals\":{\"row\":{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"191.52\",\"revenue_subtotal\":\"168\",\"revenue_tax\":\"31.92\",\"revenue_shipping\":\"8.4\",\"revenue_discount\":\"16.8\",\"items\":\"3\"}},\"nb_conversions\":\"1\",\"revenue\":\"191.52\",\"segment\":\"campaignPlacement==external\"},{\"label\":\"bottom\",\"nb_visits\":\"10\",\"nb_actions\":\"22\",\"max_actions\":\"5\",\"sum_visit_length\":\"5\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"63.84\",\"revenue_subtotal\":\"56\",\"revenue_tax\":\"10.64\",\"revenue_shipping\":\"2.8\",\"revenue_discount\":\"5.6\",\"items\":\"4\"}]},\"nb_conversions\":\"1\",\"revenue\":\"63.84\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"3\",\"segment\":\"campaignPlacement==bottom\"},{\"label\":\"top\",\"nb_visits\":\"9\",\"nb_actions\":\"15\",\"max_actions\":\"5\",\"sum_visit_length\":\"856\",\"bounce_count\":\"6\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"8\",\"sum_daily_nb_users\":\"6\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"321.48\",\"segment\":\"campaignPlacement==top\"}]}", + "json": "[{\"label\":\"external\",\"nb_visits\":12,\"nb_actions\":16,\"max_actions\":\"4\",\"sum_visit_length\":3,\"bounce_count\":10,\"nb_visits_converted\":1,\"sum_daily_nb_uniq_visitors\":12,\"sum_daily_nb_users\":4,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":191.52,\"revenue_subtotal\":168,\"revenue_tax\":31.92,\"revenue_shipping\":8.4,\"revenue_discount\":16.8,\"items\":3}},\"nb_conversions\":1,\"revenue\":191.52,\"segment\":\"campaignPlacement==external\"},{\"label\":\"bottom\",\"nb_visits\":10,\"nb_actions\":22,\"max_actions\":\"5\",\"sum_visit_length\":5,\"bounce_count\":5,\"nb_visits_converted\":1,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":63.84,\"revenue_subtotal\":56,\"revenue_tax\":10.64,\"revenue_shipping\":2.8,\"revenue_discount\":5.6,\"items\":4}},\"nb_conversions\":1,\"revenue\":63.84,\"sum_daily_nb_uniq_visitors\":9,\"sum_daily_nb_users\":3,\"segment\":\"campaignPlacement==bottom\"},{\"label\":\"top\",\"nb_visits\":9,\"nb_actions\":15,\"max_actions\":\"5\",\"sum_visit_length\":856,\"bounce_count\":6,\"nb_visits_converted\":2,\"sum_daily_nb_uniq_visitors\":8,\"sum_daily_nb_users\":6,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":321.48,\"revenue_subtotal\":282,\"revenue_tax\":53.58,\"revenue_shipping\":14.1,\"revenue_discount\":28.2,\"items\":3},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":321.48,\"segment\":\"campaignPlacement==top\"}]", + "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\tnb_conversions\trevenue\tmetadata_segment\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\nexternal\t12\t16\t4\t3\t10\t1\t12\t4\t1\t1\t191.52\t168\t31.92\t8.4\t16.8\t3\t1\t191.52\tcampaignPlacement==external\t\t\t\t\t\t\t\nbottom\t10\t22\t5\t5\t5\t1\t9\t3\t1\t1\t63.84\t56\t10.64\t2.8\t5.6\t4\t1\t63.84\tcampaignPlacement==bottom\t1\t1\t50\t2\t\t\t\ntop\t9\t15\t5\t856\t6\t2\t8\t6\t1\t1\t321.48\t282\t53.58\t14.1\t28.2\t3\t2\t321.48\tcampaignPlacement==top\t1\t1\t50\t2\t1\t1\t0" + }, + "MarketingCampaignsReporting.getSource": { + "xml": "{\"row\":[{\"label\":\"buysellads\",\"nb_visits\":\"106\",\"nb_actions\":\"236\",\"max_actions\":\"76\",\"sum_visit_length\":\"32662\",\"bounce_count\":\"54\",\"nb_visits_converted\":\"32\",\"sum_daily_nb_uniq_visitors\":\"104\",\"sum_daily_nb_users\":\"0\",\"goals\":{\"row\":[{\"nb_conversions\":\"32\",\"nb_visits_converted\":\"32\",\"revenue\":\"0\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"34\",\"revenue\":\"112\",\"segment\":\"campaignSource==buysellads\"},{\"label\":\"adwords\",\"nb_visits\":\"62\",\"nb_actions\":\"75\",\"max_actions\":\"5\",\"sum_visit_length\":\"3184\",\"bounce_count\":\"56\",\"nb_visits_converted\":\"3\",\"goals\":{\"row\":{\"nb_conversions\":\"3\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"}},\"nb_conversions\":\"3\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"59\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignSource==adwords\"},{\"label\":\"google\",\"nb_visits\":\"40\",\"nb_actions\":\"162\",\"max_actions\":\"26\",\"sum_visit_length\":\"4304\",\"bounce_count\":\"25\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"40\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignSource==google\"},{\"label\":\"google-ads\",\"nb_visits\":\"15\",\"nb_actions\":\"31\",\"max_actions\":\"5\",\"sum_visit_length\":\"857\",\"bounce_count\":\"8\",\"nb_visits_converted\":\"3\",\"sum_daily_nb_uniq_visitors\":\"14\",\"sum_daily_nb_users\":\"7\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"3\",\"revenue\":\"255.36\",\"segment\":\"campaignSource==google-ads\"},{\"label\":\"newsletter\",\"nb_visits\":\"13\",\"nb_actions\":\"16\",\"max_actions\":\"3\",\"sum_visit_length\":\"7\",\"bounce_count\":\"10\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"}]},\"nb_conversions\":\"1\",\"revenue\":\"321.48\",\"sum_daily_nb_uniq_visitors\":\"12\",\"sum_daily_nb_users\":\"5\",\"segment\":\"campaignSource==newsletter\"}]}", + "json": "[{\"label\":\"buysellads\",\"nb_visits\":106,\"nb_actions\":236,\"max_actions\":76,\"sum_visit_length\":32662,\"bounce_count\":54,\"nb_visits_converted\":32,\"sum_daily_nb_uniq_visitors\":104,\"sum_daily_nb_users\":0,\"goals\":{\"idgoal=1\":{\"nb_conversions\":32,\"nb_visits_converted\":32,\"revenue\":0},\"idgoal=2\":{\"nb_conversions\":2,\"nb_visits_converted\":1,\"revenue\":112}},\"nb_conversions\":34,\"revenue\":112,\"segment\":\"campaignSource==buysellads\"},{\"label\":\"adwords\",\"nb_visits\":62,\"nb_actions\":75,\"max_actions\":\"5\",\"sum_visit_length\":3184,\"bounce_count\":56,\"nb_visits_converted\":3,\"goals\":{\"idgoal=1\":{\"nb_conversions\":3,\"nb_visits_converted\":3,\"revenue\":0}},\"nb_conversions\":3,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":59,\"sum_daily_nb_users\":0,\"segment\":\"campaignSource==adwords\"},{\"label\":\"google\",\"nb_visits\":40,\"nb_actions\":162,\"max_actions\":26,\"sum_visit_length\":4304,\"bounce_count\":25,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":4,\"nb_visits_converted\":4,\"revenue\":115,\"items\":7},\"idgoal=1\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":40,\"sum_daily_nb_users\":0,\"segment\":\"campaignSource==google\"},{\"label\":\"google-ads\",\"nb_visits\":15,\"nb_actions\":31,\"max_actions\":\"5\",\"sum_visit_length\":857,\"bounce_count\":8,\"nb_visits_converted\":3,\"sum_daily_nb_uniq_visitors\":14,\"sum_daily_nb_users\":7,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=ecommerceOrder\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":255.36,\"revenue_subtotal\":224,\"revenue_tax\":42.56,\"revenue_shipping\":11.2,\"revenue_discount\":22.4,\"items\":7},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":3,\"revenue\":255.36,\"segment\":\"campaignSource==google-ads\"},{\"label\":\"newsletter\",\"nb_visits\":13,\"nb_actions\":16,\"max_actions\":\"3\",\"sum_visit_length\":7,\"bounce_count\":10,\"nb_visits_converted\":1,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":100,\"items\":3},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":321.48,\"revenue_subtotal\":282,\"revenue_tax\":53.58,\"revenue_shipping\":14.1,\"revenue_discount\":28.2,\"items\":3}},\"nb_conversions\":1,\"revenue\":321.48,\"sum_daily_nb_uniq_visitors\":12,\"sum_daily_nb_users\":5,\"segment\":\"campaignSource==newsletter\"}]", + "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tgoals_idgoal=2_nb_conversions\tgoals_idgoal=2_nb_visits_converted\tgoals_idgoal=2_revenue\tnb_conversions\trevenue\tmetadata_segment\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\nbuysellads\t106\t236\t76\t32662\t54\t32\t104\t0\t32\t32\t0\t2\t1\t112\t34\t112\tcampaignSource==buysellads\t\t\t\t\t\t\t\t\t\t\t\t\nadwords\t62\t75\t5\t3184\t56\t3\t59\t0\t3\t3\t0\t\t\t\t3\t0\tcampaignSource==adwords\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle\t40\t162\t26\t4304\t25\t2\t40\t0\t2\t2\t0\t\t\t\t2\t0\tcampaignSource==google\t4\t4\t115\t7\t\t\t\t\t\t\t\t\ngoogle-ads\t15\t31\t5\t857\t8\t3\t14\t7\t1\t1\t0\t\t\t\t3\t255.36\tcampaignSource==google-ads\t1\t1\t50\t2\t2\t2\t255.36\t224\t42.56\t11.2\t22.4\t7\nnewsletter\t13\t16\t3\t7\t10\t1\t12\t5\t\t\t\t\t\t\t1\t321.48\tcampaignSource==newsletter\t2\t2\t100\t3\t1\t1\t321.48\t282\t53.58\t14.1\t28.2\t3" + }, + "MarketingCampaignsReporting.getSourceMedium": { + "xml": "{\"row\":[{\"label\":\"buysellads - display\",\"nb_visits\":\"106\",\"nb_actions\":\"236\",\"max_actions\":\"76\",\"sum_visit_length\":\"32662\",\"bounce_count\":\"54\",\"nb_visits_converted\":\"32\",\"sum_daily_nb_uniq_visitors\":\"104\",\"sum_daily_nb_users\":\"0\",\"goals\":{\"row\":[{\"nb_conversions\":\"32\",\"nb_visits_converted\":\"32\",\"revenue\":\"0\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"34\",\"revenue\":\"112\",\"idsubdatatable\":\"6\"},{\"label\":\"adwords - display\",\"nb_visits\":\"45\",\"nb_actions\":\"56\",\"max_actions\":\"5\",\"sum_visit_length\":\"2489\",\"bounce_count\":\"40\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"42\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"1\"},{\"label\":\"google - cpc\",\"nb_visits\":\"40\",\"nb_actions\":\"162\",\"max_actions\":\"26\",\"sum_visit_length\":\"4304\",\"bounce_count\":\"25\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"40\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"3\"},{\"label\":\"adwords - cpc\",\"nb_visits\":\"17\",\"nb_actions\":\"19\",\"max_actions\":\"3\",\"sum_visit_length\":\"695\",\"bounce_count\":\"16\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"17\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"4\"},{\"label\":\"google-ads - email\",\"nb_visits\":\"9\",\"nb_actions\":\"18\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"8\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"}},\"nb_conversions\":\"2\",\"revenue\":\"255.36\",\"idsubdatatable\":\"2\"},{\"label\":\"newsletter\",\"nb_visits\":\"5\",\"nb_actions\":\"8\",\"max_actions\":\"3\",\"sum_visit_length\":\"5\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"}]},\"nb_conversions\":\"1\",\"revenue\":\"321.48\",\"sum_daily_nb_uniq_visitors\":\"5\",\"sum_daily_nb_users\":\"3\",\"idsubdatatable\":\"5\"},{\"label\":\"google-ads - paid-ads\",\"nb_visits\":\"4\",\"nb_actions\":\"10\",\"max_actions\":\"5\",\"sum_visit_length\":\"853\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"4\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"idsubdatatable\":\"8\"},{\"label\":\"newsletter - email\",\"nb_visits\":\"4\",\"nb_actions\":\"5\",\"max_actions\":\"2\",\"sum_visit_length\":\"2\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"4\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"7\"},{\"label\":\"newsletter - paid-ads\",\"nb_visits\":\"4\",\"nb_actions\":\"3\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"4\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"3\",\"sum_daily_nb_users\":\"2\",\"idsubdatatable\":\"11\"},{\"label\":\"email\",\"nb_visits\":\"3\",\"nb_actions\":\"7\",\"max_actions\":\"5\",\"sum_visit_length\":\"0\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"3\",\"sum_daily_nb_users\":\"2\",\"idsubdatatable\":\"9\"},{\"label\":\"google-ads\",\"nb_visits\":\"2\",\"nb_actions\":\"3\",\"max_actions\":\"2\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"2\",\"sum_daily_nb_users\":\"1\",\"idsubdatatable\":\"10\"},{\"label\":\"paid-ads\",\"nb_visits\":\"2\",\"nb_actions\":\"2\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"2\",\"sum_daily_nb_users\":\"0\"}]}", + "json": "[{\"label\":\"buysellads - display\",\"nb_visits\":106,\"nb_actions\":236,\"max_actions\":76,\"sum_visit_length\":32662,\"bounce_count\":54,\"nb_visits_converted\":32,\"sum_daily_nb_uniq_visitors\":104,\"sum_daily_nb_users\":0,\"goals\":{\"idgoal=1\":{\"nb_conversions\":32,\"nb_visits_converted\":32,\"revenue\":0},\"idgoal=2\":{\"nb_conversions\":2,\"nb_visits_converted\":1,\"revenue\":112}},\"nb_conversions\":34,\"revenue\":112,\"idsubdatatable\":6},{\"label\":\"adwords - display\",\"nb_visits\":45,\"nb_actions\":56,\"max_actions\":\"5\",\"sum_visit_length\":2489,\"bounce_count\":40,\"nb_visits_converted\":2,\"goals\":{\"idgoal=1\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":42,\"sum_daily_nb_users\":0,\"idsubdatatable\":1},{\"label\":\"google - cpc\",\"nb_visits\":40,\"nb_actions\":162,\"max_actions\":26,\"sum_visit_length\":4304,\"bounce_count\":25,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":4,\"nb_visits_converted\":4,\"revenue\":115,\"items\":7},\"idgoal=1\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":40,\"sum_daily_nb_users\":0,\"idsubdatatable\":3},{\"label\":\"adwords - cpc\",\"nb_visits\":17,\"nb_actions\":19,\"max_actions\":\"3\",\"sum_visit_length\":695,\"bounce_count\":16,\"nb_visits_converted\":1,\"goals\":{\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":1,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":17,\"sum_daily_nb_users\":0,\"idsubdatatable\":4},{\"label\":\"google-ads - email\",\"nb_visits\":9,\"nb_actions\":18,\"max_actions\":\"5\",\"sum_visit_length\":4,\"bounce_count\":5,\"nb_visits_converted\":2,\"sum_daily_nb_uniq_visitors\":8,\"sum_daily_nb_users\":3,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":255.36,\"revenue_subtotal\":224,\"revenue_tax\":42.56,\"revenue_shipping\":11.2,\"revenue_discount\":22.4,\"items\":7}},\"nb_conversions\":2,\"revenue\":255.36,\"idsubdatatable\":2},{\"label\":\"newsletter\",\"nb_visits\":5,\"nb_actions\":8,\"max_actions\":\"3\",\"sum_visit_length\":5,\"bounce_count\":3,\"nb_visits_converted\":1,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":100,\"items\":3},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":321.48,\"revenue_subtotal\":282,\"revenue_tax\":53.58,\"revenue_shipping\":14.1,\"revenue_discount\":28.2,\"items\":3}},\"nb_conversions\":1,\"revenue\":321.48,\"sum_daily_nb_uniq_visitors\":5,\"sum_daily_nb_users\":3,\"idsubdatatable\":5},{\"label\":\"google-ads - paid-ads\",\"nb_visits\":4,\"nb_actions\":10,\"max_actions\":\"5\",\"sum_visit_length\":853,\"bounce_count\":2,\"nb_visits_converted\":1,\"sum_daily_nb_uniq_visitors\":4,\"sum_daily_nb_users\":3,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":1,\"revenue\":0,\"idsubdatatable\":8},{\"label\":\"newsletter - email\",\"nb_visits\":4,\"nb_actions\":5,\"max_actions\":\"2\",\"sum_visit_length\":2,\"bounce_count\":3,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":4,\"sum_daily_nb_users\":0,\"idsubdatatable\":7},{\"label\":\"newsletter - paid-ads\",\"nb_visits\":4,\"nb_actions\":3,\"max_actions\":\"1\",\"sum_visit_length\":0,\"bounce_count\":4,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":3,\"sum_daily_nb_users\":2,\"idsubdatatable\":11},{\"label\":\"email\",\"nb_visits\":3,\"nb_actions\":7,\"max_actions\":\"5\",\"sum_visit_length\":0,\"bounce_count\":2,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":3,\"sum_daily_nb_users\":2,\"idsubdatatable\":9},{\"label\":\"google-ads\",\"nb_visits\":2,\"nb_actions\":3,\"max_actions\":\"2\",\"sum_visit_length\":0,\"bounce_count\":1,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":2,\"sum_daily_nb_users\":1,\"idsubdatatable\":10},{\"label\":\"paid-ads\",\"nb_visits\":2,\"nb_actions\":2,\"max_actions\":\"1\",\"sum_visit_length\":0,\"bounce_count\":2,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":2,\"sum_daily_nb_users\":0}]", + "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tgoals_idgoal=2_nb_conversions\tgoals_idgoal=2_nb_visits_converted\tgoals_idgoal=2_revenue\tnb_conversions\trevenue\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\nbuysellads - display\t106\t236\t76\t32662\t54\t32\t104\t0\t32\t32\t0\t2\t1\t112\t34\t112\t\t\t\t\t\t\t\t\t\t\t\t\nadwords - display\t45\t56\t5\t2489\t40\t2\t42\t0\t2\t2\t0\t\t\t\t2\t0\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle - cpc\t40\t162\t26\t4304\t25\t2\t40\t0\t2\t2\t0\t\t\t\t2\t0\t4\t4\t115\t7\t\t\t\t\t\t\t\t\nadwords - cpc\t17\t19\t3\t695\t16\t1\t17\t0\t1\t1\t0\t\t\t\t1\t0\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle-ads - email\t9\t18\t5\t4\t5\t2\t8\t3\t\t\t\t\t\t\t2\t255.36\t\t\t\t\t2\t2\t255.36\t224\t42.56\t11.2\t22.4\t7\nnewsletter\t5\t8\t3\t5\t3\t1\t5\t3\t\t\t\t\t\t\t1\t321.48\t2\t2\t100\t3\t1\t1\t321.48\t282\t53.58\t14.1\t28.2\t3\ngoogle-ads - paid-ads\t4\t10\t5\t853\t2\t1\t4\t3\t1\t1\t0\t\t\t\t1\t0\t1\t1\t50\t2\t\t\t\t\t\t\t\t\nnewsletter - email\t4\t5\t2\t2\t3\t0\t4\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\nnewsletter - paid-ads\t4\t3\t1\t0\t4\t0\t3\t2\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\nemail\t3\t7\t5\t0\t2\t0\t3\t2\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle-ads\t2\t3\t2\t0\t1\t0\t2\t1\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\npaid-ads\t2\t2\t1\t0\t2\t0\t2\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t" } } \ No newline at end of file diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json index 7120ae9..3d31145 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json @@ -29,5 +29,13 @@ "CustomAlerts.getTriggeredAlerts": { "xml": "{\"row\":[{\"idtriggered\":\"1\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 01:55:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"2\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 01:58:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"3\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 02:00:39\",\"ts_last_sent\":\"2024-09-13 02:00:46\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"4\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-13 02:55:47\",\"ts_last_sent\":\"2024-09-13 02:55:53\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}},{\"idtriggered\":\"5\",\"idalert\":\"2\",\"idsite\":\"1\",\"ts_triggered\":\"2024-09-16 23:33:41\",\"ts_last_sent\":\"\",\"value_old\":\"500.000\",\"value_new\":\"36.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":\"20\",\"compared_to\":\"1\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}}]}", "json": "[{\"idtriggered\":1,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 01:55:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":2,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 01:58:48\",\"ts_last_sent\":\"2024-09-13 01:58:54\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":3,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 02:00:39\",\"ts_last_sent\":\"2024-09-13 02:00:46\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":4,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-13 02:55:47\",\"ts_last_sent\":\"2024-09-13 02:55:53\",\"value_old\":\"1.000\",\"value_new\":\"0.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]},{\"idtriggered\":5,\"idalert\":2,\"idsite\":1,\"ts_triggered\":\"2024-09-16 23:33:41\",\"ts_last_sent\":null,\"value_old\":\"500.000\",\"value_new\":\"36.000\",\"name\":\"Test Visit Drop Previous Day\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"percentage_decrease_more_than\",\"metric_matched\":20,\"compared_to\":1,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]}]" + }, + "MarketingCampaignsReporting.getMedium": { + "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tgoals_idgoal=2_nb_conversions\tgoals_idgoal=2_nb_visits_converted\tgoals_idgoal=2_revenue\tnb_conversions\trevenue\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tmetadata_segment\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\ndisplay\t151\t292\t76\t35151\t94\t34\t34\t34\t0\t2\t1\t112\t36\t112\t146\t0\tcampaignMedium==display\t\t\t\t\t\t\t\t\t\t\t\t\ncpc\t57\t181\t26\t4999\t41\t3\t3\t3\t0\t\t\t\t3\t0\t57\t0\tcampaignMedium==cpc\t4\t4\t115\t7\t\t\t\t\t\t\t\t\nemail\t16\t30\t5\t6\t10\t2\t\t\t\t\t\t\t2\t255.36\t15\t5\tcampaignMedium==email\t\t\t\t\t2\t2\t255.36\t224\t42.56\t11.2\t22.4\t7\npaid-ads\t10\t15\t5\t853\t8\t1\t1\t1\t0\t\t\t\t1\t0\t9\t5\tcampaignMedium==paid-ads\t1\t1\t50\t2" + }, + "MarketingCampaignsReporting.getSourceMedium": { + "xml": "{\"row\":[{\"label\":\"buysellads - display\",\"nb_visits\":\"106\",\"nb_actions\":\"236\",\"max_actions\":\"76\",\"sum_visit_length\":\"32662\",\"bounce_count\":\"54\",\"nb_visits_converted\":\"32\",\"sum_daily_nb_uniq_visitors\":\"104\",\"sum_daily_nb_users\":\"0\",\"goals\":{\"row\":[{\"nb_conversions\":\"32\",\"nb_visits_converted\":\"32\",\"revenue\":\"0\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"34\",\"revenue\":\"112\",\"idsubdatatable\":\"6\"},{\"label\":\"adwords - display\",\"nb_visits\":\"45\",\"nb_actions\":\"56\",\"max_actions\":\"5\",\"sum_visit_length\":\"2489\",\"bounce_count\":\"40\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"42\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"1\"},{\"label\":\"google - cpc\",\"nb_visits\":\"40\",\"nb_actions\":\"162\",\"max_actions\":\"26\",\"sum_visit_length\":\"4304\",\"bounce_count\":\"25\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"40\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"3\"},{\"label\":\"adwords - cpc\",\"nb_visits\":\"17\",\"nb_actions\":\"19\",\"max_actions\":\"3\",\"sum_visit_length\":\"695\",\"bounce_count\":\"16\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"17\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"4\"},{\"label\":\"google-ads - email\",\"nb_visits\":\"9\",\"nb_actions\":\"18\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"8\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"}},\"nb_conversions\":\"2\",\"revenue\":\"255.36\",\"idsubdatatable\":\"2\"},{\"label\":\"newsletter\",\"nb_visits\":\"5\",\"nb_actions\":\"8\",\"max_actions\":\"3\",\"sum_visit_length\":\"5\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"}]},\"nb_conversions\":\"1\",\"revenue\":\"321.48\",\"sum_daily_nb_uniq_visitors\":\"5\",\"sum_daily_nb_users\":\"3\",\"idsubdatatable\":\"5\"},{\"label\":\"google-ads - paid-ads\",\"nb_visits\":\"4\",\"nb_actions\":\"10\",\"max_actions\":\"5\",\"sum_visit_length\":\"853\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"4\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"idsubdatatable\":\"8\"}]}", + "json": "[{\"label\":\"buysellads - display\",\"nb_visits\":106,\"nb_actions\":236,\"max_actions\":76,\"sum_visit_length\":32662,\"bounce_count\":54,\"nb_visits_converted\":32,\"sum_daily_nb_uniq_visitors\":104,\"sum_daily_nb_users\":0,\"goals\":{\"idgoal=1\":{\"nb_conversions\":32,\"nb_visits_converted\":32,\"revenue\":0},\"idgoal=2\":{\"nb_conversions\":2,\"nb_visits_converted\":1,\"revenue\":112}},\"nb_conversions\":34,\"revenue\":112,\"idsubdatatable\":6},{\"label\":\"adwords - display\",\"nb_visits\":45,\"nb_actions\":56,\"max_actions\":\"5\",\"sum_visit_length\":2489,\"bounce_count\":40,\"nb_visits_converted\":2,\"goals\":{\"idgoal=1\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":42,\"sum_daily_nb_users\":0,\"idsubdatatable\":1},{\"label\":\"google - cpc\",\"nb_visits\":40,\"nb_actions\":162,\"max_actions\":26,\"sum_visit_length\":4304,\"bounce_count\":25,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":4,\"nb_visits_converted\":4,\"revenue\":115,\"items\":7},\"idgoal=1\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":40,\"sum_daily_nb_users\":0,\"idsubdatatable\":3},{\"label\":\"adwords - cpc\",\"nb_visits\":17,\"nb_actions\":19,\"max_actions\":\"3\",\"sum_visit_length\":695,\"bounce_count\":16,\"nb_visits_converted\":1,\"goals\":{\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":1,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":17,\"sum_daily_nb_users\":0,\"idsubdatatable\":4},{\"label\":\"google-ads - email\",\"nb_visits\":9,\"nb_actions\":18,\"max_actions\":\"5\",\"sum_visit_length\":4,\"bounce_count\":5,\"nb_visits_converted\":2,\"sum_daily_nb_uniq_visitors\":8,\"sum_daily_nb_users\":3,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":255.36,\"revenue_subtotal\":224,\"revenue_tax\":42.56,\"revenue_shipping\":11.2,\"revenue_discount\":22.4,\"items\":7}},\"nb_conversions\":2,\"revenue\":255.36,\"idsubdatatable\":2},{\"label\":\"newsletter\",\"nb_visits\":5,\"nb_actions\":8,\"max_actions\":\"3\",\"sum_visit_length\":5,\"bounce_count\":3,\"nb_visits_converted\":1,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":100,\"items\":3},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":321.48,\"revenue_subtotal\":282,\"revenue_tax\":53.58,\"revenue_shipping\":14.1,\"revenue_discount\":28.2,\"items\":3}},\"nb_conversions\":1,\"revenue\":321.48,\"sum_daily_nb_uniq_visitors\":5,\"sum_daily_nb_users\":3,\"idsubdatatable\":5},{\"label\":\"google-ads - paid-ads\",\"nb_visits\":4,\"nb_actions\":10,\"max_actions\":\"5\",\"sum_visit_length\":853,\"bounce_count\":2,\"nb_visits_converted\":1,\"sum_daily_nb_uniq_visitors\":4,\"sum_daily_nb_users\":3,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":1,\"revenue\":0,\"idsubdatatable\":8}]", + "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tgoals_idgoal=2_nb_conversions\tgoals_idgoal=2_nb_visits_converted\tgoals_idgoal=2_revenue\tnb_conversions\trevenue\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\nbuysellads - display\t106\t236\t76\t32662\t54\t32\t104\t0\t32\t32\t0\t2\t1\t112\t34\t112\t\t\t\t\t\t\t\t\t\t\t\t\nadwords - display\t45\t56\t5\t2489\t40\t2\t42\t0\t2\t2\t0\t\t\t\t2\t0\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle - cpc\t40\t162\t26\t4304\t25\t2\t40\t0\t2\t2\t0\t\t\t\t2\t0\t4\t4\t115\t7\t\t\t\t\t\t\t\t\nadwords - cpc\t17\t19\t3\t695\t16\t1\t17\t0\t1\t1\t0\t\t\t\t1\t0\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle-ads - email\t9\t18\t5\t4\t5\t2\t8\t3\t\t\t\t\t\t\t2\t255.36\t\t\t\t\t2\t2\t255.36\t224\t42.56\t11.2\t22.4\t7\nnewsletter\t5\t8\t3\t5\t3\t1\t5\t3\t\t\t\t\t\t\t1\t321.48\t2\t2\t100\t3\t1\t1\t321.48\t282\t53.58\t14.1\t28.2\t3\ngoogle-ads - paid-ads\t4\t10\t5\t853\t2\t1\t4\t3\t1\t1\t0\t\t\t\t1\t0\t1\t1\t50\t2\t\t\t\t\t\t\t\t\nnewsletter - email\t4\t5\t2\t2\t3\t0\t4\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\nnewsletter - paid-ads\t4\t3\t1\t0\t4\t0\t3\t2\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\nemail\t3\t7\t5\t0\t2\t0\t3\t2\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle-ads\t2\t3\t2\t0\t1\t0\t2\t1\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\npaid-ads\t2\t2\t1\t0\t2\t0\t2\t0" } } \ No newline at end of file diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json index 3aefe23..792342e 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json @@ -1,103 +1,95 @@ { - "API.getMatomoVersion":{ + "API.get":{ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\"]}" + "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_users_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"max_actions_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate_new\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit_new\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"avg_time_on_site_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_users_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"max_actions_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate_returning\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_site_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromSearchEngines\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromSocialNetworks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromAIAssistants\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromDirectEntry\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromWebsites\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromCampaigns\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctSearchEngines\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctSocialNetworks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctAIAssistants\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctKeywords\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctWebsites\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctWebsitesUrls\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctCampaigns\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_network_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_network_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_servery_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_server_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_transfer_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_transfer_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domprocessing_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domprocessing_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domcompletion_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domcompletion_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_onload_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_onload_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_pageload_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_pageload_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_network\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_server\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_transfer\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_dom_processing\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_dom_completion\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_load\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_page_load_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_unique_visitors_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_unique_visitors_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_finishes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_time_watched\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_audio_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_audio_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_video_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_video_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"conversion_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_new_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted_new_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_new_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"conversion_rate_new_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_returning_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted_returning_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_returning_visit\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"conversion_rate_returning_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_form_views\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_viewers\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_starts\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_starters\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_submissions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_submitters\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_resubmitters\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_crash_occurrences\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_with_crash\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_ignored_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_new_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_disappeared_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_reappeared_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_pageviews\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_pageviews\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_downloads\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_downloads\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_outlinks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_outlinks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_searches\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_keywords\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromDirectEntry_percent\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromSearchEngines_percent\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromAIAssistants_percent\\\", type=\\\"string\\\")\"]}" }, - "API.getPhpVersion":{ + "API.getGlossaryMetrics":{ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"version\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"major\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"minor\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"release\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"versionId\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"extra\\\", type=\\\"string\\\")\"]}" + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"name\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"id\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\"]}}}" + }, + "API.getGlossaryReports":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\"]}}}" }, "API.getIpFromHeader":{ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\"]}" }, - "API.getSettings":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"SDK_batch_size\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"SDK_interval_value\\\", type=\\\"integer\\\")\"]}" - }, - "API.getSegmentsMetadata":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"unionOfSegments\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"type\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"]}}}" + "API.getMatomoVersion":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\"]}" }, "API.getMetadata":{ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"dimension\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"revenue_per_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"conversion_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\"],\"8\":\"@OA\\\\Property(property=\\\"imageGraphUrl\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"imageGraphEvolutionUrl\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\"}}}}" }, - "API.getReportMetadata":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"relatedReports\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"dimensions\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"dimension\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_pageviews\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"hits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"orders\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"ecommerce_revenue\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"visits_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"actions_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"pageviews_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"hits_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"orders_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"ecommerce_revenue_evolution\\\", type=\\\"string\\\")\"],\"7\":\"@OA\\\\Property(property=\\\"imageGraphUrl\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"imageGraphEvolutionUrl\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\"}}}}" + "API.getPagesComparisonsDisabledFor":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + }, + "API.getPhpVersion":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"version\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"major\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"minor\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"release\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"versionId\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"extra\\\", type=\\\"string\\\")\"]}" }, "API.getProcessedReport":{ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"metadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]}]},{\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"reportData\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportMetadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportTotal\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"2\":{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}}}]}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"website\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"prettyDate\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_site\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\"],\"3\":\"@OA\\\\Property(property=\\\"timerMillis\\\", type=\\\"string\\\")\"}}" }, + "API.getReportMetadata":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"relatedReports\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"dimensions\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"dimension\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_pageviews\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"hits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"orders\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"ecommerce_revenue\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"visits_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"actions_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"pageviews_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"hits_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"orders_evolution\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"ecommerce_revenue_evolution\\\", type=\\\"string\\\")\"],\"7\":\"@OA\\\\Property(property=\\\"imageGraphUrl\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"imageGraphEvolutionUrl\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\"}}}}" + }, "API.getReportPagesMetadata":{ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"widgets\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"widgets\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"idDimension\\\", type=\\\"string\\\")\"],\"5\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\",\"7\":\"@OA\\\\Property(property=\\\"viewDataTable\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"isReport\\\", type=\\\"boolean\\\")\"}}}}}}}" }, - "API.getWidgetMetadata":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"widgets\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"middlewareParameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"column\\\", type=\\\"string\\\")\"],\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\"}}}}" + "API.getSegmentsMetadata":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"unionOfSegments\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"type\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"category\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"]}}}" }, - "API.get":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_users_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"max_actions_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate_new\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit_new\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"avg_time_on_site_new\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_users_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"max_actions_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate_returning\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_site_returning\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromSearchEngines\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromSocialNetworks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromAIAssistants\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromDirectEntry\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromWebsites\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromCampaigns\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctSearchEngines\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctSocialNetworks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctAIAssistants\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctKeywords\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctWebsites\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctWebsitesUrls\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_distinctCampaigns\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_network_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_network_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_servery_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_server_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_transfer_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_transfer_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domprocessing_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domprocessing_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domcompletion_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_domcompletion_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_onload_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_onload_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_pageload_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"PagePerformance_pageload_hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_network\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_server\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_transfer\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_dom_processing\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_dom_completion\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_load\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"avg_page_load_time\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_unique_visitors_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_unique_visitors_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_finishes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_time_watched\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_audio_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_audio_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_video_plays\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_total_video_impressions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"conversion_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_new_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted_new_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_new_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"conversion_rate_new_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_conversions_returning_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted_returning_visit\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_returning_visit\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"conversion_rate_returning_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_form_views\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_viewers\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_starts\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_starters\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_submissions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_submitters\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_resubmitters\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_form_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_crash_occurrences\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_with_crash\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_ignored_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_new_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_disappeared_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_reappeared_crashes\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_pageviews\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_pageviews\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_downloads\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_downloads\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_outlinks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_outlinks\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_searches\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_keywords\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"hits\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromDirectEntry_percent\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromSearchEngines_percent\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"Referrers_visitorsFromAIAssistants_percent\\\", type=\\\"string\\\")\"]}" + "API.getSettings":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"SDK_batch_size\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"SDK_interval_value\\\", type=\\\"integer\\\")\"]}" }, "API.getSuggestedValuesForSegment":{ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" }, - "API.getPagesComparisonsDisabledFor":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" - }, - "API.getGlossaryReports":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\"]}}}" - }, - "API.getGlossaryMetrics":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"name\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"id\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"documentation\\\", type=\\\"string\\\")\"]}}}" + "API.getWidgetMetadata":{ + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"widgets\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"category\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"subcategory\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"middlewareParameters\\\",\",\"type=\\\"object\\\",\"]}]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"column\\\", type=\\\"string\\\")\"],\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\"}}}}" }, - "MarketingCampaignsReporting.getId": { + "CustomAlerts.deleteAlert": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" }, - "MarketingCampaignsReporting.getName": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=1\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" - }, - "MarketingCampaignsReporting.getKeyword": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=1\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" - }, - "MarketingCampaignsReporting.getSource": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", + "CustomAlerts.getAlert": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"report_mediums\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"object\\\",\"]}]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" }, - "MarketingCampaignsReporting.getMedium": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "CustomAlerts.getAlerts": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"report_mediums\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"object\\\",\"]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idalert\\\", type=\\\"integer\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"login\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"period\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"report\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"report_condition\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"7\":\"@OA\\\\Property(property=\\\"report_matched\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"8\":\"@OA\\\\Property(property=\\\"metric\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"metric_condition\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"metric_matched\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"compared_to\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"email_me\\\", type=\\\"integer\\\")\",\"13\":\"@OA\\\\Property(property=\\\"slack_channel_id\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\"}}}}" }, - "MarketingCampaignsReporting.getContent": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "CustomAlerts.getTriggeredAlerts": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"report_mediums\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"object\\\",\"]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idtriggered\\\", type=\\\"integer\\\")\",\"2\":\"@OA\\\\Property(property=\\\"idalert\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"idsite\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"ts_triggered\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"ts_last_sent\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"value_old\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"value_new\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"login\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"period\\\", type=\\\"string\\\")\",\"11\":\"@OA\\\\Property(property=\\\"report\\\", type=\\\"string\\\")\",\"12\":\"@OA\\\\Property(property=\\\"report_condition\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"13\":\"@OA\\\\Property(property=\\\"report_matched\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"14\":\"@OA\\\\Property(property=\\\"metric\\\", type=\\\"string\\\")\",\"15\":\"@OA\\\\Property(property=\\\"metric_condition\\\", type=\\\"string\\\")\",\"16\":\"@OA\\\\Property(property=\\\"metric_matched\\\", type=\\\"integer\\\")\",\"17\":\"@OA\\\\Property(property=\\\"compared_to\\\", type=\\\"integer\\\")\",\"18\":\"@OA\\\\Property(property=\\\"email_me\\\", type=\\\"integer\\\")\",\"19\":\"@OA\\\\Property(property=\\\"slack_channel_id\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\"}}}}" }, - "MarketingCampaignsReporting.getGroup": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "CustomDimensions.getAvailableScopes": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"numSlotsAvailable\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"numSlotsUsed\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"numSlotsLeft\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"supportsExtractions\\\", type=\\\"boolean\\\")\"]}}}" }, - "MarketingCampaignsReporting.getPlacement": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "CustomDimensions.getAvailableExtractionDimensions": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\"]}}}" }, - "MarketingCampaignsReporting.getSourceMedium": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "CustomDimensions.getConfiguredCustomDimensions": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"extractions\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idcustomdimension\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"idsite\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"index\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"scope\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"active\\\", type=\\\"boolean\\\")\",\"@OA\\\\Property\":[\"property=\\\"extractions\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"7\":\"@OA\\\\Property(property=\\\"case_sensitive\\\", type=\\\"boolean\\\")\"}}}}" }, - "LogViewer.getLogEntries": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"severity\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"tag\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"datetime\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"requestId\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"message\\\", type=\\\"string\\\")\"]}}}" + "CustomDimensions.getCustomDimension": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=8\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"9\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"avg_time_on_site\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"bounce_rate\\\", type=\\\"string\\\")\",\"13\":\"@OA\\\\Property(property=\\\"nb_actions_per_visit\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"14\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "LogViewer.getAvailableLogReaders": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}", @@ -111,36 +103,44 @@ "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"log_writers\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"string\\\"\"]}}]}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"log_writers\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"1\":\"@OA\\\\Property(property=\\\"log_level\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"logger_file_path\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"logger_syslog_ident\\\", type=\\\"string\\\")\"}}" }, - "CustomAlerts.getAlert": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"report_mediums\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"object\\\",\"]}]}", + "LogViewer.getLogEntries": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"severity\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"tag\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"datetime\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"requestId\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"message\\\", type=\\\"string\\\")\"]}}}" + }, + "MarketingCampaignsReporting.getContent": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" }, - "CustomAlerts.getAlerts": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"report_mediums\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"object\\\",\"]}]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idalert\\\", type=\\\"integer\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"login\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"period\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"report\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"report_condition\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"7\":\"@OA\\\\Property(property=\\\"report_matched\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"8\":\"@OA\\\\Property(property=\\\"metric\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"metric_condition\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"metric_matched\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"compared_to\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"email_me\\\", type=\\\"integer\\\")\",\"13\":\"@OA\\\\Property(property=\\\"slack_channel_id\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\"}}}}" + "MarketingCampaignsReporting.getGroup": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" }, - "CustomAlerts.deleteAlert": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", + "MarketingCampaignsReporting.getId": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" }, - "CustomAlerts.getTriggeredAlerts": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"report_mediums\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"object\\\",\"]}]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idtriggered\\\", type=\\\"integer\\\")\",\"2\":\"@OA\\\\Property(property=\\\"idalert\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"idsite\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"ts_triggered\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"ts_last_sent\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"value_old\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"value_new\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"login\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"period\\\", type=\\\"string\\\")\",\"11\":\"@OA\\\\Property(property=\\\"report\\\", type=\\\"string\\\")\",\"12\":\"@OA\\\\Property(property=\\\"report_condition\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"13\":\"@OA\\\\Property(property=\\\"report_matched\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"14\":\"@OA\\\\Property(property=\\\"metric\\\", type=\\\"string\\\")\",\"15\":\"@OA\\\\Property(property=\\\"metric_condition\\\", type=\\\"string\\\")\",\"16\":\"@OA\\\\Property(property=\\\"metric_matched\\\", type=\\\"integer\\\")\",\"17\":\"@OA\\\\Property(property=\\\"compared_to\\\", type=\\\"integer\\\")\",\"18\":\"@OA\\\\Property(property=\\\"email_me\\\", type=\\\"integer\\\")\",\"19\":\"@OA\\\\Property(property=\\\"slack_channel_id\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\"}}}}" + "MarketingCampaignsReporting.getKeyword": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=1\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, - "CustomDimensions.getCustomDimension": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=8\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"9\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"avg_time_on_site\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"bounce_rate\\\", type=\\\"string\\\")\",\"13\":\"@OA\\\\Property(property=\\\"nb_actions_per_visit\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"14\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" + "MarketingCampaignsReporting.getMedium": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" }, - "CustomDimensions.getConfiguredCustomDimensions": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"extractions\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idcustomdimension\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"idsite\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"index\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"scope\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"active\\\", type=\\\"boolean\\\")\",\"@OA\\\\Property\":[\"property=\\\"extractions\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"7\":\"@OA\\\\Property(property=\\\"case_sensitive\\\", type=\\\"boolean\\\")\"}}}}" + "MarketingCampaignsReporting.getName": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=1\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, - "CustomDimensions.getAvailableScopes": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"numSlotsAvailable\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"numSlotsUsed\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"numSlotsLeft\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"supportsExtractions\\\", type=\\\"boolean\\\")\"]}}}" + "MarketingCampaignsReporting.getPlacement": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" }, - "CustomDimensions.getAvailableExtractionDimensions": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", - "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"value\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\"]}}}" + "MarketingCampaignsReporting.getSource": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + }, + "MarketingCampaignsReporting.getSourceMedium": { + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" } } diff --git a/tests/Unit/AnnotationGeneratorTest.php b/tests/Unit/AnnotationGeneratorTest.php index 559a65a..5d84eb8 100644 --- a/tests/Unit/AnnotationGeneratorTest.php +++ b/tests/Unit/AnnotationGeneratorTest.php @@ -53,8 +53,15 @@ class AnnotationGeneratorTest extends TestCase 'LogViewer.getConfiguredLogReaders', 'LogViewer.getLogConfig', 'LogViewer.getLogEntries', + 'MarketingCampaignsReporting.getContent', + 'MarketingCampaignsReporting.getGroup', + 'MarketingCampaignsReporting.getId', 'MarketingCampaignsReporting.getKeyword', + 'MarketingCampaignsReporting.getMedium', 'MarketingCampaignsReporting.getName', + 'MarketingCampaignsReporting.getPlacement', + 'MarketingCampaignsReporting.getSource', + 'MarketingCampaignsReporting.getSourceMedium', ]; public const EXAMPLE_RESPONSE_FILE_NAMES = [ @@ -799,7 +806,10 @@ public function testBuildSchemaAnnotationFromXmlExample(): void $normalisedObject = json_decode($normalisedString, true) ?? []; $this->assertNotEmpty($normalisedObject, 'The decoded example response should not be empty for endpoint: ' . $endpoint); $expected = json_decode($schemasMap[$endpoint]['xml'] ?? '', true) ?? []; - $this->assertEquals($expected, $this->annotationGenerator->buildSchemaAnnotationFromXmlExample($normalisedObject), "The XML schema was not as expected for endpoint $endpoint."); + $result = $this->annotationGenerator->buildSchemaAnnotationFromXmlExample($normalisedObject); + $result = json_encode($result); + $expected = json_encode($expected); + $this->assertEquals($expected, $result, "The XML schema was not as expected for endpoint $endpoint."); } } From 8769bd2d7b7a503c0e4088a3fdba59b4959d4113 Mon Sep 17 00:00:00 2001 From: Jacob Ransom <jacob@innocraft.com> Date: Fri, 3 Oct 2025 22:13:12 +1300 Subject: [PATCH 08/12] Cleaned up using data providers --- tests/Unit/AnnotationGeneratorTest.php | 183 ++++++++++++++++++------- 1 file changed, 136 insertions(+), 47 deletions(-) diff --git a/tests/Unit/AnnotationGeneratorTest.php b/tests/Unit/AnnotationGeneratorTest.php index 5d84eb8..beac4d8 100644 --- a/tests/Unit/AnnotationGeneratorTest.php +++ b/tests/Unit/AnnotationGeneratorTest.php @@ -154,6 +154,21 @@ class AnnotationGeneratorTest extends TestCase * @throws Exception */'; + /** + * @var array + */ + private static $normalisedExamples; + + /** + * @var array + */ + private static $truncatedExamples; + + /** + * @var array + */ + private static $exampleSchemas; + /** * @var AnnotationGenerator */ @@ -171,7 +186,7 @@ public function setUp(): void * @return string String contents of the raw response body. If the file isn't found, an empty string is returned. * @throws \Exception */ - private function getRawExampleResponseForApiEndpoint(string $apiEndpoint, string $format = 'json'): string + private static function getRawExampleResponseForApiEndpoint(string $apiEndpoint, string $format = 'json'): string { if (!in_array(strtolower($format), ['json', 'xml', 'tsv'])) { throw new \Exception('Invalid format: ' . $format . '. Must be: "json", "xml", or "tsv"'); @@ -188,42 +203,65 @@ private function getRawExampleResponseForApiEndpoint(string $apiEndpoint, string * @return string String contents of the raw response body. If the file isn't found, an empty string is returned. * @throws \Exception */ - private function getRawExampleResponseForPluginMethod(string $plugin, string $method, string $format = 'json'): string + private static function getRawExampleResponseForPluginMethod(string $plugin, string $method, string $format = 'json'): string { - return $this->getRawExampleResponseForApiEndpoint("{$plugin}.{$method}", $format); + return self::getRawExampleResponseForApiEndpoint("{$plugin}.{$method}", $format); } /** - * Get the map of example responses. The default is returning the map for all the example responses after they've - * been normalised for schema generation, but before being truncated. + * Get the map of example responses which have been normalised in preparation of building schemas. * - * @param bool $exampleResponseSchemas Return the generated schemas of the example responses. - * @param bool $onlyExamplesThatWereTruncated Return only the example responses that were truncated. + * @return array The map of example responses for a bunch of API endpoints. + * E.g. ['plugin.method' => ['json' => '...', 'xml' => '...', 'tsv' => '...']] + */ + private static function getNormalisedExamples(): array + { + if (empty(self::$normalisedExamples)) { + $demoExampleResponsesString = file_get_contents(self::TEST_RESOURCES_DIR . '/ExampleResponsesNormalised/ExamplesFromDemoByType.json') ?: ''; + $localExampleResponsesString = file_get_contents(self::TEST_RESOURCES_DIR . '/ExampleResponsesNormalised/ExamplesFromLocalByType.json') ?: ''; + $demoJson = json_decode($demoExampleResponsesString, true) ?? []; + $localJson = json_decode($localExampleResponsesString, true) ?? []; + self::$normalisedExamples = array_merge($demoJson, $localJson); + } + + return self::$normalisedExamples; + } + + /** + * Get the map of example responses which have been normalised and truncated. * * @return array The map of example responses for a bunch of API endpoints. * E.g. ['plugin.method' => ['json' => '...', 'xml' => '...', 'tsv' => '...']] */ - private function getExampleResponsesMap(bool $exampleResponseSchemas = false, bool $onlyExamplesThatWereTruncated = false): array + private static function getTruncatedExamples(bool $onlyTruncated = false): array { - if ($exampleResponseSchemas && $onlyExamplesThatWereTruncated) { - throw new \Exception('Only one type of example response can be returned at a time.'); + if (empty(self::$truncatedExamples)) { + $exampleResponsesPostTruncationString = file_get_contents(self::TEST_RESOURCES_DIR . '/ExampleResponsesNormalised/ExamplesPostTruncationByType.json') ?: ''; + self::$truncatedExamples = json_decode($exampleResponsesPostTruncationString, true) ?? []; } - if ($exampleResponseSchemas) { - $exampleResponseSchemasString = file_get_contents(self::TEST_RESOURCES_DIR . '/ExampleResponsesNormalised/ExamplesSchemasByType.json') ?: ''; - return json_decode($exampleResponseSchemasString, true) ?? []; + if ($onlyTruncated) { + return self::$truncatedExamples; } - if ($onlyExamplesThatWereTruncated) { - $exampleResponsesPostTruncationString = file_get_contents(self::TEST_RESOURCES_DIR . '/ExampleResponsesNormalised/ExamplesPostTruncationByType.json') ?: ''; - return json_decode($exampleResponsesPostTruncationString, true) ?? []; + // Return the normalised examples with any truncated examples overriding them + return array_merge(self::getNormalisedExamples(), self::$truncatedExamples); + } + + /** + * Get the map of example schemas. + * + * @return array The map of example schemas for a bunch of API endpoints. + * E.g. ['plugin.method' => ['json' => '...', 'xml' => '...', 'tsv' => '...']] + */ + private static function getExampleSchemas(): array + { + if (empty(self::$exampleSchemas)) { + $exampleResponseSchemasString = file_get_contents(self::TEST_RESOURCES_DIR . '/ExampleResponsesNormalised/ExamplesSchemasByType.json') ?: ''; + self::$exampleSchemas = json_decode($exampleResponseSchemasString, true) ?? []; } - $demoExampleResponsesString = file_get_contents(self::TEST_RESOURCES_DIR . '/ExampleResponsesNormalised/ExamplesFromDemoByType.json') ?: ''; - $localExampleResponsesString = file_get_contents(self::TEST_RESOURCES_DIR . '/ExampleResponsesNormalised/ExamplesFromLocalByType.json') ?: ''; - $demoJson = json_decode($demoExampleResponsesString, true) ?? []; - $localJson = json_decode($localExampleResponsesString, true) ?? []; - return array_merge($demoJson, $localJson); + return self::$exampleSchemas; } public function testGeneratePluginApiAnnotations(): void @@ -274,7 +312,7 @@ public function testGetResponseInfoFromDocBlock(): void { // TODO - Update to use resource file and/or dataprovider to test more than one comment block $expected = [ - 'type' => 'array' + 'type' => 'array', ]; $this->assertEquals($expected, $this->annotationGenerator->getResponseInfoFromDocBlock(self::EXAMPLE_API_METHOD_DOC_BLOCK1)); } @@ -297,7 +335,7 @@ public function testBuildVirtualPath(string $pathTemplate, string $pluginName, s /** * @return iterable<string, string, string, string> */ - public function getTestDataForBuildVirtualPath(): iterable + public static function getTestDataForBuildVirtualPath(): iterable { yield 'should be empty when all values are empty' => ['', '', '', '']; yield 'should be empty when template is empty' => ['', 'SomePlugin', 'SomeMethod', '']; @@ -729,14 +767,33 @@ public function testGetReportExampleUrlFromMetadata(): void $this->expectNotToPerformAssertions(); } - public function testConvertExampleXmlToObject(): void + /** + * @dataProvider getTestXmlExampleObjectData + * + * @param string $endpoint + * @param string $content + * @param string $expected + * + * @return void + * @throws \Exception + */ + public function testConvertExampleXmlToObject(string $endpoint, string $content, string $expected): void + { + $this->assertNotEmpty($content, 'The example response should not be empty for endpoint: ' . $endpoint); + $this->assertEquals($expected, json_encode($this->annotationGenerator->convertExampleXmlToObject($content)), "The converted XML was not as expected for endpoint $endpoint."); + } + + /** + * @return iterable<string, string, string> + * @throws \Exception + */ + public static function getTestXmlExampleObjectData(): iterable { - $normalisedMap = $this->getExampleResponsesMap(); + $normalisedMap = self::getNormalisedExamples(); foreach (self::EXAMPLE_API_ENDPOINTS as $endpoint) { - $content = $this->getRawExampleResponseForApiEndpoint($endpoint, 'xml'); - $this->assertNotEmpty($content, 'The example response should not be empty for endpoint: ' . $endpoint); + $content = self::getRawExampleResponseForApiEndpoint($endpoint, 'xml'); $expected = $normalisedMap[$endpoint]['xml'] ?? []; - $this->assertEquals($expected, json_encode($this->annotationGenerator->convertExampleXmlToObject($content)), "The converted XML was not as expected for endpoint $endpoint."); + yield "converted XML should match expected JSON for $endpoint endpoint" => [$endpoint, $content, $expected]; } } @@ -746,10 +803,32 @@ public function testDetermineResponses(): void $this->expectNotToPerformAssertions(); } - public function testCutExampleCloseToCharLimit(): void + /** + * @dataProvider getTestTruncatedExampleObjectData + * + * @param string $endpoint + * @param string $type + * @param string $normalisedExample + * @param string $expectedExample + * + * @return void + */ + public function testCutExampleCloseToCharLimit(string $endpoint, string $type, string $normalisedExample, string $expectedExample): void { - $truncatedMap = $this->getExampleResponsesMap(false, true); - $normalisedMap = $this->getExampleResponsesMap(); + $this->assertNotEmpty($normalisedExample, "The example response should not be empty for endpoint '$endpoint' and type '$type'."); + $result = $this->annotationGenerator->cutExampleCloseToCharLimit($normalisedExample, $type); + // Add a little wiggle room since the truncation isn't exact and might allow a little over the limit + $this->assertLessThanOrEqual(AnnotationGenerator::EXAMPLE_CHAR_LIMIT + 30, strlen($result), "The example response should not exceed the character limit for endpoint '$endpoint' and type '$type'."); + $this->assertEquals($expectedExample, $result, "The truncated example was not as expected for endpoint '$endpoint' and type '$type'."); + } + + /** + * @return iterable<string, string, string, string> + */ + public static function getTestTruncatedExampleObjectData(): iterable + { + $truncatedMap = self::getTruncatedExamples(); + $normalisedMap = self::getNormalisedExamples(); foreach (self::EXAMPLE_API_ENDPOINTS as $endpoint) { $normalisedExamples = $normalisedMap[$endpoint] ?? []; @@ -775,11 +854,7 @@ public function testCutExampleCloseToCharLimit(): void continue; } - $this->assertNotEmpty($normalisedExample, "The example response should not be empty for endpoint '$endpoint' and type '$type'."); - $result = $this->annotationGenerator->cutExampleCloseToCharLimit($normalisedExample, $type); - // Add a little wiggle room - $this->assertLessThanOrEqual(AnnotationGenerator::EXAMPLE_CHAR_LIMIT + 30, strlen($result), "The example response should not exceed the character limit for endpoint '$endpoint' and type '$type'."); - $this->assertEquals($expectedExample, $result, "The truncated example was not as expected for endpoint '$endpoint' and type '$type'."); + yield "truncated example should match expected JSON for $endpoint endpoint and $type type" => [$endpoint, $type, $normalisedExample, $expectedExample]; } } } @@ -796,20 +871,34 @@ public function testBuildPropertyAnnotationFromJsonExample(): void $this->expectNotToPerformAssertions(); } - public function testBuildSchemaAnnotationFromXmlExample(): void + /** + * @dataProvider getTestXmlSchemaData + * + * @param string $endpoint + * @param array $normalisedObject + * @param array $expected + * + * @return void + */ + public function testBuildSchemaAnnotationFromXmlExample(string $endpoint, array $normalisedObject, array $expected): void + { + $this->assertNotEmpty($normalisedObject, 'The decoded example response should not be empty for endpoint: ' . $endpoint); + $result = $this->annotationGenerator->buildSchemaAnnotationFromXmlExample($normalisedObject); + $this->assertEquals($expected, $result, "The XML schema was not as expected for endpoint $endpoint."); + } + + /** + * @return iterable<string, array, array> + */ + public static function getTestXmlSchemaData(): iterable { - $normalisedMap = $this->getExampleResponsesMap(); - $schemasMap = $this->getExampleResponsesMap(true); + $normalisedMap = self::getNormalisedExamples(); + $schemasMap = self::getExampleSchemas(); foreach (self::EXAMPLE_API_ENDPOINTS as $endpoint) { $normalisedString = $normalisedMap[$endpoint]['xml'] ?? ''; - $this->assertNotEmpty($normalisedString, 'The normalised example response should not be empty for endpoint: ' . $endpoint); $normalisedObject = json_decode($normalisedString, true) ?? []; - $this->assertNotEmpty($normalisedObject, 'The decoded example response should not be empty for endpoint: ' . $endpoint); $expected = json_decode($schemasMap[$endpoint]['xml'] ?? '', true) ?? []; - $result = $this->annotationGenerator->buildSchemaAnnotationFromXmlExample($normalisedObject); - $result = json_encode($result); - $expected = json_encode($expected); - $this->assertEquals($expected, $result, "The XML schema was not as expected for endpoint $endpoint."); + yield "should match expected XML schema for $endpoint endpoint" => [$endpoint, $normalisedObject, $expected]; } } @@ -834,7 +923,7 @@ public function testRemoveTrailingCommaFromLastLine(array $lines, array $expecte } /** - * @return iterable<array, array}> + * @return iterable<array, array> */ public function getTestDataForRemoveTrailingCommaFromLastLine(): iterable { @@ -871,7 +960,7 @@ public function getTestDataForRemoveTrailingCommaFromLastLine(): iterable ' )', ' )', ')', - ] + ], ]; } From 2e684649943d1d88e51c961e709fc782a9c36abc Mon Sep 17 00:00:00 2001 From: Jacob Ransom <jacob@innocraft.com> Date: Fri, 3 Oct 2025 23:17:59 +1300 Subject: [PATCH 09/12] Implementing more test cases --- Annotations/AnnotationGenerator.php | 13 ++-- OpenApiDocs.php | 1 + .../ExamplesSchemasByType.json | 16 ++-- tests/Unit/AnnotationGeneratorTest.php | 74 +++++++++++++++++-- 4 files changed, 84 insertions(+), 20 deletions(-) diff --git a/Annotations/AnnotationGenerator.php b/Annotations/AnnotationGenerator.php index ab681a5..bb5f7df 100644 --- a/Annotations/AnnotationGenerator.php +++ b/Annotations/AnnotationGenerator.php @@ -1561,12 +1561,13 @@ public function wrapStringWithQuotes(string $string, string $type, string $quote */ public function shouldIncludeDefault(string $type, string $default = NoDefaultValue::class): bool { - if ($default === NoDefaultValue::class) { - return false; - } - - // Don't use true or false for default if it's not a boolean type - if ($type !== 'boolean' && in_array(strtolower($default), ['false', 'true'])) { + if ( + $default === NoDefaultValue::class + || ($type === 'number' && !is_numeric($default)) + || ($type === 'integer' && !\ctype_digit($default)) + || ($type !== 'string' && $default === '') + || ($type !== 'boolean' && in_array(strtolower($default), ['false', 'true'])) + ) { return false; } diff --git a/OpenApiDocs.php b/OpenApiDocs.php index 445699a..466138e 100644 --- a/OpenApiDocs.php +++ b/OpenApiDocs.php @@ -15,6 +15,7 @@ class OpenApiDocs extends \Piwik\Plugin public const GENERATED_ANNOTATIONS_PATH = '/tmp/annotations/'; public const EXAMPLE_RESPONSES_PATH = '/tmp/responses/'; public const GENERATED_SPECS_PATH = '/tmp/specs/'; + public const AVAILABLE_PROPERTY_TYPES = ['string', 'number', 'integer', 'boolean', 'array', 'object', 'null']; public function registerEvents() { diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json index 792342e..9f93660 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json @@ -65,7 +65,7 @@ }, "CustomAlerts.getAlert": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"report_mediums\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"object\\\",\"]}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idalert\\\", type=\\\"integer\\\")\",\"2\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"login\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"period\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"report\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"report_condition\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"7\":\"@OA\\\\Property(property=\\\"report_matched\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"8\":\"@OA\\\\Property(property=\\\"metric\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"metric_condition\\\", type=\\\"string\\\")\",\"10\":\"@OA\\\\Property(property=\\\"metric_matched\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"compared_to\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"email_me\\\", type=\\\"integer\\\")\",\"13\":\"@OA\\\\Property(property=\\\"slack_channel_id\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\"}}" }, "CustomAlerts.getAlerts": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"report_mediums\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"object\\\",\"]}]}}]}", @@ -109,15 +109,15 @@ }, "MarketingCampaignsReporting.getContent": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"]}}}" }, "MarketingCampaignsReporting.getGroup": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=ecommerceOrder\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_subtotal\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_tax\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_shipping\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_discount\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"items\\\", type=\\\"integer\\\")\"]},\"8\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"10\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getId": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=ecommerceAbandonedCart\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"items\\\", type=\\\"integer\\\")\"]},\"8\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getKeyword": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", @@ -125,7 +125,7 @@ }, "MarketingCampaignsReporting.getMedium": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=2\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"8\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getName": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", @@ -133,14 +133,14 @@ }, "MarketingCampaignsReporting.getPlacement": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=ecommerceOrder\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_subtotal\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_tax\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_shipping\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_discount\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"items\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getSource": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=2\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getSourceMedium": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=2\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"idsubdatatable\\\", type=\\\"integer\\\")\"}}}}" } } diff --git a/tests/Unit/AnnotationGeneratorTest.php b/tests/Unit/AnnotationGeneratorTest.php index beac4d8..37235b8 100644 --- a/tests/Unit/AnnotationGeneratorTest.php +++ b/tests/Unit/AnnotationGeneratorTest.php @@ -16,6 +16,7 @@ use Piwik\API\DocumentationGenerator; use Piwik\API\NoDefaultValue; use Piwik\Plugins\OpenApiDocs\Annotations\AnnotationGenerator; +use Piwik\Plugins\OpenApiDocs\OpenApiDocs; /** * @group OpenApiDocs @@ -859,10 +860,35 @@ public static function getTestTruncatedExampleObjectData(): iterable } } - public function testBuildSchemaAnnotationFromJsonExample(): void + /** + * @dataProvider getTestJsonSchemaData + * + * @param string $endpoint + * @param array $normalisedObject + * @param array $expected + * + * @return void + */ + public function testBuildSchemaAnnotationFromJsonExample(string $endpoint, array $normalisedObject, array $expected): void { - // TODO - buildSchemaAnnotationFromJsonExample method - $this->expectNotToPerformAssertions(); + $this->assertNotEmpty($normalisedObject, 'The decoded example response should not be empty for endpoint: ' . $endpoint); + $result = $this->annotationGenerator->buildSchemaAnnotationFromJsonExample($normalisedObject); + $this->assertEquals($expected, $result, "The JSON schema was not as expected for endpoint $endpoint."); + } + + /** + * @return iterable<string, array, array> + */ + public static function getTestJsonSchemaData(): iterable + { + $normalisedMap = self::getNormalisedExamples(); + $schemasMap = self::getExampleSchemas(); + foreach (self::EXAMPLE_API_ENDPOINTS as $endpoint) { + $normalisedString = $normalisedMap[$endpoint]['json'] ?? ''; + $normalisedObject = json_decode($normalisedString, true) ?? []; + $expected = json_decode($schemasMap[$endpoint]['json'] ?? '', true) ?? []; + yield "should match expected JSON schema for $endpoint endpoint" => [$endpoint, $normalisedObject, $expected]; + } } public function testBuildPropertyAnnotationFromJsonExample(): void @@ -1017,10 +1043,46 @@ public function getTestDataForWrapStringWithQuotes(): iterable yield 'should ignore the custom quote character when array type' => ['30', 'array', '|', '30']; } - public function testShouldIncludeDefault(): void + /** + * @dataProvider getTestDataForTestShouldIncludeDefault + * + * @param string $type + * @param string $default + * @param bool $expected + * + * @return void + */ + public function testShouldIncludeDefault(string $type, string $default, bool $expected): void { - // TODO - shouldIncludeDefault method - $this->expectNotToPerformAssertions(); + $this->assertSame($expected, $this->annotationGenerator->shouldIncludeDefault($type, $default)); + } + + /** + * @return iterable<string, string, bool> + */ + public function getTestDataForTestShouldIncludeDefault(): iterable + { + yield 'should be false for empty strings' => ['', '', false]; + yield 'should be false for empty type and no default' => ['', NoDefaultValue::class, false]; + foreach (OpenApiDocs::AVAILABLE_PROPERTY_TYPES as $type) { + $emptyStringExpected = $type === 'string' ? 'true' : 'false'; + yield "should be $emptyStringExpected for $type type and empty string default" => [$type, '', $emptyStringExpected === 'true']; + yield "should be false for $type type and no default" => [$type, NoDefaultValue::class, false]; + $boolStringExpected = $type === 'boolean' ? 'true' : 'false'; + yield "should be $boolStringExpected for $type type and 'false' default" => [$type, 'false', $boolStringExpected === 'true']; + yield "should be $boolStringExpected for $type type and 'true' default" => [$type, 'true', $boolStringExpected === 'true']; + foreach (['0', '5', '10', '15', '20', '50', '99', '100', '999', '1000'] as $default) { + yield "should be true for $type type and '$default' default" => [$type, $default, true]; + } + foreach (['abc123', 'test', 'something', 'whatever', '{}', '[]', '{"key":"value"}'] as $default) { + $notNumber = !in_array($type, ['integer', 'number']) ? 'true' : 'false'; + yield "should be $notNumber for $type type and '$default' default" => [$type, $default, $notNumber === 'true']; + } + foreach (['1.1', '0.25', '60.45', '125.50', '10000.2', '1234567890.1234567890'] as $default) { + $notInteger = $type !== 'integer' ? 'true' : 'false'; + yield "should be $notInteger for $type type and '$default' default" => [$type, $default, $notInteger === 'true']; + } + } } public function testBuildSchemaObjectArrays(): void From a0e94716562bae4eb7ed5efc6dda33c1128e08f6 Mon Sep 17 00:00:00 2001 From: Jacob Ransom <jacob@innocraft.com> Date: Mon, 6 Oct 2025 12:33:53 +1300 Subject: [PATCH 10/12] Fixed schemas not including XML attributes --- Annotations/AnnotationGenerator.php | 41 ++++++++++++++++--- Annotations/GlobalApiComponents.php | 30 ++++++++++++-- .../CustomAlerts.deleteAlert.json | 1 + .../CustomAlerts.deleteAlert.xml | 4 ++ .../ExamplesFromDemoByType.json | 4 +- .../ExamplesFromLocalByType.json | 22 ++++++---- .../ExamplesPostTruncationByType.json | 2 +- .../ExamplesSchemasByType.json | 22 +++++----- tests/Unit/AnnotationGeneratorTest.php | 9 ++-- 9 files changed, 100 insertions(+), 35 deletions(-) create mode 100644 tests/Resources/ExampleResponses/CustomAlerts.deleteAlert.json create mode 100644 tests/Resources/ExampleResponses/CustomAlerts.deleteAlert.xml diff --git a/Annotations/AnnotationGenerator.php b/Annotations/AnnotationGenerator.php index bb5f7df..9c0db08 100644 --- a/Annotations/AnnotationGenerator.php +++ b/Annotations/AnnotationGenerator.php @@ -950,17 +950,23 @@ public function convertExampleXmlToObject(string $xml): array $root = new \SimpleXMLElement($xml); $toArray = function (\SimpleXMLElement $node) use (&$toArray) { - if (!count($node->children())) { + if (!count($node->children()) && !count($node->attributes())) { return trim((string)$node); } - // Group children by tag name; repeated names become arrays + + // Handle any attributes $grouped = []; + foreach ($node->attributes() as $attribute) { + $grouped['oaXmlAttributes'][] = [$attribute->getName() => (string) $attribute]; + } + + // Group children by tag name; repeated names become arrays foreach ($node->children() as $child) { $name = $child->getName(); $grouped[$name][] = $toArray($child); } return array_map(function ($items) { - return (count($items) === 1) ? $items[0] : $items; + return (count($items) === 1) ? array_pop($items) : $items; }, $grouped); }; @@ -1014,7 +1020,7 @@ protected function determineResponses(array $rules, string $plugin, string $meth // If the return type is void, use the generic response type if (empty($successArray['ref']) && !empty($returnType) && strval($returnType) === 'void') { - $successArray['ref'] = '#/components/responses/GenericSuccessNoBody'; + $successArray['ref'] = '#/components/responses/GenericSuccess'; } // If it's a generic type and there's no custom description, use one of the global generic responses @@ -1389,6 +1395,7 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v sprintf('type="%s",', $type), ]; + $hasAttributes = false; $childLines = []; // Recursively check if any of the children are arrays foreach ($values as $key => $value) { @@ -1397,6 +1404,13 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v continue; } + // Special handling for XML attributes + if ($key === 'oaXmlAttributes') { + $hasAttributes = true; + $childLines[] = $this->buildXmlAttributeSchemaLines($value); + continue; + } + // Handle nested arrays if (!is_string($key)) { if (!is_array(reset($value))) { @@ -1421,7 +1435,7 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v // Handle arrays of strings which don't have named properties $originalKeys = array_keys($originalValues); - if (!is_string(reset($originalKeys)) && !is_string(reset($values))) { + if (!is_string(reset($originalKeys)) && !is_string(reset($values)) && !$hasAttributes) { $itemProperties = ['type="string"']; } @@ -1431,6 +1445,23 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v return ['@OA\Property' => array_merge($propertyLines, $childLines)]; } + public function buildXmlAttributeSchemaLines(array $attributes): array + { + $attributeSchemaLines = []; + foreach ($attributes as $index => $attribute) { + $key = is_array($attribute) ? array_keys($attribute)[0] : $index; + $value = is_array($attribute) ? $attribute[$key] : $attribute; + $attributeSchemaLines[] = ['@OA\Property' => [ + "property=\"$key\",", + 'type="string",', + '@OA\Xml(attribute=true),', + "example=\"$value\"", + ]]; + } + + return $attributeSchemaLines; + } + /** * Take a list of lines and remove the trailing comma from the last line. * diff --git a/Annotations/GlobalApiComponents.php b/Annotations/GlobalApiComponents.php index b60a334..c2e886e 100644 --- a/Annotations/GlobalApiComponents.php +++ b/Annotations/GlobalApiComponents.php @@ -59,7 +59,29 @@ * additionalProperties=true, * @OA\Property(property="result", type="string", example="success"), * @OA\Property(property="message", type="string", example="ok"), - * @OA\Property(property="code", type="integer", example="200") + * @OA\Property(property="code", type="integer", example="200"), + * example={"result":"success","message":"ok"} + * ) + * + * @OA\Schema( + * schema="GenericSuccessXml", + * type="object", + * description="Generic Matomo success payload in XML.", + * required={"success"}, + * additionalProperties=true, + * @OA\Xml(name="result"), + * @OA\Property( + * property="success", + * type="object", + * @OA\Xml(name="success"), + * @OA\Property( + * property="message", + * type="string", + * @OA\Xml(attribute=true), + * example="ok" + * ) + * ), + * example={"success":{"message":"ok"}} * ) * * Generic Error object @@ -160,9 +182,9 @@ * response="GenericSuccess", * description="Generic 200 response", * @OA\JsonContent(ref="#/components/schemas/GenericSuccess"), - * @OA\XmlContent(ref="#/components/schemas/GenericSuccess"), - * @OA\MediaType(mediaType="text/plain", @OA\Schema(type="string"), example="Result: success"), - * @OA\MediaType(mediaType="text/html", @OA\Schema(type="string"), example="success") + * @OA\XmlContent(ref="#/components/schemas/GenericSuccessXml"), + * @OA\MediaType(mediaType="text/plain", @OA\Schema(type="string"), example="Success:ok"), + * @OA\MediaType(mediaType="text/html", @OA\Schema(type="string"), example="<!-- Success: ok -->") * ) * * @OA\Response( diff --git a/tests/Resources/ExampleResponses/CustomAlerts.deleteAlert.json b/tests/Resources/ExampleResponses/CustomAlerts.deleteAlert.json new file mode 100644 index 0000000..a529dc6 --- /dev/null +++ b/tests/Resources/ExampleResponses/CustomAlerts.deleteAlert.json @@ -0,0 +1 @@ +{"result":"success","message":"ok"} \ No newline at end of file diff --git a/tests/Resources/ExampleResponses/CustomAlerts.deleteAlert.xml b/tests/Resources/ExampleResponses/CustomAlerts.deleteAlert.xml new file mode 100644 index 0000000..e97142e --- /dev/null +++ b/tests/Resources/ExampleResponses/CustomAlerts.deleteAlert.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8" ?> +<result> + <success message="ok" /> +</result> \ No newline at end of file diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json index a57cebf..67eec38 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesFromDemoByType.json @@ -39,7 +39,7 @@ "tsv": "version\tmajor\tminor\trelease\tversionId\textra\n8.4.10\t8\t4\t10\t80410" }, "API.getProcessedReport": { - "xml": "{\"website\":\"Demo Site\",\"prettyDate\":\"Wednesday, October 1, 2025\",\"metadata\":{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},\"columns\":{\"label\":\"Country\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"revenue\":\"Revenue\"},\"reportData\":{\"row\":[{\"label\":\"United States\",\"nb_uniq_visitors\":\"1659\",\"nb_visits\":\"1781\",\"nb_actions\":\"4672\",\"nb_users\":\"1\",\"revenue\":\"$18,637.20\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:03:21\",\"bounce_rate\":\"63%\"},{\"label\":\"Australia\",\"nb_uniq_visitors\":\"741\",\"nb_visits\":\"803\",\"nb_actions\":\"1759\",\"nb_users\":\"0\",\"revenue\":\"$4,601.55\",\"nb_actions_per_visit\":\"2.2\",\"avg_time_on_site\":\"00:02:56\",\"bounce_rate\":\"64%\"},{\"label\":\"United Kingdom\",\"nb_uniq_visitors\":\"716\",\"nb_visits\":\"767\",\"nb_actions\":\"1828\",\"nb_users\":\"0\",\"revenue\":\"$3,169.65\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:03:08\",\"bounce_rate\":\"59%\"},{\"label\":\"Germany\",\"nb_uniq_visitors\":\"518\",\"nb_visits\":\"582\",\"nb_actions\":\"3780\",\"nb_users\":\"0\",\"revenue\":\"$21,046\",\"nb_actions_per_visit\":\"6.5\",\"avg_time_on_site\":\"00:12:02\",\"bounce_rate\":\"28%\"},{\"label\":\"Indonesia\",\"nb_uniq_visitors\":\"480\",\"nb_visits\":\"529\",\"nb_actions\":\"1117\",\"nb_users\":\"0\",\"revenue\":\"$203.80\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:35\",\"bounce_rate\":\"67%\"},{\"label\":\"Canada\",\"nb_uniq_visitors\":\"504\",\"nb_visits\":\"518\",\"nb_actions\":\"1026\",\"nb_users\":\"0\",\"revenue\":\"$1,995.60\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:02:12\",\"bounce_rate\":\"68%\"},{\"label\":\"Singapore\",\"nb_uniq_visitors\":\"324\",\"nb_visits\":\"362\",\"nb_actions\":\"683\",\"nb_users\":\"0\",\"revenue\":\"$14\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:02:13\",\"bounce_rate\":\"72%\"},{\"label\":\"Philippines\",\"nb_uniq_visitors\":\"345\",\"nb_visits\":\"359\",\"nb_actions\":\"575\",\"nb_users\":\"0\",\"revenue\":\"$15\",\"nb_actions_per_visit\":\"1.6\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"76%\"},{\"label\":\"Thailand\",\"nb_uniq_visitors\":\"296\",\"nb_visits\":\"309\",\"nb_actions\":\"662\",\"nb_users\":\"0\",\"revenue\":\"$10\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:33\",\"bounce_rate\":\"67%\"},{\"label\":\"Malaysia\",\"nb_uniq_visitors\":\"292\",\"nb_visits\":\"307\",\"nb_actions\":\"539\",\"nb_users\":\"0\",\"revenue\":\"$14\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"70%\"},{\"label\":\"India\",\"nb_uniq_visitors\":\"259\",\"nb_visits\":\"287\",\"nb_actions\":\"959\",\"nb_users\":\"0\",\"revenue\":\"$320.90\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:05:15\",\"bounce_rate\":\"53%\"},{\"label\":\"Netherlands\",\"nb_uniq_visitors\":\"199\",\"nb_visits\":\"220\",\"nb_actions\":\"1042\",\"nb_users\":\"0\",\"revenue\":\"$2,710.30\",\"nb_actions_per_visit\":\"4.7\",\"avg_time_on_site\":\"00:07:18\",\"bounce_rate\":\"42%\"},{\"label\":\"France\",\"nb_uniq_visitors\":\"165\",\"nb_visits\":\"184\",\"nb_actions\":\"899\",\"nb_users\":\"0\",\"revenue\":\"$6,600.45\",\"nb_actions_per_visit\":\"4.9\",\"avg_time_on_site\":\"00:06:46\",\"bounce_rate\":\"48%\"},{\"label\":\"Spain\",\"nb_uniq_visitors\":\"159\",\"nb_visits\":\"175\",\"nb_actions\":\"701\",\"nb_users\":\"0\",\"revenue\":\"$1,228.75\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:07:03\",\"bounce_rate\":\"49%\"},{\"label\":\"Switzerland\",\"nb_uniq_visitors\":\"147\",\"nb_visits\":\"159\",\"nb_actions\":\"711\",\"nb_users\":\"1\",\"revenue\":\"$5,523.80\",\"nb_actions_per_visit\":\"4.5\",\"avg_time_on_site\":\"00:06:43\",\"bounce_rate\":\"44%\"},{\"label\":\"Hong Kong SAR China\",\"nb_uniq_visitors\":\"134\",\"nb_visits\":\"145\",\"nb_actions\":\"331\",\"nb_users\":\"0\",\"revenue\":\"$508\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:02:44\",\"bounce_rate\":\"65%\"},{\"label\":\"Italy\",\"nb_uniq_visitors\":\"118\",\"nb_visits\":\"139\",\"nb_actions\":\"446\",\"nb_users\":\"1\",\"revenue\":\"$1,123.70\",\"nb_actions_per_visit\":\"3.2\",\"avg_time_on_site\":\"00:07:24\",\"bounce_rate\":\"48%\"},{\"label\":\"China\",\"nb_uniq_visitors\":\"102\",\"nb_visits\":\"129\",\"nb_actions\":\"769\",\"nb_users\":\"0\",\"revenue\":\"$4,303.45\",\"nb_actions_per_visit\":\"6\",\"avg_time_on_site\":\"00:13:47\",\"bounce_rate\":\"32%\"},{\"label\":\"New Zealand\",\"nb_uniq_visitors\":\"98\",\"nb_visits\":\"104\",\"nb_actions\":\"292\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.8\",\"avg_time_on_site\":\"00:02:53\",\"bounce_rate\":\"59%\"},{\"label\":\"Japan\",\"nb_uniq_visitors\":\"88\",\"nb_visits\":\"101\",\"nb_actions\":\"368\",\"nb_users\":\"0\",\"revenue\":\"$3,448.70\",\"nb_actions_per_visit\":\"3.6\",\"avg_time_on_site\":\"00:06:02\",\"bounce_rate\":\"53%\"},{\"label\":\"Sweden\",\"nb_uniq_visitors\":\"88\",\"nb_visits\":\"95\",\"nb_actions\":\"390\",\"nb_users\":\"0\",\"revenue\":\"$184\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:06:02\",\"bounce_rate\":\"49%\"},{\"label\":\"Egypt\",\"nb_uniq_visitors\":\"76\",\"nb_visits\":\"83\",\"nb_actions\":\"174\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:21\",\"bounce_rate\":\"64%\"},{\"label\":\"United Arab Emirates\",\"nb_uniq_visitors\":\"76\",\"nb_visits\":\"81\",\"nb_actions\":\"145\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:17\",\"bounce_rate\":\"73%\"},{\"label\":\"Vietnam\",\"nb_uniq_visitors\":\"66\",\"nb_visits\":\"81\",\"nb_actions\":\"429\",\"nb_users\":\"0\",\"revenue\":\"$1,040.90\",\"nb_actions_per_visit\":\"5.3\",\"avg_time_on_site\":\"00:09:09\",\"bounce_rate\":\"48%\"},{\"label\":\"South Africa\",\"nb_uniq_visitors\":\"72\",\"nb_visits\":\"78\",\"nb_actions\":\"229\",\"nb_users\":\"1\",\"revenue\":\"$54.90\",\"nb_actions_per_visit\":\"2.9\",\"avg_time_on_site\":\"00:05:21\",\"bounce_rate\":\"53%\"},{\"label\":\"Belgium\",\"nb_uniq_visitors\":\"68\",\"nb_visits\":\"74\",\"nb_actions\":\"186\",\"nb_users\":\"0\",\"revenue\":\"$110.95\",\"nb_actions_per_visit\":\"2.5\",\"avg_time_on_site\":\"00:02:03\",\"bounce_rate\":\"68%\"},{\"label\":\"Taiwan\",\"nb_uniq_visitors\":\"58\",\"nb_visits\":\"70\",\"nb_actions\":\"301\",\"nb_users\":\"0\",\"revenue\":\"$4\",\"nb_actions_per_visit\":\"4.3\",\"avg_time_on_site\":\"00:06:29\",\"bounce_rate\":\"47%\"},{\"label\":\"Poland\",\"nb_uniq_visitors\":\"61\",\"nb_visits\":\"68\",\"nb_actions\":\"279\",\"nb_users\":\"0\",\"revenue\":\"$124.85\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:06:39\",\"bounce_rate\":\"38%\"},{\"label\":\"Austria\",\"nb_uniq_visitors\":\"50\",\"nb_visits\":\"62\",\"nb_actions\":\"374\",\"nb_users\":\"0\",\"revenue\":\"$468.65\",\"nb_actions_per_visit\":\"6\",\"avg_time_on_site\":\"00:08:07\",\"bounce_rate\":\"39%\"},{\"label\":\"Denmark\",\"nb_uniq_visitors\":\"54\",\"nb_visits\":\"60\",\"nb_actions\":\"103\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:02:17\",\"bounce_rate\":\"72%\"},{\"label\":\"Russia\",\"nb_uniq_visitors\":\"50\",\"nb_visits\":\"59\",\"nb_actions\":\"248\",\"nb_users\":\"0\",\"revenue\":\"$1,003\",\"nb_actions_per_visit\":\"4.2\",\"avg_time_on_site\":\"00:08:22\",\"bounce_rate\":\"36%\"},{\"label\":\"Brazil\",\"nb_uniq_visitors\":\"51\",\"nb_visits\":\"58\",\"nb_actions\":\"356\",\"nb_users\":\"0\",\"revenue\":\"$184\",\"nb_actions_per_visit\":\"6.1\",\"avg_time_on_site\":\"00:10:03\",\"bounce_rate\":\"52%\"},{\"label\":\"Israel\",\"nb_uniq_visitors\":\"47\",\"nb_visits\":\"53\",\"nb_actions\":\"242\",\"nb_users\":\"0\",\"revenue\":\"$1,764.85\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:11:48\",\"bounce_rate\":\"49%\"},{\"label\":\"Norway\",\"nb_uniq_visitors\":\"45\",\"nb_visits\":\"53\",\"nb_actions\":\"177\",\"nb_users\":\"0\",\"revenue\":\"$1,663.75\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:03:29\",\"bounce_rate\":\"55%\"},{\"label\":\"Czechia\",\"nb_uniq_visitors\":\"48\",\"nb_visits\":\"50\",\"nb_actions\":\"121\",\"nb_users\":\"0\",\"revenue\":\"$295.90\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:01:38\",\"bounce_rate\":\"64%\"},{\"label\":\"Mexico\",\"nb_uniq_visitors\":\"47\",\"nb_visits\":\"49\",\"nb_actions\":\"176\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"3.6\",\"avg_time_on_site\":\"00:04:10\",\"bounce_rate\":\"65%\"},{\"label\":\"South Korea\",\"nb_uniq_visitors\":\"40\",\"nb_visits\":\"46\",\"nb_actions\":\"133\",\"nb_users\":\"0\",\"revenue\":\"$93\",\"nb_actions_per_visit\":\"2.9\",\"avg_time_on_site\":\"00:03:44\",\"bounce_rate\":\"59%\"},{\"label\":\"Finland\",\"nb_uniq_visitors\":\"35\",\"nb_visits\":\"37\",\"nb_actions\":\"123\",\"nb_users\":\"0\",\"revenue\":\"$42.90\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:07:16\",\"bounce_rate\":\"54%\"},{\"label\":\"Ireland\",\"nb_uniq_visitors\":\"30\",\"nb_visits\":\"33\",\"nb_actions\":\"85\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:02:42\",\"bounce_rate\":\"64%\"},{\"label\":\"Saudi Arabia\",\"nb_uniq_visitors\":\"27\",\"nb_visits\":\"31\",\"nb_actions\":\"64\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:52\",\"bounce_rate\":\"52%\"},{\"label\":\"Maldives\",\"nb_uniq_visitors\":\"29\",\"nb_visits\":\"30\",\"nb_actions\":\"68\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:01:56\",\"bounce_rate\":\"73%\",\"revenue\":\"$0\"},{\"label\":\"Ukraine\",\"nb_uniq_visitors\":\"25\",\"nb_visits\":\"28\",\"nb_actions\":\"107\",\"nb_users\":\"0\",\"revenue\":\"$500\",\"nb_actions_per_visit\":\"3.8\",\"avg_time_on_site\":\"00:04:57\",\"bounce_rate\":\"54%\"},{\"label\":\"T\\u00fcrkiye\",\"nb_uniq_visitors\":\"21\",\"nb_visits\":\"26\",\"nb_actions\":\"88\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3.4\",\"avg_time_on_site\":\"00:04:10\",\"bounce_rate\":\"35%\"},{\"label\":\"Greece\",\"nb_uniq_visitors\":\"22\",\"nb_visits\":\"23\",\"nb_actions\":\"52\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:02:17\",\"bounce_rate\":\"57%\"},{\"label\":\"Jordan\",\"nb_uniq_visitors\":\"20\",\"nb_visits\":\"22\",\"nb_actions\":\"54\",\"nb_users\":\"0\",\"revenue\":\"$109.95\",\"nb_actions_per_visit\":\"2.5\",\"avg_time_on_site\":\"00:01:54\",\"bounce_rate\":\"73%\"},{\"label\":\"Romania\",\"nb_uniq_visitors\":\"15\",\"nb_visits\":\"22\",\"nb_actions\":\"96\",\"nb_users\":\"0\",\"revenue\":\"$249.90\",\"nb_actions_per_visit\":\"4.4\",\"avg_time_on_site\":\"00:05:59\",\"bounce_rate\":\"41%\"},{\"label\":\"Iran\",\"nb_uniq_visitors\":\"17\",\"nb_visits\":\"21\",\"nb_actions\":\"113\",\"nb_users\":\"0\",\"revenue\":\"$39.90\",\"nb_actions_per_visit\":\"5.4\",\"avg_time_on_site\":\"00:06:35\",\"bounce_rate\":\"14%\"},{\"label\":\"Fiji\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"20\",\"nb_actions\":\"30\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:00:34\",\"bounce_rate\":\"70%\"},{\"label\":\"Portugal\",\"nb_uniq_visitors\":\"19\",\"nb_visits\":\"20\",\"nb_actions\":\"132\",\"nb_users\":\"0\",\"revenue\":\"$502\",\"nb_actions_per_visit\":\"6.6\",\"avg_time_on_site\":\"00:13:20\",\"bounce_rate\":\"40%\"},{\"label\":\"Argentina\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"19\",\"nb_actions\":\"76\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:05:22\",\"bounce_rate\":\"47%\"},{\"label\":\"Costa Rica\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"19\",\"nb_actions\":\"29\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:01:25\",\"bounce_rate\":\"84%\"},{\"label\":\"Cambodia\",\"nb_uniq_visitors\":\"16\",\"nb_visits\":\"18\",\"nb_actions\":\"39\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.2\",\"avg_time_on_site\":\"00:01:50\",\"bounce_rate\":\"67%\",\"revenue\":\"$0\"},{\"label\":\"Sri Lanka\",\"nb_uniq_visitors\":\"16\",\"nb_visits\":\"18\",\"nb_actions\":\"58\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"3.2\",\"avg_time_on_site\":\"00:04:40\",\"bounce_rate\":\"56%\"},{\"label\":\"Hungary\",\"nb_uniq_visitors\":\"14\",\"nb_visits\":\"16\",\"nb_actions\":\"73\",\"nb_users\":\"0\",\"revenue\":\"$267\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:12:19\",\"bounce_rate\":\"31%\"},{\"label\":\"Qatar\",\"nb_uniq_visitors\":\"15\",\"nb_visits\":\"16\",\"nb_actions\":\"27\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:04:16\",\"bounce_rate\":\"69%\",\"revenue\":\"$0\"},{\"label\":\"Slovenia\",\"nb_uniq_visitors\":\"13\",\"nb_visits\":\"14\",\"nb_actions\":\"28\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:02:05\",\"bounce_rate\":\"64%\"},{\"label\":\"Cyprus\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"13\",\"nb_actions\":\"37\",\"nb_users\":\"0\",\"revenue\":\"$8\",\"nb_actions_per_visit\":\"2.8\",\"avg_time_on_site\":\"00:05:11\",\"bounce_rate\":\"15%\"},{\"label\":\"Malta\",\"nb_uniq_visitors\":\"12\",\"nb_visits\":\"12\",\"nb_actions\":\"20\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:04:09\",\"bounce_rate\":\"67%\"},{\"label\":\"Bulgaria\",\"nb_uniq_visitors\":\"11\",\"nb_visits\":\"11\",\"nb_actions\":\"21\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:03:19\",\"bounce_rate\":\"73%\"},{\"label\":\"Myanmar (Burma)\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"10\",\"nb_actions\":\"13\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.3\",\"avg_time_on_site\":\"00:00:44\",\"bounce_rate\":\"70%\",\"revenue\":\"$0\"},{\"label\":\"Brunei\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"19\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:28\",\"bounce_rate\":\"67%\"},{\"label\":\"Croatia\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"17\",\"nb_users\":\"1\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:04:22\",\"bounce_rate\":\"67%\"},{\"label\":\"Dominican Republic\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"56%\"},{\"label\":\"Kuwait\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"22\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:01:54\",\"bounce_rate\":\"56%\",\"revenue\":\"$0\"},{\"label\":\"Morocco\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"59\",\"nb_users\":\"0\",\"revenue\":\"$179\",\"nb_actions_per_visit\":\"6.6\",\"avg_time_on_site\":\"00:14:57\",\"bounce_rate\":\"22%\"},{\"label\":\"Serbia\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"40\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"4.4\",\"avg_time_on_site\":\"00:02:11\",\"bounce_rate\":\"44%\",\"revenue\":\"$0\"},{\"label\":\"Slovakia\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"28\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3.1\",\"avg_time_on_site\":\"00:04:52\",\"bounce_rate\":\"56%\"},{\"label\":\"Caribbean Netherlands\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"9\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.1\",\"avg_time_on_site\":\"00:00:53\",\"bounce_rate\":\"88%\",\"revenue\":\"$0\"},{\"label\":\"Colombia\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"8\",\"nb_actions\":\"12\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:03:08\",\"bounce_rate\":\"63%\"},{\"label\":\"Guatemala\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"37\",\"nb_users\":\"0\",\"revenue\":\"$295.90\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:05:16\",\"bounce_rate\":\"50%\"},{\"label\":\"Luxembourg\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"9\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.1\",\"avg_time_on_site\":\"00:00:31\",\"bounce_rate\":\"88%\",\"revenue\":\"$0\"},{\"label\":\"Oman\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"18\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:01:31\",\"bounce_rate\":\"63%\"},{\"label\":\"Pakistan\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"8\",\"nb_actions\":\"21\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:05:09\",\"bounce_rate\":\"50%\"},{\"label\":\"Belize\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"11\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"1.6\",\"avg_time_on_site\":\"00:00:21\",\"bounce_rate\":\"71%\"},{\"label\":\"Lithuania\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.4\",\"avg_time_on_site\":\"00:00:08\",\"bounce_rate\":\"57%\"},{\"label\":\"Mauritius\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"29\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:03:41\",\"bounce_rate\":\"14%\",\"revenue\":\"$0\"},{\"label\":\"Bahrain\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"14\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:03:07\",\"bounce_rate\":\"50%\"},{\"label\":\"Chile\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:03:22\",\"bounce_rate\":\"83%\",\"revenue\":\"$0\"},{\"label\":\"Estonia\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"14\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:00:48\",\"bounce_rate\":\"83%\",\"revenue\":\"$0\"},{\"label\":\"Latvia\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"34\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"5.7\",\"avg_time_on_site\":\"00:03:01\",\"bounce_rate\":\"0%\"},{\"label\":\"Panama\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Unknown\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:00:33\",\"bounce_rate\":\"67%\"},{\"label\":\"Bangladesh\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Kenya\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:01:44\",\"bounce_rate\":\"20%\"},{\"label\":\"Lebanon\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"New Caledonia\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3\",\"avg_time_on_site\":\"00:05:32\",\"bounce_rate\":\"60%\"},{\"label\":\"Uruguay\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"43\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"8.6\",\"avg_time_on_site\":\"00:23:24\",\"bounce_rate\":\"60%\",\"revenue\":\"$0\"},{\"label\":\"Bahamas\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$5\",\"nb_actions_per_visit\":\"3.8\",\"avg_time_on_site\":\"00:03:24\",\"bounce_rate\":\"75%\"},{\"label\":\"Laos\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:02:44\",\"bounce_rate\":\"50%\",\"revenue\":\"$0\"},{\"label\":\"Nigeria\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"4\",\"nb_actions\":\"26\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"6.5\",\"avg_time_on_site\":\"00:16:45\",\"bounce_rate\":\"25%\"},{\"label\":\"Uganda\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"7\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:39\",\"bounce_rate\":\"50%\",\"revenue\":\"$0\"},{\"label\":\"Andorra\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"3\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:03:30\",\"bounce_rate\":\"33%\",\"revenue\":\"$0\"},{\"label\":\"Cuba\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Ecuador\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"42\",\"nb_users\":\"0\",\"revenue\":\"$35.95\",\"nb_actions_per_visit\":\"14\",\"avg_time_on_site\":\"00:04:40\",\"bounce_rate\":\"33%\"},{\"label\":\"French Polynesia\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Peru\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Tunisia\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"7\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:03:01\",\"bounce_rate\":\"33%\"},{\"label\":\"U.S. Virgin Islands\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:00:18\",\"bounce_rate\":\"67%\"},{\"label\":\"Zimbabwe\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"3\",\"nb_actions\":\"4\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.3\",\"avg_time_on_site\":\"00:01:32\",\"bounce_rate\":\"67%\",\"revenue\":\"$0\"},{\"label\":\"Afghanistan\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"2\",\"nb_actions\":\"8\",\"nb_users\":\"0\",\"revenue\":\"$109.95\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:09:19\",\"bounce_rate\":\"0%\"}]},\"reportMetadata\":{\"row\":[{\"code\":\"us\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/us.png\",\"segment\":\"countryCode==us\",\"logoHeight\":\"16\"},{\"code\":\"au\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/au.png\",\"segment\":\"countryCode==au\",\"logoHeight\":\"16\"},{\"code\":\"gb\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gb.png\",\"segment\":\"countryCode==gb\",\"logoHeight\":\"16\"},{\"code\":\"de\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/de.png\",\"segment\":\"countryCode==de\",\"logoHeight\":\"16\"},{\"code\":\"id\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/id.png\",\"segment\":\"countryCode==id\",\"logoHeight\":\"16\"},{\"code\":\"ca\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ca.png\",\"segment\":\"countryCode==ca\",\"logoHeight\":\"16\"},{\"code\":\"sg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sg.png\",\"segment\":\"countryCode==sg\",\"logoHeight\":\"16\"},{\"code\":\"ph\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ph.png\",\"segment\":\"countryCode==ph\",\"logoHeight\":\"16\"},{\"code\":\"th\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/th.png\",\"segment\":\"countryCode==th\",\"logoHeight\":\"16\"},{\"code\":\"my\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/my.png\",\"segment\":\"countryCode==my\",\"logoHeight\":\"16\"},{\"code\":\"in\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/in.png\",\"segment\":\"countryCode==in\",\"logoHeight\":\"16\"},{\"code\":\"nl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nl.png\",\"segment\":\"countryCode==nl\",\"logoHeight\":\"16\"},{\"code\":\"fr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fr.png\",\"segment\":\"countryCode==fr\",\"logoHeight\":\"16\"},{\"code\":\"es\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/es.png\",\"segment\":\"countryCode==es\",\"logoHeight\":\"16\"},{\"code\":\"ch\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ch.png\",\"segment\":\"countryCode==ch\",\"logoHeight\":\"16\"},{\"code\":\"hk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hk.png\",\"segment\":\"countryCode==hk\",\"logoHeight\":\"16\"},{\"code\":\"it\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/it.png\",\"segment\":\"countryCode==it\",\"logoHeight\":\"16\"},{\"code\":\"cn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cn.png\",\"segment\":\"countryCode==cn\",\"logoHeight\":\"16\"},{\"code\":\"nz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nz.png\",\"segment\":\"countryCode==nz\",\"logoHeight\":\"16\"},{\"code\":\"jp\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/jp.png\",\"segment\":\"countryCode==jp\",\"logoHeight\":\"16\"},{\"code\":\"se\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/se.png\",\"segment\":\"countryCode==se\",\"logoHeight\":\"16\"},{\"code\":\"eg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/eg.png\",\"segment\":\"countryCode==eg\",\"logoHeight\":\"16\"},{\"code\":\"ae\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ae.png\",\"segment\":\"countryCode==ae\",\"logoHeight\":\"16\"},{\"code\":\"vn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/vn.png\",\"segment\":\"countryCode==vn\",\"logoHeight\":\"16\"},{\"code\":\"za\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/za.png\",\"segment\":\"countryCode==za\",\"logoHeight\":\"16\"},{\"code\":\"be\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/be.png\",\"segment\":\"countryCode==be\",\"logoHeight\":\"16\"},{\"code\":\"tw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tw.png\",\"segment\":\"countryCode==tw\",\"logoHeight\":\"16\"},{\"code\":\"pl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pl.png\",\"segment\":\"countryCode==pl\",\"logoHeight\":\"16\"},{\"code\":\"at\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/at.png\",\"segment\":\"countryCode==at\",\"logoHeight\":\"16\"},{\"code\":\"dk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/dk.png\",\"segment\":\"countryCode==dk\",\"logoHeight\":\"16\"},{\"code\":\"ru\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ru.png\",\"segment\":\"countryCode==ru\",\"logoHeight\":\"16\"},{\"code\":\"br\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/br.png\",\"segment\":\"countryCode==br\",\"logoHeight\":\"16\"},{\"code\":\"il\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/il.png\",\"segment\":\"countryCode==il\",\"logoHeight\":\"16\"},{\"code\":\"no\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/no.png\",\"segment\":\"countryCode==no\",\"logoHeight\":\"16\"},{\"code\":\"cz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cz.png\",\"segment\":\"countryCode==cz\",\"logoHeight\":\"16\"},{\"code\":\"mx\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mx.png\",\"segment\":\"countryCode==mx\",\"logoHeight\":\"16\"},{\"code\":\"kr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kr.png\",\"segment\":\"countryCode==kr\",\"logoHeight\":\"16\"},{\"code\":\"fi\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fi.png\",\"segment\":\"countryCode==fi\",\"logoHeight\":\"16\"},{\"code\":\"ie\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ie.png\",\"segment\":\"countryCode==ie\",\"logoHeight\":\"16\"},{\"code\":\"sa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sa.png\",\"segment\":\"countryCode==sa\",\"logoHeight\":\"16\"},{\"code\":\"mv\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mv.png\",\"segment\":\"countryCode==mv\",\"logoHeight\":\"16\"},{\"code\":\"ua\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ua.png\",\"segment\":\"countryCode==ua\",\"logoHeight\":\"16\"},{\"code\":\"tr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tr.png\",\"segment\":\"countryCode==tr\",\"logoHeight\":\"16\"},{\"code\":\"gr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gr.png\",\"segment\":\"countryCode==gr\",\"logoHeight\":\"16\"},{\"code\":\"jo\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/jo.png\",\"segment\":\"countryCode==jo\",\"logoHeight\":\"16\"},{\"code\":\"ro\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ro.png\",\"segment\":\"countryCode==ro\",\"logoHeight\":\"16\"},{\"code\":\"ir\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ir.png\",\"segment\":\"countryCode==ir\",\"logoHeight\":\"16\"},{\"code\":\"fj\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fj.png\",\"segment\":\"countryCode==fj\",\"logoHeight\":\"16\"},{\"code\":\"pt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pt.png\",\"segment\":\"countryCode==pt\",\"logoHeight\":\"16\"},{\"code\":\"ar\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ar.png\",\"segment\":\"countryCode==ar\",\"logoHeight\":\"16\"},{\"code\":\"cr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cr.png\",\"segment\":\"countryCode==cr\",\"logoHeight\":\"16\"},{\"code\":\"kh\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kh.png\",\"segment\":\"countryCode==kh\",\"logoHeight\":\"16\"},{\"code\":\"lk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lk.png\",\"segment\":\"countryCode==lk\",\"logoHeight\":\"16\"},{\"code\":\"hu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hu.png\",\"segment\":\"countryCode==hu\",\"logoHeight\":\"16\"},{\"code\":\"qa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/qa.png\",\"segment\":\"countryCode==qa\",\"logoHeight\":\"16\"},{\"code\":\"si\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/si.png\",\"segment\":\"countryCode==si\",\"logoHeight\":\"16\"},{\"code\":\"cy\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cy.png\",\"segment\":\"countryCode==cy\",\"logoHeight\":\"16\"},{\"code\":\"mt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mt.png\",\"segment\":\"countryCode==mt\",\"logoHeight\":\"16\"},{\"code\":\"bg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bg.png\",\"segment\":\"countryCode==bg\",\"logoHeight\":\"16\"},{\"code\":\"mm\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mm.png\",\"segment\":\"countryCode==mm\",\"logoHeight\":\"16\"},{\"code\":\"bn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bn.png\",\"segment\":\"countryCode==bn\",\"logoHeight\":\"16\"},{\"code\":\"hr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hr.png\",\"segment\":\"countryCode==hr\",\"logoHeight\":\"16\"},{\"code\":\"do\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/do.png\",\"segment\":\"countryCode==do\",\"logoHeight\":\"16\"},{\"code\":\"kw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kw.png\",\"segment\":\"countryCode==kw\",\"logoHeight\":\"16\"},{\"code\":\"ma\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ma.png\",\"segment\":\"countryCode==ma\",\"logoHeight\":\"16\"},{\"code\":\"rs\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/rs.png\",\"segment\":\"countryCode==rs\",\"logoHeight\":\"16\"},{\"code\":\"sk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sk.png\",\"segment\":\"countryCode==sk\",\"logoHeight\":\"16\"},{\"code\":\"bq\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bq.png\",\"segment\":\"countryCode==bq\",\"logoHeight\":\"16\"},{\"code\":\"co\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/co.png\",\"segment\":\"countryCode==co\",\"logoHeight\":\"16\"},{\"code\":\"gt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gt.png\",\"segment\":\"countryCode==gt\",\"logoHeight\":\"16\"},{\"code\":\"lu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lu.png\",\"segment\":\"countryCode==lu\",\"logoHeight\":\"16\"},{\"code\":\"om\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/om.png\",\"segment\":\"countryCode==om\",\"logoHeight\":\"16\"},{\"code\":\"pk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pk.png\",\"segment\":\"countryCode==pk\",\"logoHeight\":\"16\"},{\"code\":\"bz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bz.png\",\"segment\":\"countryCode==bz\",\"logoHeight\":\"16\"},{\"code\":\"lt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lt.png\",\"segment\":\"countryCode==lt\",\"logoHeight\":\"16\"},{\"code\":\"mu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mu.png\",\"segment\":\"countryCode==mu\",\"logoHeight\":\"16\"},{\"code\":\"bh\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bh.png\",\"segment\":\"countryCode==bh\",\"logoHeight\":\"16\"},{\"code\":\"cl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cl.png\",\"segment\":\"countryCode==cl\",\"logoHeight\":\"16\"},{\"code\":\"ee\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ee.png\",\"segment\":\"countryCode==ee\",\"logoHeight\":\"16\"},{\"code\":\"lv\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lv.png\",\"segment\":\"countryCode==lv\",\"logoHeight\":\"16\"},{\"code\":\"pa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pa.png\",\"segment\":\"countryCode==pa\",\"logoHeight\":\"16\"},{\"code\":\"xx\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/xx.png\",\"segment\":\"countryCode==xx\",\"logoHeight\":\"16\"},{\"code\":\"bd\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bd.png\",\"segment\":\"countryCode==bd\",\"logoHeight\":\"16\"},{\"code\":\"ke\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ke.png\",\"segment\":\"countryCode==ke\",\"logoHeight\":\"16\"},{\"code\":\"lb\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lb.png\",\"segment\":\"countryCode==lb\",\"logoHeight\":\"16\"},{\"code\":\"nc\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nc.png\",\"segment\":\"countryCode==nc\",\"logoHeight\":\"16\"},{\"code\":\"uy\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/uy.png\",\"segment\":\"countryCode==uy\",\"logoHeight\":\"16\"},{\"code\":\"bs\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bs.png\",\"segment\":\"countryCode==bs\",\"logoHeight\":\"16\"},{\"code\":\"la\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/la.png\",\"segment\":\"countryCode==la\",\"logoHeight\":\"16\"},{\"code\":\"ng\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ng.png\",\"segment\":\"countryCode==ng\",\"logoHeight\":\"16\"},{\"code\":\"ug\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ug.png\",\"segment\":\"countryCode==ug\",\"logoHeight\":\"16\"},{\"code\":\"ad\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ad.png\",\"segment\":\"countryCode==ad\",\"logoHeight\":\"16\"},{\"code\":\"cu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cu.png\",\"segment\":\"countryCode==cu\",\"logoHeight\":\"16\"},{\"code\":\"ec\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ec.png\",\"segment\":\"countryCode==ec\",\"logoHeight\":\"16\"},{\"code\":\"pf\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pf.png\",\"segment\":\"countryCode==pf\",\"logoHeight\":\"16\"},{\"code\":\"pe\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pe.png\",\"segment\":\"countryCode==pe\",\"logoHeight\":\"16\"},{\"code\":\"tn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tn.png\",\"segment\":\"countryCode==tn\",\"logoHeight\":\"16\"},{\"code\":\"vi\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/vi.png\",\"segment\":\"countryCode==vi\",\"logoHeight\":\"16\"},{\"code\":\"zw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/zw.png\",\"segment\":\"countryCode==zw\",\"logoHeight\":\"16\"},{\"code\":\"af\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/af.png\",\"segment\":\"countryCode==af\",\"logoHeight\":\"16\"}]},\"reportTotal\":{\"nb_uniq_visitors\":\"9033\",\"nb_visits\":\"9834\",\"nb_actions\":\"29400\",\"nb_users\":\"5\",\"max_actions\":\"76\",\"sum_visit_length\":\"2556198\",\"bounce_count\":\"5763\",\"nb_visits_converted\":\"915\",\"goals\":{\"row\":[{\"nb_conversions\":\"906\",\"nb_visits_converted\":\"906\",\"revenue\":\"181419.15\",\"items\":\"1329\"},{\"nb_conversions\":\"405\",\"nb_visits_converted\":\"390\",\"revenue\":\"84366.05\",\"revenue_subtotal\":\"97819.33\",\"revenue_tax\":\"1989.21\",\"revenue_shipping\":\"0\",\"revenue_discount\":\"6198.09\",\"items\":\"525\"},{\"nb_conversions\":\"17\",\"nb_visits_converted\":\"17\",\"revenue\":\"17\"},{\"nb_conversions\":\"16\",\"nb_visits_converted\":\"16\",\"revenue\":\"80\"},{\"nb_conversions\":\"34\",\"nb_visits_converted\":\"34\",\"revenue\":\"68\"},{\"nb_conversions\":\"338\",\"nb_visits_converted\":\"338\",\"revenue\":\"338\"},{\"nb_conversions\":\"135\",\"nb_visits_converted\":\"135\",\"revenue\":\"0\"},{\"nb_conversions\":\"9\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"},{\"nb_conversions\":\"8\",\"nb_visits_converted\":\"8\",\"revenue\":\"0\"}]},\"nb_conversions\":\"962\",\"revenue\":\"84869.05\",\"nb_actions_per_visit\":\"3\"},\"timerMillis\":\"93\"}", + "xml": "{\"website\":\"Demo Site\",\"prettyDate\":\"Wednesday, October 1, 2025\",\"metadata\":{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},\"columns\":{\"label\":\"Country\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"revenue\":\"Revenue\"},\"reportData\":{\"row\":[{\"label\":\"United States\",\"nb_uniq_visitors\":\"1659\",\"nb_visits\":\"1781\",\"nb_actions\":\"4672\",\"nb_users\":\"1\",\"revenue\":\"$18,637.20\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:03:21\",\"bounce_rate\":\"63%\"},{\"label\":\"Australia\",\"nb_uniq_visitors\":\"741\",\"nb_visits\":\"803\",\"nb_actions\":\"1759\",\"nb_users\":\"0\",\"revenue\":\"$4,601.55\",\"nb_actions_per_visit\":\"2.2\",\"avg_time_on_site\":\"00:02:56\",\"bounce_rate\":\"64%\"},{\"label\":\"United Kingdom\",\"nb_uniq_visitors\":\"716\",\"nb_visits\":\"767\",\"nb_actions\":\"1828\",\"nb_users\":\"0\",\"revenue\":\"$3,169.65\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:03:08\",\"bounce_rate\":\"59%\"},{\"label\":\"Germany\",\"nb_uniq_visitors\":\"518\",\"nb_visits\":\"582\",\"nb_actions\":\"3780\",\"nb_users\":\"0\",\"revenue\":\"$21,046\",\"nb_actions_per_visit\":\"6.5\",\"avg_time_on_site\":\"00:12:02\",\"bounce_rate\":\"28%\"},{\"label\":\"Indonesia\",\"nb_uniq_visitors\":\"480\",\"nb_visits\":\"529\",\"nb_actions\":\"1117\",\"nb_users\":\"0\",\"revenue\":\"$203.80\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:35\",\"bounce_rate\":\"67%\"},{\"label\":\"Canada\",\"nb_uniq_visitors\":\"504\",\"nb_visits\":\"518\",\"nb_actions\":\"1026\",\"nb_users\":\"0\",\"revenue\":\"$1,995.60\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:02:12\",\"bounce_rate\":\"68%\"},{\"label\":\"Singapore\",\"nb_uniq_visitors\":\"324\",\"nb_visits\":\"362\",\"nb_actions\":\"683\",\"nb_users\":\"0\",\"revenue\":\"$14\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:02:13\",\"bounce_rate\":\"72%\"},{\"label\":\"Philippines\",\"nb_uniq_visitors\":\"345\",\"nb_visits\":\"359\",\"nb_actions\":\"575\",\"nb_users\":\"0\",\"revenue\":\"$15\",\"nb_actions_per_visit\":\"1.6\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"76%\"},{\"label\":\"Thailand\",\"nb_uniq_visitors\":\"296\",\"nb_visits\":\"309\",\"nb_actions\":\"662\",\"nb_users\":\"0\",\"revenue\":\"$10\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:33\",\"bounce_rate\":\"67%\"},{\"label\":\"Malaysia\",\"nb_uniq_visitors\":\"292\",\"nb_visits\":\"307\",\"nb_actions\":\"539\",\"nb_users\":\"0\",\"revenue\":\"$14\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"70%\"},{\"label\":\"India\",\"nb_uniq_visitors\":\"259\",\"nb_visits\":\"287\",\"nb_actions\":\"959\",\"nb_users\":\"0\",\"revenue\":\"$320.90\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:05:15\",\"bounce_rate\":\"53%\"},{\"label\":\"Netherlands\",\"nb_uniq_visitors\":\"199\",\"nb_visits\":\"220\",\"nb_actions\":\"1042\",\"nb_users\":\"0\",\"revenue\":\"$2,710.30\",\"nb_actions_per_visit\":\"4.7\",\"avg_time_on_site\":\"00:07:18\",\"bounce_rate\":\"42%\"},{\"label\":\"France\",\"nb_uniq_visitors\":\"165\",\"nb_visits\":\"184\",\"nb_actions\":\"899\",\"nb_users\":\"0\",\"revenue\":\"$6,600.45\",\"nb_actions_per_visit\":\"4.9\",\"avg_time_on_site\":\"00:06:46\",\"bounce_rate\":\"48%\"},{\"label\":\"Spain\",\"nb_uniq_visitors\":\"159\",\"nb_visits\":\"175\",\"nb_actions\":\"701\",\"nb_users\":\"0\",\"revenue\":\"$1,228.75\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:07:03\",\"bounce_rate\":\"49%\"},{\"label\":\"Switzerland\",\"nb_uniq_visitors\":\"147\",\"nb_visits\":\"159\",\"nb_actions\":\"711\",\"nb_users\":\"1\",\"revenue\":\"$5,523.80\",\"nb_actions_per_visit\":\"4.5\",\"avg_time_on_site\":\"00:06:43\",\"bounce_rate\":\"44%\"},{\"label\":\"Hong Kong SAR China\",\"nb_uniq_visitors\":\"134\",\"nb_visits\":\"145\",\"nb_actions\":\"331\",\"nb_users\":\"0\",\"revenue\":\"$508\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:02:44\",\"bounce_rate\":\"65%\"},{\"label\":\"Italy\",\"nb_uniq_visitors\":\"118\",\"nb_visits\":\"139\",\"nb_actions\":\"446\",\"nb_users\":\"1\",\"revenue\":\"$1,123.70\",\"nb_actions_per_visit\":\"3.2\",\"avg_time_on_site\":\"00:07:24\",\"bounce_rate\":\"48%\"},{\"label\":\"China\",\"nb_uniq_visitors\":\"102\",\"nb_visits\":\"129\",\"nb_actions\":\"769\",\"nb_users\":\"0\",\"revenue\":\"$4,303.45\",\"nb_actions_per_visit\":\"6\",\"avg_time_on_site\":\"00:13:47\",\"bounce_rate\":\"32%\"},{\"label\":\"New Zealand\",\"nb_uniq_visitors\":\"98\",\"nb_visits\":\"104\",\"nb_actions\":\"292\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.8\",\"avg_time_on_site\":\"00:02:53\",\"bounce_rate\":\"59%\"},{\"label\":\"Japan\",\"nb_uniq_visitors\":\"88\",\"nb_visits\":\"101\",\"nb_actions\":\"368\",\"nb_users\":\"0\",\"revenue\":\"$3,448.70\",\"nb_actions_per_visit\":\"3.6\",\"avg_time_on_site\":\"00:06:02\",\"bounce_rate\":\"53%\"},{\"label\":\"Sweden\",\"nb_uniq_visitors\":\"88\",\"nb_visits\":\"95\",\"nb_actions\":\"390\",\"nb_users\":\"0\",\"revenue\":\"$184\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:06:02\",\"bounce_rate\":\"49%\"},{\"label\":\"Egypt\",\"nb_uniq_visitors\":\"76\",\"nb_visits\":\"83\",\"nb_actions\":\"174\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:21\",\"bounce_rate\":\"64%\"},{\"label\":\"United Arab Emirates\",\"nb_uniq_visitors\":\"76\",\"nb_visits\":\"81\",\"nb_actions\":\"145\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:17\",\"bounce_rate\":\"73%\"},{\"label\":\"Vietnam\",\"nb_uniq_visitors\":\"66\",\"nb_visits\":\"81\",\"nb_actions\":\"429\",\"nb_users\":\"0\",\"revenue\":\"$1,040.90\",\"nb_actions_per_visit\":\"5.3\",\"avg_time_on_site\":\"00:09:09\",\"bounce_rate\":\"48%\"},{\"label\":\"South Africa\",\"nb_uniq_visitors\":\"72\",\"nb_visits\":\"78\",\"nb_actions\":\"229\",\"nb_users\":\"1\",\"revenue\":\"$54.90\",\"nb_actions_per_visit\":\"2.9\",\"avg_time_on_site\":\"00:05:21\",\"bounce_rate\":\"53%\"},{\"label\":\"Belgium\",\"nb_uniq_visitors\":\"68\",\"nb_visits\":\"74\",\"nb_actions\":\"186\",\"nb_users\":\"0\",\"revenue\":\"$110.95\",\"nb_actions_per_visit\":\"2.5\",\"avg_time_on_site\":\"00:02:03\",\"bounce_rate\":\"68%\"},{\"label\":\"Taiwan\",\"nb_uniq_visitors\":\"58\",\"nb_visits\":\"70\",\"nb_actions\":\"301\",\"nb_users\":\"0\",\"revenue\":\"$4\",\"nb_actions_per_visit\":\"4.3\",\"avg_time_on_site\":\"00:06:29\",\"bounce_rate\":\"47%\"},{\"label\":\"Poland\",\"nb_uniq_visitors\":\"61\",\"nb_visits\":\"68\",\"nb_actions\":\"279\",\"nb_users\":\"0\",\"revenue\":\"$124.85\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:06:39\",\"bounce_rate\":\"38%\"},{\"label\":\"Austria\",\"nb_uniq_visitors\":\"50\",\"nb_visits\":\"62\",\"nb_actions\":\"374\",\"nb_users\":\"0\",\"revenue\":\"$468.65\",\"nb_actions_per_visit\":\"6\",\"avg_time_on_site\":\"00:08:07\",\"bounce_rate\":\"39%\"},{\"label\":\"Denmark\",\"nb_uniq_visitors\":\"54\",\"nb_visits\":\"60\",\"nb_actions\":\"103\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:02:17\",\"bounce_rate\":\"72%\"},{\"label\":\"Russia\",\"nb_uniq_visitors\":\"50\",\"nb_visits\":\"59\",\"nb_actions\":\"248\",\"nb_users\":\"0\",\"revenue\":\"$1,003\",\"nb_actions_per_visit\":\"4.2\",\"avg_time_on_site\":\"00:08:22\",\"bounce_rate\":\"36%\"},{\"label\":\"Brazil\",\"nb_uniq_visitors\":\"51\",\"nb_visits\":\"58\",\"nb_actions\":\"356\",\"nb_users\":\"0\",\"revenue\":\"$184\",\"nb_actions_per_visit\":\"6.1\",\"avg_time_on_site\":\"00:10:03\",\"bounce_rate\":\"52%\"},{\"label\":\"Israel\",\"nb_uniq_visitors\":\"47\",\"nb_visits\":\"53\",\"nb_actions\":\"242\",\"nb_users\":\"0\",\"revenue\":\"$1,764.85\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:11:48\",\"bounce_rate\":\"49%\"},{\"label\":\"Norway\",\"nb_uniq_visitors\":\"45\",\"nb_visits\":\"53\",\"nb_actions\":\"177\",\"nb_users\":\"0\",\"revenue\":\"$1,663.75\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:03:29\",\"bounce_rate\":\"55%\"},{\"label\":\"Czechia\",\"nb_uniq_visitors\":\"48\",\"nb_visits\":\"50\",\"nb_actions\":\"121\",\"nb_users\":\"0\",\"revenue\":\"$295.90\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:01:38\",\"bounce_rate\":\"64%\"},{\"label\":\"Mexico\",\"nb_uniq_visitors\":\"47\",\"nb_visits\":\"49\",\"nb_actions\":\"176\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"3.6\",\"avg_time_on_site\":\"00:04:10\",\"bounce_rate\":\"65%\"},{\"label\":\"South Korea\",\"nb_uniq_visitors\":\"40\",\"nb_visits\":\"46\",\"nb_actions\":\"133\",\"nb_users\":\"0\",\"revenue\":\"$93\",\"nb_actions_per_visit\":\"2.9\",\"avg_time_on_site\":\"00:03:44\",\"bounce_rate\":\"59%\"},{\"label\":\"Finland\",\"nb_uniq_visitors\":\"35\",\"nb_visits\":\"37\",\"nb_actions\":\"123\",\"nb_users\":\"0\",\"revenue\":\"$42.90\",\"nb_actions_per_visit\":\"3.3\",\"avg_time_on_site\":\"00:07:16\",\"bounce_rate\":\"54%\"},{\"label\":\"Ireland\",\"nb_uniq_visitors\":\"30\",\"nb_visits\":\"33\",\"nb_actions\":\"85\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:02:42\",\"bounce_rate\":\"64%\"},{\"label\":\"Saudi Arabia\",\"nb_uniq_visitors\":\"27\",\"nb_visits\":\"31\",\"nb_actions\":\"64\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:52\",\"bounce_rate\":\"52%\"},{\"label\":\"Maldives\",\"nb_uniq_visitors\":\"29\",\"nb_visits\":\"30\",\"nb_actions\":\"68\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:01:56\",\"bounce_rate\":\"73%\",\"revenue\":\"$0\"},{\"label\":\"Ukraine\",\"nb_uniq_visitors\":\"25\",\"nb_visits\":\"28\",\"nb_actions\":\"107\",\"nb_users\":\"0\",\"revenue\":\"$500\",\"nb_actions_per_visit\":\"3.8\",\"avg_time_on_site\":\"00:04:57\",\"bounce_rate\":\"54%\"},{\"label\":\"T\\u00fcrkiye\",\"nb_uniq_visitors\":\"21\",\"nb_visits\":\"26\",\"nb_actions\":\"88\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3.4\",\"avg_time_on_site\":\"00:04:10\",\"bounce_rate\":\"35%\"},{\"label\":\"Greece\",\"nb_uniq_visitors\":\"22\",\"nb_visits\":\"23\",\"nb_actions\":\"52\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:02:17\",\"bounce_rate\":\"57%\"},{\"label\":\"Jordan\",\"nb_uniq_visitors\":\"20\",\"nb_visits\":\"22\",\"nb_actions\":\"54\",\"nb_users\":\"0\",\"revenue\":\"$109.95\",\"nb_actions_per_visit\":\"2.5\",\"avg_time_on_site\":\"00:01:54\",\"bounce_rate\":\"73%\"},{\"label\":\"Romania\",\"nb_uniq_visitors\":\"15\",\"nb_visits\":\"22\",\"nb_actions\":\"96\",\"nb_users\":\"0\",\"revenue\":\"$249.90\",\"nb_actions_per_visit\":\"4.4\",\"avg_time_on_site\":\"00:05:59\",\"bounce_rate\":\"41%\"},{\"label\":\"Iran\",\"nb_uniq_visitors\":\"17\",\"nb_visits\":\"21\",\"nb_actions\":\"113\",\"nb_users\":\"0\",\"revenue\":\"$39.90\",\"nb_actions_per_visit\":\"5.4\",\"avg_time_on_site\":\"00:06:35\",\"bounce_rate\":\"14%\"},{\"label\":\"Fiji\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"20\",\"nb_actions\":\"30\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:00:34\",\"bounce_rate\":\"70%\"},{\"label\":\"Portugal\",\"nb_uniq_visitors\":\"19\",\"nb_visits\":\"20\",\"nb_actions\":\"132\",\"nb_users\":\"0\",\"revenue\":\"$502\",\"nb_actions_per_visit\":\"6.6\",\"avg_time_on_site\":\"00:13:20\",\"bounce_rate\":\"40%\"},{\"label\":\"Argentina\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"19\",\"nb_actions\":\"76\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:05:22\",\"bounce_rate\":\"47%\"},{\"label\":\"Costa Rica\",\"nb_uniq_visitors\":\"18\",\"nb_visits\":\"19\",\"nb_actions\":\"29\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:01:25\",\"bounce_rate\":\"84%\"},{\"label\":\"Cambodia\",\"nb_uniq_visitors\":\"16\",\"nb_visits\":\"18\",\"nb_actions\":\"39\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.2\",\"avg_time_on_site\":\"00:01:50\",\"bounce_rate\":\"67%\",\"revenue\":\"$0\"},{\"label\":\"Sri Lanka\",\"nb_uniq_visitors\":\"16\",\"nb_visits\":\"18\",\"nb_actions\":\"58\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"3.2\",\"avg_time_on_site\":\"00:04:40\",\"bounce_rate\":\"56%\"},{\"label\":\"Hungary\",\"nb_uniq_visitors\":\"14\",\"nb_visits\":\"16\",\"nb_actions\":\"73\",\"nb_users\":\"0\",\"revenue\":\"$267\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:12:19\",\"bounce_rate\":\"31%\"},{\"label\":\"Qatar\",\"nb_uniq_visitors\":\"15\",\"nb_visits\":\"16\",\"nb_actions\":\"27\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:04:16\",\"bounce_rate\":\"69%\",\"revenue\":\"$0\"},{\"label\":\"Slovenia\",\"nb_uniq_visitors\":\"13\",\"nb_visits\":\"14\",\"nb_actions\":\"28\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:02:05\",\"bounce_rate\":\"64%\"},{\"label\":\"Cyprus\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"13\",\"nb_actions\":\"37\",\"nb_users\":\"0\",\"revenue\":\"$8\",\"nb_actions_per_visit\":\"2.8\",\"avg_time_on_site\":\"00:05:11\",\"bounce_rate\":\"15%\"},{\"label\":\"Malta\",\"nb_uniq_visitors\":\"12\",\"nb_visits\":\"12\",\"nb_actions\":\"20\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:04:09\",\"bounce_rate\":\"67%\"},{\"label\":\"Bulgaria\",\"nb_uniq_visitors\":\"11\",\"nb_visits\":\"11\",\"nb_actions\":\"21\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:03:19\",\"bounce_rate\":\"73%\"},{\"label\":\"Myanmar (Burma)\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"10\",\"nb_actions\":\"13\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.3\",\"avg_time_on_site\":\"00:00:44\",\"bounce_rate\":\"70%\",\"revenue\":\"$0\"},{\"label\":\"Brunei\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"19\",\"nb_users\":\"0\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"2.1\",\"avg_time_on_site\":\"00:02:28\",\"bounce_rate\":\"67%\"},{\"label\":\"Croatia\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"17\",\"nb_users\":\"1\",\"revenue\":\"$3\",\"nb_actions_per_visit\":\"1.9\",\"avg_time_on_site\":\"00:04:22\",\"bounce_rate\":\"67%\"},{\"label\":\"Dominican Republic\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:01:27\",\"bounce_rate\":\"56%\"},{\"label\":\"Kuwait\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"9\",\"nb_actions\":\"22\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.4\",\"avg_time_on_site\":\"00:01:54\",\"bounce_rate\":\"56%\",\"revenue\":\"$0\"},{\"label\":\"Morocco\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"59\",\"nb_users\":\"0\",\"revenue\":\"$179\",\"nb_actions_per_visit\":\"6.6\",\"avg_time_on_site\":\"00:14:57\",\"bounce_rate\":\"22%\"},{\"label\":\"Serbia\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"40\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"4.4\",\"avg_time_on_site\":\"00:02:11\",\"bounce_rate\":\"44%\",\"revenue\":\"$0\"},{\"label\":\"Slovakia\",\"nb_uniq_visitors\":\"9\",\"nb_visits\":\"9\",\"nb_actions\":\"28\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3.1\",\"avg_time_on_site\":\"00:04:52\",\"bounce_rate\":\"56%\"},{\"label\":\"Caribbean Netherlands\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"9\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.1\",\"avg_time_on_site\":\"00:00:53\",\"bounce_rate\":\"88%\",\"revenue\":\"$0\"},{\"label\":\"Colombia\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"8\",\"nb_actions\":\"12\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:03:08\",\"bounce_rate\":\"63%\"},{\"label\":\"Guatemala\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"37\",\"nb_users\":\"0\",\"revenue\":\"$295.90\",\"nb_actions_per_visit\":\"4.6\",\"avg_time_on_site\":\"00:05:16\",\"bounce_rate\":\"50%\"},{\"label\":\"Luxembourg\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"9\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.1\",\"avg_time_on_site\":\"00:00:31\",\"bounce_rate\":\"88%\",\"revenue\":\"$0\"},{\"label\":\"Oman\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"8\",\"nb_actions\":\"18\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:01:31\",\"bounce_rate\":\"63%\"},{\"label\":\"Pakistan\",\"nb_uniq_visitors\":\"8\",\"nb_visits\":\"8\",\"nb_actions\":\"21\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"2.6\",\"avg_time_on_site\":\"00:05:09\",\"bounce_rate\":\"50%\"},{\"label\":\"Belize\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"11\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"1.6\",\"avg_time_on_site\":\"00:00:21\",\"bounce_rate\":\"71%\"},{\"label\":\"Lithuania\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.4\",\"avg_time_on_site\":\"00:00:08\",\"bounce_rate\":\"57%\"},{\"label\":\"Mauritius\",\"nb_uniq_visitors\":\"7\",\"nb_visits\":\"7\",\"nb_actions\":\"29\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"4.1\",\"avg_time_on_site\":\"00:03:41\",\"bounce_rate\":\"14%\",\"revenue\":\"$0\"},{\"label\":\"Bahrain\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"14\",\"nb_users\":\"0\",\"revenue\":\"$6\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:03:07\",\"bounce_rate\":\"50%\"},{\"label\":\"Chile\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:03:22\",\"bounce_rate\":\"83%\",\"revenue\":\"$0\"},{\"label\":\"Estonia\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"14\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:00:48\",\"bounce_rate\":\"83%\",\"revenue\":\"$0\"},{\"label\":\"Latvia\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"34\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"5.7\",\"avg_time_on_site\":\"00:03:01\",\"bounce_rate\":\"0%\"},{\"label\":\"Panama\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Unknown\",\"nb_uniq_visitors\":\"6\",\"nb_visits\":\"6\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$2\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:00:33\",\"bounce_rate\":\"67%\"},{\"label\":\"Bangladesh\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Kenya\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"10\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"2\",\"avg_time_on_site\":\"00:01:44\",\"bounce_rate\":\"20%\"},{\"label\":\"Lebanon\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"New Caledonia\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$0\",\"nb_actions_per_visit\":\"3\",\"avg_time_on_site\":\"00:05:32\",\"bounce_rate\":\"60%\"},{\"label\":\"Uruguay\",\"nb_uniq_visitors\":\"5\",\"nb_visits\":\"5\",\"nb_actions\":\"43\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"8.6\",\"avg_time_on_site\":\"00:23:24\",\"bounce_rate\":\"60%\",\"revenue\":\"$0\"},{\"label\":\"Bahamas\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"15\",\"nb_users\":\"0\",\"revenue\":\"$5\",\"nb_actions_per_visit\":\"3.8\",\"avg_time_on_site\":\"00:03:24\",\"bounce_rate\":\"75%\"},{\"label\":\"Laos\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.5\",\"avg_time_on_site\":\"00:02:44\",\"bounce_rate\":\"50%\",\"revenue\":\"$0\"},{\"label\":\"Nigeria\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"4\",\"nb_actions\":\"26\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"6.5\",\"avg_time_on_site\":\"00:16:45\",\"bounce_rate\":\"25%\"},{\"label\":\"Uganda\",\"nb_uniq_visitors\":\"4\",\"nb_visits\":\"4\",\"nb_actions\":\"7\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.8\",\"avg_time_on_site\":\"00:01:39\",\"bounce_rate\":\"50%\",\"revenue\":\"$0\"},{\"label\":\"Andorra\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"3\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:03:30\",\"bounce_rate\":\"33%\",\"revenue\":\"$0\"},{\"label\":\"Cuba\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Ecuador\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"42\",\"nb_users\":\"0\",\"revenue\":\"$35.95\",\"nb_actions_per_visit\":\"14\",\"avg_time_on_site\":\"00:04:40\",\"bounce_rate\":\"33%\"},{\"label\":\"French Polynesia\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Peru\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"3\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1\",\"avg_time_on_site\":\"00:00:00\",\"bounce_rate\":\"100%\",\"revenue\":\"$0\"},{\"label\":\"Tunisia\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"7\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"2.3\",\"avg_time_on_site\":\"00:03:01\",\"bounce_rate\":\"33%\"},{\"label\":\"U.S. Virgin Islands\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"3\",\"nb_actions\":\"5\",\"nb_users\":\"0\",\"revenue\":\"$1\",\"nb_actions_per_visit\":\"1.7\",\"avg_time_on_site\":\"00:00:18\",\"bounce_rate\":\"67%\"},{\"label\":\"Zimbabwe\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"3\",\"nb_actions\":\"4\",\"nb_users\":\"0\",\"nb_actions_per_visit\":\"1.3\",\"avg_time_on_site\":\"00:01:32\",\"bounce_rate\":\"67%\",\"revenue\":\"$0\"},{\"label\":\"Afghanistan\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"2\",\"nb_actions\":\"8\",\"nb_users\":\"0\",\"revenue\":\"$109.95\",\"nb_actions_per_visit\":\"4\",\"avg_time_on_site\":\"00:09:19\",\"bounce_rate\":\"0%\"}]},\"reportMetadata\":{\"row\":[{\"code\":\"us\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/us.png\",\"segment\":\"countryCode==us\",\"logoHeight\":\"16\"},{\"code\":\"au\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/au.png\",\"segment\":\"countryCode==au\",\"logoHeight\":\"16\"},{\"code\":\"gb\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gb.png\",\"segment\":\"countryCode==gb\",\"logoHeight\":\"16\"},{\"code\":\"de\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/de.png\",\"segment\":\"countryCode==de\",\"logoHeight\":\"16\"},{\"code\":\"id\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/id.png\",\"segment\":\"countryCode==id\",\"logoHeight\":\"16\"},{\"code\":\"ca\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ca.png\",\"segment\":\"countryCode==ca\",\"logoHeight\":\"16\"},{\"code\":\"sg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sg.png\",\"segment\":\"countryCode==sg\",\"logoHeight\":\"16\"},{\"code\":\"ph\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ph.png\",\"segment\":\"countryCode==ph\",\"logoHeight\":\"16\"},{\"code\":\"th\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/th.png\",\"segment\":\"countryCode==th\",\"logoHeight\":\"16\"},{\"code\":\"my\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/my.png\",\"segment\":\"countryCode==my\",\"logoHeight\":\"16\"},{\"code\":\"in\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/in.png\",\"segment\":\"countryCode==in\",\"logoHeight\":\"16\"},{\"code\":\"nl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nl.png\",\"segment\":\"countryCode==nl\",\"logoHeight\":\"16\"},{\"code\":\"fr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fr.png\",\"segment\":\"countryCode==fr\",\"logoHeight\":\"16\"},{\"code\":\"es\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/es.png\",\"segment\":\"countryCode==es\",\"logoHeight\":\"16\"},{\"code\":\"ch\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ch.png\",\"segment\":\"countryCode==ch\",\"logoHeight\":\"16\"},{\"code\":\"hk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hk.png\",\"segment\":\"countryCode==hk\",\"logoHeight\":\"16\"},{\"code\":\"it\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/it.png\",\"segment\":\"countryCode==it\",\"logoHeight\":\"16\"},{\"code\":\"cn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cn.png\",\"segment\":\"countryCode==cn\",\"logoHeight\":\"16\"},{\"code\":\"nz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nz.png\",\"segment\":\"countryCode==nz\",\"logoHeight\":\"16\"},{\"code\":\"jp\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/jp.png\",\"segment\":\"countryCode==jp\",\"logoHeight\":\"16\"},{\"code\":\"se\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/se.png\",\"segment\":\"countryCode==se\",\"logoHeight\":\"16\"},{\"code\":\"eg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/eg.png\",\"segment\":\"countryCode==eg\",\"logoHeight\":\"16\"},{\"code\":\"ae\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ae.png\",\"segment\":\"countryCode==ae\",\"logoHeight\":\"16\"},{\"code\":\"vn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/vn.png\",\"segment\":\"countryCode==vn\",\"logoHeight\":\"16\"},{\"code\":\"za\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/za.png\",\"segment\":\"countryCode==za\",\"logoHeight\":\"16\"},{\"code\":\"be\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/be.png\",\"segment\":\"countryCode==be\",\"logoHeight\":\"16\"},{\"code\":\"tw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tw.png\",\"segment\":\"countryCode==tw\",\"logoHeight\":\"16\"},{\"code\":\"pl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pl.png\",\"segment\":\"countryCode==pl\",\"logoHeight\":\"16\"},{\"code\":\"at\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/at.png\",\"segment\":\"countryCode==at\",\"logoHeight\":\"16\"},{\"code\":\"dk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/dk.png\",\"segment\":\"countryCode==dk\",\"logoHeight\":\"16\"},{\"code\":\"ru\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ru.png\",\"segment\":\"countryCode==ru\",\"logoHeight\":\"16\"},{\"code\":\"br\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/br.png\",\"segment\":\"countryCode==br\",\"logoHeight\":\"16\"},{\"code\":\"il\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/il.png\",\"segment\":\"countryCode==il\",\"logoHeight\":\"16\"},{\"code\":\"no\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/no.png\",\"segment\":\"countryCode==no\",\"logoHeight\":\"16\"},{\"code\":\"cz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cz.png\",\"segment\":\"countryCode==cz\",\"logoHeight\":\"16\"},{\"code\":\"mx\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mx.png\",\"segment\":\"countryCode==mx\",\"logoHeight\":\"16\"},{\"code\":\"kr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kr.png\",\"segment\":\"countryCode==kr\",\"logoHeight\":\"16\"},{\"code\":\"fi\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fi.png\",\"segment\":\"countryCode==fi\",\"logoHeight\":\"16\"},{\"code\":\"ie\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ie.png\",\"segment\":\"countryCode==ie\",\"logoHeight\":\"16\"},{\"code\":\"sa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sa.png\",\"segment\":\"countryCode==sa\",\"logoHeight\":\"16\"},{\"code\":\"mv\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mv.png\",\"segment\":\"countryCode==mv\",\"logoHeight\":\"16\"},{\"code\":\"ua\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ua.png\",\"segment\":\"countryCode==ua\",\"logoHeight\":\"16\"},{\"code\":\"tr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tr.png\",\"segment\":\"countryCode==tr\",\"logoHeight\":\"16\"},{\"code\":\"gr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gr.png\",\"segment\":\"countryCode==gr\",\"logoHeight\":\"16\"},{\"code\":\"jo\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/jo.png\",\"segment\":\"countryCode==jo\",\"logoHeight\":\"16\"},{\"code\":\"ro\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ro.png\",\"segment\":\"countryCode==ro\",\"logoHeight\":\"16\"},{\"code\":\"ir\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ir.png\",\"segment\":\"countryCode==ir\",\"logoHeight\":\"16\"},{\"code\":\"fj\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/fj.png\",\"segment\":\"countryCode==fj\",\"logoHeight\":\"16\"},{\"code\":\"pt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pt.png\",\"segment\":\"countryCode==pt\",\"logoHeight\":\"16\"},{\"code\":\"ar\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ar.png\",\"segment\":\"countryCode==ar\",\"logoHeight\":\"16\"},{\"code\":\"cr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cr.png\",\"segment\":\"countryCode==cr\",\"logoHeight\":\"16\"},{\"code\":\"kh\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kh.png\",\"segment\":\"countryCode==kh\",\"logoHeight\":\"16\"},{\"code\":\"lk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lk.png\",\"segment\":\"countryCode==lk\",\"logoHeight\":\"16\"},{\"code\":\"hu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hu.png\",\"segment\":\"countryCode==hu\",\"logoHeight\":\"16\"},{\"code\":\"qa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/qa.png\",\"segment\":\"countryCode==qa\",\"logoHeight\":\"16\"},{\"code\":\"si\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/si.png\",\"segment\":\"countryCode==si\",\"logoHeight\":\"16\"},{\"code\":\"cy\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cy.png\",\"segment\":\"countryCode==cy\",\"logoHeight\":\"16\"},{\"code\":\"mt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mt.png\",\"segment\":\"countryCode==mt\",\"logoHeight\":\"16\"},{\"code\":\"bg\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bg.png\",\"segment\":\"countryCode==bg\",\"logoHeight\":\"16\"},{\"code\":\"mm\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mm.png\",\"segment\":\"countryCode==mm\",\"logoHeight\":\"16\"},{\"code\":\"bn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bn.png\",\"segment\":\"countryCode==bn\",\"logoHeight\":\"16\"},{\"code\":\"hr\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/hr.png\",\"segment\":\"countryCode==hr\",\"logoHeight\":\"16\"},{\"code\":\"do\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/do.png\",\"segment\":\"countryCode==do\",\"logoHeight\":\"16\"},{\"code\":\"kw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/kw.png\",\"segment\":\"countryCode==kw\",\"logoHeight\":\"16\"},{\"code\":\"ma\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ma.png\",\"segment\":\"countryCode==ma\",\"logoHeight\":\"16\"},{\"code\":\"rs\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/rs.png\",\"segment\":\"countryCode==rs\",\"logoHeight\":\"16\"},{\"code\":\"sk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/sk.png\",\"segment\":\"countryCode==sk\",\"logoHeight\":\"16\"},{\"code\":\"bq\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bq.png\",\"segment\":\"countryCode==bq\",\"logoHeight\":\"16\"},{\"code\":\"co\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/co.png\",\"segment\":\"countryCode==co\",\"logoHeight\":\"16\"},{\"code\":\"gt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/gt.png\",\"segment\":\"countryCode==gt\",\"logoHeight\":\"16\"},{\"code\":\"lu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lu.png\",\"segment\":\"countryCode==lu\",\"logoHeight\":\"16\"},{\"code\":\"om\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/om.png\",\"segment\":\"countryCode==om\",\"logoHeight\":\"16\"},{\"code\":\"pk\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pk.png\",\"segment\":\"countryCode==pk\",\"logoHeight\":\"16\"},{\"code\":\"bz\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bz.png\",\"segment\":\"countryCode==bz\",\"logoHeight\":\"16\"},{\"code\":\"lt\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lt.png\",\"segment\":\"countryCode==lt\",\"logoHeight\":\"16\"},{\"code\":\"mu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/mu.png\",\"segment\":\"countryCode==mu\",\"logoHeight\":\"16\"},{\"code\":\"bh\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bh.png\",\"segment\":\"countryCode==bh\",\"logoHeight\":\"16\"},{\"code\":\"cl\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cl.png\",\"segment\":\"countryCode==cl\",\"logoHeight\":\"16\"},{\"code\":\"ee\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ee.png\",\"segment\":\"countryCode==ee\",\"logoHeight\":\"16\"},{\"code\":\"lv\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lv.png\",\"segment\":\"countryCode==lv\",\"logoHeight\":\"16\"},{\"code\":\"pa\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pa.png\",\"segment\":\"countryCode==pa\",\"logoHeight\":\"16\"},{\"code\":\"xx\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/xx.png\",\"segment\":\"countryCode==xx\",\"logoHeight\":\"16\"},{\"code\":\"bd\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bd.png\",\"segment\":\"countryCode==bd\",\"logoHeight\":\"16\"},{\"code\":\"ke\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ke.png\",\"segment\":\"countryCode==ke\",\"logoHeight\":\"16\"},{\"code\":\"lb\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/lb.png\",\"segment\":\"countryCode==lb\",\"logoHeight\":\"16\"},{\"code\":\"nc\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/nc.png\",\"segment\":\"countryCode==nc\",\"logoHeight\":\"16\"},{\"code\":\"uy\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/uy.png\",\"segment\":\"countryCode==uy\",\"logoHeight\":\"16\"},{\"code\":\"bs\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/bs.png\",\"segment\":\"countryCode==bs\",\"logoHeight\":\"16\"},{\"code\":\"la\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/la.png\",\"segment\":\"countryCode==la\",\"logoHeight\":\"16\"},{\"code\":\"ng\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ng.png\",\"segment\":\"countryCode==ng\",\"logoHeight\":\"16\"},{\"code\":\"ug\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ug.png\",\"segment\":\"countryCode==ug\",\"logoHeight\":\"16\"},{\"code\":\"ad\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ad.png\",\"segment\":\"countryCode==ad\",\"logoHeight\":\"16\"},{\"code\":\"cu\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/cu.png\",\"segment\":\"countryCode==cu\",\"logoHeight\":\"16\"},{\"code\":\"ec\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/ec.png\",\"segment\":\"countryCode==ec\",\"logoHeight\":\"16\"},{\"code\":\"pf\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pf.png\",\"segment\":\"countryCode==pf\",\"logoHeight\":\"16\"},{\"code\":\"pe\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/pe.png\",\"segment\":\"countryCode==pe\",\"logoHeight\":\"16\"},{\"code\":\"tn\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/tn.png\",\"segment\":\"countryCode==tn\",\"logoHeight\":\"16\"},{\"code\":\"vi\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/vi.png\",\"segment\":\"countryCode==vi\",\"logoHeight\":\"16\"},{\"code\":\"zw\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/zw.png\",\"segment\":\"countryCode==zw\",\"logoHeight\":\"16\"},{\"code\":\"af\",\"logo\":\"plugins\\/Morpheus\\/icons\\/dist\\/flags\\/af.png\",\"segment\":\"countryCode==af\",\"logoHeight\":\"16\"}]},\"reportTotal\":{\"nb_uniq_visitors\":\"9033\",\"nb_visits\":\"9834\",\"nb_actions\":\"29400\",\"nb_users\":\"5\",\"max_actions\":\"76\",\"sum_visit_length\":\"2556198\",\"bounce_count\":\"5763\",\"nb_visits_converted\":\"915\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"906\",\"nb_visits_converted\":\"906\",\"revenue\":\"181419.15\",\"items\":\"1329\"},{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"405\",\"nb_visits_converted\":\"390\",\"revenue\":\"84366.05\",\"revenue_subtotal\":\"97819.33\",\"revenue_tax\":\"1989.21\",\"revenue_shipping\":\"0\",\"revenue_discount\":\"6198.09\",\"items\":\"525\"},{\"oaXmlAttributes\":{\"idgoal\":\"4\"},\"nb_conversions\":\"17\",\"nb_visits_converted\":\"17\",\"revenue\":\"17\"},{\"oaXmlAttributes\":{\"idgoal\":\"5\"},\"nb_conversions\":\"16\",\"nb_visits_converted\":\"16\",\"revenue\":\"80\"},{\"oaXmlAttributes\":{\"idgoal\":\"6\"},\"nb_conversions\":\"34\",\"nb_visits_converted\":\"34\",\"revenue\":\"68\"},{\"oaXmlAttributes\":{\"idgoal\":\"7\"},\"nb_conversions\":\"338\",\"nb_visits_converted\":\"338\",\"revenue\":\"338\"},{\"oaXmlAttributes\":{\"idgoal\":\"8\"},\"nb_conversions\":\"135\",\"nb_visits_converted\":\"135\",\"revenue\":\"0\"},{\"oaXmlAttributes\":{\"idgoal\":\"9\"},\"nb_conversions\":\"9\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"},{\"oaXmlAttributes\":{\"idgoal\":\"10\"},\"nb_conversions\":\"8\",\"nb_visits_converted\":\"8\",\"revenue\":\"0\"}]},\"nb_conversions\":\"962\",\"revenue\":\"84869.05\",\"nb_actions_per_visit\":\"3\"},\"timerMillis\":\"93\"}", "json": "{\"website\":\"Demo Site\",\"prettyDate\":\"Wednesday, October 1, 2025\",\"metadata\":{\"category\":\"Visitors\",\"subcategory\":\"Locations\",\"name\":\"Country\",\"module\":\"UserCountry\",\"action\":\"getCountry\",\"dimension\":\"Country\",\"documentation\":\"Shows which country your visitors connected from when accessing your website.\",\"metrics\":{\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\"},\"metricsDocumentation\":{\"nb_visits\":\"If a visitor comes to your website for the first time or if they visit a page more than 30 minutes after their last page view, this will be recorded as a new visit.\",\"nb_uniq_visitors\":\"The number of unduplicated visitors coming to your website. Every user is only counted once, even if they visit the website multiple times a day.\",\"nb_actions\":\"The number of actions performed by your visitors. Actions can be page views, internal site searches, downloads or outlinks.\",\"nb_users\":\"The number of users logged in your website. It is the number of unique active users that have a User ID set (via the Tracking code function 'setUserId').\",\"nb_actions_per_visit\":\"The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.\",\"avg_time_on_site\":\"The average duration of a visit.\",\"bounce_rate\":\"The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.\",\"conversion_rate\":\"The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.\"},\"processedMetrics\":{\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\"},\"metricTypes\":{\"nb_visits\":\"number\",\"nb_uniq_visitors\":\"number\",\"nb_actions\":\"number\",\"nb_users\":\"number\",\"nb_actions_per_visit\":\"number\",\"avg_time_on_site\":\"duration_s\",\"bounce_rate\":\"percent\",\"conversion_rate\":\"percent\"},\"metricsGoal\":{\"nb_conversions\":\"Conversions\",\"revenue\":\"Revenue\"},\"processedMetricsGoal\":{\"revenue_per_visit\":\"Revenue per Visit\"},\"metricTypesGoal\":{\"revenue_per_visit\":\"money\",\"nb_conversions\":\"number\",\"conversion_rate\":\"percent\",\"revenue\":\"money\"},\"imageGraphUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=today\",\"imageGraphEvolutionUrl\":\"index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=UserCountry&apiAction=getCountry&period=day&date=2025-09-02,2025-10-01\",\"uniqueId\":\"UserCountry_getCountry\"},\"columns\":{\"label\":\"Country\",\"nb_visits\":\"Visits\",\"nb_uniq_visitors\":\"Unique visitors\",\"nb_actions\":\"Actions\",\"nb_users\":\"Users\",\"nb_actions_per_visit\":\"Actions per Visit\",\"avg_time_on_site\":\"Avg. Time on Website\",\"bounce_rate\":\"Bounce Rate\",\"revenue\":\"Revenue\"},\"timerMillis\":\"101\"}" }, "API.getReportMetadata": { @@ -69,7 +69,7 @@ "json": "[{\"name\":\"KPI Metric\",\"category\":{\"id\":\"General_KpiMetric\",\"name\":\"KPI Metric\",\"order\":1,\"icon\":\"\",\"help\":\"\",\"widget\":null},\"subcategory\":null,\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"order\":99,\"parameters\":{\"module\":\"CoreVisualizations\",\"action\":\"singleMetricView\",\"column\":\"\"},\"uniqueId\":\"widgetCoreVisualizationssingleMetricViewcolumn\",\"isWide\":false},{\"name\":\"Real-time visitor count\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":5,\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\\/a> to see what occurred in every individual visit.<\\\/p>\",\"widget\":null},\"subcategory\":null,\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\",\"order\":15,\"parameters\":{\"module\":\"Live\",\"action\":\"getSimpleLastVisitCount\"},\"uniqueId\":\"widgetLivegetSimpleLastVisitCount\",\"isWide\":false,\"viewDataTable\":\"table\",\"isReport\":true},{\"name\":\"Visits Over Time\",\"category\":{\"id\":\"General_Visitors\",\"name\":\"Visitors\",\"order\":5,\"icon\":\"icon-reporting-visitors\",\"help\":\"<p>The Visitors pages tell you things about who your visitors are. Things like where your visitors came from, what devices and browsers they're using and when they generally visit your website. Understand, in the aggregate, who your audience is, and look for outliers to see how your audience could grow.<\\\/p><p>In addition to general information about your visitors, you can also use the <a href=\\\"#\\\" onclick=\\\"this.href=broadcast.buildReportingUrl('category=General_Visitors&subcategory=Live_VisitorLog')\\\">Visits Log<\\\/a> to see what occurred in every individual visit.<\\\/p>\",\"widget\":null},\"subcategory\":{\"id\":\"General_Overview\",\"name\":\"Overview\",\"order\":2,\"help\":\"<p>The Visitors Overview helps you understand the popularity of your site. It does this by providing charts that show how many visits your site is receiving over a selected period and the average level of engagement for key features, such as searches and downloads.<\\\/p>\"},\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"order\":5,\"parameters\":{\"forceView\":\"1\",\"viewDataTable\":\"graphEvolution\",\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\"},\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"isWide\":false,\"viewDataTable\":\"graphEvolution\",\"isReport\":true}]" }, "CustomDimensions.getCustomDimension": { - "xml": "{\"row\":{\"label\":\"guest\",\"nb_uniq_visitors\":\"140\",\"nb_visits\":\"140\",\"nb_actions\":\"307\",\"max_actions\":\"29\",\"sum_visit_length\":\"17864\",\"bounce_count\":\"97\",\"nb_visits_converted\":\"11\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"2\"},{\"nb_conversions\":\"8\",\"nb_visits_converted\":\"8\",\"revenue\":\"8\"},{\"nb_conversions\":\"3\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"}]},\"nb_conversions\":\"12\",\"revenue\":\"10\",\"avg_time_on_site\":\"128\",\"bounce_rate\":\"69%\",\"nb_actions_per_visit\":\"2.2\",\"segment\":\"dimension1==guest\"}}", + "xml": "{\"row\":{\"label\":\"guest\",\"nb_uniq_visitors\":\"140\",\"nb_visits\":\"140\",\"nb_actions\":\"307\",\"max_actions\":\"29\",\"sum_visit_length\":\"17864\",\"bounce_count\":\"97\",\"nb_visits_converted\":\"11\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"6\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"2\"},{\"oaXmlAttributes\":{\"idgoal\":\"7\"},\"nb_conversions\":\"8\",\"nb_visits_converted\":\"8\",\"revenue\":\"8\"},{\"oaXmlAttributes\":{\"idgoal\":\"8\"},\"nb_conversions\":\"3\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"}]},\"nb_conversions\":\"12\",\"revenue\":\"10\",\"avg_time_on_site\":\"128\",\"bounce_rate\":\"69%\",\"nb_actions_per_visit\":\"2.2\",\"segment\":\"dimension1==guest\"}}", "json": "[{\"label\":\"guest\",\"nb_uniq_visitors\":\"140\",\"nb_visits\":\"140\",\"nb_actions\":\"307\",\"max_actions\":29,\"sum_visit_length\":\"17864\",\"bounce_count\":\"97\",\"nb_visits_converted\":\"11\",\"goals\":{\"idgoal=6\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":2},\"idgoal=7\":{\"nb_conversions\":8,\"nb_visits_converted\":8,\"revenue\":8},\"idgoal=8\":{\"nb_conversions\":3,\"nb_visits_converted\":3,\"revenue\":0}},\"nb_conversions\":12,\"revenue\":10,\"avg_time_on_site\":128,\"bounce_rate\":\"69%\",\"nb_actions_per_visit\":2.2,\"segment\":\"dimension1==guest\"}]", "tsv": "label\tnb_uniq_visitors\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=6_nb_conversions\tgoals_idgoal=6_nb_visits_converted\tgoals_idgoal=6_revenue\tgoals_idgoal=7_nb_conversions\tgoals_idgoal=7_nb_visits_converted\tgoals_idgoal=7_revenue\tgoals_idgoal=8_nb_conversions\tgoals_idgoal=8_nb_visits_converted\tgoals_idgoal=8_revenue\tnb_conversions\trevenue\tavg_time_on_site\tbounce_rate\tnb_actions_per_visit\tmetadata_segment\nguest\t140\t140\t307\t29\t17864\t97\t11\t1\t1\t2\t8\t8\t8\t3\t3\t0\t12\t10\t128\t69%\t2.2\tdimension1==guest" }, diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesFromLocalByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesFromLocalByType.json index b29ebb8..051a52d 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesFromLocalByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesFromLocalByType.json @@ -1,4 +1,8 @@ -{ +{"CustomAlerts.deleteAlert": { + "xml": "{\"success\":{\"oaXmlAttributes\":{\"message\":\"ok\"}}}", + "json": "{\"result\":\"success\",\"message\":\"ok\"}", + "tsv": "" + }, "CustomAlerts.getAlert": { "xml": "{\"idalert\":\"1\",\"name\":\"Test Alert\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":\"\",\"report_matched\":\"\",\"report_mediums\":{\"row\":\"email\"},\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"greater_than\",\"metric_matched\":\"500\",\"compared_to\":\"7\",\"email_me\":\"1\",\"additional_emails\":\"\",\"phone_numbers\":\"\",\"slack_channel_id\":\"\",\"id_sites\":{\"row\":\"1\"}}", "json": "{\"idalert\":1,\"name\":\"Test Alert\",\"login\":\"someUserName\",\"period\":\"day\",\"report\":\"VisitsSummary_get\",\"report_condition\":null,\"report_matched\":null,\"report_mediums\":[\"email\"],\"metric\":\"nb_uniq_visitors\",\"metric_condition\":\"greater_than\",\"metric_matched\":500,\"compared_to\":7,\"email_me\":1,\"additional_emails\":[],\"phone_numbers\":[],\"slack_channel_id\":null,\"id_sites\":[1]}", @@ -50,42 +54,42 @@ "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tmetadata_segment\np1-main-2-title\t39\t39\t1\t0\t39\t0\t39\t0\tcampaignContent==p1-main-2-title" }, "MarketingCampaignsReporting.getGroup": { - "xml": "{\"row\":[{\"label\":\"all\",\"nb_visits\":\"11\",\"nb_actions\":\"17\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"8\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"63.84\",\"revenue_subtotal\":\"56\",\"revenue_tax\":\"10.64\",\"revenue_shipping\":\"2.8\",\"revenue_discount\":\"5.6\",\"items\":\"4\"}]},\"nb_conversions\":\"1\",\"revenue\":\"63.84\",\"sum_daily_nb_uniq_visitors\":\"10\",\"sum_daily_nb_users\":\"5\",\"segment\":\"campaignGroup==all\"},{\"label\":\"guest\",\"nb_visits\":\"8\",\"nb_actions\":\"10\",\"max_actions\":\"3\",\"sum_visit_length\":\"2\",\"bounce_count\":\"6\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"7\",\"sum_daily_nb_users\":\"4\",\"segment\":\"campaignGroup==guest\"},{\"label\":\"customer\",\"nb_visits\":\"7\",\"nb_actions\":\"16\",\"max_actions\":\"5\",\"sum_visit_length\":\"855\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"191.52\",\"revenue_subtotal\":\"168\",\"revenue_tax\":\"31.92\",\"revenue_shipping\":\"8.4\",\"revenue_discount\":\"16.8\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"191.52\",\"sum_daily_nb_uniq_visitors\":\"7\",\"sum_daily_nb_users\":\"3\",\"segment\":\"campaignGroup==customer\"}]}", + "xml": "{\"row\":[{\"label\":\"all\",\"nb_visits\":\"11\",\"nb_actions\":\"17\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"8\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"63.84\",\"revenue_subtotal\":\"56\",\"revenue_tax\":\"10.64\",\"revenue_shipping\":\"2.8\",\"revenue_discount\":\"5.6\",\"items\":\"4\"}]},\"nb_conversions\":\"1\",\"revenue\":\"63.84\",\"sum_daily_nb_uniq_visitors\":\"10\",\"sum_daily_nb_users\":\"5\",\"segment\":\"campaignGroup==all\"},{\"label\":\"guest\",\"nb_visits\":\"8\",\"nb_actions\":\"10\",\"max_actions\":\"3\",\"sum_visit_length\":\"2\",\"bounce_count\":\"6\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"7\",\"sum_daily_nb_users\":\"4\",\"segment\":\"campaignGroup==guest\"},{\"label\":\"customer\",\"nb_visits\":\"7\",\"nb_actions\":\"16\",\"max_actions\":\"5\",\"sum_visit_length\":\"855\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"191.52\",\"revenue_subtotal\":\"168\",\"revenue_tax\":\"31.92\",\"revenue_shipping\":\"8.4\",\"revenue_discount\":\"16.8\",\"items\":\"3\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"191.52\",\"sum_daily_nb_uniq_visitors\":\"7\",\"sum_daily_nb_users\":\"3\",\"segment\":\"campaignGroup==customer\"}]}", "json": "[{\"label\":\"all\",\"nb_visits\":11,\"nb_actions\":17,\"max_actions\":\"5\",\"sum_visit_length\":4,\"bounce_count\":8,\"nb_visits_converted\":1,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":63.84,\"revenue_subtotal\":56,\"revenue_tax\":10.64,\"revenue_shipping\":2.8,\"revenue_discount\":5.6,\"items\":4}},\"nb_conversions\":1,\"revenue\":63.84,\"sum_daily_nb_uniq_visitors\":10,\"sum_daily_nb_users\":5,\"segment\":\"campaignGroup==all\"},{\"label\":\"guest\",\"nb_visits\":8,\"nb_actions\":10,\"max_actions\":\"3\",\"sum_visit_length\":2,\"bounce_count\":6,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":7,\"sum_daily_nb_users\":4,\"segment\":\"campaignGroup==guest\"},{\"label\":\"customer\",\"nb_visits\":7,\"nb_actions\":16,\"max_actions\":\"5\",\"sum_visit_length\":855,\"bounce_count\":3,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":100,\"items\":3},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":191.52,\"revenue_subtotal\":168,\"revenue_tax\":31.92,\"revenue_shipping\":8.4,\"revenue_discount\":16.8,\"items\":3},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":191.52,\"sum_daily_nb_uniq_visitors\":7,\"sum_daily_nb_users\":3,\"segment\":\"campaignGroup==customer\"}]", "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\tnb_conversions\trevenue\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tmetadata_segment\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\nall\t11\t17\t5\t4\t8\t1\t1\t1\t50\t2\t1\t1\t63.84\t56\t10.64\t2.8\t5.6\t4\t1\t63.84\t10\t5\tcampaignGroup==all\t\t\t\nguest\t8\t10\t3\t2\t6\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t7\t4\tcampaignGroup==guest\t\t\t\ncustomer\t7\t16\t5\t855\t3\t2\t2\t2\t100\t3\t1\t1\t191.52\t168\t31.92\t8.4\t16.8\t3\t2\t191.52\t7\t3\tcampaignGroup==customer\t1\t1\t0" }, "MarketingCampaignsReporting.getId": { - "xml": "{\"row\":[{\"label\":\"cid-1223332\",\"nb_visits\":\"9\",\"nb_actions\":\"14\",\"max_actions\":\"3\",\"sum_visit_length\":\"3\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"0\",\"goals\":{\"row\":{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"}},\"nb_conversions\":\"0\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"3\",\"segment\":\"campaignId==cid-1223332\"},{\"label\":\"cid-4378565\",\"nb_visits\":\"9\",\"nb_actions\":\"17\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"6\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"4\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"513\",\"revenue_subtotal\":\"450\",\"revenue_tax\":\"85.5\",\"revenue_shipping\":\"22.5\",\"revenue_discount\":\"45\",\"items\":\"6\"}},\"nb_conversions\":\"2\",\"revenue\":\"513\",\"segment\":\"campaignId==cid-4378565\"},{\"label\":\"cid-6333444\",\"nb_visits\":\"4\",\"nb_actions\":\"5\",\"max_actions\":\"3\",\"sum_visit_length\":\"1\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"3\",\"sum_daily_nb_users\":\"2\",\"segment\":\"campaignId==cid-6333444\"}]}", + "xml": "{\"row\":[{\"label\":\"cid-1223332\",\"nb_visits\":\"9\",\"nb_actions\":\"14\",\"max_actions\":\"3\",\"sum_visit_length\":\"3\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"0\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"}},\"nb_conversions\":\"0\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"3\",\"segment\":\"campaignId==cid-1223332\"},{\"label\":\"cid-4378565\",\"nb_visits\":\"9\",\"nb_actions\":\"17\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"6\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"4\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"513\",\"revenue_subtotal\":\"450\",\"revenue_tax\":\"85.5\",\"revenue_shipping\":\"22.5\",\"revenue_discount\":\"45\",\"items\":\"6\"}},\"nb_conversions\":\"2\",\"revenue\":\"513\",\"segment\":\"campaignId==cid-4378565\"},{\"label\":\"cid-6333444\",\"nb_visits\":\"4\",\"nb_actions\":\"5\",\"max_actions\":\"3\",\"sum_visit_length\":\"1\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"3\",\"sum_daily_nb_users\":\"2\",\"segment\":\"campaignId==cid-6333444\"}]}", "json": "[{\"label\":\"cid-1223332\",\"nb_visits\":9,\"nb_actions\":14,\"max_actions\":\"3\",\"sum_visit_length\":3,\"bounce_count\":5,\"nb_visits_converted\":0,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2}},\"nb_conversions\":0,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":9,\"sum_daily_nb_users\":3,\"segment\":\"campaignId==cid-1223332\"},{\"label\":\"cid-4378565\",\"nb_visits\":9,\"nb_actions\":17,\"max_actions\":\"5\",\"sum_visit_length\":4,\"bounce_count\":6,\"nb_visits_converted\":2,\"sum_daily_nb_uniq_visitors\":9,\"sum_daily_nb_users\":4,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":513,\"revenue_subtotal\":450,\"revenue_tax\":85.5,\"revenue_shipping\":22.5,\"revenue_discount\":45,\"items\":6}},\"nb_conversions\":2,\"revenue\":513,\"segment\":\"campaignId==cid-4378565\"},{\"label\":\"cid-6333444\",\"nb_visits\":4,\"nb_actions\":5,\"max_actions\":\"3\",\"sum_visit_length\":1,\"bounce_count\":3,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":3,\"sum_daily_nb_users\":2,\"segment\":\"campaignId==cid-6333444\"}]", "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tnb_conversions\trevenue\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tmetadata_segment\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\ncid-1223332\t9\t14\t3\t3\t5\t0\t1\t1\t50\t2\t0\t0\t9\t3\tcampaignId==cid-1223332\ncid-4378565\t9\t17\t5\t4\t6\t2\t\t\t\t\t2\t513\t9\t4\tcampaignId==cid-4378565\t2\t2\t513\t450\t85.5\t22.5\t45\t6\ncid-6333444\t4\t5\t3\t1\t3\t0\t\t\t\t\t\t\t3\t2\tcampaignId==cid-6333444" }, "MarketingCampaignsReporting.getKeyword": { - "xml": "{\"row\":[{\"label\":\"more\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"2\",\"nb_actions\":\"12\",\"nb_users\":\"1\",\"max_actions\":\"8\",\"sum_visit_length\":\"5\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"232.56\",\"revenue_subtotal\":\"204\",\"revenue_tax\":\"38.76\",\"revenue_shipping\":\"10.2\",\"revenue_discount\":\"20.4\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"232.56\",\"segment\":\"campaignKeyword==more\"},{\"label\":\"learnmore\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"1\",\"nb_users\":\"1\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==learnmore\"},{\"label\":\"ordernow\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"max_actions\":\"6\",\"sum_visit_length\":\"1\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==ordernow\"},{\"label\":\"www.facebook.com\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"1\",\"nb_users\":\"1\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==www.facebook.com\"}]}", + "xml": "{\"row\":[{\"label\":\"more\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"2\",\"nb_actions\":\"12\",\"nb_users\":\"1\",\"max_actions\":\"8\",\"sum_visit_length\":\"5\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"232.56\",\"revenue_subtotal\":\"204\",\"revenue_tax\":\"38.76\",\"revenue_shipping\":\"10.2\",\"revenue_discount\":\"20.4\",\"items\":\"3\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"232.56\",\"segment\":\"campaignKeyword==more\"},{\"label\":\"learnmore\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"1\",\"nb_users\":\"1\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==learnmore\"},{\"label\":\"ordernow\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"6\",\"nb_users\":\"0\",\"max_actions\":\"6\",\"sum_visit_length\":\"1\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==ordernow\"},{\"label\":\"www.facebook.com\",\"nb_uniq_visitors\":\"1\",\"nb_visits\":\"1\",\"nb_actions\":\"1\",\"nb_users\":\"1\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==www.facebook.com\"}]}", "json": "[{\"label\":\"more\",\"nb_uniq_visitors\":1,\"nb_visits\":2,\"nb_actions\":\"12\",\"nb_users\":1,\"max_actions\":8,\"sum_visit_length\":\"5\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"2\",\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":232.56,\"revenue_subtotal\":204,\"revenue_tax\":38.76,\"revenue_shipping\":10.2,\"revenue_discount\":20.4,\"items\":3},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":232.56,\"segment\":\"campaignKeyword==more\"},{\"label\":\"learnmore\",\"nb_uniq_visitors\":1,\"nb_visits\":1,\"nb_actions\":\"1\",\"nb_users\":1,\"max_actions\":1,\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==learnmore\"},{\"label\":\"ordernow\",\"nb_uniq_visitors\":1,\"nb_visits\":1,\"nb_actions\":\"6\",\"nb_users\":0,\"max_actions\":6,\"sum_visit_length\":\"1\",\"bounce_count\":\"0\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==ordernow\"},{\"label\":\"www.facebook.com\",\"nb_uniq_visitors\":1,\"nb_visits\":1,\"nb_actions\":\"1\",\"nb_users\":1,\"max_actions\":1,\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignKeyword==www.facebook.com\"}]", "tsv": "label\tnb_uniq_visitors\tnb_visits\tnb_actions\tnb_users\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tnb_conversions\trevenue\tmetadata_segment\nmore\t1\t2\t12\t1\t8\t5\t0\t2\t1\t1\t232.56\t204\t38.76\t10.2\t20.4\t3\t1\t1\t0\t2\t232.56\tcampaignKeyword==more\nlearnmore\t1\t1\t1\t1\t1\t0\t1\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignKeyword==learnmore\nordernow\t1\t1\t6\t0\t6\t1\t0\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignKeyword==ordernow\nwww.facebook.com\t1\t1\t1\t1\t1\t0\t1\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignKeyword==www.facebook.com" }, "MarketingCampaignsReporting.getMedium": { - "xml": "{\"row\":[{\"label\":\"display\",\"nb_visits\":\"151\",\"nb_actions\":\"292\",\"max_actions\":\"76\",\"sum_visit_length\":\"35151\",\"bounce_count\":\"94\",\"nb_visits_converted\":\"34\",\"goals\":{\"row\":[{\"nb_conversions\":\"34\",\"nb_visits_converted\":\"34\",\"revenue\":\"0\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"36\",\"revenue\":\"112\",\"sum_daily_nb_uniq_visitors\":\"146\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignMedium==display\"},{\"label\":\"cpc\",\"nb_visits\":\"57\",\"nb_actions\":\"181\",\"max_actions\":\"26\",\"sum_visit_length\":\"4999\",\"bounce_count\":\"41\",\"nb_visits_converted\":\"3\",\"goals\":{\"row\":[{\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"nb_conversions\":\"3\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"}]},\"nb_conversions\":\"3\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"57\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignMedium==cpc\"},{\"label\":\"email\",\"nb_visits\":\"16\",\"nb_actions\":\"30\",\"max_actions\":\"5\",\"sum_visit_length\":\"6\",\"bounce_count\":\"10\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"15\",\"sum_daily_nb_users\":\"5\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"}},\"nb_conversions\":\"2\",\"revenue\":\"255.36\",\"segment\":\"campaignMedium==email\"},{\"label\":\"paid-ads\",\"nb_visits\":\"10\",\"nb_actions\":\"15\",\"max_actions\":\"5\",\"sum_visit_length\":\"853\",\"bounce_count\":\"8\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"5\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"segment\":\"campaignMedium==paid-ads\"}]}", + "xml": "{\"row\":[{\"label\":\"display\",\"nb_visits\":\"151\",\"nb_actions\":\"292\",\"max_actions\":\"76\",\"sum_visit_length\":\"35151\",\"bounce_count\":\"94\",\"nb_visits_converted\":\"34\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"34\",\"nb_visits_converted\":\"34\",\"revenue\":\"0\"},{\"oaXmlAttributes\":{\"idgoal\":\"2\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"36\",\"revenue\":\"112\",\"sum_daily_nb_uniq_visitors\":\"146\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignMedium==display\"},{\"label\":\"cpc\",\"nb_visits\":\"57\",\"nb_actions\":\"181\",\"max_actions\":\"26\",\"sum_visit_length\":\"4999\",\"bounce_count\":\"41\",\"nb_visits_converted\":\"3\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"3\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"}]},\"nb_conversions\":\"3\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"57\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignMedium==cpc\"},{\"label\":\"email\",\"nb_visits\":\"16\",\"nb_actions\":\"30\",\"max_actions\":\"5\",\"sum_visit_length\":\"6\",\"bounce_count\":\"10\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"15\",\"sum_daily_nb_users\":\"5\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"}},\"nb_conversions\":\"2\",\"revenue\":\"255.36\",\"segment\":\"campaignMedium==email\"},{\"label\":\"paid-ads\",\"nb_visits\":\"10\",\"nb_actions\":\"15\",\"max_actions\":\"5\",\"sum_visit_length\":\"853\",\"bounce_count\":\"8\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"5\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"segment\":\"campaignMedium==paid-ads\"}]}", "json": "[{\"label\":\"display\",\"nb_visits\":151,\"nb_actions\":292,\"max_actions\":76,\"sum_visit_length\":35151,\"bounce_count\":94,\"nb_visits_converted\":34,\"goals\":{\"idgoal=1\":{\"nb_conversions\":34,\"nb_visits_converted\":34,\"revenue\":0},\"idgoal=2\":{\"nb_conversions\":2,\"nb_visits_converted\":1,\"revenue\":112}},\"nb_conversions\":36,\"revenue\":112,\"sum_daily_nb_uniq_visitors\":146,\"sum_daily_nb_users\":0,\"segment\":\"campaignMedium==display\"},{\"label\":\"cpc\",\"nb_visits\":57,\"nb_actions\":181,\"max_actions\":26,\"sum_visit_length\":4999,\"bounce_count\":41,\"nb_visits_converted\":3,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":4,\"nb_visits_converted\":4,\"revenue\":115,\"items\":7},\"idgoal=1\":{\"nb_conversions\":3,\"nb_visits_converted\":3,\"revenue\":0}},\"nb_conversions\":3,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":57,\"sum_daily_nb_users\":0,\"segment\":\"campaignMedium==cpc\"},{\"label\":\"email\",\"nb_visits\":16,\"nb_actions\":30,\"max_actions\":\"5\",\"sum_visit_length\":6,\"bounce_count\":10,\"nb_visits_converted\":2,\"sum_daily_nb_uniq_visitors\":15,\"sum_daily_nb_users\":5,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":255.36,\"revenue_subtotal\":224,\"revenue_tax\":42.56,\"revenue_shipping\":11.2,\"revenue_discount\":22.4,\"items\":7}},\"nb_conversions\":2,\"revenue\":255.36,\"segment\":\"campaignMedium==email\"},{\"label\":\"paid-ads\",\"nb_visits\":10,\"nb_actions\":15,\"max_actions\":\"5\",\"sum_visit_length\":853,\"bounce_count\":8,\"nb_visits_converted\":1,\"sum_daily_nb_uniq_visitors\":9,\"sum_daily_nb_users\":5,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":1,\"revenue\":0,\"segment\":\"campaignMedium==paid-ads\"}]", "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tgoals_idgoal=2_nb_conversions\tgoals_idgoal=2_nb_visits_converted\tgoals_idgoal=2_revenue\tnb_conversions\trevenue\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tmetadata_segment\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\ndisplay\t151\t292\t76\t35151\t94\t34\t34\t34\t0\t2\t1\t112\t36\t112\t146\t0\tcampaignMedium==display\t\t\t\t\t\t\t\t\t\t\t\t\ncpc\t57\t181\t26\t4999\t41\t3\t3\t3\t0\t\t\t\t3\t0\t57\t0\tcampaignMedium==cpc\t4\t4\t115\t7\t\t\t\t\t\t\t\t\nemail\t16\t30\t5\t6\t10\t2\t\t\t\t\t\t\t2\t255.36\t15\t5\tcampaignMedium==email\t\t\t\t\t2\t2\t255.36\t224\t42.56\t11.2\t22.4\t7\npaid-ads\t10\t15\t5\t853\t8\t1\t1\t1\t0\t\t\t\t1\t0\t9\t5\tcampaignMedium==paid-ads\t1\t1\t50\t2\t\t\t\t\t\t\t\t" }, "MarketingCampaignsReporting.getName": { - "xml": "{\"row\":[{\"label\":\"email-nov2011\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"4\",\"nb_actions\":\"19\",\"nb_users\":\"2\",\"max_actions\":\"8\",\"sum_visit_length\":\"6\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"232.56\",\"revenue_subtotal\":\"204\",\"revenue_tax\":\"38.76\",\"revenue_shipping\":\"10.2\",\"revenue_discount\":\"20.4\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"232.56\",\"segment\":\"campaignName==email-nov2011\"},{\"label\":\"google-ads-campaign\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"2\",\"nb_actions\":\"2\",\"nb_users\":\"2\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignName==google-ads-campaign\"}]}", + "xml": "{\"row\":[{\"label\":\"email-nov2011\",\"nb_uniq_visitors\":\"3\",\"nb_visits\":\"4\",\"nb_actions\":\"19\",\"nb_users\":\"2\",\"max_actions\":\"8\",\"sum_visit_length\":\"6\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"232.56\",\"revenue_subtotal\":\"204\",\"revenue_tax\":\"38.76\",\"revenue_shipping\":\"10.2\",\"revenue_discount\":\"20.4\",\"items\":\"3\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"232.56\",\"segment\":\"campaignName==email-nov2011\"},{\"label\":\"google-ads-campaign\",\"nb_uniq_visitors\":\"2\",\"nb_visits\":\"2\",\"nb_actions\":\"2\",\"nb_users\":\"2\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"0\",\"segment\":\"campaignName==google-ads-campaign\"}]}", "json": "[{\"label\":\"email-nov2011\",\"nb_uniq_visitors\":3,\"nb_visits\":4,\"nb_actions\":19,\"nb_users\":2,\"max_actions\":8,\"sum_visit_length\":6,\"bounce_count\":1,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":232.56,\"revenue_subtotal\":204,\"revenue_tax\":38.76,\"revenue_shipping\":10.2,\"revenue_discount\":20.4,\"items\":3},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":232.56,\"segment\":\"campaignName==email-nov2011\"},{\"label\":\"google-ads-campaign\",\"nb_uniq_visitors\":2,\"nb_visits\":2,\"nb_actions\":2,\"nb_users\":2,\"max_actions\":1,\"sum_visit_length\":0,\"bounce_count\":2,\"nb_visits_converted\":0,\"segment\":\"campaignName==google-ads-campaign\"}]", "tsv": "label\tnb_uniq_visitors\tnb_visits\tnb_actions\tnb_users\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tnb_conversions\trevenue\tmetadata_segment\nemail-nov2011\t3\t4\t19\t2\t8\t6\t1\t2\t1\t1\t232.56\t204\t38.76\t10.2\t20.4\t3\t1\t1\t0\t2\t232.56\tcampaignName==email-nov2011\ngoogle-ads-campaign\t2\t2\t2\t2\t1\t0\t2\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\tcampaignName==google-ads-campaign" }, "MarketingCampaignsReporting.getPlacement": { - "xml": "{\"row\":[{\"label\":\"external\",\"nb_visits\":\"12\",\"nb_actions\":\"16\",\"max_actions\":\"4\",\"sum_visit_length\":\"3\",\"bounce_count\":\"10\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"12\",\"sum_daily_nb_users\":\"4\",\"goals\":{\"row\":{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"191.52\",\"revenue_subtotal\":\"168\",\"revenue_tax\":\"31.92\",\"revenue_shipping\":\"8.4\",\"revenue_discount\":\"16.8\",\"items\":\"3\"}},\"nb_conversions\":\"1\",\"revenue\":\"191.52\",\"segment\":\"campaignPlacement==external\"},{\"label\":\"bottom\",\"nb_visits\":\"10\",\"nb_actions\":\"22\",\"max_actions\":\"5\",\"sum_visit_length\":\"5\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"63.84\",\"revenue_subtotal\":\"56\",\"revenue_tax\":\"10.64\",\"revenue_shipping\":\"2.8\",\"revenue_discount\":\"5.6\",\"items\":\"4\"}]},\"nb_conversions\":\"1\",\"revenue\":\"63.84\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"3\",\"segment\":\"campaignPlacement==bottom\"},{\"label\":\"top\",\"nb_visits\":\"9\",\"nb_actions\":\"15\",\"max_actions\":\"5\",\"sum_visit_length\":\"856\",\"bounce_count\":\"6\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"8\",\"sum_daily_nb_users\":\"6\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"321.48\",\"segment\":\"campaignPlacement==top\"}]}", + "xml": "{\"row\":[{\"label\":\"external\",\"nb_visits\":\"12\",\"nb_actions\":\"16\",\"max_actions\":\"4\",\"sum_visit_length\":\"3\",\"bounce_count\":\"10\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"12\",\"sum_daily_nb_users\":\"4\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"191.52\",\"revenue_subtotal\":\"168\",\"revenue_tax\":\"31.92\",\"revenue_shipping\":\"8.4\",\"revenue_discount\":\"16.8\",\"items\":\"3\"}},\"nb_conversions\":\"1\",\"revenue\":\"191.52\",\"segment\":\"campaignPlacement==external\"},{\"label\":\"bottom\",\"nb_visits\":\"10\",\"nb_actions\":\"22\",\"max_actions\":\"5\",\"sum_visit_length\":\"5\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"63.84\",\"revenue_subtotal\":\"56\",\"revenue_tax\":\"10.64\",\"revenue_shipping\":\"2.8\",\"revenue_discount\":\"5.6\",\"items\":\"4\"}]},\"nb_conversions\":\"1\",\"revenue\":\"63.84\",\"sum_daily_nb_uniq_visitors\":\"9\",\"sum_daily_nb_users\":\"3\",\"segment\":\"campaignPlacement==bottom\"},{\"label\":\"top\",\"nb_visits\":\"9\",\"nb_actions\":\"15\",\"max_actions\":\"5\",\"sum_visit_length\":\"856\",\"bounce_count\":\"6\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"8\",\"sum_daily_nb_users\":\"6\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"321.48\",\"segment\":\"campaignPlacement==top\"}]}", "json": "[{\"label\":\"external\",\"nb_visits\":12,\"nb_actions\":16,\"max_actions\":\"4\",\"sum_visit_length\":3,\"bounce_count\":10,\"nb_visits_converted\":1,\"sum_daily_nb_uniq_visitors\":12,\"sum_daily_nb_users\":4,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":191.52,\"revenue_subtotal\":168,\"revenue_tax\":31.92,\"revenue_shipping\":8.4,\"revenue_discount\":16.8,\"items\":3}},\"nb_conversions\":1,\"revenue\":191.52,\"segment\":\"campaignPlacement==external\"},{\"label\":\"bottom\",\"nb_visits\":10,\"nb_actions\":22,\"max_actions\":\"5\",\"sum_visit_length\":5,\"bounce_count\":5,\"nb_visits_converted\":1,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":63.84,\"revenue_subtotal\":56,\"revenue_tax\":10.64,\"revenue_shipping\":2.8,\"revenue_discount\":5.6,\"items\":4}},\"nb_conversions\":1,\"revenue\":63.84,\"sum_daily_nb_uniq_visitors\":9,\"sum_daily_nb_users\":3,\"segment\":\"campaignPlacement==bottom\"},{\"label\":\"top\",\"nb_visits\":9,\"nb_actions\":15,\"max_actions\":\"5\",\"sum_visit_length\":856,\"bounce_count\":6,\"nb_visits_converted\":2,\"sum_daily_nb_uniq_visitors\":8,\"sum_daily_nb_users\":6,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":321.48,\"revenue_subtotal\":282,\"revenue_tax\":53.58,\"revenue_shipping\":14.1,\"revenue_discount\":28.2,\"items\":3},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":321.48,\"segment\":\"campaignPlacement==top\"}]", "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\tnb_conversions\trevenue\tmetadata_segment\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\nexternal\t12\t16\t4\t3\t10\t1\t12\t4\t1\t1\t191.52\t168\t31.92\t8.4\t16.8\t3\t1\t191.52\tcampaignPlacement==external\t\t\t\t\t\t\t\nbottom\t10\t22\t5\t5\t5\t1\t9\t3\t1\t1\t63.84\t56\t10.64\t2.8\t5.6\t4\t1\t63.84\tcampaignPlacement==bottom\t1\t1\t50\t2\t\t\t\ntop\t9\t15\t5\t856\t6\t2\t8\t6\t1\t1\t321.48\t282\t53.58\t14.1\t28.2\t3\t2\t321.48\tcampaignPlacement==top\t1\t1\t50\t2\t1\t1\t0" }, "MarketingCampaignsReporting.getSource": { - "xml": "{\"row\":[{\"label\":\"buysellads\",\"nb_visits\":\"106\",\"nb_actions\":\"236\",\"max_actions\":\"76\",\"sum_visit_length\":\"32662\",\"bounce_count\":\"54\",\"nb_visits_converted\":\"32\",\"sum_daily_nb_uniq_visitors\":\"104\",\"sum_daily_nb_users\":\"0\",\"goals\":{\"row\":[{\"nb_conversions\":\"32\",\"nb_visits_converted\":\"32\",\"revenue\":\"0\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"34\",\"revenue\":\"112\",\"segment\":\"campaignSource==buysellads\"},{\"label\":\"adwords\",\"nb_visits\":\"62\",\"nb_actions\":\"75\",\"max_actions\":\"5\",\"sum_visit_length\":\"3184\",\"bounce_count\":\"56\",\"nb_visits_converted\":\"3\",\"goals\":{\"row\":{\"nb_conversions\":\"3\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"}},\"nb_conversions\":\"3\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"59\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignSource==adwords\"},{\"label\":\"google\",\"nb_visits\":\"40\",\"nb_actions\":\"162\",\"max_actions\":\"26\",\"sum_visit_length\":\"4304\",\"bounce_count\":\"25\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"40\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignSource==google\"},{\"label\":\"google-ads\",\"nb_visits\":\"15\",\"nb_actions\":\"31\",\"max_actions\":\"5\",\"sum_visit_length\":\"857\",\"bounce_count\":\"8\",\"nb_visits_converted\":\"3\",\"sum_daily_nb_uniq_visitors\":\"14\",\"sum_daily_nb_users\":\"7\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"3\",\"revenue\":\"255.36\",\"segment\":\"campaignSource==google-ads\"},{\"label\":\"newsletter\",\"nb_visits\":\"13\",\"nb_actions\":\"16\",\"max_actions\":\"3\",\"sum_visit_length\":\"7\",\"bounce_count\":\"10\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"}]},\"nb_conversions\":\"1\",\"revenue\":\"321.48\",\"sum_daily_nb_uniq_visitors\":\"12\",\"sum_daily_nb_users\":\"5\",\"segment\":\"campaignSource==newsletter\"}]}", + "xml": "{\"row\":[{\"label\":\"buysellads\",\"nb_visits\":\"106\",\"nb_actions\":\"236\",\"max_actions\":\"76\",\"sum_visit_length\":\"32662\",\"bounce_count\":\"54\",\"nb_visits_converted\":\"32\",\"sum_daily_nb_uniq_visitors\":\"104\",\"sum_daily_nb_users\":\"0\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"32\",\"nb_visits_converted\":\"32\",\"revenue\":\"0\"},{\"oaXmlAttributes\":{\"idgoal\":\"2\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"34\",\"revenue\":\"112\",\"segment\":\"campaignSource==buysellads\"},{\"label\":\"adwords\",\"nb_visits\":\"62\",\"nb_actions\":\"75\",\"max_actions\":\"5\",\"sum_visit_length\":\"3184\",\"bounce_count\":\"56\",\"nb_visits_converted\":\"3\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"3\",\"nb_visits_converted\":\"3\",\"revenue\":\"0\"}},\"nb_conversions\":\"3\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"59\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignSource==adwords\"},{\"label\":\"google\",\"nb_visits\":\"40\",\"nb_actions\":\"162\",\"max_actions\":\"26\",\"sum_visit_length\":\"4304\",\"bounce_count\":\"25\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"40\",\"sum_daily_nb_users\":\"0\",\"segment\":\"campaignSource==google\"},{\"label\":\"google-ads\",\"nb_visits\":\"15\",\"nb_actions\":\"31\",\"max_actions\":\"5\",\"sum_visit_length\":\"857\",\"bounce_count\":\"8\",\"nb_visits_converted\":\"3\",\"sum_daily_nb_uniq_visitors\":\"14\",\"sum_daily_nb_users\":\"7\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"3\",\"revenue\":\"255.36\",\"segment\":\"campaignSource==google-ads\"},{\"label\":\"newsletter\",\"nb_visits\":\"13\",\"nb_actions\":\"16\",\"max_actions\":\"3\",\"sum_visit_length\":\"7\",\"bounce_count\":\"10\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"}]},\"nb_conversions\":\"1\",\"revenue\":\"321.48\",\"sum_daily_nb_uniq_visitors\":\"12\",\"sum_daily_nb_users\":\"5\",\"segment\":\"campaignSource==newsletter\"}]}", "json": "[{\"label\":\"buysellads\",\"nb_visits\":106,\"nb_actions\":236,\"max_actions\":76,\"sum_visit_length\":32662,\"bounce_count\":54,\"nb_visits_converted\":32,\"sum_daily_nb_uniq_visitors\":104,\"sum_daily_nb_users\":0,\"goals\":{\"idgoal=1\":{\"nb_conversions\":32,\"nb_visits_converted\":32,\"revenue\":0},\"idgoal=2\":{\"nb_conversions\":2,\"nb_visits_converted\":1,\"revenue\":112}},\"nb_conversions\":34,\"revenue\":112,\"segment\":\"campaignSource==buysellads\"},{\"label\":\"adwords\",\"nb_visits\":62,\"nb_actions\":75,\"max_actions\":\"5\",\"sum_visit_length\":3184,\"bounce_count\":56,\"nb_visits_converted\":3,\"goals\":{\"idgoal=1\":{\"nb_conversions\":3,\"nb_visits_converted\":3,\"revenue\":0}},\"nb_conversions\":3,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":59,\"sum_daily_nb_users\":0,\"segment\":\"campaignSource==adwords\"},{\"label\":\"google\",\"nb_visits\":40,\"nb_actions\":162,\"max_actions\":26,\"sum_visit_length\":4304,\"bounce_count\":25,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":4,\"nb_visits_converted\":4,\"revenue\":115,\"items\":7},\"idgoal=1\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":40,\"sum_daily_nb_users\":0,\"segment\":\"campaignSource==google\"},{\"label\":\"google-ads\",\"nb_visits\":15,\"nb_actions\":31,\"max_actions\":\"5\",\"sum_visit_length\":857,\"bounce_count\":8,\"nb_visits_converted\":3,\"sum_daily_nb_uniq_visitors\":14,\"sum_daily_nb_users\":7,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=ecommerceOrder\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":255.36,\"revenue_subtotal\":224,\"revenue_tax\":42.56,\"revenue_shipping\":11.2,\"revenue_discount\":22.4,\"items\":7},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":3,\"revenue\":255.36,\"segment\":\"campaignSource==google-ads\"},{\"label\":\"newsletter\",\"nb_visits\":13,\"nb_actions\":16,\"max_actions\":\"3\",\"sum_visit_length\":7,\"bounce_count\":10,\"nb_visits_converted\":1,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":100,\"items\":3},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":321.48,\"revenue_subtotal\":282,\"revenue_tax\":53.58,\"revenue_shipping\":14.1,\"revenue_discount\":28.2,\"items\":3}},\"nb_conversions\":1,\"revenue\":321.48,\"sum_daily_nb_uniq_visitors\":12,\"sum_daily_nb_users\":5,\"segment\":\"campaignSource==newsletter\"}]", "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tgoals_idgoal=2_nb_conversions\tgoals_idgoal=2_nb_visits_converted\tgoals_idgoal=2_revenue\tnb_conversions\trevenue\tmetadata_segment\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\nbuysellads\t106\t236\t76\t32662\t54\t32\t104\t0\t32\t32\t0\t2\t1\t112\t34\t112\tcampaignSource==buysellads\t\t\t\t\t\t\t\t\t\t\t\t\nadwords\t62\t75\t5\t3184\t56\t3\t59\t0\t3\t3\t0\t\t\t\t3\t0\tcampaignSource==adwords\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle\t40\t162\t26\t4304\t25\t2\t40\t0\t2\t2\t0\t\t\t\t2\t0\tcampaignSource==google\t4\t4\t115\t7\t\t\t\t\t\t\t\t\ngoogle-ads\t15\t31\t5\t857\t8\t3\t14\t7\t1\t1\t0\t\t\t\t3\t255.36\tcampaignSource==google-ads\t1\t1\t50\t2\t2\t2\t255.36\t224\t42.56\t11.2\t22.4\t7\nnewsletter\t13\t16\t3\t7\t10\t1\t12\t5\t\t\t\t\t\t\t1\t321.48\tcampaignSource==newsletter\t2\t2\t100\t3\t1\t1\t321.48\t282\t53.58\t14.1\t28.2\t3" }, "MarketingCampaignsReporting.getSourceMedium": { - "xml": "{\"row\":[{\"label\":\"buysellads - display\",\"nb_visits\":\"106\",\"nb_actions\":\"236\",\"max_actions\":\"76\",\"sum_visit_length\":\"32662\",\"bounce_count\":\"54\",\"nb_visits_converted\":\"32\",\"sum_daily_nb_uniq_visitors\":\"104\",\"sum_daily_nb_users\":\"0\",\"goals\":{\"row\":[{\"nb_conversions\":\"32\",\"nb_visits_converted\":\"32\",\"revenue\":\"0\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"34\",\"revenue\":\"112\",\"idsubdatatable\":\"6\"},{\"label\":\"adwords - display\",\"nb_visits\":\"45\",\"nb_actions\":\"56\",\"max_actions\":\"5\",\"sum_visit_length\":\"2489\",\"bounce_count\":\"40\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"42\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"1\"},{\"label\":\"google - cpc\",\"nb_visits\":\"40\",\"nb_actions\":\"162\",\"max_actions\":\"26\",\"sum_visit_length\":\"4304\",\"bounce_count\":\"25\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"40\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"3\"},{\"label\":\"adwords - cpc\",\"nb_visits\":\"17\",\"nb_actions\":\"19\",\"max_actions\":\"3\",\"sum_visit_length\":\"695\",\"bounce_count\":\"16\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"17\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"4\"},{\"label\":\"google-ads - email\",\"nb_visits\":\"9\",\"nb_actions\":\"18\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"8\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"}},\"nb_conversions\":\"2\",\"revenue\":\"255.36\",\"idsubdatatable\":\"2\"},{\"label\":\"newsletter\",\"nb_visits\":\"5\",\"nb_actions\":\"8\",\"max_actions\":\"3\",\"sum_visit_length\":\"5\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"}]},\"nb_conversions\":\"1\",\"revenue\":\"321.48\",\"sum_daily_nb_uniq_visitors\":\"5\",\"sum_daily_nb_users\":\"3\",\"idsubdatatable\":\"5\"},{\"label\":\"google-ads - paid-ads\",\"nb_visits\":\"4\",\"nb_actions\":\"10\",\"max_actions\":\"5\",\"sum_visit_length\":\"853\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"4\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"idsubdatatable\":\"8\"},{\"label\":\"newsletter - email\",\"nb_visits\":\"4\",\"nb_actions\":\"5\",\"max_actions\":\"2\",\"sum_visit_length\":\"2\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"4\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"7\"},{\"label\":\"newsletter - paid-ads\",\"nb_visits\":\"4\",\"nb_actions\":\"3\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"4\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"3\",\"sum_daily_nb_users\":\"2\",\"idsubdatatable\":\"11\"},{\"label\":\"email\",\"nb_visits\":\"3\",\"nb_actions\":\"7\",\"max_actions\":\"5\",\"sum_visit_length\":\"0\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"3\",\"sum_daily_nb_users\":\"2\",\"idsubdatatable\":\"9\"},{\"label\":\"google-ads\",\"nb_visits\":\"2\",\"nb_actions\":\"3\",\"max_actions\":\"2\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"2\",\"sum_daily_nb_users\":\"1\",\"idsubdatatable\":\"10\"},{\"label\":\"paid-ads\",\"nb_visits\":\"2\",\"nb_actions\":\"2\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"2\",\"sum_daily_nb_users\":\"0\"}]}", + "xml": "{\"row\":[{\"label\":\"buysellads - display\",\"nb_visits\":\"106\",\"nb_actions\":\"236\",\"max_actions\":\"76\",\"sum_visit_length\":\"32662\",\"bounce_count\":\"54\",\"nb_visits_converted\":\"32\",\"sum_daily_nb_uniq_visitors\":\"104\",\"sum_daily_nb_users\":\"0\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"32\",\"nb_visits_converted\":\"32\",\"revenue\":\"0\"},{\"oaXmlAttributes\":{\"idgoal\":\"2\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"34\",\"revenue\":\"112\",\"idsubdatatable\":\"6\"},{\"label\":\"adwords - display\",\"nb_visits\":\"45\",\"nb_actions\":\"56\",\"max_actions\":\"5\",\"sum_visit_length\":\"2489\",\"bounce_count\":\"40\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"42\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"1\"},{\"label\":\"google - cpc\",\"nb_visits\":\"40\",\"nb_actions\":\"162\",\"max_actions\":\"26\",\"sum_visit_length\":\"4304\",\"bounce_count\":\"25\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"40\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"3\"},{\"label\":\"adwords - cpc\",\"nb_visits\":\"17\",\"nb_actions\":\"19\",\"max_actions\":\"3\",\"sum_visit_length\":\"695\",\"bounce_count\":\"16\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"17\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"4\"},{\"label\":\"google-ads - email\",\"nb_visits\":\"9\",\"nb_actions\":\"18\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"8\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"}},\"nb_conversions\":\"2\",\"revenue\":\"255.36\",\"idsubdatatable\":\"2\"},{\"label\":\"newsletter\",\"nb_visits\":\"5\",\"nb_actions\":\"8\",\"max_actions\":\"3\",\"sum_visit_length\":\"5\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"}]},\"nb_conversions\":\"1\",\"revenue\":\"321.48\",\"sum_daily_nb_uniq_visitors\":\"5\",\"sum_daily_nb_users\":\"3\",\"idsubdatatable\":\"5\"},{\"label\":\"google-ads - paid-ads\",\"nb_visits\":\"4\",\"nb_actions\":\"10\",\"max_actions\":\"5\",\"sum_visit_length\":\"853\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"4\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"idsubdatatable\":\"8\"},{\"label\":\"newsletter - email\",\"nb_visits\":\"4\",\"nb_actions\":\"5\",\"max_actions\":\"2\",\"sum_visit_length\":\"2\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"4\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"7\"},{\"label\":\"newsletter - paid-ads\",\"nb_visits\":\"4\",\"nb_actions\":\"3\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"4\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"3\",\"sum_daily_nb_users\":\"2\",\"idsubdatatable\":\"11\"},{\"label\":\"email\",\"nb_visits\":\"3\",\"nb_actions\":\"7\",\"max_actions\":\"5\",\"sum_visit_length\":\"0\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"3\",\"sum_daily_nb_users\":\"2\",\"idsubdatatable\":\"9\"},{\"label\":\"google-ads\",\"nb_visits\":\"2\",\"nb_actions\":\"3\",\"max_actions\":\"2\",\"sum_visit_length\":\"0\",\"bounce_count\":\"1\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"2\",\"sum_daily_nb_users\":\"1\",\"idsubdatatable\":\"10\"},{\"label\":\"paid-ads\",\"nb_visits\":\"2\",\"nb_actions\":\"2\",\"max_actions\":\"1\",\"sum_visit_length\":\"0\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"0\",\"sum_daily_nb_uniq_visitors\":\"2\",\"sum_daily_nb_users\":\"0\"}]}", "json": "[{\"label\":\"buysellads - display\",\"nb_visits\":106,\"nb_actions\":236,\"max_actions\":76,\"sum_visit_length\":32662,\"bounce_count\":54,\"nb_visits_converted\":32,\"sum_daily_nb_uniq_visitors\":104,\"sum_daily_nb_users\":0,\"goals\":{\"idgoal=1\":{\"nb_conversions\":32,\"nb_visits_converted\":32,\"revenue\":0},\"idgoal=2\":{\"nb_conversions\":2,\"nb_visits_converted\":1,\"revenue\":112}},\"nb_conversions\":34,\"revenue\":112,\"idsubdatatable\":6},{\"label\":\"adwords - display\",\"nb_visits\":45,\"nb_actions\":56,\"max_actions\":\"5\",\"sum_visit_length\":2489,\"bounce_count\":40,\"nb_visits_converted\":2,\"goals\":{\"idgoal=1\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":42,\"sum_daily_nb_users\":0,\"idsubdatatable\":1},{\"label\":\"google - cpc\",\"nb_visits\":40,\"nb_actions\":162,\"max_actions\":26,\"sum_visit_length\":4304,\"bounce_count\":25,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":4,\"nb_visits_converted\":4,\"revenue\":115,\"items\":7},\"idgoal=1\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":40,\"sum_daily_nb_users\":0,\"idsubdatatable\":3},{\"label\":\"adwords - cpc\",\"nb_visits\":17,\"nb_actions\":19,\"max_actions\":\"3\",\"sum_visit_length\":695,\"bounce_count\":16,\"nb_visits_converted\":1,\"goals\":{\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":1,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":17,\"sum_daily_nb_users\":0,\"idsubdatatable\":4},{\"label\":\"google-ads - email\",\"nb_visits\":9,\"nb_actions\":18,\"max_actions\":\"5\",\"sum_visit_length\":4,\"bounce_count\":5,\"nb_visits_converted\":2,\"sum_daily_nb_uniq_visitors\":8,\"sum_daily_nb_users\":3,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":255.36,\"revenue_subtotal\":224,\"revenue_tax\":42.56,\"revenue_shipping\":11.2,\"revenue_discount\":22.4,\"items\":7}},\"nb_conversions\":2,\"revenue\":255.36,\"idsubdatatable\":2},{\"label\":\"newsletter\",\"nb_visits\":5,\"nb_actions\":8,\"max_actions\":\"3\",\"sum_visit_length\":5,\"bounce_count\":3,\"nb_visits_converted\":1,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":100,\"items\":3},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":321.48,\"revenue_subtotal\":282,\"revenue_tax\":53.58,\"revenue_shipping\":14.1,\"revenue_discount\":28.2,\"items\":3}},\"nb_conversions\":1,\"revenue\":321.48,\"sum_daily_nb_uniq_visitors\":5,\"sum_daily_nb_users\":3,\"idsubdatatable\":5},{\"label\":\"google-ads - paid-ads\",\"nb_visits\":4,\"nb_actions\":10,\"max_actions\":\"5\",\"sum_visit_length\":853,\"bounce_count\":2,\"nb_visits_converted\":1,\"sum_daily_nb_uniq_visitors\":4,\"sum_daily_nb_users\":3,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":1,\"revenue\":0,\"idsubdatatable\":8},{\"label\":\"newsletter - email\",\"nb_visits\":4,\"nb_actions\":5,\"max_actions\":\"2\",\"sum_visit_length\":2,\"bounce_count\":3,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":4,\"sum_daily_nb_users\":0,\"idsubdatatable\":7},{\"label\":\"newsletter - paid-ads\",\"nb_visits\":4,\"nb_actions\":3,\"max_actions\":\"1\",\"sum_visit_length\":0,\"bounce_count\":4,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":3,\"sum_daily_nb_users\":2,\"idsubdatatable\":11},{\"label\":\"email\",\"nb_visits\":3,\"nb_actions\":7,\"max_actions\":\"5\",\"sum_visit_length\":0,\"bounce_count\":2,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":3,\"sum_daily_nb_users\":2,\"idsubdatatable\":9},{\"label\":\"google-ads\",\"nb_visits\":2,\"nb_actions\":3,\"max_actions\":\"2\",\"sum_visit_length\":0,\"bounce_count\":1,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":2,\"sum_daily_nb_users\":1,\"idsubdatatable\":10},{\"label\":\"paid-ads\",\"nb_visits\":2,\"nb_actions\":2,\"max_actions\":\"1\",\"sum_visit_length\":0,\"bounce_count\":2,\"nb_visits_converted\":0,\"sum_daily_nb_uniq_visitors\":2,\"sum_daily_nb_users\":0}]", "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tgoals_idgoal=2_nb_conversions\tgoals_idgoal=2_nb_visits_converted\tgoals_idgoal=2_revenue\tnb_conversions\trevenue\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\nbuysellads - display\t106\t236\t76\t32662\t54\t32\t104\t0\t32\t32\t0\t2\t1\t112\t34\t112\t\t\t\t\t\t\t\t\t\t\t\t\nadwords - display\t45\t56\t5\t2489\t40\t2\t42\t0\t2\t2\t0\t\t\t\t2\t0\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle - cpc\t40\t162\t26\t4304\t25\t2\t40\t0\t2\t2\t0\t\t\t\t2\t0\t4\t4\t115\t7\t\t\t\t\t\t\t\t\nadwords - cpc\t17\t19\t3\t695\t16\t1\t17\t0\t1\t1\t0\t\t\t\t1\t0\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle-ads - email\t9\t18\t5\t4\t5\t2\t8\t3\t\t\t\t\t\t\t2\t255.36\t\t\t\t\t2\t2\t255.36\t224\t42.56\t11.2\t22.4\t7\nnewsletter\t5\t8\t3\t5\t3\t1\t5\t3\t\t\t\t\t\t\t1\t321.48\t2\t2\t100\t3\t1\t1\t321.48\t282\t53.58\t14.1\t28.2\t3\ngoogle-ads - paid-ads\t4\t10\t5\t853\t2\t1\t4\t3\t1\t1\t0\t\t\t\t1\t0\t1\t1\t50\t2\t\t\t\t\t\t\t\t\nnewsletter - email\t4\t5\t2\t2\t3\t0\t4\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\nnewsletter - paid-ads\t4\t3\t1\t0\t4\t0\t3\t2\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\nemail\t3\t7\t5\t0\t2\t0\t3\t2\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle-ads\t2\t3\t2\t0\t1\t0\t2\t1\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\npaid-ads\t2\t2\t1\t0\t2\t0\t2\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t" } diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json index 3d31145..b7576ba 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesPostTruncationByType.json @@ -34,7 +34,7 @@ "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tgoals_idgoal=2_nb_conversions\tgoals_idgoal=2_nb_visits_converted\tgoals_idgoal=2_revenue\tnb_conversions\trevenue\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tmetadata_segment\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\ndisplay\t151\t292\t76\t35151\t94\t34\t34\t34\t0\t2\t1\t112\t36\t112\t146\t0\tcampaignMedium==display\t\t\t\t\t\t\t\t\t\t\t\t\ncpc\t57\t181\t26\t4999\t41\t3\t3\t3\t0\t\t\t\t3\t0\t57\t0\tcampaignMedium==cpc\t4\t4\t115\t7\t\t\t\t\t\t\t\t\nemail\t16\t30\t5\t6\t10\t2\t\t\t\t\t\t\t2\t255.36\t15\t5\tcampaignMedium==email\t\t\t\t\t2\t2\t255.36\t224\t42.56\t11.2\t22.4\t7\npaid-ads\t10\t15\t5\t853\t8\t1\t1\t1\t0\t\t\t\t1\t0\t9\t5\tcampaignMedium==paid-ads\t1\t1\t50\t2" }, "MarketingCampaignsReporting.getSourceMedium": { - "xml": "{\"row\":[{\"label\":\"buysellads - display\",\"nb_visits\":\"106\",\"nb_actions\":\"236\",\"max_actions\":\"76\",\"sum_visit_length\":\"32662\",\"bounce_count\":\"54\",\"nb_visits_converted\":\"32\",\"sum_daily_nb_uniq_visitors\":\"104\",\"sum_daily_nb_users\":\"0\",\"goals\":{\"row\":[{\"nb_conversions\":\"32\",\"nb_visits_converted\":\"32\",\"revenue\":\"0\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"34\",\"revenue\":\"112\",\"idsubdatatable\":\"6\"},{\"label\":\"adwords - display\",\"nb_visits\":\"45\",\"nb_actions\":\"56\",\"max_actions\":\"5\",\"sum_visit_length\":\"2489\",\"bounce_count\":\"40\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"42\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"1\"},{\"label\":\"google - cpc\",\"nb_visits\":\"40\",\"nb_actions\":\"162\",\"max_actions\":\"26\",\"sum_visit_length\":\"4304\",\"bounce_count\":\"25\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"40\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"3\"},{\"label\":\"adwords - cpc\",\"nb_visits\":\"17\",\"nb_actions\":\"19\",\"max_actions\":\"3\",\"sum_visit_length\":\"695\",\"bounce_count\":\"16\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"17\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"4\"},{\"label\":\"google-ads - email\",\"nb_visits\":\"9\",\"nb_actions\":\"18\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"8\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"}},\"nb_conversions\":\"2\",\"revenue\":\"255.36\",\"idsubdatatable\":\"2\"},{\"label\":\"newsletter\",\"nb_visits\":\"5\",\"nb_actions\":\"8\",\"max_actions\":\"3\",\"sum_visit_length\":\"5\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"}]},\"nb_conversions\":\"1\",\"revenue\":\"321.48\",\"sum_daily_nb_uniq_visitors\":\"5\",\"sum_daily_nb_users\":\"3\",\"idsubdatatable\":\"5\"},{\"label\":\"google-ads - paid-ads\",\"nb_visits\":\"4\",\"nb_actions\":\"10\",\"max_actions\":\"5\",\"sum_visit_length\":\"853\",\"bounce_count\":\"2\",\"nb_visits_converted\":\"1\",\"sum_daily_nb_uniq_visitors\":\"4\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":[{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"50\",\"items\":\"2\"},{\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}]},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"idsubdatatable\":\"8\"}]}", + "xml": "{\"row\":[{\"label\":\"buysellads - display\",\"nb_visits\":\"106\",\"nb_actions\":\"236\",\"max_actions\":\"76\",\"sum_visit_length\":\"32662\",\"bounce_count\":\"54\",\"nb_visits_converted\":\"32\",\"sum_daily_nb_uniq_visitors\":\"104\",\"sum_daily_nb_users\":\"0\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"32\",\"nb_visits_converted\":\"32\",\"revenue\":\"0\"},{\"oaXmlAttributes\":{\"idgoal\":\"2\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"1\",\"revenue\":\"112\"}]},\"nb_conversions\":\"34\",\"revenue\":\"112\",\"idsubdatatable\":\"6\"},{\"label\":\"adwords - display\",\"nb_visits\":\"45\",\"nb_actions\":\"56\",\"max_actions\":\"5\",\"sum_visit_length\":\"2489\",\"bounce_count\":\"40\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"42\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"1\"},{\"label\":\"google - cpc\",\"nb_visits\":\"40\",\"nb_actions\":\"162\",\"max_actions\":\"26\",\"sum_visit_length\":\"4304\",\"bounce_count\":\"25\",\"nb_visits_converted\":\"2\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"4\",\"nb_visits_converted\":\"4\",\"revenue\":\"115\",\"items\":\"7\"},{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"0\"}]},\"nb_conversions\":\"2\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"40\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"3\"},{\"label\":\"adwords - cpc\",\"nb_visits\":\"17\",\"nb_actions\":\"19\",\"max_actions\":\"3\",\"sum_visit_length\":\"695\",\"bounce_count\":\"16\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"1\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"0\"}},\"nb_conversions\":\"1\",\"revenue\":\"0\",\"sum_daily_nb_uniq_visitors\":\"17\",\"sum_daily_nb_users\":\"0\",\"idsubdatatable\":\"4\"},{\"label\":\"google-ads - email\",\"nb_visits\":\"9\",\"nb_actions\":\"18\",\"max_actions\":\"5\",\"sum_visit_length\":\"4\",\"bounce_count\":\"5\",\"nb_visits_converted\":\"2\",\"sum_daily_nb_uniq_visitors\":\"8\",\"sum_daily_nb_users\":\"3\",\"goals\":{\"row\":{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"255.36\",\"revenue_subtotal\":\"224\",\"revenue_tax\":\"42.56\",\"revenue_shipping\":\"11.2\",\"revenue_discount\":\"22.4\",\"items\":\"7\"}},\"nb_conversions\":\"2\",\"revenue\":\"255.36\",\"idsubdatatable\":\"2\"},{\"label\":\"newsletter\",\"nb_visits\":\"5\",\"nb_actions\":\"8\",\"max_actions\":\"3\",\"sum_visit_length\":\"5\",\"bounce_count\":\"3\",\"nb_visits_converted\":\"1\",\"goals\":{\"row\":[{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceAbandonedCart\"},\"nb_conversions\":\"2\",\"nb_visits_converted\":\"2\",\"revenue\":\"100\",\"items\":\"3\"},{\"oaXmlAttributes\":{\"idgoal\":\"ecommerceOrder\"},\"nb_conversions\":\"1\",\"nb_visits_converted\":\"1\",\"revenue\":\"321.48\",\"revenue_subtotal\":\"282\",\"revenue_tax\":\"53.58\",\"revenue_shipping\":\"14.1\",\"revenue_discount\":\"28.2\",\"items\":\"3\"}]},\"nb_conversions\":\"1\",\"revenue\":\"321.48\",\"sum_daily_nb_uniq_visitors\":\"5\",\"sum_daily_nb_users\":\"3\",\"idsubdatatable\":\"5\"}]}", "json": "[{\"label\":\"buysellads - display\",\"nb_visits\":106,\"nb_actions\":236,\"max_actions\":76,\"sum_visit_length\":32662,\"bounce_count\":54,\"nb_visits_converted\":32,\"sum_daily_nb_uniq_visitors\":104,\"sum_daily_nb_users\":0,\"goals\":{\"idgoal=1\":{\"nb_conversions\":32,\"nb_visits_converted\":32,\"revenue\":0},\"idgoal=2\":{\"nb_conversions\":2,\"nb_visits_converted\":1,\"revenue\":112}},\"nb_conversions\":34,\"revenue\":112,\"idsubdatatable\":6},{\"label\":\"adwords - display\",\"nb_visits\":45,\"nb_actions\":56,\"max_actions\":\"5\",\"sum_visit_length\":2489,\"bounce_count\":40,\"nb_visits_converted\":2,\"goals\":{\"idgoal=1\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":42,\"sum_daily_nb_users\":0,\"idsubdatatable\":1},{\"label\":\"google - cpc\",\"nb_visits\":40,\"nb_actions\":162,\"max_actions\":26,\"sum_visit_length\":4304,\"bounce_count\":25,\"nb_visits_converted\":2,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":4,\"nb_visits_converted\":4,\"revenue\":115,\"items\":7},\"idgoal=1\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":0}},\"nb_conversions\":2,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":40,\"sum_daily_nb_users\":0,\"idsubdatatable\":3},{\"label\":\"adwords - cpc\",\"nb_visits\":17,\"nb_actions\":19,\"max_actions\":\"3\",\"sum_visit_length\":695,\"bounce_count\":16,\"nb_visits_converted\":1,\"goals\":{\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":1,\"revenue\":0,\"sum_daily_nb_uniq_visitors\":17,\"sum_daily_nb_users\":0,\"idsubdatatable\":4},{\"label\":\"google-ads - email\",\"nb_visits\":9,\"nb_actions\":18,\"max_actions\":\"5\",\"sum_visit_length\":4,\"bounce_count\":5,\"nb_visits_converted\":2,\"sum_daily_nb_uniq_visitors\":8,\"sum_daily_nb_users\":3,\"goals\":{\"idgoal=ecommerceOrder\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":255.36,\"revenue_subtotal\":224,\"revenue_tax\":42.56,\"revenue_shipping\":11.2,\"revenue_discount\":22.4,\"items\":7}},\"nb_conversions\":2,\"revenue\":255.36,\"idsubdatatable\":2},{\"label\":\"newsletter\",\"nb_visits\":5,\"nb_actions\":8,\"max_actions\":\"3\",\"sum_visit_length\":5,\"bounce_count\":3,\"nb_visits_converted\":1,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":2,\"nb_visits_converted\":2,\"revenue\":100,\"items\":3},\"idgoal=ecommerceOrder\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":321.48,\"revenue_subtotal\":282,\"revenue_tax\":53.58,\"revenue_shipping\":14.1,\"revenue_discount\":28.2,\"items\":3}},\"nb_conversions\":1,\"revenue\":321.48,\"sum_daily_nb_uniq_visitors\":5,\"sum_daily_nb_users\":3,\"idsubdatatable\":5},{\"label\":\"google-ads - paid-ads\",\"nb_visits\":4,\"nb_actions\":10,\"max_actions\":\"5\",\"sum_visit_length\":853,\"bounce_count\":2,\"nb_visits_converted\":1,\"sum_daily_nb_uniq_visitors\":4,\"sum_daily_nb_users\":3,\"goals\":{\"idgoal=ecommerceAbandonedCart\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":50,\"items\":2},\"idgoal=1\":{\"nb_conversions\":1,\"nb_visits_converted\":1,\"revenue\":0}},\"nb_conversions\":1,\"revenue\":0,\"idsubdatatable\":8}]", "tsv": "label\tnb_visits\tnb_actions\tmax_actions\tsum_visit_length\tbounce_count\tnb_visits_converted\tsum_daily_nb_uniq_visitors\tsum_daily_nb_users\tgoals_idgoal=1_nb_conversions\tgoals_idgoal=1_nb_visits_converted\tgoals_idgoal=1_revenue\tgoals_idgoal=2_nb_conversions\tgoals_idgoal=2_nb_visits_converted\tgoals_idgoal=2_revenue\tnb_conversions\trevenue\tgoals_idgoal=ecommerceAbandonedCart_nb_conversions\tgoals_idgoal=ecommerceAbandonedCart_nb_visits_converted\tgoals_idgoal=ecommerceAbandonedCart_revenue\tgoals_idgoal=ecommerceAbandonedCart_items\tgoals_idgoal=ecommerceOrder_nb_conversions\tgoals_idgoal=ecommerceOrder_nb_visits_converted\tgoals_idgoal=ecommerceOrder_revenue\tgoals_idgoal=ecommerceOrder_revenue_subtotal\tgoals_idgoal=ecommerceOrder_revenue_tax\tgoals_idgoal=ecommerceOrder_revenue_shipping\tgoals_idgoal=ecommerceOrder_revenue_discount\tgoals_idgoal=ecommerceOrder_items\nbuysellads - display\t106\t236\t76\t32662\t54\t32\t104\t0\t32\t32\t0\t2\t1\t112\t34\t112\t\t\t\t\t\t\t\t\t\t\t\t\nadwords - display\t45\t56\t5\t2489\t40\t2\t42\t0\t2\t2\t0\t\t\t\t2\t0\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle - cpc\t40\t162\t26\t4304\t25\t2\t40\t0\t2\t2\t0\t\t\t\t2\t0\t4\t4\t115\t7\t\t\t\t\t\t\t\t\nadwords - cpc\t17\t19\t3\t695\t16\t1\t17\t0\t1\t1\t0\t\t\t\t1\t0\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle-ads - email\t9\t18\t5\t4\t5\t2\t8\t3\t\t\t\t\t\t\t2\t255.36\t\t\t\t\t2\t2\t255.36\t224\t42.56\t11.2\t22.4\t7\nnewsletter\t5\t8\t3\t5\t3\t1\t5\t3\t\t\t\t\t\t\t1\t321.48\t2\t2\t100\t3\t1\t1\t321.48\t282\t53.58\t14.1\t28.2\t3\ngoogle-ads - paid-ads\t4\t10\t5\t853\t2\t1\t4\t3\t1\t1\t0\t\t\t\t1\t0\t1\t1\t50\t2\t\t\t\t\t\t\t\t\nnewsletter - email\t4\t5\t2\t2\t3\t0\t4\t0\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\nnewsletter - paid-ads\t4\t3\t1\t0\t4\t0\t3\t2\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\nemail\t3\t7\t5\t0\t2\t0\t3\t2\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ngoogle-ads\t2\t3\t2\t0\t1\t0\t2\t1\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\npaid-ads\t2\t2\t1\t0\t2\t0\t2\t0" } diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json index 9f93660..eb03bcb 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json @@ -32,7 +32,7 @@ "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"version\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"major\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"minor\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"release\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"versionId\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"extra\\\", type=\\\"string\\\")\"]}" }, "API.getProcessedReport":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"metadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]}]},{\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"reportData\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportMetadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportTotal\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"2\":{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}}}]}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"metadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]}]},{\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"reportData\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportMetadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportTotal\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"10\\\"\"]}]]}}]}]}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"website\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"prettyDate\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_site\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\"],\"3\":\"@OA\\\\Property(property=\\\"timerMillis\\\", type=\\\"string\\\")\"}}" }, "API.getReportMetadata":{ @@ -60,8 +60,8 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"column\\\", type=\\\"string\\\")\"],\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\"}}}}" }, "CustomAlerts.deleteAlert": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\"]}", - "json": "{\"@OA\\\\Schema\":[\"type=\\\"array\\\",\",\"@OA\\\\Items()\"]}" + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"success\\\",\",\"type=\\\"object\\\",\",[{\"@OA\\\\Property\":[\"property=\\\"message\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"ok\\\"\"]}]]}]}", + "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"result\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"message\\\", type=\\\"string\\\")\"}}" }, "CustomAlerts.getAlert": { "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"report_mediums\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"id_sites\\\",\",\"type=\\\"object\\\",\"]}]}", @@ -88,7 +88,7 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idcustomdimension\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"idsite\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"index\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"scope\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"active\\\", type=\\\"boolean\\\")\",\"@OA\\\\Property\":[\"property=\\\"extractions\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"7\":\"@OA\\\\Property(property=\\\"case_sensitive\\\", type=\\\"boolean\\\")\"}}}}" }, "CustomDimensions.getCustomDimension": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"8\\\"\"]}]]}}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=8\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"9\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"avg_time_on_site\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"bounce_rate\\\", type=\\\"string\\\")\",\"13\":\"@OA\\\\Property(property=\\\"nb_actions_per_visit\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"14\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "LogViewer.getAvailableLogReaders": { @@ -112,7 +112,7 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"]}}}" }, "MarketingCampaignsReporting.getGroup": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=ecommerceOrder\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_subtotal\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_tax\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_shipping\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_discount\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"items\\\", type=\\\"integer\\\")\"]},\"8\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"10\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getId": { @@ -120,27 +120,27 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=ecommerceAbandonedCart\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"items\\\", type=\\\"integer\\\")\"]},\"8\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getKeyword": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=1\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getMedium": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=2\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"8\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getName": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=1\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getPlacement": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=ecommerceOrder\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_subtotal\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_tax\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_shipping\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_discount\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"items\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getSource": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"ecommerceOrder\\\"\"]}]]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=2\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getSourceMedium": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=2\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"idsubdatatable\\\", type=\\\"integer\\\")\"}}}}" } } diff --git a/tests/Unit/AnnotationGeneratorTest.php b/tests/Unit/AnnotationGeneratorTest.php index 37235b8..bdc295c 100644 --- a/tests/Unit/AnnotationGeneratorTest.php +++ b/tests/Unit/AnnotationGeneratorTest.php @@ -43,6 +43,7 @@ class AnnotationGeneratorTest extends TestCase 'API.getSettings', 'API.getSuggestedValuesForSegment', 'API.getWidgetMetadata', + 'CustomAlerts.deleteAlert', 'CustomAlerts.getAlert', 'CustomAlerts.getAlerts', 'CustomAlerts.getTriggeredAlerts', @@ -105,6 +106,7 @@ class AnnotationGeneratorTest extends TestCase 'API.getSuggestedValuesForSegment.xml', 'API.getWidgetMetadata.json', 'API.getWidgetMetadata.xml', + 'CustomAlerts.deleteAlert.json', 'CustomAlerts.deleteAlert.xml', 'CustomAlerts.getAlert.json', 'CustomAlerts.getAlerts.json', @@ -844,6 +846,7 @@ public static function getTestTruncatedExampleObjectData(): iterable ( $type === 'tsv' && in_array($endpoint, [ + 'CustomAlerts.deleteAlert', 'CustomAlerts.getAlert', 'CustomAlerts.getAlerts', 'CustomAlerts.getTriggeredAlerts', @@ -893,7 +896,7 @@ public static function getTestJsonSchemaData(): iterable public function testBuildPropertyAnnotationFromJsonExample(): void { - // TODO - buildPropertyAnnotationFromJsonExample method + // TODO - buildPropertyAnnotationFromJsonExample method. It's covered pretty well by testBuildSchemaAnnotationFromJsonExample, but there might be specific cases to test $this->expectNotToPerformAssertions(); } @@ -910,7 +913,7 @@ public function testBuildSchemaAnnotationFromXmlExample(string $endpoint, array { $this->assertNotEmpty($normalisedObject, 'The decoded example response should not be empty for endpoint: ' . $endpoint); $result = $this->annotationGenerator->buildSchemaAnnotationFromXmlExample($normalisedObject); - $this->assertEquals($expected, $result, "The XML schema was not as expected for endpoint $endpoint."); + $this->assertEquals(json_encode($expected), json_encode($result), "The XML schema was not as expected for endpoint $endpoint."); } /** @@ -930,7 +933,7 @@ public static function getTestXmlSchemaData(): iterable public function testBuildPropertyAnnotationFromXmlExample(): void { - // TODO - buildPropertyAnnotationFromXmlExample method + // TODO - buildPropertyAnnotationFromXmlExample method. It's covered pretty well by testBuildSchemaAnnotationFromXmlExample, but there might be specific cases to test $this->expectNotToPerformAssertions(); } From b2b8564c780d98c7cef605272a9f15edc663d30f Mon Sep 17 00:00:00 2001 From: Jacob Ransom <jacob@innocraft.com> Date: Mon, 6 Oct 2025 16:35:48 +1300 Subject: [PATCH 11/12] Cleaned up and improved testing of new XML attributes --- Annotations/AnnotationGenerator.php | 87 +++++++++++++++++++++----- OpenApiDocs.php | 1 + tests/Unit/AnnotationGeneratorTest.php | 80 +++++++++++++++++++++++ 3 files changed, 151 insertions(+), 17 deletions(-) diff --git a/Annotations/AnnotationGenerator.php b/Annotations/AnnotationGenerator.php index 9c0db08..4c9f70a 100644 --- a/Annotations/AnnotationGenerator.php +++ b/Annotations/AnnotationGenerator.php @@ -957,7 +957,7 @@ public function convertExampleXmlToObject(string $xml): array // Handle any attributes $grouped = []; foreach ($node->attributes() as $attribute) { - $grouped['oaXmlAttributes'][] = [$attribute->getName() => (string) $attribute]; + $grouped[OpenApiDocs::OA_XML_ATTRIBUTES_TEMP_PROPERTY_NAME][] = [$attribute->getName() => (string) $attribute]; } // Group children by tag name; repeated names become arrays @@ -1142,8 +1142,13 @@ protected function buildMediaTypePropertiesArray(string $format, string $example { $contentType = $format === 'json' ? 'application/json' : ($format === 'xml' ? 'text/xml' : 'application/vnd.ms-excel'); - $jsonSchema = $format === 'json' ? $this->buildSchemaAnnotationFromJsonExample(json_decode($exampleValue, true) ?? []) : []; - $xmlSchema = $format === 'xml' ? $this->buildSchemaAnnotationFromXmlExample(json_decode($exampleValue, true) ?? []) : []; + $decodedExampleValue = json_decode($exampleValue, true) ?? []; + $jsonSchema = $format === 'json' ? $this->buildSchemaAnnotationFromJsonExample($decodedExampleValue) : []; + $xmlSchema = $format === 'xml' ? $this->buildSchemaAnnotationFromXmlExample($decodedExampleValue) : []; + // If the XML example contains the temporary property to assist in building XML attributes in the schema, replace with newly encoded array with property removed + if ($format === 'xml' && strpos($exampleValue, OpenApiDocs::OA_XML_ATTRIBUTES_TEMP_PROPERTY_NAME) !== false) { + $exampleValue = json_encode($decodedExampleValue); + } if (in_array($format, ['json', 'xml'])) { // The annotation expects objects and not arrays, so replace [] with {} @@ -1332,19 +1337,20 @@ public function buildPropertyAnnotationFromJsonExample(string $propName, array $ /** * Take the deserialised structure of an XML node and build the lines of an OA\Schema annotation object for it. * - * @param array $xmlArrayObject Nested array of properties of the XML node. + * @param array $xmlArrayObject Nested array of properties of the XML node. Passed by reference so that temporary + * properties can be removed before the example is included in the annotations. * @param string $root Name of the root element. The default is 'result'. * * @return array Collection of potentially nested arrays representing an OA\Property annotation object. */ - public function buildSchemaAnnotationFromXmlExample(array $xmlArrayObject, string $root = 'result'): array + public function buildSchemaAnnotationFromXmlExample(array &$xmlArrayObject, string $root = 'result'): array { $lines = [ 'type="object",', sprintf('@OA\Xml(name="%s"),', $root), ]; - foreach ($xmlArrayObject as $key => $value) { + foreach ($xmlArrayObject as $key => &$value) { // If the value is not an array, skip if (!is_array($value)) { continue; @@ -1352,18 +1358,43 @@ public function buildSchemaAnnotationFromXmlExample(array $xmlArrayObject, strin if (count($value) === 1) { $keys = array_keys($value); - // Skip if it's not a named property + // Skip if it's not a named property and isn't an array if (!is_string(reset($keys)) && !is_array(reset($value))) { continue; } } $lines[] = $this->buildPropertyAnnotationFromXmlExample($key, $value); + + // Recursively remove all instances of the temporary XML attributes property + $this->removeTempOaXmlAttributeProperty($value); } return ['@OA\Schema' => $lines]; } + /** + * Iterate over a nested array representing an example response object and recursively remove all occurrences of the + * temporary property used to help build the schema for XML attributes. + * + * @param array $decodedExampleValue The reference to the nested array to remove the temporary property from. + * + * @return void + */ + protected function removeTempOaXmlAttributeProperty(array &$decodedExampleValue): void + { + foreach ($decodedExampleValue as $key => &$value) { + if ($key === OpenApiDocs::OA_XML_ATTRIBUTES_TEMP_PROPERTY_NAME) { + unset($decodedExampleValue[$key]); + continue; + } + + if (is_array($value)) { + $this->removeTempOaXmlAttributeProperty($value); + } + } + } + /** * Take the deserialised structure of an XML node and build the lines of an OA\Property annotation object for it. * @@ -1380,10 +1411,9 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v $type = 'array'; // Merge the rows together to get as many properties as possible $mergedValues = []; - foreach ($values as $key => $value) { - $valueArray = is_array($value) ? $value : [$value]; + foreach ($values as $value) { if (is_array($value)) { - $mergedValues = array_merge($mergedValues, $valueArray); + $mergedValues = array_merge($mergedValues, $value); } } $values = $mergedValues; @@ -1405,7 +1435,7 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v } // Special handling for XML attributes - if ($key === 'oaXmlAttributes') { + if ($key === OpenApiDocs::OA_XML_ATTRIBUTES_TEMP_PROPERTY_NAME) { $hasAttributes = true; $childLines[] = $this->buildXmlAttributeSchemaLines($value); continue; @@ -1445,18 +1475,38 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v return ['@OA\Property' => array_merge($propertyLines, $childLines)]; } + /** + * Build the array of lines for the attribute properties of an XML schema annotation object. It accepts an array of + * arrays representing the attributes of an XML node. It can also handle a single array of key/value pairs. + * + * @param array $attributes Collection of attributes and values. E.g. [['key1' => 'value1'],['key2' => 'value2']] or + * ['key1' => 'value1', 'key2' => 'value2'] + * + * @return array The lines defining the property annotation objects for the XML attributes. + * E.g. [['@OA\Property' => ['property="idgoal",', 'type="string",', '@OA\Xml(attribute=true),', 'example="2"']]] + */ public function buildXmlAttributeSchemaLines(array $attributes): array { $attributeSchemaLines = []; foreach ($attributes as $index => $attribute) { - $key = is_array($attribute) ? array_keys($attribute)[0] : $index; - $value = is_array($attribute) ? $attribute[$key] : $attribute; - $attributeSchemaLines[] = ['@OA\Property' => [ - "property=\"$key\",", + $keys = is_array($attribute) ? array_keys($attribute) : []; + $key = count($keys) === 1 ? $keys[0] : $index; + $value = trim(is_array($attribute) ? $attribute[$key] ?? '' : $attribute); + // Allow attributes with empty values, but an attribute must always have a name + if (empty($key)) { + continue; + } + // Initialise with the lines that will always be present + $propertyLines = [ + sprintf('property="%s",', $key), 'type="string",', '@OA\Xml(attribute=true),', - "example=\"$value\"", - ]]; + ]; + // Add the example line if there's an actual value + if (!empty($value) || strlen($value) > 0) { + $propertyLines[] = sprintf('example="%s"', $value); + } + $attributeSchemaLines[] = ['@OA\Property' => $propertyLines]; } return $attributeSchemaLines; @@ -1506,6 +1556,9 @@ public function buildLinesForAnnotationObject(string $objectName, array $objectP // If it's not an object, then it's an array of similarly named objects, like parameters foreach ($property as $subPropIndex => $subProperty) { + if (!is_string($subPropIndex)) { + continue; + } $lines = array_merge($lines, $this->buildLinesForAnnotationObject($subPropIndex, $subProperty, $indent + 1)); } } diff --git a/OpenApiDocs.php b/OpenApiDocs.php index 466138e..551dc9b 100644 --- a/OpenApiDocs.php +++ b/OpenApiDocs.php @@ -12,6 +12,7 @@ class OpenApiDocs extends \Piwik\Plugin { public const DEFAULT_SPEC_VERSION = '1.0.0'; + public const OA_XML_ATTRIBUTES_TEMP_PROPERTY_NAME = 'oaXmlAttributes'; public const GENERATED_ANNOTATIONS_PATH = '/tmp/annotations/'; public const EXAMPLE_RESPONSES_PATH = '/tmp/responses/'; public const GENERATED_SPECS_PATH = '/tmp/specs/'; diff --git a/tests/Unit/AnnotationGeneratorTest.php b/tests/Unit/AnnotationGeneratorTest.php index bdc295c..834b46c 100644 --- a/tests/Unit/AnnotationGeneratorTest.php +++ b/tests/Unit/AnnotationGeneratorTest.php @@ -914,6 +914,7 @@ public function testBuildSchemaAnnotationFromXmlExample(string $endpoint, array $this->assertNotEmpty($normalisedObject, 'The decoded example response should not be empty for endpoint: ' . $endpoint); $result = $this->annotationGenerator->buildSchemaAnnotationFromXmlExample($normalisedObject); $this->assertEquals(json_encode($expected), json_encode($result), "The XML schema was not as expected for endpoint $endpoint."); + $this->assertStringNotContainsString(OpenApiDocs::OA_XML_ATTRIBUTES_TEMP_PROPERTY_NAME, json_encode($normalisedObject), "The XML example object should no longer contain the temp attribute property for endpoint $endpoint."); } /** @@ -937,6 +938,85 @@ public function testBuildPropertyAnnotationFromXmlExample(): void $this->expectNotToPerformAssertions(); } + /** + * @dataProvider getTestDataForTestBuildXmlAttributeSchemaLines + * + * @param array $attributes + * @param array $expected + * + * @return void + */ + public function testBuildXmlAttributeSchemaLines(array $attributes, array $expected): void + { + $this->assertEquals($expected, $this->annotationGenerator->buildXmlAttributeSchemaLines($attributes)); + } + + public static function getTestDataForTestBuildXmlAttributeSchemaLines(): iterable + { + yield 'should return empty array when attributes are empty' => [[], []]; + yield 'should return empty array when attributes are nested empty' => [[[]], []]; + yield 'should return empty array when no attributes have a name' => [[['' => 'value']], []]; + yield 'should return annotation array as long as the attribute has a name' => [ + ['testAttribute' => ''], + [['@OA\Property' => ['property="testAttribute",', 'type="string",', '@OA\Xml(attribute=true),']]], + ]; + yield 'should return annotation array as long as the attribute has a name even when nested' => [ + [['testAttribute' => '']], + [['@OA\Property' => ['property="testAttribute",', 'type="string",', '@OA\Xml(attribute=true),']]], + ]; + yield 'should return annotation array with example when value is set' => [ + ['testAttribute' => 'testValue'], + [['@OA\Property' => ['property="testAttribute",', 'type="string",', '@OA\Xml(attribute=true),', 'example="testValue"']]], + ]; + yield 'should return annotation array with example when value is set when nested' => [ + [['testAttribute' => 'testValue']], + [['@OA\Property' => ['property="testAttribute",', 'type="string",', '@OA\Xml(attribute=true),', 'example="testValue"']]], + ]; + yield 'should return multiple annotation arrays without example when value is not set' => [ + ['testAttribute1' => '', 'testAttribute2' => ''], + [ + ['@OA\Property' => ['property="testAttribute1",', 'type="string",', '@OA\Xml(attribute=true),']], + ['@OA\Property' => ['property="testAttribute2",', 'type="string",', '@OA\Xml(attribute=true),']], + ], + ]; + yield 'should return multiple annotation arrays without example when value is not set when nested' => [ + [['testAttribute1' => ''], ['testAttribute2' => '']], + [ + ['@OA\Property' => ['property="testAttribute1",', 'type="string",', '@OA\Xml(attribute=true),']], + ['@OA\Property' => ['property="testAttribute2",', 'type="string",', '@OA\Xml(attribute=true),']], + ], + ]; + yield 'should return multiple annotation arrays with example when value is set' => [ + ['testAttribute1' => 'testValue1', 'testAttribute2' => 'testValue2'], + [ + ['@OA\Property' => ['property="testAttribute1",', 'type="string",', '@OA\Xml(attribute=true),', 'example="testValue1"']], + ['@OA\Property' => ['property="testAttribute2",', 'type="string",', '@OA\Xml(attribute=true),', 'example="testValue2"']], + ], + ]; + yield 'should return multiple annotation arrays with example when value is set when nested' => [ + [['testAttribute1' => 'testValue1'], ['testAttribute2' => 'testValue2']], + [ + ['@OA\Property' => ['property="testAttribute1",', 'type="string",', '@OA\Xml(attribute=true),', 'example="testValue1"']], + ['@OA\Property' => ['property="testAttribute2",', 'type="string",', '@OA\Xml(attribute=true),', 'example="testValue2"']], + ], + ]; + yield 'should return multiple annotation arrays with example dependent on value' => [ + ['testAttribute1' => '', 'testAttribute2' => '', 'testAttribute3' => 'testValue3'], + [ + ['@OA\Property' => ['property="testAttribute1",', 'type="string",', '@OA\Xml(attribute=true),']], + ['@OA\Property' => ['property="testAttribute2",', 'type="string",', '@OA\Xml(attribute=true),']], + ['@OA\Property' => ['property="testAttribute3",', 'type="string",', '@OA\Xml(attribute=true),', 'example="testValue3"']], + ], + ]; + yield 'should return multiple annotation arrays with example dependent on value when nested' => [ + [['testAttribute1' => 'testValue1'], ['testAttribute2' => '']], + [ + ['@OA\Property' => ['property="testAttribute1",', 'type="string",', '@OA\Xml(attribute=true),', 'example="testValue1"']], + ['@OA\Property' => ['property="testAttribute2",', 'type="string",', '@OA\Xml(attribute=true),']], + ], + ]; + } + /** * @dataProvider getTestDataForRemoveTrailingCommaFromLastLine * From c0177594756b3b1154f3e2482e8b743a978370a3 Mon Sep 17 00:00:00 2001 From: Jacob Ransom <jacob@innocraft.com> Date: Mon, 6 Oct 2025 17:26:35 +1300 Subject: [PATCH 12/12] Fix bug in XML attribute annotation generation --- Annotations/AnnotationGenerator.php | 6 +++++- .../ExamplesSchemasByType.json | 20 +++++++++---------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Annotations/AnnotationGenerator.php b/Annotations/AnnotationGenerator.php index 4c9f70a..f4e8f89 100644 --- a/Annotations/AnnotationGenerator.php +++ b/Annotations/AnnotationGenerator.php @@ -1386,6 +1386,10 @@ protected function removeTempOaXmlAttributeProperty(array &$decodedExampleValue) foreach ($decodedExampleValue as $key => &$value) { if ($key === OpenApiDocs::OA_XML_ATTRIBUTES_TEMP_PROPERTY_NAME) { unset($decodedExampleValue[$key]); + // Add the attributes as actual properties so that they are visible in the example + foreach ($value as $attributeName => $attributeValue) { + $decodedExampleValue[$attributeName] = $attributeValue; + } continue; } @@ -1437,7 +1441,7 @@ public function buildPropertyAnnotationFromXmlExample(string $propName, array $v // Special handling for XML attributes if ($key === OpenApiDocs::OA_XML_ATTRIBUTES_TEMP_PROPERTY_NAME) { $hasAttributes = true; - $childLines[] = $this->buildXmlAttributeSchemaLines($value); + $childLines = array_merge($childLines, $this->buildXmlAttributeSchemaLines($value)); continue; } diff --git a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json index eb03bcb..045e0ea 100644 --- a/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json +++ b/tests/Resources/ExampleResponsesNormalised/ExamplesSchemasByType.json @@ -32,7 +32,7 @@ "json": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"version\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"major\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"minor\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"release\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"versionId\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"extra\\\", type=\\\"string\\\")\"]}" }, "API.getProcessedReport":{ - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"metadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]}]},{\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"reportData\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportMetadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportTotal\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"10\\\"\"]}]]}}]}]}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"metadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":[\"property=\\\"metrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsDocumentation\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetrics\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypes\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"processedMetricsGoal\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"metricTypesGoal\\\",\",\"type=\\\"object\\\",\"]}]},{\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\"]},{\"@OA\\\\Property\":[\"property=\\\"reportData\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportMetadata\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\"]}}]},{\"@OA\\\\Property\":[\"property=\\\"reportTotal\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"10\\\"\"]}]}}]}]}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"website\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"prettyDate\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"columns\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions_per_visit\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"avg_time_on_site\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"bounce_rate\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"string\\\")\"],\"3\":\"@OA\\\\Property(property=\\\"timerMillis\\\", type=\\\"string\\\")\"}}" }, "API.getReportMetadata":{ @@ -60,7 +60,7 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":[\"property=\\\"parameters\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"column\\\", type=\\\"string\\\")\"],\"2\":\"@OA\\\\Property(property=\\\"subcategory\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"3\":\"@OA\\\\Property(property=\\\"module\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"action\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"order\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"uniqueId\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"isWide\\\", type=\\\"boolean\\\")\"}}}}" }, "CustomAlerts.deleteAlert": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"success\\\",\",\"type=\\\"object\\\",\",[{\"@OA\\\\Property\":[\"property=\\\"message\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"ok\\\"\"]}]]}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":[\"property=\\\"success\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":[\"property=\\\"message\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"ok\\\"\"]}]}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"result\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"message\\\", type=\\\"string\\\")\"}}" }, "CustomAlerts.getAlert": { @@ -88,7 +88,7 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"idcustomdimension\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"idsite\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"name\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"index\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"scope\\\", type=\\\"string\\\")\",\"6\":\"@OA\\\\Property(property=\\\"active\\\", type=\\\"boolean\\\")\",\"@OA\\\\Property\":[\"property=\\\"extractions\\\",\",\"type=\\\"array\\\",\",\"@OA\\\\Items()\"],\"7\":\"@OA\\\\Property(property=\\\"case_sensitive\\\", type=\\\"boolean\\\")\"}}}}" }, "CustomDimensions.getCustomDimension": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"8\\\"\"]}]]}}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"8\\\"\"]}]}}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"string\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"string\\\")\",\"7\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=8\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"9\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"avg_time_on_site\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"bounce_rate\\\", type=\\\"string\\\")\",\"13\":\"@OA\\\\Property(property=\\\"nb_actions_per_visit\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"14\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "LogViewer.getAvailableLogReaders": { @@ -112,7 +112,7 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":[\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"string\\\")\",\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"]}}}" }, "MarketingCampaignsReporting.getGroup": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=ecommerceOrder\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_subtotal\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_tax\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_shipping\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_discount\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"items\\\", type=\\\"integer\\\")\"]},\"8\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"10\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getId": { @@ -120,27 +120,27 @@ "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=ecommerceAbandonedCart\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"items\\\", type=\\\"integer\\\")\"]},\"8\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getKeyword": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"string\\\")\",\"8\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"string\\\")\",\"9\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"string\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=1\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getMedium": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=2\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"8\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"10\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getName": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"nb_users\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=1\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getPlacement": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"string\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=ecommerceOrder\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_subtotal\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue_tax\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_shipping\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"revenue_discount\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"@OA\\\\Property(property=\\\"items\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type={\\\"string\\\", \\\"number\\\", \\\"integer\\\", \\\"boolean\\\", \\\"array\\\", \\\"object\\\", \\\"null\\\"})\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getSource": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"ecommerceOrder\\\"\"]}]]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"ecommerceOrder\\\"\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=2\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"segment\\\", type=\\\"string\\\")\"}}}}" }, "MarketingCampaignsReporting.getSourceMedium": { - "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",[{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]]}}]}]}}]}", + "xml": "{\"@OA\\\\Schema\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"result\\\"),\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"goals\\\",\",\"type=\\\"object\\\",\",{\"@OA\\\\Property\":{\"0\":\"property=\\\"row\\\",\",\"1\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":[\"type=\\\"object\\\",\",\"@OA\\\\Xml(name=\\\"row\\\"),\",\"additionalProperties=true,\",{\"@OA\\\\Property\":[\"property=\\\"idgoal\\\",\",\"type=\\\"string\\\",\",\"@OA\\\\Xml(attribute=true),\",\"example=\\\"1\\\"\"]}]}}]}]}}]}", "json": "{\"@OA\\\\Schema\":{\"0\":\"type=\\\"array\\\",\",\"@OA\\\\Items\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"additionalProperties=true,\",\"@OA\\\\Property\":{\"0\":\"type=\\\"object\\\",\",\"1\":\"@OA\\\\Property(property=\\\"label\\\", type=\\\"string\\\")\",\"2\":\"@OA\\\\Property(property=\\\"nb_visits\\\", type=\\\"integer\\\")\",\"3\":\"@OA\\\\Property(property=\\\"nb_actions\\\", type=\\\"integer\\\")\",\"4\":\"@OA\\\\Property(property=\\\"max_actions\\\", type=\\\"integer\\\")\",\"5\":\"@OA\\\\Property(property=\\\"sum_visit_length\\\", type=\\\"integer\\\")\",\"6\":\"@OA\\\\Property(property=\\\"bounce_count\\\", type=\\\"integer\\\")\",\"7\":\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"8\":\"@OA\\\\Property(property=\\\"sum_daily_nb_uniq_visitors\\\", type=\\\"integer\\\")\",\"9\":\"@OA\\\\Property(property=\\\"sum_daily_nb_users\\\", type=\\\"integer\\\")\",\"@OA\\\\Property\":{\"0\":\"property=\\\"goals\\\",\",\"1\":\"type=\\\"object\\\",\",\"@OA\\\\Property\":[\"property=\\\"idgoal=2\\\",\",\"type=\\\"object\\\",\",\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"nb_visits_converted\\\", type=\\\"integer\\\")\",\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\"]},\"10\":\"@OA\\\\Property(property=\\\"nb_conversions\\\", type=\\\"integer\\\")\",\"11\":\"@OA\\\\Property(property=\\\"revenue\\\", type=\\\"integer\\\")\",\"12\":\"@OA\\\\Property(property=\\\"idsubdatatable\\\", type=\\\"integer\\\")\"}}}}" } }