Skip to content

Commit 45ecfaa

Browse files
bbringhuGitHub Enterprise
authored andcommitted
Merge pull request #3108 from AdobeDocs/v2-prep
v2 migration prep
2 parents bd02efb + 5f6c12d commit 45ecfaa

7 files changed

Lines changed: 35 additions & 5 deletions

File tree

.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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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 }}

help/admin/tools/manage-rs/rollup-report-suite.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ Limitations of Rollup Reports {#limitations-rollups}
6868
6969
**Supported products**: Rollups could only be used in Reports & Analytics. They are not supported in Analysis Workspace, or Data Warehouse. Global report suites can be used across all products.
7070
71-
**Number of aggregated report suites**: Rollups only support a maximum of 40 child report suites. Global report suites can be implemented on any number of domains or apps that you own.-->
71+
**Number of aggregated report suites**: Rollups only support a maximum of 40 child report suites. Global report suites can be implemented on any number of domains or apps that you own.
72+
-->

help/components/classifications/sets/manage/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ You can automate the ingestion of classification data through the configuration
170170
>|---|---:|
171171
>| Pacific North West | `52.254.104.0/22` |
172172
>| London | `51.138.16.0/22` |
173-
>| Singapore | `20.40.0.0/14 `|
173+
>| Singapore | `20.40.0.0/14 `|
174174
>
175175
176176
To automate the ingestion of classification, select ![Gear](/help/assets/icons/Gear.svg) **[!UICONTROL Automate]**.

help/export/analytics-data-feed/create-feed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Before you create a data feed, it's important to have a basic understanding of d
131131

132132
| Field | Function |
133133
|---------|----------|
134-
| [!UICONTROL **Account**] | Do either of the following:<ul><li>**Use an existing account:** Select the drop-down menu next to the **[!UICONTROL Account]** field. Or, begin typing the account name, then select it from the drop-down menu. <p>Accounts are available to you only if you configured them or if they are shared with an organization you are a part of.</p></li><li>**Create a new account:** Select **[!UICONTROL Add new]** beneath the **[!UICONTROL Account]** field. For information about how to configure the account, see [Configure a location account](/help/components/locations/configure-import-accounts.md#configure-a-location-account) in [Configure cloud import and export accounts](/help/components/locations/configure-import-accounts.md).</li></ul> |
134+
| [!UICONTROL **Account**] | Do either of the following:<ul><li>**Use an existing account:** Select the drop-down menu next to the **[!UICONTROL Account]** field. Or, begin typing the account name, then select it from the drop-down menu. <p>Accounts are available to you only if you configured them or if they are shared with an organization you are a part of.</p></li><li>**Create a new account:** Select **[!UICONTROL Add new]** beneath the **[!UICONTROL Account]** field. For information about how to configure the account, see [Configure a location account](/help/components/locations/configure-import-accounts.md#configure-a-location-account) in [Configure cloud import and export accounts](/help/components/locations/configure-import-accounts.md).</li></ul> |
135135
| [!UICONTROL **Location**] | Do either of the following:<ul><li>**Use an existing location:** Select the drop-down menu next to the **[!UICONTROL Location]** field. Or, begin typing the location name, then select it from the drop-down menu.</li><li>**Create a new location:** Select **[!UICONTROL Add new]** beneath the **[!UICONTROL Location]** field. For information about how to configure the location, see [Configure a location](/help/components/locations/configure-import-locations.md#configure-a-location) in [Configure cloud import and export locations](/help/components/locations/configure-import-locations.md).</li></ul> |
136136
| [!UICONTROL **Notify when complete**] | Specify one or more email addresses where a notification should be delivered after the data feed is successfully sent or fails to send. Multiple email addresses must be separated with a comma. |
137137

help/release-notes/doc-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Content updates for the Adobe Analytics documentation set since January, 2019.
2424
| Identified the default option for IP obfuscation for new report suites | Added information stating that **Remove IP address** is the default [IP obfuscation option for new report suites](/help/admin/tools/manage-rs/edit-settings/general/general-acct-settings-admin.md). |
2525
| Processing order overhaul | Significant improvements to [Processing order in Adobe Analytics](/help/technotes/processing-order.md). |
2626
| Adobe Advertising integration | Additions of Adobe Advertising integration dimensions and metrics, including [AMO ID](/help/components/dimensions/amo-id.md). |
27-
| **February 2026** | |
27+
| **February 2026** | |
2828
| Added information about using geo and technology reports | Added information about differences when using geo and technology reports [across various Analytics products](/help/analyze/get-started/analytics-product-comparison.md) article. |
2929
| **January 2026** | |
3030
| Classification sets rule builder | Documentation for the new [Rule builder functionality in classification sets](/help/components/classifications/sets/manage/rules.md) functionality.|

metadata.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
cloud: Experience Cloud
33
product: analytics
44
solution: Analytics
5+
landing-page-name: analytics
6+
landing-page-breadcrumb-title: Analytics
57
git-repo: https://github.com/AdobeDocs/analytics.en
68
type: Documentation
7-
index: yes
9+
index: true
810
feature-set: Analytics
911
role: User, Admin
1012
---

0 commit comments

Comments
 (0)