Service Account

This guide provides step-by-step instructions for creating a Google Cloud Service Account

Prerequisites

You will need:

  • A Google account with access to Google Cloud Console

  • Admin or Editor access to your GA4 property

  • Unistream platform credentials

Setup Steps

1. Create a Service Account

  1. Open Google Cloud Console: https://console.cloud.google.com/

  2. If you don't have a project, create one:

    • Click the project selector in the top left corner

    • Select "New Project"

    • Enter a project name and click "Create"

  3. Navigate to IAM & Admin → Service Accounts

  4. Click + CREATE SERVICE ACCOUNT

  5. Fill in the details:

    • Service account name (e.g. unistream)

    • Service account ID: auto-generated

  6. Click DONE

2. Generate JSON Key

  1. In the Service Accounts list, find your newly created account

  2. Click properties (⋮) → Manage keys

  3. Click ADD KEY → Create new key

  4. Select JSON and click CREATE

  5. The key file will download automatically — store it securely

Last updated