[phpOpenTracker-general] Re: phpOpenTracker-General digest, Vol 1 #37 - 2 msgs
Nicolas Dalpé <[email protected]> Tue, 11 Jan 2005 10:39:03 -0500
| Newsgroups | gmane.comp.web.phpopentracker.general |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >Send phpOpenTracker-General mailing list submissions to > [email protected] > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.berlios.de/mailman/listinfo/phpopentracker-general >or, via email, send a message with subject or body 'help' to > [email protected] > >You can reach the person managing the list at > [email protected] > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of phpOpenTracker-General digest..." > > >Today's Topics: > > 1. Is it possible to group page? (=?ISO-8859-1?Q?Nicolas_Dalp=E9?=) > 2. Re: Is it possible to group page? (Sebastian Bergmann) > >--__--__-- > >Message: 1 >Date: Mon, 10 Jan 2005 14:18:35 -0500 >From: =?ISO-8859-1?Q?Nicolas_Dalp=E9?= <[email protected]> >To: [email protected] >Subject: [phpOpenTracker-general] Is it possible to group page? >Reply-To: [email protected] > >This is a multi-part message in MIME format. >--------------040804020902050907090408 >Content-Type: text/plain; charset=ISO-8859-1; format=flowed >Content-Transfer-Encoding: 7bit > >I have a web site in two different languages, french and english. >Is it possible to make group of page ? > >ie: >Group name : page 1 >Grouped page : page 1 fr > page 1 en > >Page | French | english >____________________ >page 1 | 12% | 88% >____________________ >page 2 | 26% | 74% >____________________ > >Thanx, I hope this is clear. > > > >Message: 2 >To: [email protected] >From: Sebastian Bergmann <[email protected]> >Subject: Re: [phpOpenTracker-general] Is it possible to group page? >Date: Tue, 11 Jan 2005 07:48:55 +0100 >Reply-To: [email protected] > >Nicolas Dalpé wrote: > > >>I have a web site in two different languages, french and english. >>Is it possible to make group of page ? >> >> > > Not really. You can, however, use the document variable and set it to > either "Page XXX - English" or "Page XXX - French". > > > I fix this by creating 2 clients (client id). 1=>French & 2=>English. Advantage : I can realy separate both languages and use them separately or both in the same page (in the reports) Disadvantage : I have twice the API query to do. What do you think of this solution. Steal working on it Thanks for the answer