Configuring Module Properties

After importing the MarketoSample project, configure the module properties before running the processes.

Procedure

  1. Extract the MarketoSample.zip file in the TIBCO_HOME/bw/palettes/marketo/version_number/samples directory to a temporary folder.
  2. In the Project Explorer view, double-click Module Descriptors > Module Properties.
  3. In the Module Properties panel, expand the MarketoCredentials folder and configure the following fields:
    • MarketoURL: enter the endpoint used to connect to Marketo REST API.
    • MarketoIdentityURL: enter the identity URL used to generate an access token.
    • ClientID: enter a client ID used to connect to Marketo Rest API.
    • ClientSecret: enter a client secret used to generate an access token.
  4. Expand the MarketoSample folder and configure the following fields:
    • ProjectLocation: enter the value of ProjectLocation with the full path of the directory where you extract the MarketoSample.zip file in Step 1, and then add a slash at the end of the full path.
    • MarketoListName: enter a list name.
    • WestRegionList: enter a region list name.
    • WestRegionCampaign: enter a region campaign name.
      Note: Create lists (MarketoListName, WestRegionList) and Campaign (WestRegionCampaign) on a Marketo instance. Campaign must be created with Campaign is Requested trigger and source must be Web service API.
  5. On the toolbar, click Save to save your changes.
    Note: You must configure these parameters with your own. The parameters in the sample are only examples for your reference.