Posts tagged Network

Google Eliminates Another Link Network, BuildMyRank.com – Just One Of Several?

The battle between Google and those trying to artificially manipulate its search results is an ongoing battle. Google on March 19th took down one of those blog/link networks named BuildMyRank.com. BuildMyRank.com confirmed Google has deindexed an “overwhelming majority” of their network…



Please visit Search Engine Land for the full article.



View full post on Search Engine Land: News & Info About SEO, PPC, SEM, Search Engines & Search Marketing

Welcome to the Internet’s GIF-Only Social Network

Eyebeam_Gifpumper-150.jpgGifpumper.com lives in an odd space, somewhere between social network, Second Life and a massive Tumblr stream. Developed by Eyebeam resident Slava Balasanov, Gifpumper.com allows users to create three-dimensional pages of two-dimensional elements, including text, images, video and music. Find them on the Internet, drop ‘em in, and rotate them on the XYZ coordinate plane. The piece debuted at New York City’s Eyebeam Art & Technology Center in February 2012. The social network itself continues where it began on gifpumper.com, where all are welcome. We took a tour through the site, and welcome you to come along and then check it out for yourself.

Sponsor

After creating username and password on the site, users have full reign to wander about and check out what other users are up to. The main page shows the active GIF creation rooms, a feed of who’s doing what on the site. There’s also a tiny chat message room in the lower right-hand corner for chatting with the other active users.

GIFPumper-Homepage.jpg

Stumbling into one of these GIF creation rooms is reminiscent of wandering into AOL chat rooms of the late 1990s. It’s unclear who is going to be in there or what they’ll be doing. Users must take a chance on the room, based on its cover photo and how many users have “loved” it with pixelated hearts. The site encourages users to transform into into high-tech hunter-gatherers, finding and building mini GIF creations. Some GIF creation rooms are private, so users can visit but not collaborate. Each room has a tag of public, semi-public or private. It’s like a choose your own adventure novel.

I accidentally wandered into the room smoke_weed, where I hoped to contribute a GIF of Snoop Dogg, the first image that comes to mind when I think weed and the Internet. Unfortunately, that room was private. I instead choose to click the little heart button (love instead of like, you know?); so I also got to see who else loved that room.

Smoke-Weed-Snoop.jpg

Super Mario clouds a la Cory Arcangel pop up a lot on homepage of gifpumper.com. The public room mario displays rainbow-colored flashing clouds slowly scrolling across the screen; a radically colored zebra gallops near the top left-hand corner. Nearby, a highly-pixelated Mario flies on bright green Yoshi. A square coded with rainbow colors displays the upside down letters and number “3. THE PIECE NEED NOT BE BUILT,” while sharp cuts of blue screen with the original white Mario clouds drift on by. In just a few hours of collaboration from visitors to the site, this room might look completely different.

Super-Mario-Room-GIF.jpg

Gifpumper.com is a fascinating space for creating and collaborating on GIFs, and for discovering other GIF lovers. This GIF-love moment could have been fulfilled by visiting Downcast Eyes at the Museum of Contemporary Art Chicago, where 50+ artists and culture-makers displayed their homespun GIFs. But since that moment has passed, why not jump on gifpumper.com and make a GIF, and then collaborate with others?

Images via Eyebeam and GIFPumper.com.

Discuss



View full post on ReadWriteWeb

Deep Dive Into Ad Network Behavior on Android

red_android_150x150.jpgEver wonder where tech reporters get all their fancy data? For instance, how do we know that 52% of mobile app sessions were for games in the first couple of months or 2012 or that the use of native apps versus the mobile Web is tied? The truth is that a lot of the interesting stats in the mobile ecosystem are provided by marketers and advertisers. Those networks know how consumers are using their devices to a degree of granularity that at times is creepy. How do they know what users are doing?

A new research report tells us how ad networks implement in-app libraries to deliver advertising to consumers and help developers get paid. For the most part, the largest networks are benign but consumers have learned to never trust an advertiser. In-app libraries can often function like the app that hosts them but can have access to far more information that the user ever intended.

Sponsor

NC State Dives Deep Into Android Advertising

For the consumer, the fundamental difference between users downloading Android apps and iOS apps is that Android is designed to let the user know all of the explicit permissions that an app can use on the device. For instance, a popular app like Rdio will have access to system tools, read the ready phone state and have network for communications access. Permissions allow for developers to be upfront with the consumer about what they are doing and how they are doing it and allow security checks to be made by third parties.

More so than iOS, Android developers rely on advertising networks to make money. Developers connect to ad networks through SDKs and APIs within an app creating sub-level to an app that the developers do not necessarily control. Think of it on two levels: there are the permissions that the app can use that are explicit to the end user. Those same permissions can be used by ad networks and are not explicit to the user. This can lead to privacy issues as user information that the user never intended to share ends up on ad networks’ servers.

Flurry_Mobile_Ad_Inventory.jpg

Image: Research from Flurry, one of the top networks found in NC State’s research.

A research paper from North Carolina State University studied the behavior of ad networks and analytics services in Google Play (Android Market). Researchers downloaded 100,000 apps from March to May 2011 and examined which were running ads and how the ads interacted with the app, the device and user data. The findings are concerning for users sensitive to being tracked by advertisers.

Researchers then identified the top 100 ad libraries found within those such as AdMob, Mobclix, Flurry, Millennial Media, Tapjoy and others. Of these top 100 ad libraries, they were present in the 100,000 app sample 52.1% of the time.

In-app libraries are tied to the host app and afforded the same permissions. Hence, by using an ad-supported app, a user is also giving permission to the advertiser to use that information.

“Due to the fact that ad libraries are incorporated into the host apps that use them, they in essence form a symbiotic relationship,” the study states. “Based on such relationship, an ad library can effectively leverage it and naturally inherit all permissions a user may grant the host app, thus undermining the app-based privacy and security safeguards.”

One example is that some ad networks allow dynamic code loading within an app, meaning that an ad network can send remote code to a device without the user explicitly upgrading the app. In the most benign intentions, this code loading is used to update the ad network for performance, content and optimization. Yet, dynamic code loading could also be used to sniff out other permissions within a device and upload user information (such as calendar, phone history or contacts lists) or download malicious material.

Three Categories of Creepy

There are three categories of problematic behaviors that NC State researchers came across in their analysis.

Invasively collecting personal information: Where in-app ad libraries request data not directly useful to their purpose. Researchers found that the larger ad libraries do not perform this activity but smaller networks might and there is no way for a user to know what network is serving its ads.

Example: Ad network sosceo (which is so tiny that a Google search of it turns next to nothing on it) starts when a UI element is activated (a user clicking on link, for instance). The ad network then query’s the devices contact list for the most recent phone call made and stored in a data field. What does an ad library need with your most recent calls list?

Permissively disclosing data to running ads: This is, “direct exposure of personal information to running ads.”

Example: Mobclix, one of the most popular ad libraries for Android, has a variety of ways to attain personal information in running ads. It uses a method that binds Android APIs to JavaScript that gives the ad library access to a variety of device access permissions in a method similar to how HTML applications are wrapped for native deployment by services like PhoneGap. Researchers note that most of the permissions granted to the network have appropriate use confirmation (through the host apps permissions) but several of them do not.

Of the top ad libraries, Mobclix has the most red flag behaviors, including 11 of the 20 fields of the researcher’s chart. That includes proving app permissions, using JavaScript, camera and calendar access, the ability to read phone information and use the vibrator.

mobclix_60seconds_610.jpg

Image: Infographic from Moblix on “60 seconds of smartphone use.”

Unsafely fetching and loading dynamic code: Mentioned above. According to the study, “dynamically loaded code cannot be reliably analyzed, effectively bypassing existing static analysis efforts.” Dynamically loaded code can be changed which makes it difficult to study ad library behavior. If an ad network obfuscates much of its source code (such as using random letters or meaningless words), it is almost impossible to determine what the network is doing.
Example: Five of the 100 ad libraries in the study use this practice. One library has the ability to download payloads that can control the app remotely. That is surprisingly similar to ways that spammers and malicious hackers attack mobile devices and PCs to create botnets.

The Bottom Line: There Isn’t One

The open nature of the Android ecosystem makes this type of analysis available. It would be curious to see how many of these same networks operate on iOS though it is likely that they do not differ in any meaningful ways. The ability for an ad library to be both part of the app and fundamentally distinct from it should give users pause.

It should come as no surprise that ad libraries are searching for ways to get more user information. The ability to know everything possible about a person gives the advertiser power that they have never had before. Some of these ad libraries can even track down a person to their personally identifiable information, a practice that has long been considered shady in the digital advertising world. We can understand how ads that know your location and general behavior can be very beneficial to the user, developer and the ad network but, as the study points out, there are likely better ways to track and implement rules for ad library behavior.

