CurrentAppSimulator.GetAppPurchaseCampaignIdAsync メソッド

定義

現在のアプリのプロモーション キャンペーン ID を取得します。

public:
 static IAsyncOperation<Platform::String ^> ^ GetAppPurchaseCampaignIdAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<winrt::hstring> GetAppPurchaseCampaignIdAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> GetAppPurchaseCampaignIdAsync();
function getAppPurchaseCampaignIdAsync()
Public Shared Function GetAppPurchaseCampaignIdAsync () As IAsyncOperation(Of String)

戻り値

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

アプリの広告キャンペーン ID。

属性

注釈

Windows 10以降、カスタム プロモーション キャンペーンを表す ID を使用して、アプリのインストール URL をシード処理できます。 これにより、さまざまな場所でインストール URL を公開し、キャンペーン ID を使用して、お客様がインストール URL をクリックした場所を決定できます。 GetAppPurchaseCampaignIdAsync メソッドを使用して、現在のアプリのキャンペーン ID を取得します。 カスタム アプリプロモーションキャンペーンの詳細については、「カスタム アプリプロモーションキャンペーン を作成する」を参照してください。

適用対象

こちらもご覧ください