After you create and publish a service in Compute Nest, share the deployment URL with customers so they can create service instances. Two delivery methods are available: sharing the URL directly, or listing the service on Alibaba Cloud Marketplace.
Share the deployment URL directly
On the My Services page, find the service and click its name to open the Service Details page.
In the Service Deployment section of the Service Details tab, click the
icon to copy the deployment URL.Share the deployment URL with your customers.
Track customer traffic sources with the spm parameter
To identify where customers are coming from, append an spm tag to the deployment URL using the format &spm=xx.xx.xxx.xx.
The following example shows a trial service deployment URL before and after adding an spm tag:
| URL | Value |
|---|---|
| Original | https://computenest.console.alibabacloud.com/user/cn-hangzhou/serviceInstanceCreate?ServiceId=service-6e2ff030d77d4fxxxxxx&ServiceVersion=2&isTrial=true |
| With spm tag | https://computenest.console.alibabacloud.com/user/cn-hangzhou/serviceInstanceCreate?ServiceId=service-6e2ff030d77d4fxxxxxx&ServiceVersion=2&isTrial=true&spm=2002.12.322.40 |
Publish as an Alibaba Cloud Marketplace product
List your service on Alibaba Cloud Marketplace to make it available for purchase. For more information, see Publish services as Alibaba Cloud Marketplace products.