Skip to content

Commit 4c23cc5

Browse files
committed
Merge branch 'PLAT-249342-Consent-Policy-Map-and-Array-support-and-Consent-Policy-Rule-Building-Refernce' of https://git.corp.adobe.com/AdobeDocs/experience-platform.en into PLAT-249342-Consent-Policy-Map-and-Array-support-and-Consent-Policy-Rule-Building-Refernce
2 parents 364a92b + 5e24b03 commit 4c23cc5

File tree

15 files changed

+140
-14
lines changed

15 files changed

+140
-14
lines changed

.github/exl-admin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version: 1
2+
type: article
3+
metadata:
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: validate article
2+
on:
3+
pull_request:
4+
branches:
5+
- main
6+
push:
7+
branches:
8+
- main
9+
issue_comment:
10+
types: [created]
11+
workflow_dispatch:
12+
13+
jobs:
14+
validate-articles:
15+
# Only run if it's not a comment trigger, or if it's a retest comment on a PR
16+
if: |
17+
github.event_name != 'issue_comment' ||
18+
(github.event.issue.pull_request && contains(github.event.comment.body, 'retest'))
19+
uses: Adobe-Enterprise-Docs/workflows/.github/workflows/validate-articles.yml@main
20+
with:
21+
debug: true
22+
secrets:
23+
SCCM_GITHUB_APP_ID: ${{ secrets.SCCM_GITHUB_APP_ID }}
24+
SCCM_GITHUB_APP_PRIVATE_KEY: ${{ secrets.SCCM_GITHUB_APP_PRIVATE_KEY }}
25+
SCCM_SLACK_TOKEN: ${{ secrets.SCCM_SLACK_TOKEN }}

help/destinations/catalog/advertising/adform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Adform
33
description: Adform is a leading provider of programmatic media buying and selling solutions. By connecting Adform to the Adobe Experience Platform, you can activate your 1st party audiences through Adform based on the Experience Cloud ID (ECID).
4-
last-substantial-update: 2025-10-22
4+
last-substantial-update: 2025-10-23
55
---
66

77
# Adform connection {#adform}

help/destinations/catalog/warehouses/snowflake-batch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Snowflake Batch connection
33
description: Create a live Snowflake data share to receive daily audience updates directly as shared tables into your account.
4+
last-substantial-update: 2025-10-23
45
badgeUltimate: label="Ultimate" type="Positive"
56
exl-id: 6959ccd0-ba30-4750-a7de-d0a709292ef7
67
---

help/destinations/catalog/warehouses/snowflake.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Snowflake Streaming connection
33
description: Create a live Snowflake data share to receive streaming audience updates directly as shared tables into your account.
4+
last-substantial-update: 2025-10-23
45
badgeUltimate: label="Ultimate" type="Positive"
56
exl-id: 4a00e46a-dedb-4dd3-b496-b0f4185ea9b0
67
---

help/ingestion/tutorials/streaming-multiple-messages.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
6262
"header": {
6363
"schemaRef": {
6464
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
65-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
65+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
6666
},
6767
"imsOrgId": "{ORG_ID}",
6868
"datasetId": "{DATASET_ID}",
@@ -72,7 +72,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
7272
"xdmMeta": {
7373
"schemaRef": {
7474
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
75-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
75+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
7676
}
7777
},
7878
"xdmEntity": {
@@ -121,7 +121,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
121121
"header": {
122122
"schemaRef": {
123123
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
124-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
124+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
125125
},
126126
"imsOrgId": "{ORG_ID}",
127127
"datasetId": "{DATASET_ID}",
@@ -131,7 +131,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
131131
"xdmMeta": {
132132
"schemaRef": {
133133
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
134-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
134+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
135135
}
136136
},
137137
"xdmEntity": {
@@ -238,7 +238,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
238238
"header": {
239239
"schemaRef": {
240240
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
241-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
241+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
242242
},
243243
"imsOrgId": "{ORG_ID}",
244244
"datasetId": "{DATASET_ID}",
@@ -248,7 +248,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
248248
"xdmMeta": {
249249
"schemaRef": {
250250
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
251-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
251+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
252252
}
253253
},
254254
"xdmEntity": {
@@ -297,7 +297,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
297297
"header": {
298298
"schemaRef": {
299299
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
300-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
300+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
301301
},
302302
"imsOrgId": "{ORG_ID}",
303303
"datasetId": "{DATASET_ID}",
@@ -308,7 +308,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
308308
"header": {
309309
"schemaRef": {
310310
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
311-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
311+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
312312
},
313313
"imsOrgId": "invalidIMSOrg@AdobeOrg",
314314
"datasetId": "{DATASET_ID}",
@@ -318,7 +318,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
318318
"xdmMeta": {
319319
"schemaRef": {
320320
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
321-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
321+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
322322
}
323323
},
324324
"xdmEntity": {
@@ -367,7 +367,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
367367
"header": {
368368
"schemaRef": {
369369
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
370-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
370+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
371371
},
372372
"imsOrgId": "{ORG_ID}",
373373
"datasetId": "{DATASET_ID}",
@@ -377,7 +377,7 @@ curl -X POST https://dcs.adobedc.net/collection/batch/{CONNECTION_ID} \
377377
"xdmMeta": {
378378
"schemaRef": {
379379
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
380-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
380+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
381381
}
382382
},
383383
"xdmEntity": {
@@ -492,7 +492,7 @@ The second message failed because it lacked a message body. The collection reque
492492
"xdmMeta": {
493493
"schemaRef": {
494494
"id": "https://ns.adobe.com/{TENANT_ID}/schemas/{SCHEMA_ID}",
495-
"contentType": "application/vnd.adobe.xed-full+json;{SCHEMA_VERSION}"
495+
"contentType": "application/vnd.adobe.xed-full+json;version={SCHEMA_VERSION}"
496496
}
497497
},
498498
"xdmEntity": {
246 KB
Loading
329 KB
Loading
173 KB
Loading
318 KB
Loading

0 commit comments

Comments
 (0)