apps_get
Get complete configuration details for a specific app by providing its UUID, covering URLs, privacy settings, e-commerce tracking, and more.
Instructions
Get detailed information about a specific app.
Args:
app_id: UUID of the app to retrieve
Returns:
Dictionary containing detailed app information including:
- id: App UUID
- name: App name
- urls: List of URLs where the app is available
- app_type: Type of application
- timezone: App timezone
- currency: App currency
- e_commerce_tracking: Whether e-commerce tracking is enabled
- delay: App delay in milliseconds
- gdpr_enabled: Whether GDPR is enabled
- gdpr_user_mode_enabled: Whether GDPR user mode is enabled
- privacy_cookie_domains_enabled: Whether privacy cookie domains are enabled
- privacy_cookie_expiration_period: Privacy cookie expiration period in seconds
- privacy_cookie_domains: Privacy cookie domains list
- gdpr_data_anonymization: Whether GDPR data anonymization is enabled
- sharepoint_integration: Whether SharePoint integration is enabled
- gdpr_data_anonymization_mode: GDPR data anonymization mode
- privacy_use_cookies: Whether privacy mode uses cookies
- privacy_use_fingerprinting: Whether privacy mode uses fingerprinting
- cnil: Whether CNIL integration is enabled
- session_id_strict_privacy_mode: Whether strict privacy mode is enabled
- real_time_dashboards: Whether real-time dashboards are enabled
- created_at: App creation datetime
- updated_at: App last update datetime
For more tracking details use `tracker_settings_app_get`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App UUID | |
| cnil | No | Whether CNIL integration is enabled | |
| name | Yes | App name | |
| urls | Yes | List of URLs where the app is available | |
| delay | No | App delay in milliseconds | |
| app_type | No | Type of application | |
| currency | No | App currency | |
| timezone | No | App timezone | |
| created_at | No | Creation timestamp | |
| updated_at | No | Last update timestamp | |
| gdpr_enabled | No | Whether GDPR is enabled | |
| e_commerce_tracking | No | Whether e-commerce tracking is enabled | |
| privacy_use_cookies | No | Whether privacy mode uses cookies | |
| real_time_dashboards | No | Real-time dashboards enabled | |
| gdpr_user_mode_enabled | No | Whether GDPR user mode is enabled | |
| privacy_cookie_domains | No | List of privacy cookie domains | |
| sharepoint_integration | No | Whether SharePoint integration is enabled | |
| gdpr_data_anonymization | No | GDPR data anonymization setting | |
| privacy_use_fingerprinting | No | Whether privacy mode uses fingerprinting | |
| gdpr_data_anonymization_mode | No | GDPR data anonymization mode | |
| privacy_cookie_domains_enabled | No | Whether privacy cookie domains are enabled | |
| session_id_strict_privacy_mode | No | Whether session ID strict privacy mode is enabled | |
| privacy_cookie_expiration_period | No | Privacy cookie expiration period in seconds |