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
1
vote
3 answers

Exacttarget ampscript show/hide mobile email content

I'm trying to show email content based on the user-agent/screen size, so that i can show an image on mobile phones i.e. if this email is opened on a desktop - don't show this content, if the same email is opened on a mobile phone - show this…
David Powell
  • 11
  • 1
  • 2
1
vote
1 answer

check if list exists in exacttarget API

I'm planning to create lists and add user details as subscribers to them using the exacttarget SOAP API in PHP. The code api has sample code on creating a list. I built my custom logic based on it as follows public function createList($siteId,…
optimusprime619
  • 754
  • 2
  • 17
  • 38
1
vote
3 answers

JQuery $.post in PHP foreach loop

I have a form where a subscriber can select the newsletters they want to recieve and then an AJAX form will send the results to Exact Target and add the subscriber to every list the subscriber want to be added too. I have a PHP foreach loop setup to…
mkrisch
  • 105
  • 2
  • 12
0
votes
1 answer

How to Retrieve an ExactTarget Email?

How to retrieve an Exact Target Email? I followed from the sample here: and I have the below code: var retrieveRequest = new RetrieveRequest(); retrieveRequest.ObjectType = "Email"; retrieveRequest.Properties = new [] …
The Light
  • 26,341
  • 62
  • 176
  • 258
0
votes
0 answers

Want to Extract All SQLs from All SQL Activities in Marketing cloud and Load them in Data extension

I am working with client who has ancient marketing cloud implementation. There are huge number of automations which contain sql activities. Now the customer wants to change customer data model, which impact many sqls in sql activities. If the sqls…
0
votes
0 answers

Can we track the errorlogs for the TriggerSends in Marketing Cloud?

We have created few TriggerSends to send out an email to customers via API and if something got errored out how can we track those details?
0
votes
0 answers

How to Update multiple Records in Salesforce Object using Cloud pages

I am trying to update multiple rows in Salesforce opportunities object on the same field but with different values. even thought I am able to display all those rows and created a input field for all of them, I cannot come up with the solution on how…
0
votes
1 answer

How to fire a journey interaction event via FuelSDK-CSharp?

So my vendor has this event for me to call, members like ContactKey, EventDefinitionKey and Data. But I cannot find anywhere a class suffice this, not in sample project not in documents. Only an internal class called "ContactEvent" looks similar but…
Ree5un
  • 197
  • 1
  • 2
  • 14
0
votes
2 answers

If contains operators in AMPscript

At the top of my newsletter I bring salutation and last name information but I don't want to show the value in Salutation directly. I used below Amscript but apparently it only checks the first value then brings "mevrouw" regardlessly. Geachte %%[…
0
votes
1 answer

Marketing cloud SOAP API Retrieve request timeout exception

I am trying to download the subscribers from marketing cloud using the SOAP API and it throws the following exception after couple of iterations. It does not fail consistently. Sometimes it completes 50 iterations and fails and sometimes it fails…
0
votes
1 answer

Salesforce marketing cloud API does not return an access/authorization token

I have an application that requests the marketing cloud for an access token to use in subsequent requests to access the API. This was designed last year and working fine till last week. The same request has been failing since 02/22. Here is the…
0
votes
1 answer

Is there any SOAP object available to pull journey information from marketing cloud?

I am trying to download the journey information from marketing cloud and understand how it's related to a _Job dataview. Is there any Object that directly pulls all journey related information using SOAP API calls? I have downloaded the _Journey…
0
votes
1 answer

How to execute a SQL query against Salesforce marketing cloud using SOAP API?

I am a new SOAP API user trying to access Salesforce marketin cloud. My requirement is to execute a query to pull records from the _Job dataview present in salesforce marketing cloud as below: select * from _Job The SOAP API documentation has the…
0
votes
1 answer

What is the impact when Marketing Cloud Connector user's password changes?

We have set up Marketing Cloud Connector to integrate Marketing Cloud and Sales Cloud. We need to change password for our user that we created in Sales Cloud(having 'Admin' permissions). Will it have any repercussions on our Connector or our active…
Krati Garg
  • 145
  • 1
  • 10
0
votes
1 answer

Unable to use server-side JavaScript (SJSS) in emails on Marketing Cloud (ExactTarget)

UPDATE - You can only use SJSS in automation studio and web pages, not within emails. For this you need AMPscript. Original question: I can not use any SJSS functions in emails on Marketing cloud (ExactTarget). My email contains the…
pshp
  • 21
  • 6
1 2 3
8 9