Crawlerop / lpads

Dump the google maps location ads!
MIT License
0 stars 0 forks source link

Ads with dysfunctional links #3

Closed Crawlerop closed 3 years ago

Crawlerop commented 3 years ago

Unlike Google Maps version of LPAds parser, while accepted, some ads (places with no websites) like the Florist In the Garden (www.floristinthegarden.com -> dan.com/godaddy.com) in Moses Lake, WA, had a broken/parked adLink.

https://crawlerop.github.io/lpads/lpadsjs/mapads_marker.html?localads=true&lat=47.1301&lng=-119.2781

Crawlerop commented 3 years ago

Most of the time, some AdSense advertisers who got (his/her) new website, forgot to change the link to the new one! Causing the adLink to mess up!

Correct

OK Links to floristinthegarden.net

Wrong

Not OK Links to floristinthegarden.com, and it's already being parked!

So, probably related to #4. We are working on placesinfo library to compensate many inaccuracies from ads data.

Crawlerop commented 3 years ago

adLink in lpads were unused, but the library were pulling the unused variable, pulling the wrong adLink! It should be fixed once lpads uses placeinfo for data.

Crawlerop commented 3 years ago

Duplicate of #4. Placeinfo were not implemented in lpads.