Questions tagged [exacttarget]

A commercial software as a service product for various marketing platforms including email, mobile, social media, and landing pages (now called Salesforce Marketing Cloud). There is a StackExchange site for Salesforce products including the Marketing Cloud: https://salesforce.stackexchange.com/questions/tagged/marketing-cloud

A commercial software as a service product for various marketing platforms including email, mobile, social media, and landing pages.

There is a StackExchange site for Salesforce products including the Marketing Cloud (formerly ExactTarget).

Resources

121 questions
0
votes
1 answer

Getting an HTML form's POST variables with AMPScript

Does anyone know if it's possible to get the POST variables from a form, using ExactTarget's scripting language, AMPScript? I'm seeing how to get parameters via query strings, but seeing how I'm building a login page, passing username/passwords…
dauble
  • 150
  • 1
  • 2
  • 12
0
votes
2 answers

Is it feasible to filtration of the data on the client side based on PDP based decision?

I have a web application in which I am giving role based data access to the user,I use the concept of XACML based reverse querying, i.e "A user want to access resource xyz, so under what condition he is allowed to do so?" So, my question is how…
Phalguni Mukherjee
  • 623
  • 3
  • 11
  • 29
0
votes
2 answers

Is it possible to trigger AMPscript from link in Email?

I have ExactTarget for Salesforce enabled and I'd like to create a Task record whenever someone clicks on a particular link in my email template. I am aware that AMPscript allows me to create a record in SFDC through 'CreateSalesforceObject' and…
slovak_100
  • 782
  • 2
  • 10
  • 33
0
votes
1 answer

What components are absolute requirements for TinyMCE?

I am working within ExactTarget which is a SalesForce subsidiary application and using their language AMPscript to create web forms which will update a Database table for use on publicly visible web pages. I want to use a wysiwyg Text Editor to…
Jonny Shaw
  • 117
  • 10
0
votes
1 answer

ExactTarget SOAP Client Using CXF

I am looking to build a stand-alone ExactTarget SOAP client using CXF. I was able to create a client using Glassfish Metro, but due to future support considerations we would like to use CXF. I found an old example and associated project, but it is…
Daniil Shevelev
  • 11,739
  • 12
  • 50
  • 73
0
votes
1 answer

exacttarget preform automation

I'm trying to trigger an automation on ExactTarget using SOAP in .net in C# so far i have found the examples page …
Equnox
  • 1
  • 1
0
votes
1 answer

Dynamic html mail process through single list with exact target fuel sdk

I want to send mails through single list every week. html mail and text mail both. It is possible to create one list like "12548" and add the different user like "abc@gmail.com","xys@yahoo.com", and more. Sent the one html newsletter for one user.…
Deepak
  • 1
  • 1
0
votes
1 answer

Retrieving data from SOAP API

I am trying to retrieve 3000 records from Exact Target SOAP API using Apache CXF. They return upto 2500 records per response. Thus I get "MoreDataAvailable", but I cannot get the remaining data. Here is the code: // Retrieve data RetrieveRequestMsg…
Daniil Shevelev
  • 11,739
  • 12
  • 50
  • 73
0
votes
1 answer

SQL Server 2005 ignores else in case statement

I have a SQL query that runs to produce a list of bounced email addresses. The issue I'm having is that no matter what I do I don't get back anything when b.SubscriberKey is either 0 or non-existent. This works fine when b.SubscriberKey is greater…
user448948
  • 1
  • 1
  • 3
0
votes
1 answer

SOAP requests using Savon

I dug as deep as I could but could not find a solution to my problem: I want to send SOAP requests to ExactTarget API. I am trying to use Savon, but the requests it creates are different from those that worked with ExactTarget's API (I used Java…
Daniil Shevelev
  • 11,739
  • 12
  • 50
  • 73
0
votes
1 answer

Exact Target Amp Script Triggered Send There Are No Valid Subscribers

Ampscript post returns no valid users.Any ideas? This is an enterprise account and exact target is not very help full. I created a api call and tried server side js but that returns with even worse response. %%[ var @emailaddr SET @emailaddr =…
user2236477
  • 1
  • 1
  • 1
0
votes
1 answer

How do I make Salesforce fields availble in exact target email

I am creating an email campaign for a client using exact target, http://www.exacttarget.com/. The clients Salesforce account is already connected to their exact target account. I would like to make more personalization fields (marge fields)…
jpshayes
  • 174
  • 3
  • 12
0
votes
1 answer

Server-Side JavaScript Sessions

I am working in a proprietary environment (ExactTarget) where I have to use Server-Side JavaScript, which I am not familiar with. I need to create a login for pw protected pages. Anyone know how to create/start sessions, set session variables, etc.…
-1
votes
1 answer

Rest api for Salesforce Markting Cloud (ExactTarget) returns Categories from Parent Business Unit

I have two business units in my salesforce marketing cloud account with different folders structures. For example Parent Business Unit (PBU) has 3 folders by name ABC, PQR, and XYZ and Child Business Unit(CBU) has 2 folders by name AA,BB. When I run…
-1
votes
2 answers

Unable to return value in scoped for loop: jQuery

I have a problem in jQuery where the value in insert still returns null when running the code below. I'm running through Salesforce's Exact Target and also has a HTML Document and script doc, which also contains this code snippet below. var value =…
1 2 3
8
9