To get statistics of your account, as well as overall statistics on the offers you can use a special tool called API. It helps to extract data remotely based on the API endpoints.
You can find the documentation here: https://api.zeydoo.com/api/cpa/docs
! In order to start working with the Zeydoo API you should contact our support team or your personal manager and provide us with the details on how you plan to work with this tool.
Once API is enabled for your account you may go to the Profile Settings tab to generate your personal secure API key which will be used for authorization.
Click on the Cerate token button, get the authorization token and copy it then go to the Swagger (https://api.zeydoo.com/api/cpa/docs/) and click on the Authorize button:
Insert the copied token into the Value field and click on the Authorize:
Now you can work with the Zeydoo API.
GET requests
Here are endpoints (requests) you may make via Zeydoo API:
GET/get_my_offers (https://api.zeydoo.com/api/cpa/docs/#/Offers/pub-offers-list) - allows to get offers from the My Offers tab (both active and paused)
GET/get_offers (https://api.zeydoo.com/api/cpa/docs/#/Offers/offers-list) - get the list of all active offers in the platform
GET/statistics (https://api.zeydoo.com/api/cpa/docs/#/Statistics/pub-statistics) - global stats for your account.
You can add ?date_from=YYYY-MM-DD&date_to=YYYY-MM-DD to get the account data for a particular period of time.
If you have any questions or need any assistance feel free to contact us in the live chat or via support@zeydoo.com