Expand my Community achievements bar.

SOLVED

Gzip Compressed payloads to AEP

Avatar

Level 1

Hello,

 

I have a profile in AEP that looks like this 

AndreiRu1_0-1720096635855.png

 

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

 
AndreiRu1_1-1720096635692.png

 

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.

1 Accepted Solution

Avatar

Correct answer by
Level 1
This is the body I use to modify the record attributes
{
     "recordLocator" : "test27",
     "firstName" : "loris",
     "emailAddress": "loris.compo@test.com"
}
in here AndreiRu1_0-1720180659868.png

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.

View solution in original post

2 Replies

Avatar

Community Advisor and Adobe Champion

@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 

Avatar

Correct answer by
Level 1
This is the body I use to modify the record attributes
{
     "recordLocator" : "test27",
     "firstName" : "loris",
     "emailAddress": "loris.compo@test.com"
}
in here AndreiRu1_0-1720180659868.png

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.