This section assumes that you have Places Service implemented in your application. For more information about implementing Places Service, see Places extensions.
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:
On the Rules tab, click Create New Rule.
Remember the following information:
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.
Complete this step to add Conditions to your rule. Otherwise, skip to Define the Action below.
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.
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 of poi.name
equal to the name of the POI that triggered this entry event:
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.