Method: Bluekai::Client#taxonomy
- Defined in:
- lib/bluekai/client.rb
#taxonomy(query = {}) ⇒ Object
Public: Lists categories in the BlueKai taxonomy. API definition can be found here kb.bluekai.com/display/PD/Taxonomy+API
parentId - integer fullPath - 0,1 bkSize - 0,1 Enter 1 to include the inventory of unique users in
the BlueKai network for each category.
intlDataCountryId - Bluekai::Client.-1.-1..24 for country index see
(https://kb.bluekai.com/display/PD/Taxonomy+API)
device_code - = Desktop + Mobile,1 = Desktop, 2 = Mobile showBuyable - 0,1 showLeafStatus - 0,1 description - 0,1 vertical - 0,1 showReceivedAudienceCategories - 0,1 showCategoryPriceAtDate - ‘YYYY-MM-DD’
Returns array of taxonomy nodes.
41 42 43 |
# File 'lib/bluekai/client.rb', line 41 def taxonomy(query = {}) request('GET', '/Services/WS/Taxonomy', query)[:nodeList] end |