Skip to main content

Boxes - Edit Link

1. Add / Change Link Parameter

Use this box to add or change a tracking parameter in your product URL. You can choose between adding a static value or a dynamic value from your feed by selecting the desired column.

To add "&utm_campaign=mycampaign" to your link set the first input field to "utm_campaign" and the "Value" one to "mycampaign". This is the static method.

If you have a dynamic value, choose the desired column in the dropdown and it will add the product specific value to the parameter.

775c75175225568199c692c719cee7ca.png

If a tracking parameter is already existing in your input link, the box will use "&" at the beginning. If Productsup can't detect any other parameter, the box will use "?" at the beginning.

2. Add Column URL-Encoded

With this box you can prepend or append an URL from another column and encode it.

469afd05771f268a350efef782db09c7.jpeg

3. Add URL Fragment

With this box you can add a fragment to a URL. Before your entry the box will add a #.

Example: Add test to the given URL.

"http//www.yourdomain.com?utm_campaign=google_pla"
7c8989d967f1075ab116242e939fde70.png

After using the box:

http//www.yourdomain.com?utm_campaign=google_pla#test

4. Get Filename from URL

Get Filename from URL takes just the filename out of the URL.

Example: "http://example.com/path/to/file.name" would output "file.name".

02c90bd83dd197d35a3ced2c85bf1aa3.png

5. Raw URL Encode

Use this box if you want to raw endoce an URL.

Example: Column link:

"http//www.yourdomain.com?utm_campaign=google_pla"

and column city: New York were added and the following URL is created:

"http//www.yourdomain.com?utm_campaign=google_pla#New York"

But it has a whitespace in it, that's why we are using the box:

a023a491e14d09cbb281e896ca48fe5c.png

After using the box:

"http%3A%2F%2Fwww.yourdomain.com%3Futm_campaign%3Dgoogle_pla%23New%20York"

6. Shorten URL

If you want to shorten your URL's e.g.in case of length restrictions you can use this box. The URL is changed when exporting the feed.

b84119bc5a9964ed3eb3322ff05dbd26.jpeg

7. URL Decode

This box is used to decode the URL's.

Example:

"http%3A%2F%2Fwww.yourdomain.com%2F1.html%3Futm_campaign%3Dgoogle_pla"
5b5aa3f4047a499203a138eda94cf7fe.png

After using the box:

"http//www.yourdomain.com?utm_campaign=google_pla"

8. URL Encode

Use this box to encode the URL's.

Example:

"http//www.yourdomain.com?utm_campaign=google_pla"
be2e050d1903fe6a241822a948ed595d.png

After using the box:

"http%3A%2F%2Fwww.yourdomain.com%2F1.html%3Futm_campaign%3Dgoogle_pla"