PHPackages                             macropage/sdk-ebay-rest-analytics - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. macropage/sdk-ebay-rest-analytics

ActiveLibrary[HTTP &amp; Networking](/categories/http)

macropage/sdk-ebay-rest-analytics
=================================

The &lt;i&gt;Analytics API&lt;/i&gt; provides data and information about a seller and their eBay business. &lt;br&gt;&lt;br&gt;The resources and methods in this API let sellers review information on their listing performance, metrics on their customer service performance, and details on their eBay seller performance rating. &lt;br&gt;&lt;br&gt;The three resources in the Analytics API provide the following data and information: &lt;ul&gt;&lt;li&gt;&lt;b&gt;Customer Service Metric&lt;/b&gt; &amp;ndash; Returns benchmark data and a metric rating pertaining to a seller's customer service performance as compared to other seller's in the same peer group.&lt;/li&gt; &lt;li&gt;&lt;b&gt;Traffic Report&lt;/b&gt; &amp;ndash; Returns data and information that shows how buyers are engaging with a seller's listings.&lt;/li&gt; &lt;li&gt;&lt;b&gt;Seller Standards Profile&lt;/b&gt; &amp;ndash; Returns information pertaining to a seller's profile rating.&lt;/li&gt;&lt;/ul&gt; Sellers can use the data and information returned by the various Analytics API methods to determine where they can make improvements to increase sales and how they might improve their seller status as viewed by eBay buyers. &lt;br&gt;&lt;br&gt;For details on using this API, see &lt;a href="/api-docs/sell/static/performance/analyzing-performance.html" title="Selling Integration Guide"&gt;Analyzing seller performance&lt;/a&gt;.

1.3.2(1mo ago)130unlicensePHPPHP ^8.1CI failing

Since Jun 10Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/michabbb/sdk-ebay-rest-analytics)[ Packagist](https://packagist.org/packages/macropage/sdk-ebay-rest-analytics)[ Docs](https://openapi-generator.tech)[ RSS](/packages/macropage-sdk-ebay-rest-analytics/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

sdk-ebay-rest-analytics
=======================

[](#sdk-ebay-rest-analytics)

The *Analytics API* provides data and information about a seller and their eBay business.

The resources and methods in this API let sellers review information on their listing performance, metrics on their customer service performance, and details on their eBay seller performance rating.

The three resources in the Analytics API provide the following data and information:

- **Customer Service Metric** – Returns benchmark data and a metric rating pertaining to a seller's customer service performance as compared to other seller's in the same peer group.
- **Traffic Report** – Returns data and information that shows how buyers are engaging with a seller's listings.
- **Seller Standards Profile** – Returns information pertaining to a seller's profile rating.

 Sellers can use the data and information returned by the various Analytics API methods to determine where they can make improvements to increase sales and how they might improve their seller status as viewed by eBay buyers.

For details on using this API, see &lt;a href="/api-docs/sell/static/performance/analyzing-performance.html" title="Selling Integration Guide"&gt;Analyzing seller performance.Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later. The generated SDK has been verified with PHP 8.5.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/macropage/sdk-ebay-rest-analytics.git"
    }
  ],
  "require": {
    "macropage/sdk-ebay-rest-analytics": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
