Skip to content

Commit

Permalink
Merge pull request #1054 from PiwikPRO/17.8
Browse files Browse the repository at this point in the history
17.8
  • Loading branch information
kororokke authored Aug 18, 2023
2 parents d01e125 + 8ae887a commit 6f10a16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ components:
type: array
items:
$ref: '../components.yaml#/components/schemas/ConsentType'
example: ["remarketing", "ab_testing"]
example: ["ab_testing_and_personalization", "remarketing"]
Activation:
description: An object representing activation with all data for display
required:
Expand Down Expand Up @@ -376,7 +376,7 @@ components:
type: array
items:
$ref: '../components.yaml#/components/schemas/ConsentType'
example: ["remarketing", "ab_testing"]
example: ["ab_testing_and_personalization", "remarketing"]
multiple:
description: Activate single profile multiple times, regardless if it was already activated
type: boolean
Expand Down Expand Up @@ -447,7 +447,7 @@ components:
type: array
items:
$ref: '../components.yaml#/components/schemas/ConsentType'
example: ["remarketing", "ab_testing"]
example: ["ab_testing_and_personalization", "remarketing"]
multiple:
description: Activate single profile multiple times, regardless if it was already activated
type: boolean
Expand Down
8 changes: 4 additions & 4 deletions customer_data_platform/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,13 @@ components:
description: Actions a visitor may give consent for
type: string
enum:
- ab_testing
- analytics
- conversion
- marketing
- ab_testing_and_personalization
- conversion_tracking
- marketing_automation
- remarketing
- user_feedback
- custom1
- custom_consent
Definition:
description: Audience definition
type: object
Expand Down

0 comments on commit 6f10a16

Please sign in to comment.