Hi Jason,
If you're just trying to track impressions you can set the event type to pageLoaded, if you need to track user interaction you can use interaction, etc.
The full list of events from the documentation are:
- manual - trigger the event manually using the Load pixel action
- exit
- interaction
- pageLoaded
- orientation - load the pixel when the device orientation changes
- auto - load the pixel as soon as the component loads
For expanding, non-fullscreen creative events:
- expandStart
- expandFinish
- collapseStart
- collapseFinish
For expanding, fullscreen creative events:
- fullscreenSupport
- fullscreenExpandStart
- fullscreenExpandFinish
- fullscreenCollapseStart
- fullscreenCollapseFinish
You should be able to set the URL of the component to the URL in your tag there and I think it will just work, but you'll need to confirm with your tracking folks that the tag is firing correctly and being captured.