Skip to content

I Dig Email

I really, really dig email

Category: SFMC/ExactTarget

Retrieve Subscriber via SOAP API & PHP

September 29, 2013 evangogh Code, PHP, SFMC/ExactTarget, SOAP

<?php function hexToStr($hex)     {     $string = ”;     for ($i = 0; $i < strlen($hex) – 1; $i+= 2)  

Read more

Creating Triggered Send Definition via SOAP API & PHP

September 20, 2013 evangogh Code, PHP, SFMC/ExactTarget, SOAP

<?php require(’../../00 Includes/exacttarget_soap_client.php’); $wsdl = ‘https://webservice.exacttarget.com/etframework.wsdl’; try {         /* Create the Soap Client */         $client = new

Read more

Retrieve Subscribers with “Unsubscribe” Status from List via SOAP API & PHP

September 19, 2013 evangogh Code, PHP, SFMC/ExactTarget, SOAP
Read more

ExactTarget Web Collect Error Codes

September 12, 2013 evangogh SFMC/ExactTarget

Case 1: An error has occurred while attempting to save your subscriber information. Case 2: The list provided does not exist. Case 3: Information was

Read more

Triggered Send via Smart Capture Form & AMPScript

September 12, 2013 evangogh AMPScript, Code, SFMC/ExactTarget

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">    <head>       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />       <title>My Form</title>

Read more

Triggered send using AMPScript

September 9, 2013 evangogh AMPScript, Code, SFMC/ExactTarget

The example below uses AMPScript and shows creating a subscriber, using an existing triggered send definition by customer key, and executing the triggered send using

Read more

Creating Triggered Send via SOAP API & PHP

September 9, 2013 evangogh Code, PHP, SFMC/ExactTarget, SOAP

<?php require (’../../00 Includes/exacttarget_soap_client.php’); $wsdl = ‘https://webservice.exacttarget.com/etframework.wsdl’; try     {     /* Create the Soap Client */     $client = new ExactTargetSoapClient($wsdl,

Read more

Posts pagination

«Previous Posts 1 2
WordPress Theme: Gridbox by ThemeZee.