The interaction panel provides the ability to add interactions to different components of a project such as adding tap/click interaction to an image.

Interactions require at least two elements: The trigger and the event.
A trigger is an action taken by a user or thanks to the observed condition associated with an ad that dictates when something will happen. The default trigger of the list is Tap/Click, which is the most common way to initiate a user interaction.
The following table lists all the triggers available in Creative Studio.
Trigger |
Description |
---|---|
General |
|
Tap/Click |
Triggers an event when a component is tapped or clicked with a mouse. |
Double Click |
Triggers an event when a component is double-tapped or double-clicked with a mouse. |
Mouse |
|
Mouse Over |
Triggers an event when the user moves the mouse over the component. |
Mouse Enter |
Triggers an event when the user moves the mouse over the component or any associated component. |
Mouse Leave |
Triggers an event when the user moves the mouse out of the component or any associated component. |
Mouse Out |
Triggers an event when the user moves the mouse out of the component. |
Mouse Down |
Triggers an event at the moment the mouse is clicked even before the mouse button is released. |
Mouse Up |
Triggers an event after the mouse is clicked at the moment the mouse button is released. |
Mouse Move |
Triggers an event while the mouse is moving over a component. |
Mobile |
|
Swipe Up |
Gesture that triggers an event when the user quickly moves their finger up from a component. |
Swipe Down |
Gesture that triggers an event when the user quickly moves their finger down from a component. |
Swipe Left |
Gesture that triggers an event when the user quickly moves their finger left from a component. |
Swipe Right |
Gesture that triggers an event when the user quickly moves their finger right from a component. |
An event is the visible action that results from the trigger. The default event of the list is clickthrough, which defines a web destination that a user will be taken to.
The following table lists all the events available in Creative Studio.
Event |
Description |
---|---|
General |
|
Clickthrough |
General click interaction using the clickthrough URL defined in Amazon Ad Server (AAS). |
Timeline |
|
Toggle play/pause animation |
Plays or pauses the animation depending on its current state. |
Play animation |
Plays the animation from the beginning. |
Pause animation |
Pauses the animation at the point when the command is issued. |
Replay animation |
Replays the animation from the beginning. |
Video |
|
Toggle play/pause video |
Plays or pauses the video depending on its current state. |
Play video |
Plays the video from the beginning. |
Pause video |
Pauses the video at the point when the command is issued. |
Replay video |
Replays the video from the beginning. |
Toggle Mute/UnMute |
Turns video sound on or off depending on its current state. |
Toggle Full Screen |
Changes the size of the video window from the original size to full screen and back. |
Change Video Volume |
Changes the volume of the video sound. |
Comments