comScore Analytics
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
This module allow you to integrate comScore's Web API in your Drupal projects. Currently this module only support Drupal 8.
Usage
This module provide a Druapl service which can be injected into your controller for accessing different comScore's Web API. Following is an example of how to do this.
protected $comscoreService;
/**
* Class constructor.
*/
public function __construct($comscoreService) {
$this->comscoreService = $comscoreService;
}The above code will injected comscoreService into your controller which you can use ($this->comscoreService) for accessing different comScore Web API's.
This module also come with an example of how to implement this service to find "Reach Frequency" of media with different parameters. You can access this example by navigating to the page http://[your-drupal-installation]/comscore/analytics after installing and configuring the module.
Configuration
After installing the module you need configure the module at http://[your-drupal-installation]/admin/config/system/comscore-analytics.
Following are the list of API's supported by this module.
- DiscoverParameterValues
- FetchMedia
- SubmitReport
- PingReportStatus
- FetchReport
About ComScore
comScore is a leading Internet technology company that measures what people do as they navigate the digital world - and turns that information into insights and actions for our clients to maximize the value of their digital investments.
