mgmgpyaesonewin / web-crawler-assignment

0 stars 0 forks source link

[Feature] As a user, I can see the total number of AdWords and links in the page #15

Open malparty opened 3 months ago

malparty commented 3 months ago

Issue

Some information is missing from the scrapped keywords:

Expected

When selecting a keyword, logged users can see this information.

mgmgpyaesonewin commented 3 months ago

Question on requirements:

The total number of AdWords advertisers on the page: Does AdWords advertisers means the count of Sponsored result items count ?

Screen Shot 2024-03-16 at 9 17 29 AM

The total number of links (all of them) on the page: Does it mean the count on total links on the first page instead of keywords' result?

I would like to confirm as below. Is this correct ?

Screen Shot 2024-03-17 at 3 52 03 PM
mgmgpyaesonewin commented 3 months ago

20

malparty commented 3 months ago

The total number of AdWords advertisers on the page: Does AdWords advertisers means the count of Sponsored result items count ?

Yes, it means the number of sponsored results.

The total number of links (all of them) on the page: Does it mean the count on total links on the first page instead of keywords' result?

Yes, just the count of all the links on that page (sponsored or not, associated with results or not... i.e. "all of them").

Note that it should not replace the "total results" count that you already implemented correctly :white_check_mark: