Skip to main content

Interaction Studio Introduction and Exam Guide



Evergage - Interaction Studio

Salesforce Interaction Studio integrates with company systems to enable companies to gain a comprehensive view of each customer and prospect, develop in-depth behavioral analytics and leverage machine learning capabilities based on customer and prospect interaction data. Using Interaction Studio, companies can deliver maximally relevant, individualized user experiences throughout the customer journey in real time, during key moments of customer and prospect interaction, and across channels including web, social, mobile, and more.

Certification - Interaction Studio Accredited Professional Exam

Exam Registration Procedure - 

1. Get access to https://partners.salesforce.com/

2. Complete Partner Learning Camp Course on Interaction Studio

3. Apply for Exam using Examity platform from PLC Dashboard.

4. Schedule and Task Exam.

Some Major Topics to cover for exam are:

1. Sitemap Implementation

2. Pagetypes, Contentzones, Events and Listners in Sitemap JS

3. Web SDK and Evergage App Launcher

4. Einstein Recipes

5. Creating Segments

6. Creation Web Templates and How to Publish Campaign.

7. ETL and Reports


All the best !



Comments

Popular posts from this blog

Data Views in SFMC

   Data Views in Salesforce Marketing Cloud (SFMC) are  system-generated, read-only data tables that store up to six months of tracking and subscriber data  (sends, opens, clicks, bounces). They are accessed via SQL Query Activities in Automation Studio to segment, analyze, and report on campaign performance.  Key Data Views to Know _Sent :  Records every email sent, including JobID and SubscriberID. _Open :  Tracks when a subscriber opens an email. _Click :  Contains data on link clicks within emails. _Bounce :  Lists hard and soft bounces. _Subscribers :  Provides subscriber status (Active, Unsubscribed). _Journey :  Details Journey Builder activity. _BusinessUnitUnsubscribes : How to Use Data Views Create a  Data Extension  to hold the query results. Create a  SQL Query Activity  in Automation Studio. Write the SQL selecting fields from the Data View (e.g.,  SELECT * FROM _Sent ). Run the query to populat...

Send Classification, Sender Profile and Delivery Profile Difference

Send classifications include these components: Delivery Profile Sender Profile You create the delivery profile and sender profile separately before you create the send classification.  Sender Profile A sender profile within Marketing Cloud Setup specifies the From information for a send in a central location. Marketing Cloud Email reuses that information across multiple sends without requiring selection each time. The sender profile contains the name and address that the message appears to be from in the subscriber's email client. Delivery Profile A delivery profile within Marketing Cloud Setup specifies the delivery information for a message in a central location. Marketing Cloud reuses the information, across multiple sends, without requiring selection of the information each time. When you create a delivery profile, specify the IP address to use. If you do not use a private domain, you select the account default. If you use one or more private domains, you can select the privat...

File Drop Automation

There are two different ‘types’ of automations you can make inside of Automation Studio. They are the Scheduled Automation and the  File Drop Automation .  These automations trigger when a file is dropped in a FTP location. File Drop Automation includes below options - Use File name pattern Similar to LIKE in SQL, the file name pattern looks for string in the file name.  Eg. '%abc%' No File name pattern If you set it to run on all files (no filename pattern), this will ‘lock’ that folder and will not allow any other file automations to select this folder.  It is not recommended to use the Import or Export folders  for this activity, but to instead create custom subdirectories for these automations.