How does Google Analytics know the sex, age, interests of visitors?

1,178

They don't.. I manage an Arabic baby web site where 90% of the users are supposedly male.. hmm? So male Arabs are looking at a baby website???! NO they probably have wives who log on using their accounts.. It's a meaningless statisitic

Share:
1,178

Related videos on Youtube

Aravindhan
Author by

Aravindhan

Updated on September 18, 2022

Comments

  • Aravindhan
    Aravindhan over 1 year
    {    
    
     seViewController *seView = [[[seViewController alloc] initWithNibName:@"seViewController" bundle:nil] autorelease];
    
    [[self navigationController] pushViewController:seView animated:YES]; 
    [seView insert:myString];}   
    

    I am passing the seView in pushViewController its working correctly. But how to pass the seView in popViewController.

    • Jake
      Jake about 13 years
      Just a small coding tip: it is not common to start classes with a lowercase. Use uppercase instead to make it more readable for your fellow programmers.
    • Gypsa
      Gypsa about 13 years
      @aravindanarvi you can use this code and where you want you view to be pop out write:-[[self navigationController] popViewControllerAnimated:YES];
    • Ahmad Kayyali
      Ahmad Kayyali about 13 years
      i am not getting you, do you want to send the a value to the popped up UIViewController which will be removed?
  • salo.dm
    salo.dm about 13 years
    Aravind, to elaborate on the above, you may never need to call popViewController. The navigation controller automatically pops the current view controller when the user hits the Back Button in the navigation bar. You may not need to pop the view controller any other time.
  • Admin
    Admin over 8 years
    "Not 100% accurate" is kind of soft actually. If they would show the number of google users you could sort of track it better.