- CloudPages_DataExtension
- IGO_PRODUCTATTRIBS
- IGO_PRODUCTS
- IGO_PROFILES
- IGO_PURCHASES
- IGO_VIEWS
- PI_ABANDONED_CART_EVENT
- PI_ABANDONED_CART_ITEMS
- PI_CONTENT
- PI_CONTENTATTRIBS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOST: https://www.exacttargetapis.com | |
GET https://www.exacttargetapis.com/interaction/v1/interactions/rest | |
Content-Type: application/json | |
Authorization: Bearer [insert-accessToken-here] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<soap:Envelope | |
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" | |
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" | |
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> | |
<soap:Header> | |
<wsa:Action>RetrieveResponse</wsa:Action> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"took":6, | |
"timed_out":false, | |
"_shards":{ | |
"total":32, | |
"successful":32, | |
"failed":0 | |
}, | |
"hits":{ | |
"total":6, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "09124684-75af-4ea3-8fc3-a3ef86169dfa", | |
"key": "019a05b8-c581-2500-1c56-bb22bc6751bd", | |
"name": "Sausage Update", | |
"lastPublishedDate": "0001-01-01T00:00:00", | |
"description": "", | |
"version": 1, | |
"workflowApiVersion": 1, | |
"createdDate": "2015-02-10T13:33:31.453", | |
"modifiedDate": "2015-02-10T13:39:19.78", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Use the following cURL command to execute this request: | |
curl -XPOST -H "Content-type: text/xml; charset=utf-8" -H "SOAPAction: Update" -d @request.xml https://webservice.s7.exacttarget.com/Service.asmx | |
Replace 's7' with your SOAP endpoint as required | |
--> | |
<?xml version="1.0" encoding="utf-8"?> | |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<soapenv:Header> | |
<fueloauth xmlns="http://exacttarget.com">insertAccessTokenHere</fueloauth> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<soapenv:Header> | |
<fueloauth xmlns="http://exacttarget.com">insertAccessTokenHere</fueloauth> | |
</soapenv:Header> | |
<soapenv:Body> | |
<RetrieveRequestMsg xmlns="http://exacttarget.com/wsdl/partnerAPI"> | |
<RetrieveRequest> | |
<ObjectType>DataExtensionField</ObjectType> | |
<Properties>Name</Properties> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>GTL Test | |
</title> | |
</head> | |
<body> | |
%%[ | |
var @reservationData, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"subjectLines":[ | |
{ | |
"date":"08/10/2016", | |
"subject":"this is my Wednesday subject" | |
}, | |
{ | |
"date":"08/11/2016", | |
"subject":"this is my Thursday subject" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%[ | |
var @subscriberEmail, @dataSourceEmail, @abort | |
set @dataSourceEmail = AttributeValue('Email') | |
set @subscriberEmail = emailaddr | |
if @dataSourceEmail != @subscriberEmail then | |
set @abort = true | |
else | |
set @abort = false |
OlderNewer