# Google Analytics

## Requirements

In order to integrate Teleskope with Google Analytics for DSR requests, you must have

* Your Google Analytics **Property ID.** Follow Google's [docs](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id#google_analytics) to retrieve the property ID
* A Google Analytics Admin to perfom the integration

### Integrating with Google Analytics

To integrate Teleskope with Google Analytics

1. Navigate to **Data Subject Rights** → **Third Party Integrations** and pick Google Analytics
2. Enter the Property\_ID you'd like to target and click save

### Enroll Salesforce for deletion or access requests <a href="#enroll-salesforce-for-deletion-or-access-requests" id="enroll-salesforce-for-deletion-or-access-requests"></a>

The following endpoints are available for deletion or access requests:

| Request Type | Endpoint Name GA                                                                                                                           | Endpoint Name in Teleskope |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------- |
| **Deletion** | [UserDeletion](https://developers.google.com/analytics/devguides/config/userdeletion/v3/reference/userDeletion/userDeletionRequest/upsert) | User                       |

### Parameter Defaults <a href="#enroll-salesforce-for-deletion-or-access-requests" id="enroll-salesforce-for-deletion-or-access-requests"></a>

Teleskope's Google Analytics integration deletes users across all specified GA4 properties.

| Parameter Name      | Default Value   | Notes                                                        |
| ------------------- | --------------- | ------------------------------------------------------------ |
| **PropertyId**      | *(Required)*    | Comma-separated list of GA4 Property IDs; no system default. |
| **Delete Strategy** | Split & Iterate | Each property ID in the list receives an individual request. |

Default Identifier for Google Analytics = **User ID**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.teleskope.ai/the-platform/data-subject-rights/enroll-third-party-integrations/google-analytics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
