AMALYZE Falcon API

Metrics Object

Request

Specifies the required metrics to be returned. See table below for valid values.

This example will return salesOtherSKU30D, unitsOtherSKU7D, salesPerUnitOtherSKU30D

Sorting Object

Request

Specifies the (metric) colums and directions to be sorted for. See table below for valid values.

This example will sort by salesPerUnitOtherSKU30D in descending order

Filter Object

Request

Specifies the (metric) filters to be applied. See table below for valid values.

This example will return only entries having salesPerUnitAllSKU30D >= 1 && salesPerUnitAllSKU30D <= 1000 && salesAllSKU30D >= 100

PropertyDescriptionComment
  • salesOtherSKU1D
  • salesOtherSKU7D
  • salesOtherSKU14D
  • salesOtherSKU30D
Number of attributed sales occurring within 1,7,14 and 30 day(s) of click on ad.since 0.1.14
  • unitsOtherSKU1D
  • unitsOtherSKU7D
  • unitsOtherSKU14D
  • unitsOtherSKU30D
Number of attributed units ordered within 1, 7, 14 and 30 day(s) of click on ad.since 0.1.14
  • salesPerUnitOtherSKU1D
  • salesPerUnitOtherSKU7D
  • salesPerUnitOtherSKU14D
  • salesPerUnitOtherSKU30D
Average cost per attributed units ordered within 1, 7, 14 and 30 day(s) of click on ad
cpu = sales / units
since 0.1.14
Menu