Forum Discussion
Hi srujanayeruvaka,
The example given below for the title Title1 is having more than one(I just copied few here) without topic and message.type 'article' mentioned.
[1025] => Array
(
[document.id] => view_VIEW_xxxxxxxxxxxxxxx
[action.is_solution_view] =>
[board.uid] => 223
[board.title] => xxxxxxxxxxxxxxxx
[community_app] => xxxxxxxx
[conversation.uid] => 1420185
[conversation.title] => Title 1
[node.ancestor_path] => /1/32/223/
[visit.id] => xxxxxxx
[visitor.id] => xxxxxxxxxxxxxx
[labels] => Array
(
[0] => xxxxxxxxxxxxxxxxxxxxx
)
[user.uid] => -1
[user.login] => Anonymous
[request.url.host] => xxxxxxxxxxxxxxxxxxxx
[request.headers.user_agent] => xxxxxxxxxxxxxxxxxxx
[request.device] => xxxx
[event.time.ms] => xxxx
[action.key] => view
[request.geo.city] => xxx
[request.geo.country_code] => xxx
[request.geo.country] => xxxxx
[request.geo.geohash] => xxxx
[request.geo.postal] => xxx xxx
[request.geo.region] => xxx
[request.geo.timezone] => +01:00
[request.geo.latitude] => xx.xx
[request.geo.longitude] => xx.xxx
)
[1026] => Array
(
[document.id] => view_VIEW_xxxxxxxxxxxxxxx
[action.duration] => 14
[board.uid] => 223
[board.title] => xxxxxxxxxxxxxxxx
[community_app] => xxx
[conversation.uid] => 1420185
[conversation.title] => Title 1
[node.ancestor_path] => /1/32/223/
[visit.id] => xxxx
[visitor.id] => xxxx
[user.uid] => -1
[user.login] => Anonymous
[request.url.host] => xxxx
[request.headers.user_agent] => xxxx
[request.device] => desktop
[event.time.ms] => xxx
[action.key] => visits.visit-summary
[request.geo.city] => xxx
[request.geo.country_code] => xxx
[request.geo.country] => xxx
[request.geo.geohash] => xxx
[request.geo.postal] => xx xx
[request.geo.region] => xx
[request.geo.timezone] => +xx:00
[request.geo.latitude] => xx.xx
[request.geo.longitude] => xx.xx
)
[1027] => Array
(
[document.id] => view_VIEW_xxxxxxxxxxxxxxx
[action.is_solution_view] =>
[board.uid] => 223
[board.title] => xxxxx
[community_app] => xxx
[conversation.uid] => 1420185
[conversation.title] => Title 1
[node.ancestor_path] => /1/32/223/
[visit.id] => xxxx
[visitor.id] => xxxxxxx
[labels] => Array
(
[0] => xxxx
)
[user.uid] => -1
[user.login] => Anonymous
[request.url.host] => xxxx
[request.headers.user_agent] => xxxx
[request.device] => desktop
[event.time.ms] => xxxx
[action.key] => view
[request.geo.city] => xxx
[request.geo.country_code] => xx
[request.geo.country] => xxx xx
[request.geo.geohash] => xxx
[request.geo.postal] => xx xx
[request.geo.region] => xx
[request.geo.timezone] => +xx:xx
[request.geo.latitude] => xx.xx
[request.geo.longitude] => xx.xx
) Yes Nav, the message.type value depends on the conversation style. It could be 'Topic' for forums, 'article' for TKBs / Blogs, 'idea' for Ideas, 'entry' for contests.
You have to check for the combination of message.is_topic and message.type values for each conversation style.
Hope this answers your question!
Thanks,
Srujana.
- Nav8 years agoAce
Hi srujanayeruvaka,
Thanks for your reply.
Can we also get without message.type in the response? I couldn't able to see any.
Thanks.
Sign in to react to this post- srujanayeruvaka8 years agoChampion
Nav - Do you mean message.type is blank? If yes, then it is possible you will see this kind of response depending on the action.key value (Ex: view, visits.visit-summary).
Thanks,
Srujana.
Sign in to react to this post- Nav8 years agoAce
Hi srujanayeruvaka,
Yes you are right. Message.type is not available.
So only way to filter by action.key and If so do we have parent action?
Thanks.
Sign in to react to this post