Skip to main content
Form Trigger Setup
Updated over a week ago

This is an article about one of the steps in setting up a Form. See "Adding a Form" and "Form Details" for other steps.

Forms are triggered and displayed to the viewer according to a specified trigger type that you can set up. There are additional parameters that would define the behaviour of a form.

form-trigger.png
  1. Start by enabling the form trigger. Slide the slider to the "On" position.

  2. Next, choose the type of trigger from the dropdown list. You can select one of the following options: Timestamp, Beginning of Video, End of Video, or API.

  3. If you select "Timestamp," you will need to specify the exact time in minutes and seconds when the form should be triggered in the video.

  4. If you choose the "API" option, the corresponding API code will be displayed in the text area.

    1. In order to trigger the form you would need to copy the API code shown in the UI, for example: anyclip.widgets[0].showForm(206)

    2. In order to hide existing form use: anyclip.widgets[0].hideForm();

  5. In the optional "View Limitations" field, indicate whether the form should be displayed if the user has already filled it out. This helps prevent unnecessary annoyance to viewers who have already interacted with the form.

  6. Next, you can set a limit on how many times the form will be displayed overall. You can specify the maximum number of views per user per day, week, or month. This step is also optional.

  7. Next, specify the form targets. There are three placement options: Watch, Player, and Video, with corresponding tabs. Chose at least one to proceed.

    form-targeting.png
  8. If you choose "Watch," you can further select a channel and specify the video name.

  9. For the "Player" placement option, you have the choice to display the form in all player sizes or select specific sizes. Make sure to choose at least one option and specify the video name.

  10. If you opt for the "Video" placement, simply select the desired video name.

  11. Regardless of your chosen placement (Watch, Player, or Video), you have the additional option to set Domain/Device/Geo parameters. Specify whether to include or exclude specific domains, devices, or geographical areas (countries) as needed.

  12. To set up Attributes:

    • select at least 1 video name;

    • indicate whether to include or exclude some Category/People/Brands/Keywords/Labels/Brand Safety, and provide the details using dropdown lists.

  13. Once you have finished the configuration, click "Save."

Did this answer your question?