# NFT Analytics

* Counting # of NFT solved in Pikasso:
  * Import m\_sdk from “Pikasso/sdk” (unity/js)
  * m\_sdk.increase(“count\_sell\_nft”, 1); --> this request will be sent to the backend as an action which updates the `count_sell_nft` metrics
  * m\_sdk.set(“player” + 3, true); --> this request will be sent to the backend as action
