In the GA code you'll find a line like this:
_gaq.push(['_trackPageview']);
In this case, _gaq is what the instruction calls "page tracker object". I don't know its correct name, though.
And does this mean that I don't need to insert the tracking code that GA provides?
No. You need to do that.