Forum Discussion

Nick_T_68319's avatar
Nick_T_68319
Icon for Nimbostratus rankNimbostratus
Apr 28, 2010

Path Segment

I am trying to add a path segment to proxy some tracking pixels. in example, this image could be in /images/tracking_pixel_unload.gif but sometimes they do variables on it like ?sc=223323.

 

 

So what would I add to the path segment to get this image? What do i put in alias, segment ordinal, parameter ordinal?

 

 

Thanks!

 

  • If the variable is always in a query parameter the best way to configure this would be with the following:

     

     

    Alias is just a naming convention you can call this "Tracking Pixel" or anything else that would identify what this rule is.

     

    Segment Ordinal = 1 changethe drop down to "Numbering from Right-to-Left in the full path" as the tracking pixel is always the first item in the path segment when looking from right to left

     

    Paramter Ordinal = 0

     

     

    The value to match would be "tracking_pixel_unload.gif"