내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to handle special characters?

Avatar

Level 1

We're a news site and we track the headlines of our articles via a prop variable. For some reason, special characters like quotation marks and apostrophes are replaced by a series of numbers and icons within Adobe. Does anyone know why this might be happening, and is there anything we can do to track headlines without having to remove special characters from the tracking tag?

 

Thanks

Graham

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Your CMS is probably using "rich text" for its punctuation.

Verify that AA has been configured to use UTF-8 encoding. If you're using AEP Tags as your tag manager, then in your AA extension's "General" section, check that the Character Set has been preset to "UTF-8".

If that doesn't solve your problem, then you might need to ask your developers if they can set non-rich text in your data layer (if you're using one) or a JavaScript variable that you can use to set your AA Page Name.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Your CMS is probably using "rich text" for its punctuation.

Verify that AA has been configured to use UTF-8 encoding. If you're using AEP Tags as your tag manager, then in your AA extension's "General" section, check that the Character Set has been preset to "UTF-8".

If that doesn't solve your problem, then you might need to ask your developers if they can set non-rich text in your data layer (if you're using one) or a JavaScript variable that you can use to set your AA Page Name.

Avatar

Level 1

Thanks so much, very helpful