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. [API Development](/categories/api)
4. /
5. macropage/sdk-ebay-rest-analytics

ActiveLibrary[API Development](/categories/api)

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 data on 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 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 data pertaining to a seller's performance 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;.

123PHPCI failing

Since Jun 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/michabbb/sdk-ebay-rest-analytics)[ Packagist](https://packagist.org/packages/macropage/sdk-ebay-rest-analytics)[ RSS](/packages/macropage-sdk-ebay-rest-analytics/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)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 data on a seller's customer service performance as compared to other seller's in the same peer group.
- **Traffic Report** – Returns data that shows how buyers are engaging with a seller's listings.
- **Seller Standards Profile** – Returns data pertaining to a seller's performance 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.This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.2.0
- Package version: 2.3.2
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://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`:

```
    require_once('/path/to/sdk-ebay-rest-analytics/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
