> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/component-basics/inserting-and-editing-screens/deep-linking/deep-linking-share-action.md).

# ディープリンクの共有アクション

アプリユーザーのために、たった1つの操作でシームレスな共有体験を実現しましょう。

## 新しいディープリンクの共有アクション追加

1. 「**Add Another Action**（別のアクションを追加）」をクリックします。
2. ドロップダウンメニューから「**More**（その他）」を選択します。
3. 「**Deep Linking Share**（ディープリンキング共有）」を選択します。

<figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2Fp0Ej1pDew6ZYalwfx9Zy%2FScreenshot%202025-05-01%20at%2015.32.01.png?alt=media&amp;token=354edd5d-2505-4007-9b1a-7dc480d56e62" alt=""><figcaption></figcaption></figure>

## ディープリンク共有の構成

ディープリンクの共有アクションには、そのスクリーンで利用可能なデータに基づくフィールドが含まれています。正確かつ動的なリンク共有機能を確保するために、Magic Text（マジックテキスト）を使用して、各フィールドに対応する利用可能なデータのIDを入力します。

<div><figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2FE7vp7NhLz8GgN2bWLe6I%2FScreenshot%202025-05-01%20at%2015.32.16.png?alt=media&amp;token=3bccc4a4-6d99-4304-a01b-c67cb8c738de" alt=""><figcaption><p>Deep linking share base action</p></figcaption></figure> <figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2FBKdyaGu1XpkOGDwr7cce%2FScreenshot%202025-05-01%20at%2015.32.24.png?alt=media&amp;token=df6f402d-2255-4ad3-bac3-96454cb54a02" alt=""><figcaption><p>Magic text selecting the ID of events</p></figcaption></figure> <figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2FimxeUjTRa6Nc2CFtL1tf%2FScreenshot%202025-05-01%20at%2015.32.32.png?alt=media&amp;token=d8ac25e5-374c-410c-a087-25738abe17aa" alt=""><figcaption><p>Final result</p></figcaption></figure></div>

## アプリ内での仕組み

アプリのユーザーが  `Deep Linking Share` をトリガー（実行）すると、アプリケーションは「`Deep Linking With Data`（データ付きディープリンキング）」セクションで構成されたURLを自動的に生成し、アプリ内で共有機能を実行します。`Deep Linking Share` は非常に優れており、組織のサブドメインを使用しているかカスタムドメイン名を使用しているかにかかわらず、Web用のアプリ構成を自動的に判別します。

<figure><img src="https://797861279-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4EFNSNZLMs5AZ70x2P33%2Fuploads%2FgbH4G5UNufnyBvBtUfOx%2FScreenshot%202025-05-01%20at%2015.45.27.png?alt=media&amp;token=6dcec84b-462c-4eae-a185-6fc51ab23f5f" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.adalo.com/ja/component-basics/inserting-and-editing-screens/deep-linking/deep-linking-share-action.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
