-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Sometimes purchase intent weight in not increased on google #8939
Comments
Verification passed on
Verification passed on
Verified test plan from brave/brave-core#5183
Verified
Verification PASSED
Reproduced the original using Verified that #8939 (comment) using
Ensured that searching for
Ensured that searching for
|
Follow up to #8047
The query string in URL is composed of a series of field-value pairs. Position of the field- value pairs can change.
We handle only:
https://www.google.com/search?q=audi+a4
We don't handle:
https://www.google.com/search?ei=bY2CXvHBMK2tytMPqYq--A4&q=audi+a4
https://www.google.com/search?source=hp&ei=y2eDXsWuI6fIrgThwZuQDw&q=audi+a4
Steps to Reproduce
/usr/bin/brave-browser --enable-logging=stderr --vmodule=brave_ads=3 --brave-ads-staging --rewards=staging=true
google.com
audi a4
Actual result:
purchase intent weight is not increased
automotive purchase intent by make-audi
inDefault/ads_service/client.json
is empty or doesn't even existsExpected result:
purchase intent weight is increased
automotive purchase intent by make-audi
inDefault/ads_service/client.json
is not empty and contains one elementReproduces how often:
100% repro rate
Brave version (brave://version info)
cc @brave/legacy_qa @rebron @tmancey @moritzhaller
The text was updated successfully, but these errors were encountered: