All Collections
Timelines
Code
Audience Page Pixel
Audience Page Pixel

Have an Indoctrination sequence, a cart page, or another additional page that you'd like to have fully dynamic and tracked?

AEvent avatar
Written by AEvent
Updated over a week ago

AEvent can integrate with any page you like, offering all the dynamic personalization page options while also tracking the visit to the page and enabling audience tracking for behavioral-based segmentation and follow-up.

Below, we'll cover the basic elements of these items, as well as the use of our Dynamic Page Elements and Dynamic Countdown Timer, and how passing the ?r= value to this page helps assure trackability.


​

Header Script - This needs to be placed into your Page Header / Tracking Code area on your Page for AEvent to keep all dynamic elements showing the right time for the registrant, as well as tracking the visit for Audience segmentation.

Sometimes, you may want to place a pixel onto a page in which you are unable to place an entire JavaScript snippet.
​
When that is the case, we have a simple "Image Pixel Code". This will work with all Cart / Checkout systems when full JS code isn't allowed.

Please click the button below to open our Page Builder tutorials. Select your Page Builder from the list, and review 'Integrate AEvent Audience Pixel Code with Your Additional Page.'


Dynamic Countdown Timer - AEvent supports Countdown timers on your Registration page, Confirmation page, as well as your Replay page (and Audience Tracking Pages). The setup for these are the same, and the only difference depends on the type of Header Script being used.

You can customize the Countdown Timer that is displayed, as well as the colors, by clicking on the settings cogwheel.

Click the Left or Right to browse the different options, then further customize by selecting different fonts and/or altering the size and color.

Once you click Update, your customization has been saved! Copy and Paste the HTML code on the right into an HTML element within your page builder.

Helpful Note: You DO NOT need to update the code if you change your Countdown Timer; the code itself is the same for the entire system.

The code below will work for you as well:

<div class="countdown-box"><div class="countdown-row">
<div class="countdown-section">
<div class="countdown-amount" id="days">
</div>
<div class="countdown-period">
</div>
</div>
<div class="countdown-section">
<div class="countdown-amount" id="hours">
</div><div class="countdown-period">
</div>
</div>
<div class="countdown-section">
<div class="countdown-amount" id="minutes">
</div>
<div class="countdown-period">
</div>
</div>
<div class="countdown-section">
<div class="countdown-amount" id="seconds">
</div>
<div class="countdown-period">
</div>
</div>
</div><div class="clearfix"></div>
</div>

Dynamic Page Elements - AEvent supports keeping ALL page elements dynamic, including Day of Week, Day of Month, Month, Year, Time, etc. ALL of these values can be displayed in either the Registrants Time Zone, OR based upon the Time Zone of your Account. These values automatically update with assistance from the Header Script.

Hover your mouse over any element that you wish to place onto your Registration Page, and make dynamic, click copy, and then paste that value INTO your registration page (Instead of your page saying Thursday, you would paste {{!reg-dayofweek}} in its place.

These values can be used anywhere on your page. Once your Timeline has been scheduled for an Event, these values, working in conjunction with our Header Scripts, will be swapped out and display the proper values in relation to your Registrant and upcoming Event!



​Advanced Users: RegistrantID tracking - embed your links with the registrant's unique ID for assured tracking ability.

On registration, you can pass into the CRM/ESP you have activated, your registrant's AEvent Unique ID. With this value captured, we can utilize it when sending out email sequences, directing the lead to any page related to the campaign (even your checkout page).

By passing the Registrant ID back into the system, dynamic page elements, new cookies, IP associations and tracking are assured. (We labeled this as UUID in our example).

Then, within your AutoResponder, you can use this UUID/RegistrantID as part of the link, so if the page we are sending them to is:

https://my_page.com/video1

then we would use the personalization value from within the ESP, selecting the UUID/RegistrantID, and the new full link would be something similar to:

https://my_page.com/video1?r={{!UUID!}}

(Please don't use {{!UUID!}} as this is just an example. Refer to our help tutorials regarding the integration you are using for Email Personalization help.

Setting your email sequences up this way helps ensure 100% tracking across all devices and IP addresses that your leads engage from.

Create Custom Audience: Initial Audience Creation

Did this answer your question?