-
Notifications
You must be signed in to change notification settings - Fork 879
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
Fixes Brave Ads Purchase Intent segments should fall back to parent segments #6483
Conversation
ba31792
to
59b85af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
parent_category = category; | ||
} | ||
|
||
if (std::find(parent_categories.begin(), parent_categories.end(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can take this over DM, but how many categories are there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there can be up to 3 page classification winning categories and 3 purchase intent winning categories. Therefore, a maximum of 6 categories
5a164c8
to
e89f03e
Compare
CI failed due to known browser tests |
LGTM to uplift Verification passed on
Used test plan from https://github.com/brave/internal/issues/717 and the test plan from the description Verified Parent segment derived from parent only purchase intent
Verified Parent-child segment derived from parent-child purchase intent
Verified Parent segment derived from parent-child purchase intent
Verified Show other ad after parent only purchase intent ad
Verified Show other ad after parent-child purchase intent ad
Verified visiting
Verified searching for
|
Resolves brave/brave-browser#11410
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
See brave/brave-browser#11410
purchaseIntentSignalHistory
amd
in Google and confirm intent signals are added topurchaseIntentSignalHistory
More detailed test plan in https://github.com/brave/internal/issues/717
Reviewer Checklist:
After-merge Checklist:
changes has landed on.