Log in
Interface

LinkInterface

Magento\Analytics\Api\Data\LinkInterface

What it does

This interface defines the contract for accessing analytics data export links in Magento 2.

It provides methods to retrieve the URL where collected analytics data can be downloaded and the initialization vector needed to decrypt that data.

Developers would implement this interface when working with Magento's analytics data export functionality or when building custom integrations that need to access encrypted analytics reports.

Public Methods

  • getUrl()
  • getInitializationVector()