Redirect to same url with query string added | Community
Skip to main content
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 nnakirikanti

@user41905425 one way to stop this is to send a mbox parameter when you see the url param newvi=1 and create audience like param not present for entering the redirect campaign.

 

another way would be template rule setting like this

 

Note: This is not intended use case of adobe target for parameters passing for same page, these kind of redirections should be done at webserver level or CDN level.

2 replies

Employee
March 8, 2023

@user41905425 the easiest option would be to check the box that says "Include Current Query Parameters"

This would avoid the conditions to be true once you are redirected and hence would avoid the loop.

 

Another option would be to use a template rule to avoid redirect when the query parameter contains : newvi=1 

 

nnakirikanti
nnakirikantiAccepted solution
New Participant
March 8, 2023

@user41905425 one way to stop this is to send a mbox parameter when you see the url param newvi=1 and create audience like param not present for entering the redirect campaign.

 

another way would be template rule setting like this

 

Note: This is not intended use case of adobe target for parameters passing for same page, these kind of redirections should be done at webserver level or CDN level.

New Participant
March 14, 2023

Thanks, the template rule is what I needed.