# 拡張ドメイン適用時の考慮事項

{% hint style="info" %}
「拡張ドメイン」については下記をご参考ください。

<https://help.salesforce.com/s/articleView?id=sf.domain_name_enhanced.htm&type=5&language=ja>
{% endhint %}

拡張ドメインを適用すると、MatchingMapのVisualforceページのURLは下記のように変更になります。

```html
https://<私のドメイン名>--matchingmap.vf.force.com/apex/index#
```

そのため、上記URLを直接利用している箇所がある場合はその修正が必要です。

「[Google Maps/Geocoding APIキーを保護する ＞ Google Maps JavaScript API用に設定](https://help.co-meeting.co.jp/matchingmap/admins/matchingmap-management/system-setting/secure-googlemaps-geocoding-api-key#id-2-google-maps-javascript-api)」に沿ってAPIの保護を行っている場合は、下記画像のHTTPリファラーのURLも変更になっているかと思いますので、キーの設定を変更する必要があります。APIの保護を行っていない場合は、設定の変更は不要です。

<figure><img src="https://1700534529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M9fHkK9h-Qk2rdQfzI0%2Fuploads%2FhmvlxK1sSpQAsVuzHUXq%2Fimage.png?alt=media&#x26;token=a431c962-5c56-4929-b2d0-8b94b39ca945" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**参考**

* Salesforceヘルプ : [拡張ドメインに関する考慮事項](https://help.salesforce.com/s/articleView?id=sf.domain_name_enhanced_considerations.htm\&type=5\&language=ja)
  {% endhint %}
