Analytics
Read-only reporting over your own data: offers and requests over time, request conversion rates, customer demographics, and what you sold or still have sitting in open offers. Everything is scoped to your company.
Offers over time
How many offers created, bucketed `daily`, `weekly` or `monthly`. Returns the whole requested window — there is no paging — so bound it with `from`/`to`; without them you get the last 12 months. Requires the `read:analytics` scope.
Offer requests over time
How many offer requests received, bucketed `daily`, `weekly` or `monthly`. Returns the whole requested window — there is no paging — so bound it with `from`/`to`; without them you get the last 12 months. Requires the `read:analytics` scope.
Request conversion rates
How many incoming offer requests went on to become an indication offer, a detailed offer, or expired without one. `count` is how many requests fell into the bucket and `converted` how many of them converted, so the rate is `converted / count`. Returns the whole requested window. Requires the `read:analytics` scope.
Customer demographics
Headline counts for your customer base. Requires the `read:analytics` scope.
Product sales
What you actually sold, per product and day. A product counts as sold once its project has an accepted detailed offer. Filter by `category` or `materialId`, bound with `from`/`to`, and page as usual. Requires the `read:analytics` scope.
Products in open offers
What is sitting in offers that are still open — the pipeline, per product. Useful for forecasting demand before anything is accepted. Requires the `read:analytics` scope.