From 5c94bef3ea992e46a484bd18f5d715be5bba7707 Mon Sep 17 00:00:00 2001 From: rayyang15 <38258884+rayyang15@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:30:48 -0600 Subject: [PATCH] Update mapmetric.md fix invalid path --- src/pages/guides/endpoints/compmigration/mapmetric.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/guides/endpoints/compmigration/mapmetric.md b/src/pages/guides/endpoints/compmigration/mapmetric.md index 582a652f6..8470339f2 100644 --- a/src/pages/guides/endpoints/compmigration/mapmetric.md +++ b/src/pages/guides/endpoints/compmigration/mapmetric.md @@ -39,7 +39,7 @@ Use these endpoints to map metrics to CJA within an XDM schema: Use this endpoint to upload a `csv` file that maps Analytics metrics to CJA metrics for a specified data view. -`POST https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/cjamigration/mapping/metrics/map/csv` +`POST https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/cjamigration/mapping/metrics/csv` ### Request and Response Examples @@ -51,7 +51,7 @@ Click the **Request** tab in the following example to see a cURL request for thi ```sh curl -X 'POST' \ - "https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/cjamigration/mapping/metrics/map/csv?rsid=examplersid&dataId=exampledv" \ + "https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/cjamigration/mapping/metrics/csv?rsid=examplersid&dataId=exampledv" \ -H "accept: application/json" \ -H "x-api-key: {CLIENT_ID}" \ -H "Authorization: Bearer {ACCESS_TOKEN}" \