Adobe Analytics · Arazzo Workflow
Adobe Analytics Upsert a Segment
Version 1.0.0
Look up a segment by ID and update it if it exists, otherwise create a new one.
View Spec
View on GitHub
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb AnalyticsArazzoWorkflows
Provider
Workflows
upsert-segment
Update a segment when it already exists, otherwise create it.
Searches the company segments for the supplied candidate ID and either updates the matched segment or creates a new one from the supplied name and definition.
1
findSegment
listSegments
List the company segments filtered to the candidate ID to determine whether the segment already exists.
2
updateExisting
updateSegment
Update the matched segment with the supplied name and definition.
3
createNew
createSegment
Create a new segment when no existing segment matched the candidate ID.