Skip to main content

#B2b-commerce-general0 debatiendo

Pardot vs. Marketing Cloud: A Comparative Overview

 

When selecting a marketing automation solution within the Salesforce ecosystem, the choice often lies between Pardot (now Marketing Cloud Account Engagement) and Marketing Cloud. While both offer powerful capabilities, they cater to distinct use cases.

 

Pardot (MCAE):

  • Designed for: B2B businesses with longer sales cycles and multiple decision-makers.
  • Focuses on: Lead generation, nurture campaigns, and account-based marketing.
  • Ideal for: Businesses seeking to nurture leads through personalized journeys and align sales and marketing efforts.

Marketing Cloud:

  • Encompasses: Real-time messaging, transactional emails, promotional campaigns, and channel marketing.
  • Focuses on: Providing a comprehensive 360-degree view of customers across various channels.
  • Ideal for: Businesses that require a unified platform for managing customer interactions and delivering personalized experiences.

In summary, Pardot is well-suited for B2B businesses looking to nurture leads and drive sales, while Marketing Cloud offers a broader range of capabilities for managing customer interactions across various channels. The best choice depends on your specific business needs and goals.

 

#Pardot B2b Marketing Automation #Marketing Cloud #B2b-commerce-general #B2C Commerce 

0/9000

I tried using ConnectApi.getCommunityNavigationMenu() to fetch menu-labels but it is returning null, this is the type of menu, 

PIECE OF CODE========================

  public static  List<ConnectApi.NavigationMenuItem> getNavigationMenuItems(String strNavDevName){

        //method to get NetworkId of the logged-in user

        String strNetworkId= Network.getNetworkId();

        List<ConnectApi.NavigationMenuItem> navMenu;

        ConnectApi.PublishStatus publishStatus =ConnectApi.PublishStatus.LIVE;

            try{

                if(!Test.isRunningTest()){

                ConnectApi.NavigationMenuItemCollection navDetails=ConnectApi.NavigationMenu.getCommunityNavigationMenu(strNetworkId,null,strNavDevName,publishStatus,false, false,null);

                navMenu =navDetails.menuItems;

                }

                else{

                String strConnectLabelTestData='testLabel-ActionValue_String';

                    ConnectApi.NavigationMenuItemActionType conMenActionType;

                    ConnectApi.NavigationMenuItem navMenuItem=new ConnectApi.NavigationMenuItem();

                    navMenuItem.Label=strConnectLabelTestData;

                    navMenuItem.actionValue=strConnectLabelTestData;

                    navMenuItem.actionType=conMenActionType;

                    navMenu.add(navMenuItem);

                 }

            }

        catch(Exception ex){

            PMC_ErrorLogClass.processException(ex); // MDErrorLog

        }

        return navMenu;

    }

 

=====================================================================

I am putting correct developer name of menulist, but it is returning null , I checked in the debug log, also the status of menuitems are live.

kindly help

 

Not able to fetch Menu label from ConnectApi.getCommunityNavigationMenu()

 

 

#B2b-commerce-general

1 respuesta
0/9000

đź’¬ Check out a new B2B Commerce Community on Slack 

Did you know that there's a 9K member Unofficial SFCC Slack Community dedicated to Commerce Cloud? It began as a community for Demandware/B2C Commerce, but is now slowly growing to be a resource for B2B questions. Join the conversation here.

đź’¬ Check out a new B2B Commerce Community on Slack Did you know that there's a 9K member Unofficial SFCC Slack Community dedicated to Commerce Cloud?

1 comentario
  1. 24 feb 2023, 9:42

    Thanks, Amalia! Indeed, let's expand the community to slack also! :taco:

0/9000