Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Status Investigating
Categories Integration
Created by Guest
Created on Nov 28, 2022

Our Custom application toolbox (TecTools) uses shared cookies to deliver a more seamless user experience as users traverse back and forth between apps and the tecumseh.com website. This solution does not work with sandbox site, as the sandbox users a completely different web domain. As such we cannot use the sandbox environment for integrated testing with out TecTools apps.

We currently use this solution with our current EpiServer B2C site and it works fine with that platform. We need to be able to use this for B2B Commerce Cloud as well.



Description: Tecumseh Visitor Cookie Service is a service that ensures that visitors to Tecumseh websites have the necessary cookies set to support the site’s basic functionality. The service only sets cookies if they do not exist. If the cookies already exist, the services does nothing. If the visitor has opted out of cookies, the service deletes all visitor cookies.

There are two other related services: /optout, /gacode and /test

SERVICE PATHS:

/cookieservice – the main cookie service

/optput – checks if the optout cookie (see below) is set to “true” or “false.” If set to “true”, it will display a GDPR compliance popup if set to “false” it will do nothing.

/gacode – will inject Google Analytics code into the page if the optout cookie exists and is set to “false”, otherwise it does nothing.
/test – a simple page to test all of these services.

Current Release: 1.0

APPLICATION URLS:
https:// TecumsehVisitorCookieService.azurewebsites.net -> https://functions.tecumseh.com

https://
TecumsehVisitorCookieService-dev.azurewebsites.net ->
https://
TecumsehVisitorCookieService-test.azurewebsites.net ->

Source Repository: https://dev.azure.com/TecumsehProductsAA/_git/TecumsehVisitorCookieService

Publishing Instructions:

  • In visual studio, clone a copy of the code from the source repository above.

  • Edit the app.config file and change the value of ASPNETCORE_ENVIRONMENT to one of the following values:

Development: Publish to development https://TecumsehVisitorCookieService -dev.azurewebsites.net
Staging: Publish to test https://TecumsehVisitorCookieService -test.azurewebsites.net
Production: Publish to production https:// TecumsehVisitorCookieService.azurewebsites.net

  • Open the build tab from the Build -> Publish menu item

  • Select the appropriate publish profile or create a new one and click “Publish”

Cookie Details

tecumseh-com-optout

Description: Indicate whether the user has opted into accepting cookies, per the GDPR. True=Opt out, no cookies. False=Opt in, ok to set cookies.
Values: true, false
Age: 365 days

tecumseh-com-lang

Description: Visitor language.
Values: 2 letter ISO language code.
Age: 365

tecumseh-com-country
Description: Visitor country.
Values: 2 letter ISO country code.
Age: 365

tecumseh-com-region
Description: Tecumseh sales/marketing region.
Values: Tecumseh region value.
Age: 365

tecumseh-com-subregion

Description: Tecumseh sales/marketing subregion.
Values: Tecumseh subregion value.
Age: 365

tecumseh-com-units

Description: Visitor’s preferred/default unit of measurement.
Values: Imperial, Metric
Age: 365

  • Optimizely
    Kristin McKee
    Reply
    |
    Jan 4, 2023

    Thank you for this suggestion. Our team is currently investigating if we can make this improvement for you and, if so, an ETA on completion. I hope to have a response within two weeks.