brandon14/ebay-sdk-php

View on GitHub
src/Sell/Analytics/V1/docs/Model/Metric.md

Summary

Maintainability
Test Coverage
# # Metric

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**benchmark** | [**\TNT\Ebay\Sell\Analytics\V1\Model\MetricBenchmark**](MetricBenchmark.md) |  | [optional]
**distributions** | [**\TNT\Ebay\Sell\Analytics\V1\Model\MetricDistribution[]**](MetricDistribution.md) | Returned when metricKey equals COUNT, this field returns an array of seller data where each set of data is grouped according by an overarching basis. When the seller distribution is returned, the numeric value of the associated value container equals the sum of the transactions where the seller meets the criteria of the customer service metric type for the given dimension during the evaluationCycle. | [optional]
**metric_key** | **string** | This field indicates the customer service metric being returned in the associated metrics container. The field is set as follows: TRANSACTION_COUNT – When set to this value, the associated value field equals the total number of transactions completed in the seller group for the metric in the given dimension during the associated evaluationCycle. COUNT – When set to this value, the associated value field is set to the total number of transactions the seller completed that meet the criteria of the customer service metric type for the given dimension that occurred during the evaluationCycle. RATE – When set to this value, the value of the associated value field is the rate of the customer service metric type in the given dimension during the associated evaluationCycle. Specifically, when metricKey is set to RATE, the associated value field is set to the value of metricKey TRANSACTION_COUNT divided by the value of metricKey COUNT. The returned benchmark.rating for the seller is based on this calculated value. | [optional]
**value** | **string** | This field is set to the seller's numeric rating for the associated metricKey for the given dimension during the evaluationCycle. To determine the seller's rating for this metric, the value of this field is compared to the average metric value of the group. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)