Hi Rohit,

The best place to find for GWT development issues would be the GWT
developer forum (linked below), but in this specific case, I believe
that the AdSense Help Group would be even more beneficial since the
difficulty of integrating AdSense with GWT is a general problem with
any Ajax application.

GWT Developer Forum:
http://groups.google.com/group/Google-Web-Toolkit

Adsense Help Group:
http://groups.google.com/group/adsense-help

That said, it seems like the solution you're using of injecting the
AdSense script into your GWT application at a given state via a <div>
or a frame is the workaround that most developers have been using.
However, this is breaking the AdSense usage policy, so it's not really
an option to solve the AdSense with Ajax problem.

The thread linked below talks about this to some degree, and mentions
that the safest, non-policy breaking solution is to use static HTML,
which of course might not work for your case.

Groups thread:
http://groups.google.com/group/adsense-help-troubleshooting/browse_thread/thread/632a7d4cf3d2e06/da4e75482cc5c027

I'm on the road for Google Developer Day conferences for a few weeks,
but I'll be interested in trying to setup a GWT application with
AdSense to find potential patterns, as well as verify potential
implementations against the AdSense usage policy to see what works.

In the meantime, if you come up with other ways to try and integrate
AdSense with your Ajax application, let me know and I can help verify
that it is working in accordance with the AdSense usage policy and
could well be a viable solution to the AdSense + Ajax in the case of
your application.

Hope that helps,
-Sumit Chandel

On Thu, Sep 11, 2008 at 7:31 AM, Rohit <[EMAIL PROTECTED]> wrote:
>
> Hi All
>
> I am creating a gwt application and wants to integrate Google Adsense
> in my application. I explored Google Adsense and was able to get a
> java script which I need to put in my html page to show Google Ads.
> But Now I didn't get any way of placing this java script into my GWT
> application. One alternate solution which I found in earlier post was
> to put a DIV into your html and use this from inside code. But I hope
> there should be some better solution for the same as that solution
> don't give me all the flexibility which I have while working with
> widgets.
>
> Any help/suggestion in this regard will be highly appreciable.
>
> Thanks
>
> Rohit Bansal
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to