Skip to Content
Menu
This question has been flagged
3 Replies
1904 Views

Hi,I have created Instagram Shop and there when someone click on Product's link, Instagram automatically adds some extra info with the product link and it gives Page not Found error.

For example:

https://mywebsite/shop/product/3231?utm_source=IGShopping&utm_medium=SocialHow can I ignore the extra info after the product ID in odoo?

NOTE: I can not change this from Instagram.Thanks in advance.

Avatar
Discard
Author

When someone click on product from Instagram Shop the link is something like,

https://mywebsite/shop/product/3231?utm_source=IGShopping&utm_medium=Social

With Localhost this link works fine but IIS reverse proxy gives "Internal Server Error" on this.

Any solution to this problem?

Best Answer

Hi Tasaddaq,

Whatever is written after the '?' will not cause a 404 error anywhere in odoo. So you must have to check that product is published and you are able to access the URL as a guest user.

Avatar
Discard
Author Best Answer

Thank you @Paresh Wagh,

I am using Odoo 10 CE, I have added Source and Medium as you told, but still the same error.

Avatar
Discard
Best Answer

Hi Tasaddaq:

Activate Developer mode, go to Link Tracker > UTM and define a Source called IGShopping and a Medium called Social under the UTM menu. Also, make sure you have a product with id 3231.

Avatar
Discard
Related Posts Replies Views Activity
0
Aug 22
892
1
Jul 22
17727
0
Apr 22
1605
2
Sep 21
3204
2
Dec 19
4170