Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVDOCS-6320: [update] Update a Web Analytics Provider request body #871

Merged
merged 3 commits into from
Mar 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions reference/settings.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,13 @@ paths:
description: ''
type: object
properties:
channel_id:
type: number
code:
type: string
minLength: 1
data_tag_enabled:
type: boolean
enabled:
type: boolean
id:
type: number
is_oauth_connected: {}
name:
type: string
Expand All @@ -154,11 +150,9 @@ paths:
type: number
x-examples:
example-1:
channel_id: 1
code: GA-1234567890
data_tag_enabled: false
enabled: false
id: 2
is_oauth_connected: null
name: Visual Website Optimizer
version: 1
Expand Down Expand Up @@ -1589,17 +1583,26 @@ components:
AnalyticsProvider:
type: object
properties:
id:
description: Web Analytics Provider ID.
type: integer
channel_id:
description: Channels ID
type: integer
name:
description: Web Analytics Provider title.
type: string
code:
description: Web Analytics Provider code.
type: string
enabled:
description: Flag indicates if Web Analytics Provider is enabled or not.
type: boolean
id:
description: Web Analytics Provider ID.
type: integer
name:
description: Web Analytics Provider title.
data_tag_enabled:
type: boolean
version:
type: number
api_secret:
type: string
x-internal: false
AnalyticsProviders:
Expand Down Expand Up @@ -2465,6 +2468,8 @@ components:
| Information & Settings | modify | `store_v2_information` |
| Information & Settings | read-only | `store_v2_information_read_only` |

NOTE: Analytics endpoints require the Content (`store_v2_content` and `store_v2_content_read_only`) OAuth scope.

### Authentication header

| Header | Argument | Description |
Expand Down