Web Settings¶
This screen allows you to set event conditions within Repro Web. Web settings can be accessed through Settings > Web Setting

Event Trigger¶
An event trigger allows you to set conditions to perform an event when accessing a specific page. New event triggers created within the web message will be reflected in the Web Setting list
Setting Event Trigger¶
Custom Event¶

Select an existing event, or enter a new event.
You will not be able to select an event that is already set as an event trigger. If you wish to add conditions to the event, please go to the event trigger edit screen.

Conditions¶

Determine the conditions that track the event. Events will only be tracked if it meets all conditions that are set here.
Designate conditions using filters such as URL, domain, path, query parameter, referrer, and page title. Conditions can be connected by AND, up to 20 combinations at a time.
If you wish to set the same event on several pages, please use the OR condition setting. To delete all conditions within the red box at the same time, you can do so by deleting the event trigger.
Filter Name |
Example Values |
---|---|
Page URL |
https://repro.io/ |
Domain |
example.com |
Page Path |
/shop |
Query Parameter |
product_id=1 |
Referrer |
google.com |
Title |
Shop index |
Note
If you select
Page URL
as a trigger withEqual
/Does not equal
conditions, if the given value does not matchlocation.href
exactly, it will not be tracked.If you select conditions that use Regular Expression such as
matches regular expression
, the given value will be passed as the argument ofnew RegExp()
and be used to check if it meets the condition. Please refer to MDN's documentation for more details about Regular Expressions.Please check Handling of Values in Event Trigger and Web Message Display Conditions for more information on how comparisons are made to JavaScript objects.
Memo¶
Please specify the details and purposes of the conditions.