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
0 answers

Xamarin jar binding for Exact Target Journey Builder Android SDK

Has anyone successfully bound the Exact Target Journey Builder Android SDK? I can bind most of it successfully, but get stuck on this error message: missing class error was raised while reflecting com.exacttarget.etpushsdk.ETLocationManager…
Yos Noor
  • 21
  • 3
0
votes
1 answer

ExactTarget - JSON Feed as source

Having a tough time with ExactTarget's documentation. The example below from their docs works just fine, but I'm having trouble setting the var Json to an actual JSON feed. What am I missing? %%[ var @Json set @Json = '…
ok1ha
  • 637
  • 1
  • 11
  • 30
0
votes
1 answer

What is wrong with my AMPScript LookUp function?

Long time lurker, first time poster. I really appreciate any help! I am trying to pull Subject Lines from a separate data extension than our sendable data extension. There are different subject lines stored here, and they vary by each record. I'm…
jake314159
  • 101
  • 4
0
votes
1 answer

Why does this work? SQL, ExactTarget

I'm using the following query in ExactTarget and wondering why I need to use the table name in the GROUP BY statement but not in the WHERE statement. SELECT _Open.SubscriberKey, MIN(_Open.EventDate) AS EventDate3 FROM _Open INNER JOIN _Job ON…
0
votes
1 answer

AJAX call not firing after 5 keystrokes

Why does this require more than 5 keystrokes before firing? $( document ).ready(function() { $("#zipcode").on("keyup", function(event) { // keyup function if(this.value.length == 5){ // if 5 time keyup then fire the ajax var…
SFMC_User
  • 103
  • 4
0
votes
1 answer

ExactTarget Axis Fault - login failed

I tried the following link to connect the Enterprise API Service of ExactTarget. I didn't succeed. I used the following site to implement basic connection to ExactTarget API. Connecting to ExactTarget API using Axis 2 I get the Following error…
mark
  • 1
  • 3
0
votes
0 answers

Setting Facebook og:image in ExactTarget email using Social Forward

I'm trying to define the thumbnail I want to show up when a user shares an email via Facebook with ExactTarget. HTML tag: Relevant…
Vexla
  • 1
  • 1
0
votes
1 answer

Relationship not found between Marketing Lists and Emails Sends - Clickdimensions CRM 2015

We have clickdimensions installed in a 2015 CRM version. This environment previously used Exact Target for email marketing automation. We removed Exact Target before upgrading from 2011 -> 2013 -> 2015. Whenever any user attempts to associate an…
0
votes
1 answer

LookUpRows on rowset created with function BuildRowSetFromString

Is it possible to apply a function like LookUpRows or Lookup to an array created with BuildRowSetFromString? I have this: SET @rowSet = BuildRowSetFromString(@ItemsString2, '|') I'd like to know if there's a function on which I can do: SET @var…
guergana
  • 374
  • 5
  • 19
0
votes
1 answer

Is there a solution for translating Spanish to English and vice versa in emails? Using ExactTarget?

Is there a way using ExactTarget that I can send out a spanish email but provide a english option without generating 2 different emails? I thought about table driven but is there a technology out there that can be called from an EMAIL Communication…
0
votes
2 answers

Install 2 SDK for Push Service

Can I install 2 Pusk SDK Service in an app (Android and iOS)? we need to migrate from ExactTarget to Parse or UrbanAirship, but managers need time to migrate, so, we want to use ExactTarget for Marketing automation process (already configured) AND…
0
votes
1 answer

How to check how many subscribers are in data filter?

I'm starting to use data filters in Exact Target and wonder how to check how many subscribers satisfy set criteria for data filter.
Neryus
  • 13
  • 4
0
votes
1 answer

SQL Duplicate rows

I am writing a SQL query for my CRM. My table looks like below: EML SubKey ---------- A A A 1 B B C 2 I want to select unique emails and duplicate emails with non-numeric subkeys. Please help me :) The result should look like A A B…
0
votes
1 answer

Conditional Formatting in ExactTarget Personalized Subject Line

How can I setup conditional formatting using ExactTarget personalization? I want to only show the punctuation if the first name exists. For example, if name exists subject is NAME! Rest of Subject. but if the name field is blank then Rest of…
Jeremy H.
  • 523
  • 1
  • 5
  • 18
0
votes
1 answer

Collapsable empty rows in ExactTarget emails... How?

I'm trying to develop an email where the empty content areas would collapse if there is no content within them. I have tried putting the tag within a zeroed out table
Grandas
  • 519
  • 1
  • 5
  • 13
1 2 3
8 9