How to retrieve the post_id of a tag page?

A tag page would be like other archive pages in that a loop of posts would be displayed, even if only one post has been assigned that tag.

You’re check for post ID needs to happen during the <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> loop.