Tracking

Hi

My current assignment is to develop a tracking system which would
later be integrated into an affiliate system. We would also need to
track the country of origin.

I would currently like to get your thoughts on the database design. A
sample to what I need would be Google Analytics (www.google.com/
analytics)

Thanks
Pankaj
Pankaj [ Mo, 09 April 2007 12:29 ] [ ID #1682470 ]

Re: Tracking

"Pankaj" <panahuja [at] gmail.com> wrote in message
news:1176114545.400148.312500 [at] b75g2000hsg.googlegroups.com.. .
| Hi
|
| My current assignment is to develop a tracking system which would
| later be integrated into an affiliate system. We would also need to
| track the country of origin.
|
| I would currently like to get your thoughts on the database design. A
| sample to what I need would be Google Analytics (www.google.com/
| analytics)
|
| Thanks
| Pankaj
|

what, exactly, are you tracking...the only requirement you've stated is
'country of origin'. no karnacks here.
Steve [ Mo, 09 April 2007 15:13 ] [ ID #1682472 ]

Re: Tracking ... (Pixel Tracking)

I am tracking IP Address, Browser, OS, Start Time of Access, End time
of Access, Referred By. I wish to track all the pages that the user
has visited and if possible the exit page. I want to use Pixel
Tracking.

Thanks

On Apr 9, 6:13 pm, "Steve" <no.... [at] example.com> wrote:
> "Pankaj" <panah... [at] gmail.com> wrote in message
>
> news:1176114545.400148.312500 [at] b75g2000hsg.googlegroups.com.. .
> | Hi
> |
> | My current assignment is to develop a tracking system which would
> | later be integrated into an affiliate system. We would also need to
> | track the country of origin.
> |
> | I would currently like to get your thoughts on the database design. A
> | sample to what I need would be Google Analytics (www.google.com/
> | analytics)
> |
> | Thanks
> | Pankaj
> |
>
> what, exactly, are you tracking...the only requirement you've stated is
> 'country of origin'. no karnacks here.
Pankaj [ Di, 10 April 2007 08:37 ] [ ID #1683472 ]

Re: Tracking ... (Pixel Tracking)

there's no need to pixel track. the manual also has plenty of examples of
collecting all the information you require. since it does, i'm not going to
waste my time when you should be spending yours rtfm.

sorry if that's too abrupt for you.


"Pankaj" <panahuja [at] gmail.com> wrote in message
news:1176187022.781015.215300 [at] e65g2000hsc.googlegroups.com.. .
|I am tracking IP Address, Browser, OS, Start Time of Access, End time
| of Access, Referred By. I wish to track all the pages that the user
| has visited and if possible the exit page. I want to use Pixel
| Tracking.
|
| Thanks
|
| On Apr 9, 6:13 pm, "Steve" <no.... [at] example.com> wrote:
| > "Pankaj" <panah... [at] gmail.com> wrote in message
| >
| > news:1176114545.400148.312500 [at] b75g2000hsg.googlegroups.com.. .
| > | Hi
| > |
| > | My current assignment is to develop a tracking system which would
| > | later be integrated into an affiliate system. We would also need to
| > | track the country of origin.
| > |
| > | I would currently like to get your thoughts on the database design. A
| > | sample to what I need would be Google Analytics (www.google.com/
| > | analytics)
| > |
| > | Thanks
| > | Pankaj
| > |
| >
| > what, exactly, are you tracking...the only requirement you've stated is
| > 'country of origin'. no karnacks here.
|
|
Steve [ Di, 10 April 2007 16:05 ] [ ID #1683477 ]

Re: Tracking ... (Pixel Tracking)

On Apr 10, 7:05 pm, "Steve" <no.... [at] example.com> wrote:
> there's no need to pixel track. the manual also has plenty of examples of
> collecting all the information you require. since it does, i'm not going to
> waste my time when you should be spending yours rtfm.
>
> sorry if that's too abrupt for you.
>


I am not asking how to track. I was just seeking suggestions on what
should be the DB design. Thanks any ways
Pankaj [ Do, 12 April 2007 10:14 ] [ ID #1685798 ]

Re: Tracking ... (Pixel Tracking)

"Pankaj" <panahuja [at] gmail.com> wrote in message
news:1176365650.734375.285210 [at] o5g2000hsb.googlegroups.com...
| On Apr 10, 7:05 pm, "Steve" <no.... [at] example.com> wrote:
| > there's no need to pixel track. the manual also has plenty of examples
of
| > collecting all the information you require. since it does, i'm not going
to
| > waste my time when you should be spending yours rtfm.
| >
| > sorry if that's too abrupt for you.
| >
|
|
| I am not asking how to track. I was just seeking suggestions on what
| should be the DB design. Thanks any ways

what's the big deal? make a table having the columns for the data you want
to collect. hell, put an index on it if you want to get fancy and optimize
it. without any more specifics than what you've stated, that's the best
answer you'll get.
Steve [ Do, 12 April 2007 15:42 ] [ ID #1685818 ]
PHP » alt.php » Tracking

Vorheriges Thema: problem returning value using recursive function
Nächstes Thema: WHILE loop problems