I have developed a platform for different users to register and upload their target image through VWS API. I got the total_recos, current_month_reco then from that i'm displaying the total number of scanning in the admin panel. So, how can show the total recos of the all target scanned like attached image?
For Example: If i have target with 10recos then i'm deleting the recos but the total recos is not reducing 10 in the attached image. So, how are these recos are storing. Because i tried to display the total_recos from the dashboard table from my website (Please see attached count.jpg image) when refresh the page it counting and showing the total_scan but when i delete the target image the total_reco is reducing from the number of reco has the deleted image.
So, what we need to do? Is there any solution for this.
Attachment | Size |
---|---|
![]() | 10.12 KB |
![]() | 12.54 KB |
Hi Alassandro,
The vuforia team replied my mail,
It sounds to me like your script is collecting the reco information from "Target Summary Report" and is generating a total based on each target in your database. In which case your issue is as I understand that if a target is removed from a database your script is removing that reco count from your total. Instead, if your script took into consideration the reco count would only decrease each Monthly cycle when they reset then when a user deletes a target you should still hold those reco values of any target removed to add to your total.
Since this is a website script logic building issue and not the function of the VWS api, we would be unable to assist more directly with your website's coding.
But the issue still we are facing and we don't get any solution for this. Please help on this,
we are fetching recos for every target and count it and in last show as total.
Path/summary/targetId
We store the output of that request (value of total_recos) of every target and show on our dashboard page..
Now the issue is that if we delete some target total count of recos are also decrease..What we need the total recos even the target is deleted..so we get how many exactly recos are used.