{
"opencollection": "1.0.0",
"info": {
"name": "eBay Account Advertising_eligibility Traffic_report API",
"version": "v1.9.2"
},
"items": [
{
"info": {
"name": "Traffic_report",
"type": "folder"
},
"items": [
{
"info": {
"name": "getTrafficReport",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/traffic_report",
"params": [
{
"name": "dimension",
"value": "",
"type": "query",
"description": "This query parameter specifies the dimension, or \"attribute,\" that is applied to the report metric.
Valid values: DAY or LISTING
Examples
dimension=DAY and metric=CLICK_THROUGH_RATE, the traffic report contains the number of times an item displayed on a search results page and the buyer clicked through to the View Item page for each day in the date range, as in: 12-06-17: 32, 12-07-17: 54, ...dimension=LISTING and metric=LISTING_IMPRESSION_STORE, the traffic report contains the number of times that listing appeared on the seller's store during the specified date range. LISTING_IMPRESSION_STORE: 157 means the item appeared 157 times in the store during the date range.dimension=LISTING without specifying any listing_ids in the parameter filter, the traffic report returned in the response contains a maximum of 200 listings.Note: URL encode all the values you supply in the filter parameter. See URL encoding query parameter values as described in URL parameters.
Configure the following properties of the filter parameter to tune the traffic report to your needs:YYMMDD format. As this is the default time zone used for timestamps in the report, the time zone does not need to be specified. Enclose the earliest date and end date for the report in brackets (\"[ ]\"), as follows:[YYYYMMDD..YYYYMMDD][20240101..20240131]
[ ]\"), as follows:[yyyy-MM-dd'T'HH:mm:ss.SSS+|-hh:mm..yyyy-MM-dd'T'HH:mm:ss.SSS+|-hh:mm][2024-01-01T02:00:00.000-05:00..2024-01-31T02:00:00.000-05:00]Note: All time values entered in this format will be dropped, and will be replaced with
00:00:00.000 for startDate and 23:59:59.000 for endDate in the response body.dimension=LISTING without specifying any listing_ids in this parameter, the traffic report returned in the response contains a maximum of 200 listings.{ }\"), and separate multiple values with a pipe character (\"|\"). { }\"). EBAY_AUEBAY_DEEBAY_ESEBAY_FREBAY_GBEBAY_ITEBAY_USEBAY_MOTORS_USDAY.filter=marketplace_ids:{EBAY_US},date_range:[20170601..20170828]
Encoding this portion of the query parameter sample yields:
filter=marketplace_ids:%7BEBAY_US%7D,date_range:%5B20230601..20230828%5D
Note: Unlike names for parameters and enumerated values, metric values are not case sensitive.
Valid values:-\"), for example: sort=-CLICK_THROUGH_RATE.SALES_CONVERSION_RATE metric is not supportedTRANSACTION metric can only be sorted in the descending order (sorting in the ascending order is not supported).