Skip to content

Commit 6729264

Browse files
committed
Statistics. Actions. Added filter by action_id
1 parent 8bd2c69 commit 6729264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyadmitad/items/statistics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ class StatisticActions(StatisticBase):
199199
'status': StatisticBase.check_status,
200200
'keyword': Item.to_unicode,
201201
'action': Item.to_unicode,
202-
'action_type': StatisticBase.check_actions_type
202+
'action_type': StatisticBase.check_actions_type,
203+
'action_id': int
203204
}
204205

205206
URL = Item.prepare_url('statistics/actions')

0 commit comments

Comments
 (0)