Is there a simple way to call a variable from the AudienceStream into a pixel? I currently have a Querystring Parameter in the Data Layer set up to capture a click ID from a URL. i.e. &aggregatorClickKey=674246742 On the AudienceStream side, I have a Visitor Attribute that sets when aggregatorClickKey is not empty. This should allow the click ID to persist all the way through until the visitor becomes a conversion, at which point the conversion pixel will fire. The learning center gives the following notation examples for setting dynamic variables within a pixel: Universal Data Object - @@variable@@ Javascript Page Variable - @@js_page.variable@@ Meta Tag - @@meta.variable@@ Querystring Parameter - @@qp.variable@@ Cookie Value - @@cp.variable@@ Is there a way to implement this type of notation using Visitor Attribute variables from the AudienceStream, perhaps maybe using the UID (Attribute ID)? Thank you!
... View more