Hi,

There are two cases in here
1. The Google Analytics way
2. The anonymous way

In the GA way, you will providing the iframe source code to registered
users. In the anonymous way, you will be providing the iframe source
to an anonymous person.

In the GA way, you can add a small javascript variable that is unique
to the registered user, script is provided to. This is a method to
track the person(s) who will be adding that iFrame to their site.
Since, they are already registered, you have their location and other
details.

In the anonymous way, you can do the following
- use the javascript to find out the hosting site. Say for ex: your
code is pasted on http://codecontrol.blogspot.com so you can get this
information. Later you can find out the geographical location of this
particular site using third party services available

Have a look at WebOb. http://pythonpaste.org/webob/reference.html#request-body
It is what the webapp is build. So it can be used directly.
--
Cheers,
Pranav Prakash

"This life is more than ordinary"

On May 14, 10:51 pm, "[email protected]"
<[email protected]> wrote:
> Hi,
>
> We offer HTML content generated with a appengine. People can embed
> these via iframes in their website and visitors of their website see
> them.
>
> My questions is, can I get information about:
>
> 1. the people embedding our iframes
> 2. the visitors watching websites where our iframes are embedded
>
> Perhaps we could get something like a referer for the website that
> embeds the iframe?
>
> Thanks, Astrid.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to