100 character limit workaround? | Community
Skip to main content
August 25, 2022
Solved

100 character limit workaround?

  • August 25, 2022
  • 1 reply
  • 5369 views

Does anybody have a workaround for the 100 character limit for the PageName when it is in a report? I am using the FreeForm table.

I have URLs that are close to 150-200 characters.

Thanks M

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 Jennifer_Dungan

You'll find that most people use an eVar to duplicate their pageName value... this has not only the added bonus of a larger character count, but you can attach it to your clicks/interactions (Adobe removes the pageName from these).

 

There are a few ways to do this. I assume you are using Adobe Launch.

 

You can use a Data Element to build out your Page Name values, then use the same Data Element in both your PageName and eVar values.

 

Or, if you want to minimize the length of your tracking calls, you can actually use "Dynamic Variable Notation" and in your eVar use "D=pageName" (this is case sensitive)

 

What D= does, is it tells Adobe to take the value of the passed item (pageName, c1, v2, etc) and use it for the value of the current variable.

 

You may be wondering, "if I use this, will I get the truncated value of pageName"... I am using D=pageName with no issue... the truncation happens after the value duplication.

 

Sample using the Dynamic Variable Solution:

 

Or Sample just using the Data Element:

 

 

For some reason in Launch, the "Duplicate From"

 

Only allows you to choose other eVars when applying to an eVar, or props when applying to a prop.... but essentially the D= is a "duplicate from", you are just setting it manually, instead of using the built-in option.

1 reply

Pablo_Childe
Community Advisor
Community Advisor
August 25, 2022

There is no work around in sense of increasing it in same variable.

 

I copy to a new evar which then has a limit of 512 if memory serves me.

 

GLTU

September 5, 2022

Thanks Pablo. I just need to learn how to copy the PageName to an eVar.