Adobe Target
I’m seeing a mismatch between the public Adobe Target Admin API for AB activities and the Adobe Target UI.The issue is that additional metric configuration shown in Goals & Settings is not fully available in the public REST activity model.Observed behaviorFor additional metrics in the UI, Adobe Target stores extra per-metric state such as:whether the metric is `conversion`, `engagement`, or `revenue` for conversion metrics, the selected action such as: `Viewed a page` Viewed an mbox` `Clicked on Mbox` In the browser editor model, this appears as a separate structure like:"successCriteria": [ { "metricLocalId": 32767, "successCriteria": "conversion" }, { "metricLocalId": 1100, "successCriteria": "engagement" }, { "metricLocalId": 1027, "successCriteria": "conversion" }]But the public REST API does not expose this field:GET /{tenant}/target/activities/ab/{id}and also rejects it on update:{ "errorCode": "InvalidProperty.Json", "message": "Invalid Json. Unrecognized property nam
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.