Learn to send POST request from AEM to AC for creating recipients using dynamic javascript templates (jssp) which can further open ways of integrating AC to various web technologies. In the end, it would be just GET and POST and parsing the HTTP response.
Loop and process customer records in batches – AC
Using existing Split, Test & Wait activities within Adobe Campaign to break the record set in batches of a predefined size followed by looping.
Dynamic Personalization blocks – Adobe Campaign
Learn how to customize the personalization blocks with javascript and manage them on their parent delivery or web application. Use this method to pas Google’ UTM parameters and much more.
Lead vs Prospect vs Opportunity
Here’s to identify basic difference with lead, prospect and opportunity. Prospect vs lead, lead vs opportunity, prospect vs opportunity…
Iterating and calling custom functions for each record – AC Workflow
Check for the flexible & generic javascript solution for iterating and calling custom functions for each record while working in Adobe Campaign workflows
Options – Effective way to store and pass configurations across Adobe Campaign
Adobe Campaign provides Options table that stores configuration settings more like key-value pairs and is accessible from Explorer as well as JS scripts.
Score to drive business logic on multiple options selected in Adobe Campaign web app
SCORE attribute can be assigned to each option in multiple choice field during Page configuration itself which can later be used in following transitions to drive the business logic in Survey app.
Salesforce : How to fetch report as json using C#
Learn how to easily execute and fetch Salesforce reports as json through Salesforce Reports and Dashboards REST API Using C#.
Preparing Staging environment for UAT? – Part 2
Be mindful while creating Staging environment. It should imitate the Production to greatest extent possible to avoid any surprises later. (Part-2)
Preparing Staging environment for UAT?
Be mindful while creating Staging environment. It should imitate the Production to greatest extent possible to avoid any surprises later.
AKAMAI: Secure Admin module from public access
Use IP@ based restriction on both Web Servers and AKAMAI to secure admin/authoring module from public access and making web application lesser vulnerable.
Integrating Prerender.io with AngularJs web app
Steps to make Angular.Js web app crawlable by search engines & social media bots using Prerender.io and easy way to test the integration