Solved

Product Mapper - common base url for features

  • 27 December 2021
  • 2 replies
  • 134 views

Hi,

is it possible to set up a common base url for features?

I mean: let’s say that I want to map two pages of a production environment.

Let’s say:

http://myproduct.com/page_1

http://myproduct.com/page_2

I would like to set a parent node like “base url” with value http://myproduct.com so if the production url changes I don’t have to manually edit all the URLs present in all the features. Would it be possible?

 

icon

Best answer by link_black 4 January 2022, 18:48

View original

2 replies

Userlevel 6
Badge +2

Thanks for posting to PX Community @flavio.

 

This is not currently possible, but you can submit this as a Product Idea for consideration by our PX Product team.  

 

In the mean time, I would suggest either…

 

(1) using URL wildcards in your feature mapping rules similar to the following to prevent a domain/subdomain change from affecting tracking.

 

*/page_1 or */page_2 

 

(2) if you must include the URL domain/subdomain, then you can also make mass changes to the existing rules as follows:

 

 

 

Happing PX-ing!

 

 

Thank you @link_black !

I am using multiple test environments with the same tag so I cannot use wildcards for it, but the massive change that you suggested should work for me.

Thanks!

Reply