Skip to main content
July 4, 2024
Resuelto

Gzip Compressed payloads to AEP

  • July 4, 2024
  • 2 respuestas
  • 879 visualizaciones

Hello,

 

I have a profile in AEP that looks like this 

 

And I use post requests to modify its values with this body

 

 

My question is, does Adobe Experience Platform accept Gzip compressed body? And if so, how should I send it?

 

I tried sending a Gzip compressed file but it is unsupported, or the encoded body of a Gzip compressed payload, but it gives an error that the Json is invalid.

Este tema ha sido cerrado para respuestas.
Mejor respuesta de AndreiRu1
This is the body I use to modify the record attributes
{
     "recordLocator" : "test27",
     "firstName" : "loris",
     "emailAddress": "loris.compo@test.com"
}
in here 

And my question is if I can send the payload compressed in some way, if the platform supports it, because I have not found a way to make it accept compressed payloads.

2 respuestas

Anil_Umachigi
Adobe Employee
Adobe Employee
July 5, 2024

@andreiru1 Could you share a high resolution screenshots, too hard to read the current image. 

Also when you say trying to modify the values? do you mean you are overwriting the record attributes?  

more context on this would help 

 

Anil 

AndreiRu1AutorRespuesta
July 5, 2024
This is the body I use to modify the record attributes
{
     "recordLocator" : "test27",
     "firstName" : "loris",
     "emailAddress": "loris.compo@test.com"
}
in here 

And my question is if I can send the payload compressed in some way, if the platform supports it, because I have not found a way to make it accept compressed payloads.