I\'m trying to use Google Analytics in an iOS application, and I saw this portion of code :
id tracker = [[GAI sharedInstance] defaultTrack
id
id can hold any type of object.
id tracker
This means the tracker is an id type object, which can hold objects those confirms to GAITracker protocol
GAITracker