<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>Campaign Monitor Forums</title>
<link>http://www.campaignmonitor.com/forums</link>
<description> Campaign Monitor Forums</description>
<docs>http://backend.userland.com/rss</docs>
<item>
<title>drpudding posted on &quot;Get Multi-Options Interests and add a new Interest&quot; in API Developer Community</title>
<author>drpudding</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23517#p23517</link>
<guid isPermaLink="false">23517@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;I am using the PHP wrapper and need to first get a members existing Interests, then append any new Interests they may have selected. Otherwise, my add will lose all existing Interests. I couldn't find a good sample of this using PHP wrapper. Tried something like this:&lt;br /&gt;&lt;br /&gt;$wrap = new CS_REST_Subscribers(CM_LIST_ID, CM_API_KEY);&lt;br /&gt;$result = $wrap-&amp;gt;get($email);&lt;br /&gt;&lt;br /&gt;This returns an Object. Can I&amp;nbsp; cast this to an array and then look for my target 'Interests' Key, like this:&lt;br /&gt;&lt;br /&gt;foreach($result-&amp;gt;response-&amp;gt;CustomFields AS $object) {&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; $array = (array) $object;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if ($array['Key']=='Interests') {&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $interestsArr[] = $array['Value'];&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;Then when re-subscribing, I'm not sure how to best integrate the Interest array back in to this:&lt;br /&gt;&lt;br /&gt;$wrap = new CS_REST_Subscribers(CM_LIST_ID, CM_API_KEY);&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; $result = $wrap-&amp;gt;add(array(&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'EmailAddress' =&amp;gt; $email,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Name' =&amp;gt; $name,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'CustomFields' =&amp;gt; array(&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; array(&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Key' =&amp;gt; 'Company',&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Value' =&amp;gt; $company &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; array(&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Key' =&amp;gt; 'interests',&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Value' =&amp;gt; $interests &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ),&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Resubscribe' =&amp;gt; true&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ));&lt;br /&gt;&lt;br /&gt;I'm sure there must be a fairly straightforward way to do this.&lt;br /&gt;Thanks for any snippet!&lt;br /&gt;&lt;br /&gt;Marc&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 22:46:47 -0600</pubDate>
</item>
<item>
<title>kas2 posted on &quot;Support issue passed to Dev&quot; in General chat</title>
<author>kas2</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23516#p23516</link>
<guid isPermaLink="false">23516@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;I've heard back. (See why I love them?).&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 16:56:18 -0600</pubDate>
</item>
<item>
<title>kas2 posted on &quot;Support issue passed to Dev&quot; in General chat</title>
<author>kas2</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23515#p23515</link>
<guid isPermaLink="false">23515@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;Hi, My support ticket was passed to a developer 24 hours ago. Can you tell me roughly how long it usually takes to hear back? Not being able to give my client some answers is really testing my clients patience. While my clients knows we white label my client isn't the kind to wait for things.&lt;br /&gt;&lt;br /&gt;I love CM and their support team, so this isn't meant to be a go at them at all. Just trying to keep my VIP client happy.&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 16:00:57 -0600</pubDate>
</item>
<item>
<title>JamunaDas45 posted on &quot;AWESOME!&quot; in General chat</title>
<author>JamunaDas45</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23514#p23514</link>
<guid isPermaLink="false">23514@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;its really awesome&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 12:46:16 -0600</pubDate>
</item>
<item>
<title>kas2 posted on &quot;Pricing emergency... MailChimp, Contactology, etc.&quot; in General chat</title>
<author>kas2</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23513#p23513</link>
<guid isPermaLink="false">23513@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;Mail Chimp has a loooooooooooooooong way to go before I would ever consider touching it. I had to use it once, and it was stressful - and I've been using email marketing systems for a long time. I actually am scared by the thought of having to train someone on using it.&lt;br /&gt;&lt;br /&gt;Everyone I have ever trained on Campaign Monitor &amp;quot;just gets it&amp;quot;. The system is so intuitive and easy to use, it's worth the extra pennies. Especially as I'm sure we'd get a billion time more support calls if it wasn't so easy to use.&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 11:56:29 -0600</pubDate>
</item>
<item>
<title>kas2 posted on &quot;A/B split tests&quot; in General chat</title>
<author>kas2</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23512#p23512</link>
<guid isPermaLink="false">23512@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;What number of contacts do you need to have to make an a/b split test worthwhile?&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 11:51:40 -0600</pubDate>
</item>
<item>
<title>kas2 posted on &quot;Merging data - this is kind of tricky to explain!&quot; in General chat</title>
<author>kas2</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23511#p23511</link>
<guid isPermaLink="false">23511@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;Just to say I went through the help desk and Stig was an awesome help.&lt;br /&gt;&lt;br /&gt;If anyone wants to know how to do this, there's a functional called &amp;quot;vLookup&amp;quot; in Excel that is definitely worth looking into. It allowed me to put all of the data from each list on seperate sheets and then, using a unique identifier (the email address) recompile the data exactly as I required perfectly. Took minutes.&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 11:50:22 -0600</pubDate>
</item>
<item>
<title>peterbaker posted on &quot;Facebook like - image and text customisation&quot; in Email design &amp; coding</title>
<author>peterbaker</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23509#p23509</link>
<guid isPermaLink="false">23509@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;@roshodgekiss - Yes, I get how og:image works, but that's missing my point; There's no way to customize og:image on a per-campaign basis, only in the template. I can't enable my clients to specify which image gets used for each campaign, nor does Facebook see images from within the template anymore.&lt;br /&gt;&lt;br /&gt;Example; a liquor company sends out a newsletter with a selection of drink recipes, they want people who share the campaign on Facebook to choose the image of the recipe they like most when sharing. This used to be possible, it's not anymore. Without specifying og:image, Facebook simply grabs the first image it comes across, if we do specify og:image on the template level, it won't be any of the uploaded images in the campaign.&lt;br /&gt;&lt;br /&gt;This has been extremely hard to explain to our clients, since it did previously work exactly as they expected (and exactly how it works on most websites).&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 10:14:31 -0600</pubDate>
</item>
<item>
<title>mbhnyc posted on &quot;Autoresponders based on Segments?&quot; in Troubleshooting</title>
<author>mbhnyc</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23508#p23508</link>
<guid isPermaLink="false">23508@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;Adding my vote to this feature as well ??”? basically I was HOPING I could bifurcate the second autoresponder in a sequence, to people who've activated their account (via a custom field api call) and those who haven't.&amp;nbsp; Gotta say, I was disappointed to find that wasn't possible...I really like recommending you guys based on your fight for standards-compliant email clients, but this is some pretty basic stuff that a campaign needs!&lt;br /&gt;&lt;br /&gt;Hoping this gets some love soon now that the editor is in good shape.&amp;nbsp; :)&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 09:46:52 -0600</pubDate>
</item>
<item>
<title>W1LC0 posted on &quot;ERROR PROCESSING: Acquiring or Issuing bank unavailable&quot; in Troubleshooting</title>
<author>W1LC0</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23507#p23507</link>
<guid isPermaLink="false">23507@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;Update:&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thanks for your patience.&amp;nbsp; We have just heard that the problem with the payment gateway has been resolved and all cards should be processed without error now.&amp;nbsp; Could you please just try again and let us know how you get on.&lt;br /&gt;&lt;br /&gt;Our apologies for any delays caused with this issue.&amp;nbsp; If you do still have any issues, please feel free to contact us.&lt;br /&gt;&lt;br /&gt;Thanks for your help and patience.&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 09:15:14 -0600</pubDate>
</item>
<item>
<title>cmchris posted on &quot;error? Social Sharing Screen repeats data on mouse wheel scroll&quot; in Troubleshooting</title>
<author>cmchris</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23506#p23506</link>
<guid isPermaLink="false">23506@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;No problem Ros&lt;br /&gt;&lt;br /&gt;Doing it now....&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 08:40:20 -0600</pubDate>
</item>
<item>
<title>janicebott posted on &quot;ERROR PROCESSING: Acquiring or Issuing bank unavailable&quot; in Troubleshooting</title>
<author>janicebott</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23505#p23505</link>
<guid isPermaLink="false">23505@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;I'm also having this problem. It's my first email campaign and I promised my client it would go out today, so I hope it gets fixed soon.&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 08:31:10 -0600</pubDate>
</item>
<item>
<title>tgi posted on &quot;ERROR PROCESSING: Acquiring or Issuing bank unavailable&quot; in Troubleshooting</title>
<author>tgi</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23504#p23504</link>
<guid isPermaLink="false">23504@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;I've also been having this problem all day today, I've tried waiting 20-30 mins and resending but the same problem occurs&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 08:25:58 -0600</pubDate>
</item>
<item>
<title>steveharney posted on &quot;ERROR PROCESSING: Acquiring or Issuing bank unavailable&quot; in Troubleshooting</title>
<author>steveharney</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23503#p23503</link>
<guid isPermaLink="false">23503@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;Yeah I have the same thing. I will try again in 30 minutes and see what we get.&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 08:07:56 -0600</pubDate>
</item>
<item>
<title>W1LC0 posted on &quot;ERROR PROCESSING: Acquiring or Issuing bank unavailable&quot; in Troubleshooting</title>
<author>W1LC0</author><link>http://www.campaignmonitor.com/forums/viewtopic.php?pid=23502#p23502</link>
<guid isPermaLink="false">23502@http://www.campaignmonitor.com/forums</guid>
<description>&lt;p&gt;Got reply about this issue: &lt;br /&gt;&amp;quot;Hi,&lt;br /&gt;&lt;br /&gt;Thanks for getting in touch.&amp;nbsp; Sorry to hear you are having issues.&amp;nbsp; We are looking into the issue right now and will let you know as soon as we have some more details for you.&amp;nbsp; But initial reports seem to indicate there are some intermittent problems with the payment gateway, some transactions are going though ok whilst others are failing.&lt;br /&gt;&lt;br /&gt;We do apologies. In the meantime, could you just retry the payment in about 20 or 30 minutes and let us know how you get on.&lt;br /&gt;&lt;br /&gt;Thanks for your help and patience.&amp;quot;&lt;/p&gt;</description>
<pubDate>Fri, 10 Feb 2012 07:36:26 -0600</pubDate>
</item>
</channel></rss>
