Go to Egress Page, Go to User Form, Internal Search, Products, Go to Dynamic Content
Use
this set to test by Internal Lead Generator IDs
Use
this set to test by Internal Lead Generator Names
Use
this set to test by Internal Lead Generator IDs and Ad ID
Use
this set to test by Internal Lead Generator IDs and Ad Name
/* Page Variables - These can be passed as desired. */
var s_PageID='pg 2'; //[ this will be the page name or ID number and is provided
by the user - defaults to URL if not provided]
var s_PageName='Test Page'; //[ this will be the page name or ID number and is
provided by the user - defaults to URL if not provided]
var s_Page_Family='HomeFamily'; //[ this is the name or id of the family or
group that this page belongs to. May be pre-defined on the backend, so it isn't
critical here]
var Dynamic_Content='abc,xyz'; //[ names of dynamic content shown on this page
separated by commas]
var Dynamic_ContentID='14,15'; //[ IDs of dynamic content shown on this page
separated by commas]
var s_InternalAdName='ad 3:c'; // [this is the name of an internal ad that was
viewed or clicked on on the previous page (i.e. ad 1:v,ad 2:v,ad 3:c]
var s_InternalAdID='789:c'; //[this is the name of an internal ad that was
viewed or clicked on on the previous page (i.e. 123:v,456:v,789:c]
var s_CallToActionName='home:v'; //[this is the name of a call to action
separated by a colon and a viewed (v) or completed (c) (i.e.
form1:v,form2:v,form3:c]
var s_CallToActionID='5'; //[this is the user ID of a call to action separated
by a colon and a viewed (v) or completed (c) (i.e. form1:v,form2:v,form3:c]
var sIntLGID=''; //Internal lead generator id
var sIntLGName=''; //Internal lead generator name
var sIntKeywords='';
/* Shopping Cart and Product Variables */
var s_Products=''; //[comma separated list of product names, action, and
price,productfamily,quantity (i.e toy truck:v:23.45:toys:2,baby
doll:a:7.54:toys:1) v=viewed a=added to cart r=removed c=checked out)]
var s_ProductsID=''; //[same as above, but using product ID instead of name. The
ID will be cross referenced with glossary on back-end]
var s_SaleAmount=''; //[total amount collected on this page (i.e 45.76)]
var s_InvoiceNum=''; //[invoice/receipt number of purchase]