This repository was archived by the owner on Jan 26, 2023. It is now read-only.
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
Enable API-based impression tracking #301
Open
Description
User Story
As a platform owner, I want to integrate directly with CodeFund via API in order to fetch the ad creative and display it natively.
Why Is this Needed?
This is a requirement for us to integrate with platforms in the future such as codesandbox.io, cmty.io and more.
Description
Type: Feature
Definition of Done
- Allow IP address, width, height, user agent to be passed in original request (IP is required)
- Use an API token that can be revoked
- Provide API documentation
- Enable / Disable API access on user (admin only)
Extra credit:
- Allow publisher to refresh their token (generate new)
- Include
house_ad
boolean in the API response