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

Configure personal visibility of products

You can configure personal visibility in the customer's settings: Accounts > Account ID > Products.

Configure personal visibility of products

To change the product visibility from OFF to ON, confirm and save settings.

It is allowed to change the product visibility from ON to OFF if a product is in the "New", "Trialend", "Paused", or "Deleted" statuses. As a result:

  • All settings for this product become inactive
  • Disabled products are not displayed in the customers's personal account

If a product is in "Trial" or "Active" statuses, you will see an error. Switch its status to "Trialend" or "Paused" before disabling the product, and then try again.

Note: If you make changes in the customer's personal visibility settings at least once, the visibility statuses of the personalized products will not be available for further changes from the global visibility settings.

For example, "CDN", "Video Streaming", "Edge Cloud", "Storage", "Web Application Security", and "Managed DNS" products are available for you.

"CDN", "Video Streaming", and "Edge Cloud" are enabled by default for all customers.

Enabled by default

And the "Storage" product is enabled only for one customer, i.e. all three products ("CDN", "Video Streaming", "Edge Cloud", and "Storage") are visible in the personal visibility settings.

By these settings the "Storage" product is considered as the product with individual settings, all further actions with this product in the global visibility will not affect the "Storage" visibility settings in the personal visibility of this customer.

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" // });