AMALYZE Falcon API
SPA // Dimension // Keyword
Request
JavaScript
1 2 3 4 5 6 7 8 |
"filters": { "keyword": "samsung s8 case", "keywordExact": "samsung s8", "keywordId": "12345679", "keywordMatchType": "broad", "keywordState": "enabled", "keywordBid": 0.12, } |
Property | Type | Description | Further information |
filters.keyword | string | String containing the keyword. A fulltext search is performed | optional |
filters.keywordExact | string | String containing the keyword. An exact match search is performed | optional |
filters.keywordId | string | String containing the keyword’s id | optional |
filters.keywordMatchType | string | String containing the keyword’s match type | optional
|
filters.keywordState | array | Array containing the keyword’s state | optional
|
filters.keywordBid | float | Float containing the current keyword Bid | optional |
Response
JavaScript
1 2 3 4 5 6 7 |
"keyword": { "id": "427404123456", "keyword": "herrenuhren", "matchtType": "broad", "state": "enabled", "bid": 1.23 } |
Property | Type | Description |
keyword.id | string | String containing the keywords’s id |
keyword.keyword | string | String containing the keyword |
keyword.matchType | string | String containing the keyword’s matchtype.
|
keyword.state | string | String containing the keyword’s state:
|