Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly get aps config for queued ad ids (#133)
## Description This PR fixes a bug where, for queued ad IDs in a scenario using APS, the APS config was attempted to be read at `slots[id].gpt.aps` instead of `slots[id].aps`, where it actually exists. The impact is that Amazon TAM is not working for these queued ads. This is currently affecting our website, so a review and merge would be greatly appreciated :)
- Loading branch information