Widget Impressions Report

Query for the number of impressions per day for a given date range. The GET request will answered by a JSON of an array of impressions_daily objects. Each impressions_daily object provides information about the number of impressions we had for a specified business account.

The impressions_daily object will include the following fields:

FieldDescription
livesite_widgetCount of daily impressions for livesite_widget.
livesiteCount of Livesite portal pages impressions.
dayThe day this impressions count relates to.
business_idThe internal ID of the business account this impressions count relates to.
business_nicknameThe nickname of the business account this impressions count relates to.
tagsThe tag (if exists) that was assigned by the directory to the business this impressions count relates to.

You can try it by clicking the next button!

Run in Postman

Language