Inventory of all automations
On the Automations tab, there is a list of previously created automations with basic information for Status, Name, Description and Date Created. Filtering automations by their Status (Active/Inactive) is possible. It is also possible to search for automations in the search field.
For the automation to be saved, it is necessary to click the save button, to define the name, description, and status (active/inactive). By clicking on edit within some automation, we can delete events and edit and delete actions.
Add a new automation
Follow the steps below to add a new automation:
1. Click on the Add button located in the upper right corner.
2. Then click on the plus sign under Event.
3. A popup modal opens in which it is necessary to select Integration and Event. Integrations within the event are Ocamba Hood and Ocamba Adex. Within the Ocamba Hood integration you can get a Push subscription and Push unsubscription event. While, within the Ocamba Adex integration you can get a Click event.
4. By clicking on the Confirm button, the Event will be added.
5. Click on the plus sign under Action.
6. A popup modal opens in which it is necessary to select Integration and Action.
7. Based on the chosen action, the mandatory fields that must be filled in are shown below. Currently, it is possible to select Send Adex notification within the Ocamba Hood integration, within the Ocamba integration, there is a Delay action and within Webhook by Ocamba integration you can choose GET, POST and DELETE actions.
If you select the Delay action within the Ocamba integration, you get a new field in which you can define the delay in seconds or minutes, as well as define certain filters (value: user_id, country_code, lang_code, app_name, tag_id, os_id, browser_id, region, city, app_type, time zone; option: equal, not equal, less than, less than or equal, greater than, greater than or equal, in, not in; enter value or filter field). It is possible to set several filters at once.
You can also add Ocamba Hood integration with the Send Adex notification action. If you choose this action, you get two new fields: user_id (user from Ocamba platform) and zone_id (zone id from Ocamba Adex).
As mentioned above, within the Webhook by Ocamba integration it is possible to add 3 actions: GET, POST and DELETE.
GET - For example, if you add an event Click, and choose Webhook GET action, in the URL part, you can add a conversion link from the CPA campaign. Therefore, when the click occurs, it will trigger this automation, and the conversion will be triggered as well.
POST - For example, if you add an event Click, and choose Webhook POST action, in the URL part, you need to enter the desired endpoint you want to create when this automation triggers. Therefore, when the click occurs, it will trigger this automation, and a specific item will be created.
Note: If you use this action, it is necessary to add an authorization token to the Headers section and the required fields for a certain endpoint. All the information for the required fields of some endpoints you can find on our API documentation at https://docs.ocamba.com/
DELETE - For example, if you add an event Click, and choose Webhook DELETE action, in the URL part, you need to enter the desired endpoint and the id for the item you want to delete. Therefore, when the click occurs, it will trigger this automation, and a specific item will be deleted.
Note: If you use this action, it is necessary to add an authorization token to the Headers section.
8. By clicking on the Confirm button, the Action will be added.
9. For Automation to be created, it is necessary to save it.
10. Clicking on the Save button in the upper right corner opens a popup modal in which it is required to fill in the Name and Description and select the automation status, which can be active or inactive.
11. After clicking on Confirm, the automation will be created.
Your feedback helps us improve our docs.