Slashdot Mirror


Google Unveils Flash Ads

Gailin writes "Google has announced and given some examples of their new Flash based ads. They seem to vary from average size to full screen-width Flash advertisements, with some interactive abilities. 'Gadget ads can incorporate real-time data feeds, images, video and much more in a single creative unit and can be developed using Flash, HTML or a combination of both. Designed to act more like content than a typical ad, they run on the Google(TM) content network, competing alongside text, image and video ads for placement. They support both cost-per-click and cost-per-impression pricing models, and offer a variety of contextual, site, geographic and demographic targeting options to ensure the ads reach relevant users with precision and scale.'"

2 of 225 comments (clear)

  1. Target Market by ackthpt · · Score: 5, Interesting

    a variety of contextual, site, geographic and demographic targeting options to ensure the ads reach relevant users with precision and scale.

    And all that's apparently missing is ensuring the surfer has Flash installed.

    Personally I detest Flash ads and for this reason keep renaming the NPSWF32.dll file as NPSWF32.dllfsdfsd (while I don't have an instance of Firefox open, lest it track the bastid) when I have no intention of viewing Flash content. Too many pages are so whizzy with Flash I position the browser so the Flash bit is offscreen or simply don't visit the sites at all. I don't see many company/commercial sites since they apparently all now believe their best way to reach the customer is with some bloated object 500K or bigger (i'm still on dial-up) and all whizzy. So all this means is I'll see some more puzzle pieces, unless they detect no-flash and throw animated (ugh) gifs at me.

    I'll just have to wrassle with The Morality of Web Advertisement Blocking for a while.

    Lucky for Google, I'm the exception and shouldn't make much of a dent in their stock value.

    --

    A feeling of having made the same mistake before: Deja Foobar
  2. Google flash cookie? by rg3 · · Score: 4, Interesting
    It would be interesting to see if they start storing a "flash cookie" (not really a cookie) to track your movements on the web. More information on the flash cookie here. Sorry to link my own blog. Text here if you don't want to click:

    Yesterday I found out something quite interesting while reading a thread at LinuxQuestions.org. Summary: the flash browser plugin lets flash applications store information persistently on your hard drive. Sorry if this is common knowledge, but I didnt know it and Im quite shocked. That information can (may or may not) be used as browser cookies, as the thread shows. These days many people take their cookies seriously, maybe disabling them or deleting them from time to time or adjusting the browser cookie settings so it considers every cookie a session cookie that should be deleted when the browser is closed. Now, you need to be aware of a new battle front. Under Linux (and probably other Unix systems), these pieces of information are stored under $HOME/.macromedia/. Run find ~/.macromedia -print to get an overview.

    I remember one of the reasons people started to care about cookies in the first place was that sites like doubleclick (recently bought by Google) would serve ads for thousands of websites on the net, and those ads would store a cookie in your hard drive identifying you, so they could in theory track what you visited on the net and build a profile. Today the problem would still exist because sometimes ads are served in flash format.

    You can, however, configure the flash plugin so it doesnt let anybody store anything in your hard drive. It must be noted that to do so you must visit macromedia.com and adjust the plugin settings from a flash application that is available on their site. Moreover, if you completely disable data storage, you are warned that some sites may stop working. Amazing. So this problem is hard to avoid. My personal recommendation is to use a browser plugin like the typical FlashBlock for Firefox or the Load plugins on demand setting under Konqueror, so every flash application is blocked unless you specify otherwise. And, you may want to delete the $HOME/.macromedia/ directory from time to time, or at least part of its contents (settings are also stored in that directory). Its also worth mentioning that the settings and data are cross-browser, obviously. They are stored by the flash plugins no matter what browser youre running the plugin from.

    Its a shame so many websites require flash for basic browsing, as well as the lack of a flash plugin for many platforms. The plugin could also have an option to delete any hard drive data when closing it, similar to the option to treat all cookies as session cookies that many browsers feature.