AMALYZE Falcon API

advertising.profiles (POST)

Endpoint

Endpoint advertising.profiles returns the profiles, associated with the account.

Method
POST advertising.profiles
Example call

JSON Payload

PropertyTypeDescriptionFurther information
paginationobjectObject containing the pagination informationpagination object definition
filtersobjectObject containing the filter information
filters.namestringThe advertiser profile’s nameoptional
filters.idstringThe advertiser profile’s nameoptional
filters.marketplacestringThe marketplace, the advertiser profile must be whitedlisted foroptional
valid marketplaces
filters.typestringThe type of the advertiser profileoptional
  • seller: return only sellers
  • vendor: return only vendors
filters.querystringFulltext search over all available fieldsoptional
sortingarrayArray containing the sorting information
sorting.columnstringThe column to sort
  • name: sort by profiles name
  • type: sort by profile type
  • id: sort byprofile id
sorting.directionstringThe direction to sortvalid direction values
JSON Response

PropertyTypeDescription
itemsarrayArray containing the accounts
items.scorefloatThe (internal) score for the query
items.namestringThe merchant / vendor name associated with the profile
items.idstringThe merchant / vendor id associated with the profile
items.typestringThe profile’s type (vendor / seller)
items.marketplacesobjectObject containing information about the marketplaces
items.marketplaces.marketplaceobjectObject containing information about the specific marketplace
valid properties:
  • A2EUQ1WTGCTBG2 amazon.ca
  • ATVPDKIKX0DER amazon.com
  • A1AM78C64UM0Y8 amazon.mx
  • A1RKKUPIHCS9HS amazon.es
  • A1F83G8C2ARO7P amazon.co.uk
  • A13V1IB3VIYZZH amazon.fr
  • A1PA6795UKMFR9 amazon.de
  • APJ6JRA9NG5V4 amazon.it
items.marketplaces.marketplace.activebooleanIndicates, if the profile has access to the specific marketplace
items.marketplaces.marketplace.budgetsobjectObject containing information about the budgets for the specific marketplace
items.marketplaces.marketplae.budgets.dailyfloatThe daily budget for the specific marketplace
Updates / Changes
Menu