Expand my Community achievements bar.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!
SOLVED

Limit of URL GET request

Avatar

Level 1

We are using heavily omniture for tracking trafic on sites. There are many variables and properties in use. Now we have problem because of limit for GET request (for example IE is not supporting long URLs >2K/4K). If URL generated by function s.t() is too long then such requestes are not tracked at all! This case happend very often for Japanese pages where we need to encode in URL some Japanise texts from variables.

What is the solution for this problem? Do you have fix for that? For instance function s.t() could split information from variables into few requests (few images) if the URL is longer than 2K?

1 Accepted Solution

Avatar

Correct answer by
Level 1

Hi Bartlemiej,

If you update you H code to the most recent version, the request will always be send (in the H22.1 release this functionality was added). If you would have a longer request, it will be cut after 2K. Therefore you should always make sure that you know which requests are bigger than 2K. You could use Qmon to monitor the request size for 100% of your website traffic.

Cheers,

Emiel, Adversitement

View solution in original post

2 Replies

Avatar

Correct answer by
Level 1

Hi Bartlemiej,

If you update you H code to the most recent version, the request will always be send (in the H22.1 release this functionality was added). If you would have a longer request, it will be cut after 2K. Therefore you should always make sure that you know which requests are bigger than 2K. You could use Qmon to monitor the request size for 100% of your website traffic.

Cheers,

Emiel, Adversitement