Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

davidl14970702
davidl14970702
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
13

Likes Received

Likes Received
31

Posts

Posts
93

Discussions

Discussions
32

Questions

Questions
61

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by davidl14970702
Customize the badges you want to showcase on your profile
Re: Email KPI's in ACS - Adobe Campaign Standard 09-04-2019
Between what data is the discrepancy? ACS and AA?

Views

10.2K

Likes

0

Replies

2
Re: data-nl- attributes reference - Adobe Campaign Standard 09-04-2019
I am using this,onclick="document.controller.setValue('/ctx/recipient/svc/<%= subscription.@serviceName%>', this.checked ? '1' : '0', '<%= subscription.@serviceName%>');Before you get to that, I run an API to get the context of the services for this recipient. Then that object is accessible in the DOM. So if a recipient gets to my webapp, the webapp knows the services for this person and it checks the box as a default to indicate they are currently subscribed. I don't think it's specific to adob...

Views

10.6K

Likes

2

Replies

1
Delivery Canceled - Adobe Campaign 09-04-2019
This is on a continuous delivery, where I have not stopped. It is currently still sending. I can see opens and clicks, but I am also seeing this message on the delivery logs of the delivery. 04/06/2019 9:40:31 PM Delivery canceled Message could not be processed before the delivery limit date.Can anyone explain the delivery limit date? I don't have any settings that would impact the delivery date (that I know of).

Views

6.4K

Likes

2

Replies

3
Marketing History - Adobe Campaign 07-04-2019
At 36:47 on this video from Adobe Summit 2019 Christoph shows a web app with a recipients marketing history. Is this package available to the public? Does anyone have anything similar? Adobe Summit 2019—The Digital Experience Conference | March 24–28, 2019,

Views

2.0K

Like

1

Replies

1
Re: Email links changing to vanity URL in browser - Adobe Campaign Standard 18-02-2019
Adobe Campaign Classic uses the Tidy URL API to parse the URL string. Ours works fine, with the exception that anchor links are not working in safari. But otherwise, the parameters are showing up fine.The documentation:How to track personalized links in emails

Views

2.0K

Likes

0

Replies

0
Vanity URL for WebApps - Adobe Campaign 18-02-2019
We want a customer survey URL printed on our packing slips. I don't want the /webapp/PAPP01 SLUG. I want it to be out domain.com/survey.Is there a way to do this inside of ACC?

Views

2.1K

Like

1

Replies

2
Re: Node.js - Adobe Campaign Standard 04-02-2019
That's not really helpful. I am using Classic v7.Do I need to upload Node.js to ACC library or can I use CDN? Do I need a separate server running node.js that I can POST to from ACC?

Views

2.0K

Like

1

Replies

0
Re: How to record Web form entry date and time - Adobe Campaign Standard 04-02-2019
I ran into a similar issue.When I changed my code this it worked.var date = formatDate(getCurrentDate(),"%4Y/%2M/%2D %02H:%02N:%02S")This is the link to the documentation from the JSAPIgetCurrentDate

Views

1.9K

Likes

0

Replies

0
Re: jssp page as web form POST backend - Adobe Campaign 09-12-2018
Once we realized we could do this we have implemented it for many cases. ACC is pretty much built on JSSP.The only reason not to use this is that it is all custom code for each platform you are supporting. While a lot can be templated it will take an advanced user to create and support. It's not super scalable. But it helps to get data in real time. The only data we post to AC is for real-time communication based on the event. Like a sign-up. All other events get posted to Analytics where we can...

Views

1.8K

Like

1

Replies

0
Re: Recipient Insert using REST API Call - Adobe Campaign 09-12-2018
Here is some more info in the documentation: Data oriented APIs Also, I'd recommend you ask support for the JSAPI file. This will give you access and examples of the OutOf the Box methods ACC uses. It should be downloadable in the same place you place tickets to ACC support. Oryou can just ask them.xtk.session.Write(rcpxml); this method will write to any source schema you want. Recipient table is most common. But you may want to create a product table or a formSubmission table that holds other r...

Views

2.8K

Like

1

Replies

0