# Get daily stats of an ad **GET /advertising/v1.0/ads/{adId}/stats/daily** Endpoint for retrieving daily stats of advertisement that belong to the current user. ## Servers - http://apis.public-staging.reas.cz: http://apis.public-staging.reas.cz () ## Authentication methods - Token ## Parameters #### Path parameters - **adId** (string) Id of an advertisement. It is either id that was provided in the response of the insert endpoint or it can be **thirdPartyId**, if it has been provided in the request body of the advertisement **insert** endpoint. #### Query parameters - **page** (number(float)) - **dateFrom** (string) Lower date limit in YYYY-MM-DD format - **dateTo** (string) Lower date limit in YYYY-MM-DD format - **order** (string) - **fakeData** (boolean) Make testing possible in a non-production environment. Returns fake data in the response. Also pairs the fake data with already imported advertisements if possible. ## Responses ### 200: Daily stats successfully retrieved #### Body Parameters: application/json (object) - **success** (boolean) - **data** (array[object]) - **paginationInfo** (object) [Powered by Bump.sh](https://bump.sh)