Sha256: e28ba26a1479b911f06b452df02c551ae52a7f69d4bcc1a35a3aa40d0b573a7b
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
Changelog ========= ### 0.1.0 - Including `<SAVE_COLUMNS>` inside the XML request. > To save the personalization values in the Engage database, > you must create the fields in your database and use the SAVE_COLUMN element > for that XML tag. ``` <XTMAILING> <CAMPAIGN_ID>numeric CAMPAIGN id</CAMPAIGN_ID> <TRANSACTION_ID>TRANS-1234</TRANSACTION_ID> <SHOW_ALL_SEND_DETAIL>false</SHOW_ALL_SEND_DETAIL> <SEND_AS_BATCH>false</SEND_AS_BATCH> <NO_RETRY_ON_FAILURE >false</NO_RETRY_ON_FAILURE> <SAVE_COLUMNS> <COLUMN_NAME>ACCOUNT_ID</COLUMN_NAME> </SAVE_COLUMNS> <RECIPIENT> <EMAIL>person@domain.com</EMAIL> <BODY_TYPE>HTML</BODY_TYPE> <PERSONALIZATION> <TAG_NAME>ACCOUNT_ID</TAG_NAME> <VALUE>807</VALUE> </PERSONALIZATION> <PERSONALIZATION> <TAG_NAME>TRANSACT_MAIL_BODY</TAG_NAME> <VALUE><![CDATA[<p>Click this link: <a href="http://foo">link</a><p>]]></VALUE> </PERSONALIZATION> </RECIPIENT> </XTMAILING> ``` ### 0.0.8 - Removing log4r and use Rails.logger instead (fix for isssue #1) ### 0.0.7 - If Rails.logger exists use it, if not switch to log4r. ### 0.0.6 - Start using log4r instead of Logger.new (now logs are namespaced) - Minor changes to README and documentation. Added Changelog and silverpop api. - Adding name spaced exceptions to handle custom errors. ### 0.0.5 - Start using job.configure { } to change the Silverpop gateway url. - Start using Pry instead of IRB. - Start using Awesome Print instead of inspect. ### 0.0.4 - Minor changes to README and documentation. ### 0.0.3 - First usable version. Seems to be working. ### 0.0.2 - Adding a few clasess, still a mess. ### 0.0.1 - Empty gem using bundler's boilerplate. TODO ---- - Include Yard for documentation http://yardoc.org - Let change the gateway from the Class, instead from the instance
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
planet_express-0.1.0 | CHANGELOG.md |