The natural assumption by the end user is, and has been for a long time, is that all advertisers are generally evil. This is not true as many of them simply want to connect the user to relevant information that helps drive transactions that sustain a great portion of economic activity in the United States.

It also behooves Google to structure Android in such as way that ads are easily delivered and targetable. Unlike iOS or Windows Phone, Google does not directly profit from supplying the platform to manufacturers and app developers. Yet, what we see with the research from NC State is that the ecosystem that directly benefits Google (through AdMob) also creates a set of principles that can be abused.

Developers: how much do you know about the ad library that you implement and how it behaves? Is it a matter of loading an SDK and letting it run on its own or are you continually monitoring how it affects your app? Let us know in the comments.

Discuss



View full post on ReadWriteWeb

SEO Positive Welcomes New Copywriter To Chelmsford Team – Yahoo! Contributors Network

SEO Positive Welcomes New Copywriter To Chelmsford Team
Yahoo! Contributors Network
SEO Positive is proud to announce the addition of a new member of staff to its rapidly expanding in-house copywriting team. After advertising for the position after the turn of the New Year, leading search engine optimisation agency SEO Positive has

View full post on SEO – Google News

Omaha SEO Company Net Success Announces the Launch of Their Pay-Per … – Yahoo! Contributors Network

Omaha SEO Company Net Success Announces the Launch of Their Pay-Per
Yahoo! Contributors Network
An Omaha based SEO company, Net Success, is offering SEO services on a pay-for-success basis, significantly reducing the risk which is normally associated with hiring an SEO company. "If we don't get your website listed on the first page of Google,

View full post on SEO – Google News

Click Consult Named as UK’s Number 1 Web Development Company by TopSEOs – Yahoo! Contributors Network

Click Consult Named as UK's Number 1 Web Development Company by TopSEOs
Yahoo! Contributors Network
Based in Cheshire, Click Consult specialise in a range of search marketing services including, PPC, mobile SEO, social media marketing as well as Web Development. They have been awarded the title of UK's number one Web Development agency for displaying
SEO Consult(R) Named as Number 1 UK SEO Agency by TopSEOsPR Web (press release)

all 6 news articles »

View full post on SEO – Google News

SEO Consult(R) Named as Number 1 UK SEO Agency by TopSEOs – Yahoo! Contributors Network

SEO Consult(R) Named as Number 1 UK SEO Agency by TopSEOs
Yahoo! Contributors Network
SEO Consult®, an award winning agency specialising in search engine optimisation, have been named by the independent authority on search vendors, TopSEOs, as the number one SEO agency in the UK. SEO Consult®, an award winning agency specialising in
Click Consult Named as UK's Number 1 Web Development Company by TopSEOsDigitalJournal.com (press release)

all 2 news articles »

View full post on SEO – Google News

SEO Positive’s Strategy Leads to High Profile Event For The Dance Agency – Yahoo! Contributors Network

SEO Positive's Strategy Leads to High Profile Event For The Dance Agency
Yahoo! Contributors Network
London-based dance agency Accelerate Productions are set to choreograph a high profile fashion show, thanks to the on-going SEO efforts of partner firm SEO Positive. Thanks to the continuing SEO efforts of online marketing experts SEO Positive,

and more »

View full post on SEO – Google News

TrustedSEOS.com to release list of “Post-Panda” Recommended SEO Firms – Yahoo! Contributors Network

TrustedSEOS.com to release list of “Post-Panda” Recommended SEO Firms
Yahoo! Contributors Network
TrustedSEOS.com is geared to release their latest list of SEO firms. This is, by far, their most important release, as it displays which SEO agencies survived the Panda update, and which were adversely impacted. Having made it through Panda,

and more »

View full post on SEO – Google News

ONSIS Witnesses Fast Growth in Its SEO India Company, a Team of 170 Professionals – Yahoo! Contributors Network


Yahoo! Contributors Network
ONSIS Witnesses Fast Growth in Its SEO India Company, a Team of 170 Professionals
Yahoo! Contributors Network
A true success story, Profit By Search, the #1 SEO Services India has led the online search effort to increase the revenues of firms it has been providing services to. ONSIS is witnessing a four-fold growth in its Profit By Search Brand.
SEO India Company, ProfitBy Search, Offers Money Back Guarantee on Its SEO PlansPR Web (press release)
SEO Company India Adds a Knowledge Based Section to Its WebsiteAlbany Times Union

all 13 news articles »

View full post on SEO – Google News

Get Adobe Flash player