Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How many characters can be acomodated in a field of type string512 in Adobe campaign Schema

Avatar

Level 4

Hi

My email Address field is of the type String512.
Can you please let me know what does 512 signifies, bits or bytes.

Also, can you please suggest how many bytes each ASCII character consumes in adobe campaign.

thanks a lot

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

512 characters. Character space varies on the encoding, up to 4 bytes per character for unicode.

ASCII is an unusual choice for db encoding, and would be 1 byte. Don't use ASCII.

Thanks,

-Jon

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

512 characters. Character space varies on the encoding, up to 4 bytes per character for unicode.

ASCII is an unusual choice for db encoding, and would be 1 byte. Don't use ASCII.

Thanks,

-Jon