Within my data a customer can have numerous activity IDs assigned to them. They're assigned a new ID for each activity that they complete on our website.Each activity ID has an activity date/time attached to it. How can I add an activity ID as Additional Data within an enrichment that is the first...
I'm trying to filter on Event Date in the Recipient Delivery Log.My filter says: Include Event Dates that are equal to today.When I do this, I get no records. I have confirmed that there are records with an Event date of today in the table; so I've discounted that as an issue. I'm also using DateO...
If an email is sent from Message Center and bounces, does a flag get added to the Recipient (or whichever relevant) table in the Marketing instance to ensure that that recipient isn't contacted again?Or does Message Center not "speak" to the Marketing instance in this way?ThanksTom
As is pretty standard, I'm including Firstname in our emails:<%= recipient.firstName %>, you're almost there!Could someone let me know how I would add some logic to the above so that in the unlikely event of firstName being blank, the intro line reads only "You're almost there".So something like:IF ...
I've sent a few deliveries manually using ad hoc data.How do I setup a Campaign Workflow to query these sends to send a follow up email?I've tried to query the Archived Event Tracking Logs for all Labels containing a certain word. That produces a count of zero. I've also tried the Recipient Tracki...
Which field can be used to connect the Archived Event Tracking Logs and the Recipient schema?I'm trying to create a Campaign Workflow that queries the Tracking Log to include everyone who has ever opened an email. I can't seem to link that back to the Recipient schema to get the email sent though.T...
We're setting up multiple Campaign Workflows currently.Some target Recipients following interaction with our website, some target Recipients who were on our website 6 or 12 months ago.What is the neatest way of ensuring that a Recipient isn't in more than Workflow at any one time?The solution I have...
As the title suggests, how do I limit the number of sends within an email to say, 10,000 emails per hour.In previous tools I've used this was called "Metering", I can't work out what it's called in Adobe Campaign though.ThanksTom
We're applying Google Analytics tracking to our emails using the External Accounts, Web Analytics tool in Campaign. The code we're using is as follows:<%@ include option='NmsTracking_ClickFormula' %><% // Parameters expected by the Web Analytics partnervar pattern = new RegExp("(https://)", 'i');i...
The out of the box statisticsPerDelivery Report shows me opens and clicks by email domain for my campaigns.This is useful, but I need to add the ability to view this data by date and by campaign.How do I amend the Report Workflow to add this data into the query and then update the Page component of ...