Hey Chad, does your entire data layer populate after the load event on
every page of your site?You can avoid double beacons with a return
false;in the Adobe Analytics section of a Page Load Rule, in the Custom
Code editor. This prevents Adobe Analytics from firing the page load
beacon on that page. Then, in your JavaScript/3rd Party Tags section,
you can add a call to _satellite.track(direct-call-rule-name);and in the
body of the Direct Call Rule, make your variable assignments.Obviously,
this a...