PHPackages                             zvps/ebay-sell-analytics-php-client - 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. zvps/ebay-sell-analytics-php-client

ActiveLibrary[API Development](/categories/api)

zvps/ebay-sell-analytics-php-client
===================================

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 &amp;ndash; Returns data on a seller's customer service performance as compared to other seller's in the same peer group. Traffic Report &amp;ndash; Returns data that shows how buyers are engaging with a seller's listings. Seller Standards Profile &amp;ndash; 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 Analyzing seller performance.

032PHP

Since Jul 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zVPS/ebay-sell-analytics-php-client)[ Packagist](https://packagist.org/packages/zvps/ebay-sell-analytics-php-client)[ RSS](/packages/zvps-ebay-sell-analytics-php-client/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

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 Analyzing seller performance.

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github/zvps/ebay-sell-analytics-php-client.git"
    }
  ],
  "require": {
    "zvps/ebay-sell-analytics-php-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
