David Kavalsky
posted this on May 25, 2011 16:29
LiveBall can support most third-party scripts. While tracking is typically specific to your organization, below are some basic steps that will help you successfully integrate scripts into your landing pages.
Obtain your script directly from the vendor.
Upload To Your Global Script Library
The global script library enables you to add your script to any particular campaign or page, but manage the actual script and/or code centrally. This allows you to make any edits or updates in a central location.
Start by pasting the script into your LiveBall global script library:
Add Script to Campaign, Creative, or Specific Page
When implementing third-party code at the campaign and path level, LiveBall automatically places the code above the closing BODY tag in the script.
When implementing third-party code at the page level, LiveBall gives you four options:
Tip—Javascript functions such as the hypothetical examples of dosomethingcool() and lastditcheffort() would typically be defined in the page script, probably in the header.
Pass Dynamic Information Into Your Script:
Depending on what you would like to pass to your third party script/code vendor, you can leverage LiveBall core fields to do so dynamically. Below is a list of LiveBall core fields you can plug into third party script/code that will be replaced with their respective values dynamically. For example, if you wanted to populate the third party script/code with the traffic source URL, you would plug “@@TrafficSourceLabel” into the script. “@@” followed by the data name or core field name will accomplish dynamic substitution.