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

fix: correctly get aps config for queued ad ids #133

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

bmaclachlan
Copy link
Contributor

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 :)

Copy link
Contributor

@caffeinated-pixels caffeinated-pixels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about the late response, we only noticed your PR yesterday. For some reason, we didn't get any notification.

Anyway, good spot and thanks for the fix.

@caffeinated-pixels caffeinated-pixels merged commit e377243 into KijijiCA:master Feb 7, 2024
2 checks passed
thedaviddias pushed a commit that referenced this pull request Feb 7, 2024
## [4.2.9](v4.2.8...v4.2.9) (2024-02-07)

### Bug Fixes

* correctly get aps config for queued ad ids ([#133](#133)) ([e377243](e377243))
* teardown happening during initial setup ([#134](#134)) ([05f2bb8](05f2bb8))
thedaviddias pushed a commit that referenced this pull request Feb 7, 2024
## [4.2.9](v4.2.8...v4.2.9) (2024-02-07)

### Bug Fixes

* correctly get aps config for queued ad ids ([#133](#133)) ([e377243](e377243))
* teardown happening during initial setup ([#134](#134)) ([05f2bb8](05f2bb8))
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

Successfully merging this pull request may close these issues.

None yet

2 participants