From 798892b7275b72176fcea5f38b4870b0f33ee1e0 Mon Sep 17 00:00:00 2001 From: Noah Sloan Date: Wed, 23 Mar 2011 20:00:32 -0500 Subject: [PATCH] link to async adsense docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 592f1a4..8b367fc 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ If you use writeCapture and want some free advertising, let us know! # Caveats/Limitations # +* AdSense - AdSense code using `document.write` will not work. However AdSense provides + [asynchronous tracking support][adsense], so you don't even need writeCapture to load + AdSense asynchronously. + * If any of the included scripts are on another domain, they will have to be loaded asynchronously via script tag injection. Subsequent scripts in the HTML will be blocked, so order will be preserved, but this means that not @@ -190,4 +194,6 @@ If you use writeCapture and want some free advertising, let us know! * first release. Any content but a single script tag would result in partially async execution thanks to an overuse of defer. +[adsense]: https://code.google.com/apis/analytics/docs/tracking/asyncUsageGuide.html + [jesus]: http://iamnoah.blogspot.com/2009/12/github-taming-documentwrite-and-nodejs.html?showComment=1275069903219#c7207630670857732321 "It will save your site from hacks." \ No newline at end of file