Endpoint portfolios.histogram
return historical informations for the requested portfolio(s).
AMALYZE Falcon API
portfolios.histogram (POST)
Endpoint
Method
POST portfolios.histogram
Example call
Shell
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
curl https://falcon.amalyze.com/<VERSION>/portfolios.total.histogram \ -X POST \ -H "X-Falcon-Token: <YOUR-TOKEN-HERE>" \ -d ' { "filters": { "portfolios": [ { "portfolio": "3551dab3631533eb61332d419e1b3552", "marketplace": "A1PA6795UKMFR9" } ], "start": "2019-04-16", "end": "2019-04-16", "interval": "day" }, "metric": "total" } ' |
JSON Payload
JavaScript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{ "filters": { "portfolios": [ { "portfolio": "3551dab3631533eb61332d419e1b3552", "marketplace": "A1PA6795UKMFR9" } ], "start": "2019-04-16", "end": "2019-04-16", "interval": "day" }, "metric": "total" } |
Property | Type | Description | Further information | Version |
filters | object | Object containing the filters | 0.4.0 | |
filters.portfolios | array | Array containing the portfolios | 0.4.0 | |
filters.portfolios.marketplace | string | String containing the marketplace id | valid marketplaces ids | 0.4.0 |
filters.portfolios.portfolio | string | String containing the portfolios id | 0.4.0 | |
filters.start | string | String containing the start date | YYYY-MM-DD | 0.4.0 |
filters.end | string | String containing the end date | YYYY-MM-DD | 0.4.0 |
filters.interval | string | String containing the interval |
| 0.4.0 |
filters.metric | string | String containing the requested metric |
| 0.4.0 |
JSON Response
JavaScript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 |
{ "items": [ { "dimension": "2019-04-16", "series": [ { "dimension": { "marketplace": "A1PA6795UKMFR9", "portfolio": { "id": "sampleId", "name": "sampleBrand", "type": "brand" } }, "metrics": { // metric:total "total": { "min": 22316, "avg": 22316, "max": 22316 }, // metric:visibles "visibles": { "total": { "min": 18179, "avg": 18179, "max": 18179 }, "rate": { "min": 0.81461733579636, "avg": 0.81461733579636, "max": 0.81461733579636 } }, // metric:subscriptions "subscriptions": { "total": { "min": 0, "avg": 0, "max": 0 }, "rate": { "min": 0, "avg": 0, "max": 0 } }, // metric:bestsellers "bestsellers": { "total": { "min": 7, "avg": 7, "max": 7 }, "rate": { "min": 0.00038505968404934, "avg": 0.00038505968404934, "max": 0.00038505968404934 } }, // metric:prime "prime": { "total": { "min": 11965, "avg": 11965, "max": 11965 }, "rate": { "min": 0.65817701816559, "avg": 0.65817701816559, "max": 0.65817701816559 } }, // metric:plus "plus": { "total": { "min": 17, "avg": 17, "max": 17 }, "rate": { "min": 0.00093514495529234, "avg": 0.00093514495529234, "max": 0.00093514495529234 } }, // metric:promotions "promotions": { "total": { "min": 394, "avg": 394, "max": 394 }, "rate": { "min": 0.021673358976841, "avg": 0.021673358976841, "max": 0.021673358976841 } }, // metric:types "types": { "variations": { "total": { "min": 17788, "avg": 17788, "max": 17788 }, "rate": { "min": 0.9784916639328, "avg": 0.9784916639328, "max": 0.9784916639328 } }, "standalones": { "total": { "min": 391, "avg": 391, "max": 391 }, "rate": { "min": 0.021508334204555, "avg": 0.021508334204555, "max": 0.021508334204555 } } }, // metric:bsr "bsr": { "main": { "stats": { "min": 121154.91058244, "avg": 121154.91058244, "max": 121154.91058244 }, "histogram": [ { "dimension": "1.00 - 2.00", "metrics": { "min": null, "avg": null, "max": null } }, { "dimension": "3.00 - 4.00", "metrics": { "min": null, "avg": null, "max": null } } ] } }, // metric:categories "categories": { "histogram": [ { "dimension": { "id": "12950651", "name": "Spielzeug" }, "metrics": { "min": 18, "avg": 18, "max": 18 } }, { "dimension": { "id": "192416031", "name": "Bürobedarf & Schreibwaren" }, "metrics": { "min": 45, "avg": 45.8, "max": 46 } } ] } }, "stats": { // metric:stats.ias "as": { "stats": { "min": 1.5397971557711, "avg": 1.5397971557711, "max": 1.5397971557711 }, "histogram": [ { "dimension": "<= 0.00", "metrics": { "min": 3754, "avg": 3754, "max": 3754 } }, { "dimension": "0.00 - 1.00", "metrics": { "min": 10772, "avg": 10772, "max": 10772 } }, { "dimension": "1.00 - 2.00", "metrics": { "min": 1503, "avg": 1503, "max": 1503 } } ] } }, "rankings": { "organic": { // metric:rankings.organic.count "count": { "stats": { "min": 162.56889817922, "avg": 162.56889817922, "max": 162.56889817922 }, "histogram": [ { "dimension": "<= 0.00", "metrics": { "min": null, "avg": null, "max": null } }, { "dimension": "0.00 - 25.00", "metrics": { "min": 5147, "avg": 5147, "max": 5147 } }, { "dimension": "25.00 - 50.00", "metrics": { "min": 2658, "avg": 2658, "max": 2658 } } ] }, // metric:rankings.organic.average "average": { "stats": { "min": 47.267946531712, "avg": 47.267946531712, "max": 47.267946531712 }, "histogram": [ { "dimension": "1.00 - 1.00", "metrics": { "min": 5, "avg": 5, "max": 5 } }, { "dimension": "2.00 - 2.00", "metrics": { "min": 9, "avg": 9, "max": 9 } }, { "dimension": "3.00 - 3.00", "metrics": { "min": 13, "avg": 13, "max": 13 } } ] }, // metric:rankings.organic.choices "choices": { "stats": { "min": 2.1911065149948, "avg": 2.1911065149948, "max": 2.1911065149948 }, "histogram": [ { "dimension": "0.00 - 0.00", "metrics": { "min": 11117, "avg": 11117, "max": 11117 } }, { "dimension": "1.00 - 1.00", "metrics": { "min": 952, "avg": 952, "max": 952 } }, { "dimension": "2.00 - 2.00", "metrics": { "min": 485, "avg": 485, "max": 485 } }, ] } }, }, // metric:reviews "reviews": { "all": { "stats": { "min": 32.799427879855, "avg": 32.799427879855, "max": 32.799427879855 } }, "exists": { "stats": { "min": 38.034447563154, "avg": 38.034447563154, "max": 38.034447563154 } }, "histogram": [ { "dimension": "<= 0.00", "metrics": { "min": 2502, "avg": 2502, "max": 2502 } }, { "dimension": "1.00 - 2.00", "metrics": { "min": 1403, "avg": 1403, "max": 1403 } }, { "dimension": "2.00 - 3.00", "metrics": { "min": 925, "avg": 925, "max": 925 } } ] }, // metric:rating "rating": { "all": { "stats": { "min": 3.3277203642452, "avg": 3.3277203642452, "max": 3.3277203642452 } }, "exists": { "stats": { "min": 3.8588479702252, "avg": 3.8588479702252, "max": 3.8588479702252 } }, "histogram": [ { "dimension": "<= 0.00", "metrics": { "min": 2502, "avg": 2502, "max": 2502 } }, { "dimension": "1.00 - 1.10", "metrics": { "min": 239, "avg": 239, "max": 239 } }, { "dimension": "1.10 - 1.20", "metrics": { "min": null, "avg": null, "max": null } } ] }, // metric:offers "offers": { "stats": { "min": 1.0004400682106, "avg": 1.0004400682106, "max": 1.0004400682106 }, "histogram": [ { "dimension": "1.00 - 1.00", "metrics": { "min": 18171, "avg": 18171, "max": 18171 } }, { "dimension": "2.00 - 2.00", "metrics": { "min": 8, "avg": 8, "max": 8 } } ] }, "buybox": { // metric:buybox.amount "amount": { "stats": { "min": 8.8924556792126, "avg": 8.8924556792126, "max": 8.8924556792126 }, "histogram": [ { "dimension": "0.00 - 1.00", "metrics": { "min": null, "avg": null, "max": null } }, { "dimension": "1.00 - 2.00", "metrics": { "min": null, "avg": null, "max": null } }, { "dimension": "2.00 - 3.00", "metrics": { "min": 11, "avg": 11, "max": 11 } }, { "dimension": "3.00 - 4.00", "metrics": { "min": 108, "avg": 108, "max": 108 } }, ] }, // metric:buybox.merchants "merchants": { "min": 7, "avg": 7, "max": 7 }, // metric:buybox "total": { "min": 17881, "avg": 17881, "max": 17881 }, "rate": { "min": 0.98360747098923, "avg": 0.98360747098923, "max": 0.98360747098923 } } } } ] } ], "request": { "id": "abbc9896-d9a6-487a-bcb0-16d2db2d858f", "took": 0.3614, "costs": 0, "remaining": 100000, "method": "portfolios.histogram", "success": true, "error": { "code": null, "message": null, "hint": null }, "cache": { "generated": 1555417342, "cached": false, "id": null } } } |
Property | Type | Description | Version |
request | object | The request information object (see Request information for more information) | 0.4.0 |
items | array | Array containing the histogram items | 0.4.0 |
items.dimension | String | String containing the date dimension | 0.4.0 |
items.series | array | Array containing the series for the date dimension | 0.4.0 |
items.series.dimension | object | Object containing the dimension for the series | 0.4.0 |
items.series.dimension.marketplace | string | Porfolios marketplace ID | 0.4.0 |
items.series.dimension.portfolio | object | Object containing the portfolios information | 0.4.0 |
items.series.dimension.portfolio.id | string | Portfolios ID | 0.4.0 |
items.series.dimension.portfolio.name | string | Portfolio name | 0.4.0 |
items.series.dimension.portfolio.type | string | Portfolio brand | 0.4.0 |
items.series.metrics | object | Object containing the metrics | 0.4.0 |
only available for metric:total | |||
items.series.metrics.total | object | Object containing the information about portfolios total ASINs | 0.4.0 |
items.series.metrics.total.min | integer | Minimum number of ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.total.avg | integer | Average number of ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.total.max | integer | Maximum number of ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
only available for metric:visibles | |||
items.series.metrics.visibles | object | Object containing the information about portfolios visible ASINs | 0.4.0 |
items.series.metrics.visibles.total | object | Object containing the information about the number of portfolios visible ASINs (only available for metric:visibles ) | 0.4.0 |
items.series.metrics.visibles.total.min | float | Minimum number of visible ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.visibles.total.avg | float | Average number of visible ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.visibles.total.max | float | Maximum number of visible ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.visibles.rate | object | Object containing the information about the rate of portfolios visible ASINs (only available for metric:visibles ) | 0.4.0 |
items.series.metrics.visibles.rate.min | float | Minimum rate of visible ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.visibles.rate.avg | float | Average rate of visible ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.visibles.rate.max | float | Maximum rate of visible ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
only available for metric:subscriptions | |||
items.series.metrics.subscriptions | object | Object containing the information about portfolios ASINs, available as "subscribe & save" | 0.4.0 |
items.series.metrics.subscriptions.total | object | Object containing the information about the number of portfolios ASINs, available as "subscribe & save" | 0.4.0 |
items.series.metrics.subscriptions.total.min | float | Minimum number of ASINs (related to the specific portfolio), available as "subscribe & save" within the date-dimension | 0.4.0 |
items.series.metrics.subscriptions.total.avg | float | Average number of ASINs (related to the specific portfolio), available as "subscribe & save" within the date-dimension | 0.4.0 |
items.series.metrics.subscriptions.total.max | float | Maximum number of ASINs (related to the specific portfolio), available as "subscribe & save" within the date-dimension | 0.4.0 |
items.series.metrics.subscriptions.rate | object | Object containing the information about the rate of portfolios ASINs, available as "subscribe & save" | 0.4.0 |
items.series.metrics.subscriptions.rate.min | float | Minimum rate of ASINs (related to the specific portfolio), available as "subscribe & save" within the date-dimension | 0.4.0 |
items.series.metrics.subscriptions.rate.avg | float | Average rate of ASINs (related to the specific portfolio), available as "subscribe & save" within the date-dimension | 0.4.0 |
items.series.metrics.subscriptions.rate.max | float | Maximum rate of ASINs (related to the specific portfolio), available as "subscribe & save" within the date-dimension | 0.4.0 |
only available for metric:bestsellers | |||
items.series.metrics.bestsellers | object | Object containing the information about portfolios ASINs, having a bestseller badge | 0.4.0 |
items.series.metrics.bestsellers.total | object | Object containing the information about the number of portfolios ASINs, having a bestseller badge | 0.4.0 |
items.series.metrics.bestsellers.total.min | float | Minimum number of ASINs (related to the specific portfolio), having a bestseller-badge within the date-dimension | 0.4.0 |
items.series.metrics.bestsellers.total.avg | float | Average number of ASINs (related to the specific portfolio), having a bestseller-badge within the date-dimension | 0.4.0 |
items.series.metrics.bestsellers.total.max | float | Maximum number of ASINs (related to the specific portfolio), having a bestseller-badge within the date-dimension | 0.4.0 |
items.series.metrics.bestsellers.rate | object | Object containing the information about the rate of portfolios ASINs, having a bestseller badge | 0.4.0 |
items.series.metrics.bestsellers.rate.min | float | Minimum rate of ASINs (related to the specific portfolio), having a bestseller-badge within the date-dimension | 0.4.0 |
items.series.metrics.bestsellers.rate.avg | float | Average rate of ASINs (related to the specific portfolio), having a bestseller-badge within the date-dimension | 0.4.0 |
items.series.metrics.bestsellers.rate.max | float | Maximum rate of ASINs (related to the specific portfolio), having a bestseller-badge within the date-dimension | 0.4.0 |
only available for metric:prime | |||
items.series.metrics.prime | object | Object containing information about portfolios ASINs, available as Prime | 0.4.0 |
items.series.metrics.prime.total | object | Object containing information about number of portfolios ASINs, available as Prime | 0.4.0 |
items.series.metrics.prime.total.min | float | Minimum number of ASINs (related to the specific portfolio), available as Prime within the data-dimension | 0.4.0 |
items.series.metrics.prime.total.avg | float | Average number of ASINs (related to the specific portfolio), available as Prime within the data-dimension | 0.4.0 |
items.series.metrics.prime.total.max | float | Maximum number of ASINs (related to the specific portfolio), available as Prime within the data-dimension | 0.4.0 |
items.series.metrics.prime.rate | object | Object containing information about rate of portfolios ASINs, available as Prime | 0.4.0 |
items.series.metrics.prime.rate.min | float | Minimum number of ASINs (related to the specific portfolio), available as Prime within the data-dimension | 0.4.0 |
items.series.metrics.prime.rate.avg | float | Average number of ASINs (related to the specific portfolio), available as Prime within the data-dimension | 0.4.0 |
items.series.metrics.prime.rate.max | float | Maximum number of ASINs (related to the specific portfolio), available as Prime within the data-dimension | 0.4.0 |
only available for metric:plus | |||
items.series.metrics.plus | object | Object containing information about portfolios ASINs, available as Plus | 0.4.0 |
items.series.metrics.plus.total | object | Object containing information about number of portfolios ASINs, available as Plus | 0.4.0 |
items.series.metrics.plus.total.min | float | Minimum number of ASINs (related to the specific portfolio), available as Plus within the date-dimension | 0.4.0 |
items.series.metrics.plus.total.avg | float | Average number of ASINs (related to the specific portfolio), available as Plus within the date-dimension | 0.4.0 |
items.series.metrics.plus.total.max | float | Maximum number of ASINs (related to the specific portfolio), available as Plus within the date-dimension | 0.4.0 |
items.series.metrics.plus.rate | object | Object containing information about rate of portfolios ASINs, available as Plus | 0.4.0 |
items.series.metrics.plus.rate.min | float | Minimum number of ASINs (related to the specific portfolio), available as Plus within the date-dimension | 0.4.0 |
items.series.metrics.plus.rate.avg | float | Average number of ASINs (related to the specific portfolio), available as Plus within the date-dimension | 0.4.0 |
items.series.metrics.plus.rate.max | float | Maximum number of ASINs (related to the specific portfolio), available as Plus within the date-dimension | 0.4.0 |
only available for metric:promotions | |||
items.series.metrics.promotions | object | Object containing information about portfolios ASINs offering promotions | 0.4.0 |
items.series.metrics.promotions.total | object | Object containing information about number of portfolios ASINs offering promotions | 0.4.0 |
items.series.metrics.promotions.total.min | float | Minimum number of ASINs (related to the specific portfolio), offering promotions within the date-dimension | 0.4.0 |
items.series.metrics.promotions.total.avg | float | Average number of ASINs (related to the specific portfolio), offering promotions within the date-dimension | 0.4.0 |
items.series.metrics.promotions.total.max | float | Maximum number of ASINs (related to the specific portfolio), offering promotions within the date-dimension | 0.4.0 |
items.series.metrics.promotions.rate | object | Object containing information about rate of portfolios ASINs offering promotions | 0.4.0 |
items.series.metrics.promotions.rate.min | float | Minimum rate of ASINs (related to the specific portfolio), offering promotions within the date-dimension | 0.4.0 |
items.series.metrics.promotions.rate.avg | float | Average rate of ASINs (related to the specific portfolio), offering promotions within the date-dimension | 0.4.0 |
items.series.metrics.promotions.rate.max | float | Maximum rate of ASINs (related to the specific portfolio), offering promotions within the date-dimension | 0.4.0 |
only available for metric:types | |||
items.series.metrics.types | object | Object containing information about the types of ASINs within the portfolio | 0.4.0 |
items.series.metrics.types.variations | object | Object containing information about the variations within the portfolio | 0.4.0 |
items.series.metrics.types.variations.total | object | Object containing information about the number of variations within the portfolio | 0.4.0 |
items.series.metrics.types.variations.total.min | float | Minimum number of variations (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.variations.total.avg | float | Average number of variations (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.variations.total.max | float | Maximum number of variations (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.variations.rate | object | Object containing information about the rate of variations within the portfolio | 0.4.0 |
items.series.metrics.types.variations.rate.min | float | Minimum rate of variations (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.variations.rate.avg | float | Average rate of variations (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.variations.rate.max | float | Maximum rate of variations (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.standalones | object | Object containing information about the standalone ASINs within the portfolio | 0.4.0 |
items.series.metrics.types.standalones.total | object | Object containing information about the number of standalone ASINs within the portfolio | 0.4.0 |
items.series.metrics.types.standalones.total.min | float | Minimum number of standalone ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.standalones.total.avg | float | Average number of standalone ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.standalones.total.max | float | Maximum number of standalone ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.standalones.rate | object | Object containing information about the rate of standalone ASINs within the portfolio | 0.4.0 |
items.series.metrics.types.standalones.rate.min | float | Minimum rate of standalone ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.standalones.rate.avg | float | Average rate of standalone ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.types.standalones.rate.max | float | Maximum rate of standalone ASINs (related to the specific portfolio) within the date-dimension | 0.4.0 |
only available for metric:bsr | |||
items.series.metrics.bsr | object | Object containing information about ASINs bestseller ranks within the portfolio | 0.4.0 |
items.series.metrics.bsr.main | object | Object containing information about ASINs main category bestseller ranks within the portfolio | 0.4.0 |
items.series.metrics.bsr.main.stats | object | Object containing information about ASINs main category bestseller ranks within the portfolio | 0.4.0 |
items.series.metrics.bsr.main.stats.min | float | Minimum bestseller ranks (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.bsr.main.stats.avg | float | Average bestseller ranks (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.bsr.main.stats.max | float | Maximum bestseller ranks (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.bsr.main.histogram | array | Object containing the histogram regarding to ASINs bestseller ranks within the portfolio | 0.4.0 |
items.series.metrics.bsr.main.histogram.dimension | string | The bestseller rank range | 0.4.0 |
items.series.metrics.bsr.main.histogram.metrics | object | Object containing the histogram data | 0.4.0 |
items.series.metrics.bsr.main.histogram.metrics.min | float | Number of minimum ASINs within the bestseller rank range within the date-dimension | 0.4.0 |
items.series.metrics.bsr.main.histogram.metrics.avg | float | Number of average ASINs within the bestseller rank range within the date-dimension | 0.4.0 |
items.series.metrics.bsr.main.histogram.metrics.max | float | Number of maximum ASINs within the bestseller rank range within the date-dimension | 0.4.0 |
only available for metric:categories | |||
items.series.metrics.categories | object | Object containing information about the main categories the ASINs are offered in | 0.4.0 |
items.series.metrics.histogram | array | Array containing information about the main categories the ASINs are offered in | 0.4.0 |
items.series.metrics.histogram.dimension | object | Object containing the main categories information | 0.4.0 |
items.series.metrics.histogram.dimension.id | string | String containing the main categories ID | 0.4.0 |
items.series.metrics.histogram.dimension.name | string | String containing the main categories name | 0.4.0 |
items.series.metrics.histogram.metrics | object | Object containing the information about the number of ASINs offered within the main category | 0.4.0 |
items.series.metrics.histogram.metrics.min | float | Float containing the minimum number of ASINs offered in the main category within the date-dimension | 0.4.0 |
items.series.metrics.histogram.metrics.avg | float | Float containing the average number of ASINs offered in the main category within the date-dimension | 0.4.0 |
items.series.metrics.histogram.metrics.max | float | Float containing the maximum number of ASINs offered in the main category within the date-dimension | 0.4.0 |
only available for metric:stats.as | |||
items.series.metrics.stats.as | object | Object containing information about the ASINs AMASCORE within the portfolio | 0.4.0 |
items.series.metrics.stats.as.stats | object | Object containing statistical information about the ASINs AMASCORE within the portfolio | 0.4.0 |
items.series.metrics.stats.as.stats.min | float | Minimum AMASCORE (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.stats.as.stats.avg | float | Average AMASCORE (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.stats.as.stats.max | float | Maximum AMASCORE (related to the specific portfolio) within the date-dimension | 0.4.0 |
items.series.metrics.stats.as.histogram | array | Object containing the histogram regarding to ASINs AMASCORE within the portfolio | 0.4.0 |
items.series.metrics.stats.as.histogram.dimension | string | The AMASCORE range | 0.4.0 |
items.series.metrics.stats.as.histogram.metrics | object | Object containing the histogram data | 0.4.0 |
items.series.metrics.stats.as.histogram.metrics.min | float | Number of minimum ASINs within the bestseller rank range within the date-dimension | 0.4.0 |
items.series.metrics.stats.as.histogram.metrics.avg | float | Number of average ASINs within the bestseller rank range within the date-dimension | 0.4.0 |
items.series.metrics.stats.as.histogram.metrics.max | float | Number of maximum ASINs within the bestseller rank range within the date-dimension | 0.4.0 |
only available for metric:rankings.organic.count | |||
items.series.metrics.rankings.organic.count | object | Object containing information about the number of keywords the ASINs within the portfolio rank for | 0.4.0 |
items.series.metrics.rankings.organic.count.stats | object | Object containing statistical information about the number of keywords the ASINs within the portfolio rank for | 0.4.0 |
items.series.metrics.rankings.organic.count.stats.min | float | Minimum number of Keywords the ASINs within the portfolio rank, within the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.count.stats.avg | float | Average number of Keywords the ASINs within the portfolio rank, within the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.count.stats.max | float | Maximum number of Keywords the ASINs within the portfolio rank, within the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.count.histogram | array | Object containing the histogram regarding to number of keywords the ASINs within the portfolio rank | 0.4.0 |
items.series.metrics.rankings.organic.count.histogram.dimension | string | The number of keywords range | 0.4.0 |
items.series.metrics.rankings.organic.count.histogram.metrics | object | Object containing the histogram data | 0.4.0 |
items.series.metrics.rankings.organic.count.histogram.metrics.min | float | Minimum number of ASINs which rank for keywords within the keywords-range and the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.count.histogram.metrics.avg | float | Average number of ASINs which rank for keywords within the keywords-range and the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.count.histogram.metrics.max | float | Maximum number of ASINs which rank for keywords within the keywords-range and the date-dimension | 0.4.0 |
only available for metric:rankings.organic.average | |||
items.series.metrics.rankings.organic.average | object | Object containing information about the average keyword position of ASINs within the portfolio rank for | 0.4.0 |
items.series.metrics.rankings.organic.average.stats | object | Object containing statistical information about the average keyword position of ASINs within the portfolio rank for | 0.4.0 |
items.series.metrics.rankings.organic.average.stats.min | float | Minimum average keyword position the ASINs within the portfolio rank for, within the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.average.stats.avg | float | Average average keyword position the ASINs within the portfolio rank for, within the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.average.stats.max | float | Maximum average keyword position the ASINs within the portfolio rank for, within the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.average.histogram | array | Object containing the histogram regarding to average keyword position of ASINs within the portfolio rank for | 0.4.0 |
items.series.metrics.rankings.organic.average.histogram.dimension | string | The average keyword position range | 0.4.0 |
items.series.metrics.rankings.organic.average.histogram.metrics | object | Object containing the histogram data | 0.4.0 |
items.series.metrics.rankings.organic.average.histogram.metrics.min | float | Minimum number of ASINs which rank within the keyword position-range and the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.average.histogram.metrics.avg | float | Average number of ASINs which rank within the keyword position-range and the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.average.histogram.metrics.max | float | Maximum number of ASINs which rank within the keyword position-range and the date-dimension | 0.4.0 |
only available for metric:rankings.choices.average | |||
items.series.metrics.rankings.organic.choices | object | Object containing information about the number of keywords, the ASINs within the portfolio have a choice badge for | 0.4.0 |
items.series.metrics.rankings.organic.choices.stats | object | Object containing statistical information about the number of keywords, the ASINs within the portfolio have a choice badge for | 0.4.0 |
items.series.metrics.rankings.organic.choices.stats.min | float | Minimum number of keywords the ASINs within the portfolio have a choice badge, within the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.choices.stats.avg | float | Average number of keywords the ASINs within the portfolio have a choice badge, within the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.choices.stats.max | float | Maximum number of keywords the ASINs within the portfolio have a choice badge, within the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.choices.histogram | array | Object containing the histogram regarding to average number of keywords, the ASINs within the portfolio have a choice badge for | 0.4.0 |
items.series.metrics.rankings.organic.choices.histogram.dimension | string | The range of average number of keywords, the ASINs have a choice badge | 0.4.0 |
items.series.metrics.rankings.organic.choices.histogram.metrics | object | Object containing the histogram data | 0.4.0 |
items.series.metrics.rankings.organic.choices.histogram.metrics.min | float | Minimum number of ASINs which have a choice badge within the average number of keywords range and the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.choices.histogram.metrics.avg | float | Average number of ASINs which have a choice badge within the average number of keywords range and the date-dimension | 0.4.0 |
items.series.metrics.rankings.organic.choices.histogram.metrics.max | float | Maximum number of ASINs which have a choice badge within the average number of keywords range and the date-dimension | 0.4.0 |
only available for metric:reviews | |||
items.series.metrics.reviews | object | Object containing information about the number of reviews the ASINs within the portfolio has | 0.4.0 |
items.series.metrics.reviews.stats | object | Object containing statistical information about the number of reviews the ASINs within the portfolio has | 0.4.0 |
items.series.metrics.reviews.stats.min | float | Minimum number of reviews the ASINs within the Portfolio have, within the date-dimension | 0.4.0 |
items.series.metrics.reviews.stats.avg | float | Average number of reviews the ASINs within the Portfolio have, within the date-dimension | 0.4.0 |
items.series.metrics.reviews.stats.max | float | Maximum number of reviews the ASINs within the Portfolio have, within the date-dimension | 0.4.0 |
items.series.metrics.reviews.histogram | array | Object containing the histogram regarding to average number of reviews, the ASINs within the portfolio have | 0.4.0 |
items.series.metrics.reviews.histogram.dimension | string | The range of average number of reviews, the ASINs have | 0.4.0 |
items.series.metrics.reviews.histogram.metrics | object | Object containing the histogram data | 0.4.0 |
items.series.metrics.reviews.histogram.metrics.min | float | Minimum number of ASINs within the number-of-reviews range and the date-dimension | 0.4.0 |
items.series.metrics.reviews.histogram.metrics.avg | float | Average number of ASINs within the number-of-reviews range and the date-dimension | 0.4.0 |
items.series.metrics.reviews.histogram.metrics.max | float | Maximum number of ASINs within the number-of-reviews range and the date-dimension | 0.4.0 |
only available for metric:rating | |||
items.series.metrics.rating | object | Object containing information about the average rating (stars) the ASINs within the portfolio has | 0.4.0 |
items.series.metrics.rating.stats | object | Object containing statistical information about the average rating (stars) the ASINs within the portfolio has | 0.4.0 |
items.series.metrics.rating.stats.min | float | Minimum rating (stars) the ASINs within the Portfolio have, within the date-dimension | 0.4.0 |
items.series.metrics.rating.stats.avg | float | Average rating (stars) the ASINs within the Portfolio have, within the date-dimension | 0.4.0 |
items.series.metrics.rating.stats.max | float | Maximum rating (stars) the ASINs within the Portfolio have, within the date-dimension | 0.4.0 |
items.series.metrics.rating.histogram | array | Object containing the histogram regarding to average rating (stars), the ASINs within the portfolio have | 0.4.0 |
items.series.metrics.rating.histogram.dimension | string | The range of average rating (stars), the ASINs have | 0.4.0 |
items.series.metrics.rating.histogram.metrics | object | Object containing the histogram data | 0.4.0 |
items.series.metrics.rating.histogram.metrics.min | float | Minimum number of ASINs within the rating range and the date-dimension | 0.4.0 |
items.series.metrics.rating.histogram.metrics.avg | float | Average number of ASINs within the rating range and the date-dimension | 0.4.0 |
items.series.metrics.rating.histogram.metrics.max | float | Maximum number of ASINs within the rating range and the date-dimension | 0.4.0 |
only available for metric:offers | |||
items.series.metrics.offers | object | 0.4.0 | |
items.series.metrics.offers.stats | object | 0.4.0 | |
items.series.metrics.offers.stats.min | float | 0.4.0 | |
items.series.metrics.offers.stats.avg | float | 0.4.0 | |
items.series.metrics.offers.stats.max | float | 0.4.0 | |
items.series.metrics.offers.histogram | array | 0.4.0 | |
items.series.metrics.offers.histogram.dimension | string | 0.4.0 | |
items.series.metrics.offers.histogram.metrics | object | 0.4.0 | |
items.series.metrics.offers.histogram.metrics.avg | float | 0.4.0 | |
items.series.metrics.offers.histogram.metrics.avg | float | 0.4.0 | |
items.series.metrics.offers.histogram.metrics.max | float | 0.4.0 | |
only available for metric:buybox.amount | |||
items.series.metrics.buybox.amount | object | Object containing information about the buybox price of the ASINs within the portfolio | 0.4.0 |
items.series.metrics.buybox.amount.stats | object | Object containing statistical information about the buybox price of the ASINs within the portfolio | 0.4.0 |
items.series.metrics.buybox.amount.stats.min | float | Minimum buybox price the ASINs within the portfolio have, within the date-dimension | 0.4.0 |
items.series.metrics.buybox.amount.stats.avg | float | Average buybox price the ASINs within the portfolio have, within the date-dimension | 0.4.0 |
items.series.metrics.buybox.amount.stats.max | float | Maximum buybox price the ASINs within the portfolio have, within the date-dimension | 0.4.0 |
items.series.metrics.buybox.amount.histogram | array | Object containing the histogram regarding the buybox price, the ASINs within the portfolio have | 0.4.0 |
items.series.metrics.buybox.amount.histogram.dimension | string | The range of buybox price | 0.4.0 |
items.series.metrics.buybox.amount.histogram.metrics | object | Object containing the histogram data | 0.4.0 |
items.series.metrics.buybox.amount.histogram.metrics.min | float | Minimum number of ASINs within the buybox-price range and the date-dimension | 0.4.0 |
items.series.metrics.buybox.amount.histogram.metrics.avg | float | Average number of ASINs within the buybox-price range and the date-dimension | 0.4.0 |
items.series.metrics.buybox.amount.histogram.metrics.max | float | Maximum number of ASINs within the buybox-price range and the date-dimension | 0.4.0 |
only available for metric:buybox.merchants | |||
items.series.metrics.buybox.merchants | object | Object containing information about the number of (different) merchants in the ASINs buybox | 0.4.0 |
items.series.metrics.buybox.merchants.stats.min | float | Minimum number of merchants in the ASINs buybox, within the date-dimension | 0.4.0 |
items.series.metrics.buybox.merchants.stats.avg | float | Average number of merchants within the ASINs buybox, within the date-dimension | 0.4.0 |
items.series.metrics.buybox.merchants.stats.max | float | Maximum number of merchants in the ASINs buybox, within the date-dimension | 0.4.0 |
items.series.metrics.buybox.merchants.histogram | array | Object containing the histogram regarding the number of merchants in the buybox, the ASINs within the portfolio have | 0.4.0 |
items.series.metrics.buybox.merchants.histogram.dimension | string | The range of number-of-merchants in the buybox | 0.4.0 |
items.series.metrics.buybox.merchants.histogram.metrics | object | Object containing the histogram data | 0.4.0 |
items.series.metrics.buybox.merchants.histogram.metrics.min | float | Minimum number of ASINs within the number-of-merchants range and the date-dimension | 0.4.0 |
items.series.metrics.buybox.merchants.histogram.metrics.avg | float | Average number of ASINs within the number-of-merchants range and the date-dimension | 0.4.0 |
items.series.metrics.buybox.merchants.histogram.metrics.max | float | Maximum number of ASINs within the number-of-merchants range and the date-dimension | 0.4.0 |
only available for metric:buybox | |||
items.series.metrics.buybox.total | object | Object containing information about the number ASINs within the portfolio, having a buybox | 0.4.0 |
items.series.metrics.buybox.total.min | float | Minimum number of ASINs having a buybox within the date-dimension | 0.4.0 |
items.series.metrics.buybox.total.avg | float | Average number of ASINs having a buybox within the date-dimension | 0.4.0 |
items.series.metrics.buybox.total.max | float | Maximum number of ASINs having a buybox within the date-dimension | 0.4.0 |
items.series.metrics.buybox.rate | object | Object containing information about the rate of ASINs within the portfolio, having a buybox | 0.4.0 |
items.series.metrics.buybox.rate.min | float | Minimum rate of of ASINs having a buybox within the date-dimension | 0.4.0 |
items.series.metrics.buybox.rate.avg | float | Average rate of of ASINs having a buybox within the date-dimension | 0.4.0 |
items.series.metrics.buybox.rate.max | float | Maximum rate of of ASINs having a buybox within the date-dimension | 0.4.0 |
Updates / Changes
Version | Description |
0.4.0 | created |