AC7 tracking issue | Community
Skip to main content
June 18, 2020
Solved

AC7 tracking issue

  • June 18, 2020
  • 1 reply
  • 4122 views

Hi team,

 

We are using on-premise ACC and we are using a frontal server for tracking and webform. And client want to track cta of url in each messages.

 

 

So when we send a message such as LMS channel, we turn on tracking mode. Because of this, all url have been changed to personalized url(or redir url?), email channel can be tracked all cta.

 

But in LMS case, when we click the url, server can't find target URL and in webmdl.log of frontal server, I can see below log.

 

1.tracking url : https://t-xxx.xxx.co.kr/r/?id=f1839a,980fe,ab5

 

2. Browser message : Requested URL '/r/?id=f1839a,980fe,ab5' cannot be founded.

 

3. Error log : RED-520003 parameter 'id' is invalid for URl '/r/?

 

In the frontal server, xml files for redir are located correctly. Nevertheless LMS channel can not be tracked.

 

Have you ever been any experience related to this? Or please let me know how can I solve this problem.

 

Thanks,

Best Regards,

Daeho

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

 

Assuming you're not redacting the error message, something is stripping the query string from the url there.

Check if there are any reverse proxies intercepting requests and altering them.

 

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
June 20, 2020

Hi,

 

Assuming you're not redacting the error message, something is stripping the query string from the url there.

Check if there are any reverse proxies intercepting requests and altering them.

 

Thanks,

-Jon