We have configured data stream overrides both in the Extension Level and at the Send Event level. When testing one vs. the other, we are able to successfully override the data stream in the send event. However, when we try to do exactly the same thing from the extension level, it fails to override t...
Hi All, I hope you are doing well! I have not been able to connect to the Facebook destination in AEP. I continue to receive the {"message":"Facebook Error: Permission error","code":"400 BAD_REQUEST"} error. I have ensured that all permissions satisfy the instructions on this page https://experien...
hi I'm trying to ingest encrypted data into AEP from Data Landing zonefirst, i ingested the data without encryption to be sure that my mapping is working then i followed https://experienceleague.adobe.com/docs/experience-platform/sources/api-tutorials/encrypt-data.html?lang=en i have used the publ...
I am trying to send an audience to a webhook to test the output of my custom created DSDK, but in the output I see several duplicate profiles and some of those occur in a single request as well. I am ingesting the profiles using the HTTP API from Postman, please tell me what might be causing this is...
Hi Team, I'm having trouble with AEP Schema. My question is this: I created a schema in AEP and inserted 50 records into it. Then I changed some values in the same file and inserted the record into the same schema, but it was not updated; instead, it was inserted into the same sche...
Hi Team, I'm having trouble with AEP Schema. My question is this: I created a schema in AEP and inserted 50 records into it. Then I changed some values in the same file and inserted the record into the same schema, but it was not updated; instead, it was inserted into the same sche...
Hello – When creating a dataSet via Postman API’s, I inadvertently used the “meta:altId” value, instead of “$id” value to reference back to the schema. I attempted to make a PATCH request to update the schemaRef, but response is returning as forbidden. Does using the “meta:altId” cause any issues in...
I am facing error with this query while trying to use nested struct functionsErrorCode: 58000 Batch query execution gets : [failed reason ErrorCode: 58000 Batch query execution gets : [Errors(Some(INGEST-1205-400),Some(List()),Some(The field: _XYZ does not exist in the target schema. Remove the fiel...
Hello,We have a requirement to create postgreSQL database source connector, and postgres allows only SSL connections.I've used connection string in below format:Server={*********};Database={postgres};Port={5432};UID={postgres};Password={*******};EncryptionMethod=1;ValidateServerCertificate=0 Connect...