We need to modify the "Prefix to use in Analytics before the tracked pageviews" option to include the Post ID and Post Author ID like so:
'/yoast-ga/' . $post_id . '/' . $post_author_id . '/'
Is this possible? Or is there a way to modify function ga_get_tracking_prefix() without modifying it in the core Yoast plugin files?