AMALYZE Falcon API
SPA // Dimension // Advertiser
Request
JavaScript
1 2 3 4 5 |
"filters": { "advertiserType": "seller", "advertiserId": "A2HNT3ST6MF47M", "advertiserName": "A2HNT3ST6MF47M" } |
Property | Type | Description | Further information |
filters.advertiserName | string | String containing the advertiser name | optional |
filters.advertiserId | string | String containing the advertiser id | optional |
filters.advertiserType | string | String containing the type | optional
|
Response
JavaScript
1 2 3 4 5 |
"advertiser": { "type": "seller", "id": "A2HNT3ST6MF47M", "name": "A2HNT3ST6MF47M" } |
Property | Type | Description |
advertiser.id | string | String containing the advertiser id |
advertiser.name | string | String containing the advertiser name |
advertiser.type | string | String containing the advertiser type
|