-Native App SDK - | -
- -```objc -[adjustConfig setCoppaCompliantEnabled:YES]; -``` - | -
-Web View SDK - | -
- -```js -adjustConfig.setCoppaCompliantEnabled(true); -``` - | -
Parameter name | -Requirement | -Description | -Note | -
---|---|---|---|
SCMCategory | -Required* | -Product category (entire category path) | -Category information provided in the tracking code on category or listing pages should match the category information provided in the feed or in the tracking code of product pages. | -
SCMProductName | -Required* | -Product name | -Special characters should not be encoded but provided in proper UTF-8. Do not use any HTML markup. | -
SCMSalePrice | -Required* | -Sale price as decimal value (e.g. 2.99) | -Please use a dot as a decimal separator and do not use any thousand separators. | -
SCMAmount | -Required* | -Regular price as decimal value (e.g. 3.99) | -Please use a dot as a decimal separator and do not use any thousand separators. | -
SCMCurrency | -Required* | -Currency code in ISO 4217 format (e.g. EUR) | -Fixed currency code. Should have been provided to you in the tracking code examples. | -
SCMProductURL> | -Required* | -Product URL (deeplink) | -Please provide a working deeplink ideally without any click tracking parameter (Google Analytics, HURRA, Eulerian, etc.), Please always use deeplinks with http:// | -
SCMProductImageURL | -Required* | -Product image URL | -Please provide images in a reasonable size. For an optimal appearance in the ads the images should be at least 200x200px and should have the same aspect ratio. | -
SCMBrand | -Required* | -Product brand | -Special characters should not be encoded but provided in proper UTF-8 (Same as SCMProductName above). Do not use any HTML markup. | -
SCMDescription | -Optional | -Short product description | -Special characters should not be encoded but provided in proper UTF-8 (Same as SCMProductName above). Do not use any HTML markup. | -
SCMTimestamp | -Optional | -Timestamp until when the product is available (please use GMT time) | -Please provide the date a visitor has searched for. It should be an NSTimeInterval wrapped in NSNumber (see example). | -
SCMValidityTimestamp | -Optional | -Timestamp until when the product is available (please use GMT time) | -Please provide the unix timestamp until when the product is available. Please use 0 for products that are always available. It should be an NSTimeInterval wrapped in NSNumber (Same as SCMTimestamp above). | -
SCMQuantity | -Optional | -Number of products in stock | -Please integrate this field only after discussion with your personal Sociomantic contact | -
SCMScore | -Optional | -Priority score of the product (value range is between 0 to 10.0) | -Please integrate this field only after discussion with your personal Sociomantic contact | -
Parameter name | -Requirement | -Description | -Note | -
---|---|---|---|
SCMProductID | -Required | -Product ID | -Please provide the product ID without any subIDs for any color or size variations. | -
SCMAmount | -Optional | -Product price as decimal value (e.g. 2.99) | -Please use a dot as a decimal separator and do not use any thousand separators. Please only provide price per product, even if quantity has a value larger than 1. | -
SCMCurrency | -Optional | -Currency code in ISO 4217 format (e.g. EUR) | -Fixed currency code. Should have been provided to you in the tracking code examples. | -
SCMQuantity | -Optional | -Quantity of the product selected | -Please use an integer value. | -
Parameter name | -Requirement | -Description | -Note | -
---|---|---|---|
SCMAmount | -Optional | -Product price as decimal value (e.g. 2.99) | -Please use a dot as a decimal separator and do not use any thousand separators. Please only provide price per product, even if quantity has a value larger than 1. | -
SCMCurrency | -Optional | -Currency code in ISO 4217 format (e.g. EUR) | -Fixed currency code. Should have been provided to you in the tracking code examples. | -
SCMQuantity | -Optional | -Quantity of the product selected | -Please use an integer value. | -
パラメータ名 | -条件 | -説明 | -備考 | -
---|---|---|---|
SCMCategory | -必須* | -プロダクトカテゴリ(entire category path) | -リスティングページまたはカテゴリのトラッキングコードから提供されるカテゴリ情報は、フィードまたはプロダクトページのトラッキングコードから提供されるカテゴリ情報と一致する必要があります。 | -
SCMProductName | -必須* | -プロダクト名 | -記号はエンコードできませんが、UTF-8で使用できます。HTMLマークアップは使用できません。 | -
SCMSalePrice | -必須* | -セール価格 (小数 e.g. 2.99) | -小数点はドットを使ってください。カンマは使えません。 | -
SCMAmount | -必須* | -通常価格 (小数 e.g. 3.99) | -小数点はドットを使ってください。カンマは使えません。 | -
SCMCurrency | -必須* | -通貨コード(ISO 4217フォーマット e.g. EUR) | -決められた通貨コードが入ります。トラッキングコードサンプルでご確認いただけます。 | -
SCMProductURL> | -必須* | -プロダクトURL (ディープリンク) | -有効なディープリンクを設定してください。Googleアナリティクス、Hurra、Eulerian等のクリックトラッキングパラメータを含まないディープリンクが理想的です。ディープリンクは http:// で始まるようにしてください。 | -
SCMProductImageURL | -必須* | -プロダクト画像URL | -画像サイズにご注意ください。広告中に任意でつけられる画像は最小で 200x200 px で、同じアスペクト比である必要があります。 | -
SCMBrand | -必須* | -プロダクトブランド | -記号はエンコードできませんが、UTF-8で使用できます(上記SCMProductNameと同様です)。HTMLマークアップは使用できません。 | -
SCMDescription | -任意 | -短い商品説明 | -記号はエンコードできませんが、UTF-8で使用できます(上記SCMProductNameと同様です)。HTMLマークアップは使用できません。 | -
SCMTimestamp | -任意 | -プロダクト公開までのタイムスタンプ(GMT) | -訪問者が検索した日付を入力してください。NSNumberクラスでラップされたNSTimeInterval形式にしてください(例をご確認ください)。 | -
SCMValidityTimestamp | -任意 | -プロダクト公開までのタイムスタンプ(GMT) | -プロダクトが利用可能になるまでの時間をUnixタイムスタンプで入力してください。常に利用できるプロダクトには 0 を入力してください。NSNumberクラスでラップされたNSTimeInterval形式にしてください(SCMTimestampと同様です)。 | -
SCMQuantity | -任意 | -プロダクトの在庫数 | -このフィールドはSociomanticの担当者にご相談いただいた上でご使用ください。 | -
SCMScore | -任意 | -プロダクトのプライオリティスコア(0 から 10.0 まで) | -このフィールドはSociomanticの担当者にご相談いただいた上でご使用ください。 | -
パラメータ名 | -条件 | -説明 | -備考 | -
---|---|---|---|
SCMProductID | -必須 | -プロダクトID | -カラーやサイズなどのサブIDを除いたプロダクトIDを入力してください。 | -
SCMAmount | -任意 | -価格(小数 e.g. 2.99) | -小数点はドットを使ってください。カンマは使えません。数量が1より大きい場合でも、プロダクト1つあたりの価格を入力してください。 | -
SCMCurrency | -任意 | -通貨コード(ISO 4217フォーマット e.g. EUR) | -決められた通貨コードが入ります。トラッキングコードサンプルでご確認いただけます。 | -
SCMQuantity | -任意 | -選択されたプロダクトの数量 | -整数で入力してください。 | -
パラメータ名 | -必須 | -説明 | -備考 | -
---|---|---|---|
SCMAmount | -任意 | -価格(小数 e.g. 2.99) | -小数点はドットを使ってください。カンマは使えません。数量が1より大きい場合でも、プロダクト1つあたりの価格を入力してください。 | -
SCMCurrency | -任意 | -通貨コード(ISO 4217フォーマット e.g. EUR) | -決められた通貨コードが入ります。トラッキングコードサンプルでご確認いただけます。 | -
SCMQuantity | -任意 | -選択されたプロダクトの数量 | -整数で入力してください。 | -