Adobe Connector Deployment

  • Updated

Context

You can deploy the Demandbase connector for Adobe Analytics and Adobe Target using DTM.
Important: If using Adobe Analytics, you need the Demandbase scripts that go in the head and S-code. Reach out to your Demandbase account team for assistance.

Systems Used

  • Demandbase scripts
  • Adobe Dynamic Tag Management

Steps

Step 1. Create a New Rule

  1. Go to your Adobe DTM dashboard and add a new Tag. 
  2. Click Go to Rules when the pop-up appears.
  3. From the left navigation bar, select Page Load Rules.
  4. Click Create New Rule.
    Screen_Shot_2016-09-19_at_6.31.55_PM.png

Step 2. Set the Conditions

  1. Name your rule.
  2. Open the Conditions section and set Trigger rule at to Top of Page.
    Screen_Shot_2017-02-22_at_3.01.20_PM.png

Step 3. Add a New Script

  1. Open the Javascript / Third Party Tags section and click Sequential Javascript tab.
  2. Click Add New Script.Screen_Shot_2018-10-16_at_2.59.48_PM.png

Step 4. Paste in the Script

  1. Name the tag.
  2. Copy and paste your scripts into the text editor.
  3. In the following script example, [Key] should be replaced with your unique key and [TAG_UID] should be replaced with your unique TAG UID:var callbackscriptdmdbase = document.createElement("script"); callbackscriptdmdbase.onload = function(){ var apiCalldmdbase = document.createElement("script"); apiCalldmdbase.type = "text/javascript"; apiCalldmdbase.src = "//api.company-target.com/api/v2/ip.json?key=[KEY]&callback=Dmdbase_CDC.callback"; document.head.appendChild(apiCalldmdbase); }callbackscriptdmdbase.type = "text/javascript"; callbackscriptdmdbase.src = "//scripts.demandbase.com/adobeanalytics/[TAG_UID].min.js"; document.head.appendChild(callbackscriptdmdbase);

Screen_Shot_2018-10-17_at_9.38.46_AM.png

Step 5. Save the Rule

  1. Save your rule. After saving, you can see your Demandbase Tag in the Sequential Javascript tab.

Screen_Shot_2018-10-17_at_9.44.27_AM.png

Step 6. Activate the Rule

  1. Select the new rule for your tag.
  2. Click the Actions drop-down, and select Activate Rules.

Screen_Shot_2016-09-19_at_6.36.26_PM.png

Was this article helpful?

5 out of 6 found this helpful