Determining Usage of Vanity URL | Adobe Higher Education
Skip to main content
August 29, 2017
Resuelto

Determining Usage of Vanity URL

  • August 29, 2017
  • 1 respuesta
  • 1912 visualizaciones

Hi Everyone. I am trying to figure out if visitors are using our vanity (friendly) URL's. For example, we have a vanity URL,sdfightthebite.com, that is URL forwarded to Fight the Bite!. Since these are URL forwarded, how can I use AEM Analytics report or query to enumerate those coming in via the vanity URL? Any help appreciated. Thanks!

Este tema ha sido cerrado para respuestas.
Mejor respuesta de EricMatisoff

Hi Steve,

You have two options:

1 - adjust the 301 redirect to send visitors to a URL that include a campaign id, like:

http://www.sandiegocounty.gov/fightthebite/​?cid=sdfightthebit_vanity

then set up a data element that pulls the value of the cid query parameter

then push the data element value into s.campaign via a Page Load rule.

2 - use your eVar3 dimension which is pulling in URL with the metric of Entries. Filter to your fightthebite page and you can guess the majority of these came from the vanity URL.

Obviously Option 1 is preferred as the data will be most accurate. But it takes some setup.

Option 2 allows you to use the data you're already collecting, but there may be a bit of noise.

Hope that helps!

1 respuesta

EricMatisoff
Adobe Employee
EricMatisoffAdobe EmployeeRespuesta
Adobe Employee
August 30, 2017

Hi Steve,

You have two options:

1 - adjust the 301 redirect to send visitors to a URL that include a campaign id, like:

http://www.sandiegocounty.gov/fightthebite/​?cid=sdfightthebit_vanity

then set up a data element that pulls the value of the cid query parameter

then push the data element value into s.campaign via a Page Load rule.

2 - use your eVar3 dimension which is pulling in URL with the metric of Entries. Filter to your fightthebite page and you can guess the majority of these came from the vanity URL.

Obviously Option 1 is preferred as the data will be most accurate. But it takes some setup.

Option 2 allows you to use the data you're already collecting, but there may be a bit of noise.

Hope that helps!