@bitunsen-2022 there is a limitation the array size which you read about in the docs here. In short arrays should be <500 elements deep if you are de-normalizing back into a XDM Individual Profile class-based schema. I question the value of modeling accounts as array here because unless you have a ...
@UserAP,This is a great question! Below are some links that should help folks looking to move to the new AEP Mobile SDK for ACv7. The configuration for ACv7 is different if you are coming from using the Campaign SDK so please be sure to review Android/iOS code that you need to add and to your app....
@bitunsen-2022 its a bit hard to grok the issue without a diagram but I'll do my best to answer this. In the relational world what you are describing a 1:N relationship to another entity object called account. It would typically be modeled like you see below. With Experience Platform we only suppor...
If you ever forget this UUID you can do a simple lookup of all your places for your org using the following request:curl -X GET 'https://api-places.adobe.io/places/placesapi/v1/libraries' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>' Docs for reference ->...
This is a complicated question to be honest Today there is no API level integration between AEP and ACS due to the constraints present on the ACS side with the traffic volume that the web servers can handle. Keep this in mind as you look to leverage ACS api's as they were not meant to be used to ...
A couple of things you can confirm:Ensure you have developer rights within admin console to use the integrationEnsure the integration is assigned to the AEP product and product profile within adminconsole.adobe.com Here's a quick doc that walks you through setting this up: https://docs.adobe.com/c...