Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(tracking) AIP#61: AdEx V5: Market integration inside Platform #625

Open
elpiel opened this issue Feb 4, 2022 · 0 comments
Open

(tracking) AIP#61: AdEx V5: Market integration inside Platform #625

elpiel opened this issue Feb 4, 2022 · 0 comments

Comments

@elpiel
Copy link
Member

elpiel commented Feb 4, 2022

Validator's units-for-slot

These are the routes that need to be moved to the platform in order to move the GET /units-for-slot in the adex-validator (rust):

  • /websites
  • /units
  • /units/:ipfs
  • /slot
    An AdSlot will be passed directly by the source code on the publisher website.
    However, the rest of the values returned by the Market's getWebsitesInfo by passing an AdSlot, should also be accessible, as they are used in /units-for-slot:
pub struct AdSlotResponse {
    pub slot: AdSlot,
    pub accepted_referrers: Vec<Url>, // <---
    pub categories: Vec<String>, // <---
    pub alexa_rank: Option<f64>, // <---
}
@elpiel elpiel changed the title (tracking) AIP#61: AdEx V5: Supermarket (tracking) AIP#61: AdEx V5: Market intefration with Platform Feb 4, 2022
@elpiel elpiel changed the title (tracking) AIP#61: AdEx V5: Market intefration with Platform (tracking) AIP#61: AdEx V5: Market integration with Platform Feb 4, 2022
@elpiel elpiel changed the title (tracking) AIP#61: AdEx V5: Market integration with Platform (tracking) AIP#61: AdEx V5: Market integration inside Platform Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant