Hello,
I would like to know if Adobe has any limit on the length of product string in Adobe Launch.
I try to implement product impression in Adobe Launch, and notice that if there are too many products (s.products is more than 100KB) the rule fires but no beacon was sent.
Solved! Go to Solution.
Views
Replies
Total Likes
There's a limit on the length of each product within the s.products string, but s.products itself doesn't have any limit that I'm aware of.
But browsers have a limit on the amount of data that they can send via a GET (i.e. what you see in the request URL) or POST (i.e. the request's payload) request. AA normally sends its hits via GET requests, so it's very likely that if you have a lot of products in your s.products string, then the resulting request URL to AA's servers has exceeded that browser limitation. And you can't do anything about that because the browser itself has that limitation.
There's a limit on the length of each product within the s.products string, but s.products itself doesn't have any limit that I'm aware of.
But browsers have a limit on the amount of data that they can send via a GET (i.e. what you see in the request URL) or POST (i.e. the request's payload) request. AA normally sends its hits via GET requests, so it's very likely that if you have a lot of products in your s.products string, then the resulting request URL to AA's servers has exceeded that browser limitation. And you can't do anything about that because the browser itself has that limitation.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies