ActivationPlatform
親種別
Metadata メタデータ型を拡張し、その fullName 項目を継承します。
ファイルのサフィックスおよびディレクトリの場所
ActivationPlatform コンポーネントのサフィックスは .activationPlatform で、activationPlatforms フォルダに保存されます。
バージョン
ActivationPlatform コンポーネントは、API バージョン 54.0 以降で使用できます。
特別なアクセスルール
この種別に固有のアクセス要件は他にありません。
項目
| 項目名 | 説明 |
|---|---|
| dataConnector |
|
| description |
|
| enabled |
|
| includeSegmentNames |
|
| logoUrl |
|
| masterLabel |
|
| notes |
|
| outputFormat |
|
| outputGrouping |
|
| periodicRefreshFrequecy |
|
| platformType |
|
| refreshFrequency |
|
| refreshMode |
|
宣言的なメタデータの定義のサンプル
ActivationPlatform コンポーネントの例を次に示します。
1<?xml version="1.0" encoding="UTF-8"?>
2<ActivationPlatform xmlns="http://soap.sforce.com/2006/04/metadata">
3 <dataConnector>S3Connector</dataConnector>
4 <description>Activation Platform Description</description>
5 <enabled>false</enabled>
6 <includeSegmentNames>false</includeSegmentNames>
7 <logoUrl>link to logo</logoUrl>
8 <masterLabel>MyExternalPlatform</masterLabel>
9 <notes>Notes about this Platform</notes>
10 <outputFormat>CSV</outputFormat>
11 <outputGrouping>PER_ACCOUNT</outputGrouping>
12 <refreshMode>FULL</refreshMode>
13 <refreshFrequency>TWENTY_FOUR</refreshFrequency>
14 <periodicRefreshFrequecy>NEVER</periodicRefreshFrequecy>
15 <platformType>Advertising</platformType>
16</ActivationPlatform>前の定義を参照する package.xml の例を次に示します。
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <fullName>MyActivationPlatform</fullName>
4 <types>
5 <members>APlatform</members>
6 <name>ActivationPlatform</name>
7 </types>
8 <types>
9 <members>AccountIdField</members>
10 <name>ActivationPlatformField</name>
11 </types>
12 <types>
13 <members>S3Connector</members>
14 <name>ActvPfrmDataConnectorS3</name>
15 </types>
16 <types>
17 <members>EmailIdentifier</members>
18 <name>ActvPlatformAdncIdentifier</name>
19 </types>
20 <types>
21 <members>AccountIdFieldValue</members>
22 <name>ActvPlatformFieldValue</name>
23 </types>
24 <version>54.0</version>
25</Package>マニフェストファイル内のワイルドカードのサポート
このメタデータ型では、package.xml マニフェストファイル内のワイルドカード文字 * (アスタリスク) がサポートされます。マニフェストファイルの使用についての詳細は、「zip ファイルを使用したメタデータのリリースと取得」を参照してください。