Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StoreCollectionData.CampaignId Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the promotion campaign ID that is associated with the product SKU.

public:
 property Platform::String ^ CampaignId { Platform::String ^ get(); };
winrt::hstring CampaignId();
public string CampaignId { get; }
var string = storeCollectionData.campaignId;
Public ReadOnly Property CampaignId As String

Property Value

String

Platform::String

winrt::hstring

The promotion campaign ID that is associated with the product SKU.

Remarks

Starting in Windows 10, you can seed the installation URL for your app with an ID that represents a custom promotion campaign. This enables you to publicize the installation URL in different locations and use the campaign ID to determine which location the customer clicked on the installation URL. Use the CampaignId property to retrieve the campaign ID for an app. For more information about custom app promotion campaigns, see Create a custom app promotion campaign.

Applies to

See also


Feedback

Was this page helpful?