Send POI entry and exit data to Analytics places-data-analytics
After Places Service sends the entry and exit events, you can create rules in Experience Platform Launch to send Places Service data to Adobe Analytics. To create this type of rule, select your property in Launch and complete the following steps:
1. Create a rule
-
On the Rules tab, click Create New Rule.
Remember the following information:
- If you do not have existing rules for this property, the Create New Rule button will be in the middle of the screen.
- If your property has rules, the Create New Rule button will be in the top right of the screen.
2. Select an event
-
Type a meaningful name for your rule.
This way, the rule will be easily recognizable in your list of Rules. In this example, the Rule is named Send Data to Analytics.
-
In the Events section, click Add.
-
From the Extension drop-down list, select Places Service.
-
From the Event Type drop-down list, select Enter POI.
-
Click Keep Changes.
3. Add conditions
In this example, a Condition is created that causes the Rule to trigger only when the Current POI’s name equals My POI.
-
Under the Conditions section, click Add.
-
From the Extension drop-down list, select Places Service.
-
From the Condition Type drop-down list, select Name.
-
In the right pane, in the text field, enter My POI.
-
Click Keep Changes.
4. Define the action
-
Under the Actions section, click Add.
-
From the Extension drop-down list, select Adobe Analytics.
-
From the Action Type drop-down list, select Track.
-
On the right pane, add the action or state that you want to send to Analytics.
You can also choose to add any additional context data to this request. Remember that you can use data elements to get this data dynamically from the SDK.
-
Click Keep Changes.
In the following example, a
TrackAction
call is sent to Analytics with additional context data ofpoi.name
equal to the name of the POI that triggered this entry event:
5. Save the rule and rebuild your property
After you complete your configuration, verify that your Rule looks like the following image:
-
Click Save
-
Rebuild your Launch property and deploy it to the correct environment.