API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Reseller Support
Reseller Support
Chosen image
Home/Reseller Support/Product statuses

Product statuses

You can configure the product statuses on the "Products" page in the settings of the desired customer.

Product statuses

Activate product

If the "Activate product" checkbox is enabled, a customer can use the product. You can deactivate the product by unchecking the checkbox.

Note: Keep in mind that deactivating the "Activate product" checkbox may suspend the work of active resources.

Product status

New

The status is applied to customers who sign up via our website before they confirm the registration via email. You register your customers yourself, so they won't have this status.

Trial

When a customer is created from the Admin Portal, the Trial status is applied. The customer receives an email about the trial start. The trial settings can be changed in the Admin Portal.

TrialEnd

When the trial ends, the product is switched to the TrialEnd status automatically. All the product resources get suspended. The customer will receive an email about the end of the trial period.

Active

If the customer signs a contract with you, change the product status to Active manually before the trial ends and the client's products get suspended.

Paused

If you want to temporarily suspend the customer, use the Paused status. All of the product resources will be paused.

Deleted

This status is connected to the Transition to Deleted status setting. The Deleted status is set automatically once the specified number of days is over. When the Status is switched, the product resources get deleted. You cannot change the number of days yourself. To change the number of days for a specific customer, email us at support@gcore.com.

Transition to Deleted status setting

Was this article helpful?

// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });