> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Property Settings

> Retrieves property settings from Google Analytics 4 like data streams, audiences, channel groups, data retention, and more

Retrieves property settings from Google Analytics 4 like data streams, audiences, channel groups, data retention, and more.

|                     |                             |
| ------------------- | --------------------------- |
| **App**             | GA4                         |
| **Operation ID**    | `ga4_get_property_settings` |
| **Type**            | Action                      |
| **Connection**      | `ga4` (required)            |
| **Credits per run** | 1                           |

## Inputs

| Field          | Type                                          | Required | Default | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| -------------- | --------------------------------------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`      | array (also accepts a comma-separated string) | Yes      | -       | The account/property ID. Leave empty for users to select accounts in the UI. Only ONE account can be selected at a time. Don't set this if not provided by the user, issue them a feeback message to select accounts in the UI. User has a dropdown in the UI where they can simply select accounts fetched through API. Only select accounts if user share account name and id with you. Never try to guess account names or ids. Use "String" for dynamic input ONLY that refernce other nodes outputs, like account selector node. |
| `setting_type` | string or SelectableOption                    | Yes      | -       | The type of setting to retrieve.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `Dict`

Returns GA4 property settings.

**Fields**: dynamic (depend on the inputs)
