Open
Bug 1966382
Opened 1 year ago
Updated 11 months ago
[meta] newtab Contextual Ads
Categories
(Firefox :: New Tab Page, enhancement)
Firefox
New Tab Page
Tracking
()
NEW
People
(Reporter: thecount, Unassigned)
References
Details
(Keywords: meta)
Attachments
(1 file)
|
477.86 KB,
image/png
|
Details |
Because there are no contextual ads currently in inventory, we can only test that the ads IAB category format is sent to the ads server.
To test that the IAB ad category is sent to the ads server:
- Set your region and locale to US or another region that can see ads.
- Set "browser.newtabpage.activity-stream.discoverystream.sections.contextualAds.enabled" to
true - Set "browser.newtabpage.activity-stream.discoverystream.sections.enabled" to
true - Set "browser.newtabpage.activity-stream.asrouter.devtoolsEnabled" to
true - Go to about:newtab#devtools
- Refresh cache
- Set system time to 1 hour into the future
- Open the multi process browser toolbox. Watch the network tab.
- Click "trigger system tick"
Expected:
You should see 2 requests going out to ads.mozilla.org, we only care about one of them. One is for topsites, the other for stories, we care about the stories one. From the list of calls there is no way to know which is which until you click on the request tab. So check the request tab for each of them, and you're looking for something like the attached screenshot:
| Reporter | ||
Comment 2•1 year ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•