/seller/report/summary

Get the summary of report for the seller. It returns total sales, spends and conversions of the seller till now along with his current funds.

Request

Parameter NameData TypeParameter TypeRequirementDescription
accountIdIntegerGETmandatoryAccount ID of the seller.

Response

Field NameData TypeDescription
codeIntegerResponse code. Contains an error code in case of any error.
dataObjectObject containing all the summary data.
data.salesFloatTotal sales of seller attributed to ads till date.
data.spendsFloatTotal ads spends of the seller till date.
data.conversionIntegerTotal number of conversions of the seller attributed to ads.
data.fundsIntegerCurrent funds available for ads.
statusStringStatus message, error message in case of errors.
OK in case of success.
Language
Authorization