You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customers may not be aware that this option is available, which might make it easier to compare their mappings between multiple instances of Adobe destinations within Segment.
Zendesk ticket : https://segment.zendesk.com/agent/tickets/505734
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/adobe-analytics/settings.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -629,3 +629,7 @@ This option is only available when you use a cloud mode (also called server-side
629
629
}
630
630
});
631
631
```
632
+
### Download Your Mappings With Segment’s Public API
633
+
634
+
You can download your Adobe Destination’s mappings by sending a GET request to Segment’s [Public API]([url](https://segment.com/docs/api/public-api/)) endpoint for [Get Destination]([url](https://docs.segmentapis.com/tag/Destinations#operation/getDestination)). The response from the Public API will include the field names for both the Segment fields and Adobe fields.
635
+
The Endpoint : `https://api.segmentapis.com/destinations/{destinationId}/`
0 commit comments