Find:     
Popular Searches:  LCD TV, Projectors, MP3 Players, Cordless Phones, Plasma TV,

This document is an implementation guide for the myTriggers.com Merchant program. The Merchant program is a means for merchants who do not wish to provide data through a third-party aggregate to provide product data to myTriggers. Merchants will be able to provide this data via FTP. This document is also available in PDF format.

FTP Procedures

Establishing a new data feed involves the following steps:

  1. myTriggers will establish a unique FTP account on our servers for the merchant to upload files.
  2. A username and password will be assigned to the FTP account. myTriggers will e-mail the username and password to the merchant contact upon creation of the FTP account.
  3. The merchant will upload a data feed into the merchant's FTP account.
  4. myTriggers will read the feed file and update product information.


Note
: The myTriggers server hostname is: ftp.mytriggers.com

The Merchant Data File

The Delimited Merchant Data File is a text file where the fields are separated by the Tab Delimiter. Each line corresponds to a unique product and the line has two sections, the Primary section and the Attribute section. The merchant must populate the file with all required fields, as well as any other information provided by the merchant that conforms to the specifications in Appendix A.

There are four (4) fields that have been specified as required fields, and are as follows: SKU, Product Name, Product URL, and Price. These four fields are the absolute minimum fields that myTriggers requires a merchant to send in order to store the product data.

All fields are separated with a tab delimiter. New records are terminated by new line/carriage return. If a field is not being used, its position is preserved in the file with the appropriate tab delimiters.

File Naming and Compression

Data files can be uploaded with any file name. Files can be compressed or uncompressed. Allowable compression formats are GZip, BZip2, or Zip. Files must have an appropriate file extension that corresponds with

GZip .gz
BZip2 .bz2
Zip .zip
RAR .rar

Appendix A: Merchant Data File Field Definitions

Required Fields are in Bold

Name Definition Key
1  SKU String (100) Advertiser's unique identifier for the product. All future references to a given product reference this.
2  Product Name String (255) The product's name.
3  Description String (3000) The product's description in paragraph-style text.
4  Primary Category String (300) Primary product category.
5  Secondary Category(ies) String (2000) Secondary product categories, delimited with double tildes (~~).
6  Product URL String (500) URL of the product page.
7  Product Image URL String (500) URL of product image. This will be an absolute URL.
8  Price Number (10,2) This price reflects any discounts.
9  Currency String (3) The three character ISO Currency Code. Default is USD.
10 Manufacturer String (160) The brand or manufacturer of the product.
11 Manufacturer Part # String (64) Manufacturer's part number.
12 UPC String (15) 12-digit UPC, or 13-digit EAN number.
13 ISBN String (13) ISBN number, if available. This is a unique, machine-readable identification number that is often applied to books.

Find: