The mobile applications used to collect location data must be configured by an administrator in the Adobe Campaign interface.
-
Set up your mobile application in Adobe Campaign. See Setting up a mobile app in Campaign.
-
Set up your mobile application in the Adobe Mobile Services interface. This enables you to ensure that data collected by Adobe Mobile Services is sent to Adobe Campaign. See Configuring a mobile app in Adobe Mobile Services.
-
-
Integrate the Experience Cloud Mobile SDK into your mobile application. See Integrating the SDK into a mobile application.
-
Define Points of Interest in the Adobe Mobile Services interface. See Defining Points of Interest in Adobe Mobile Services.
-
Define the data that you want to collect from your mobile application's subscribers. See Collecting subscribers' Points of interest data.
-
Make sure you access the mobile application and the collected location data in Adobe Campaign. See Accessing mobile apps used to collect location data and Accessing collected location data.
To be able to collect Points of interest data with Adobe Campaign, you must configure the mobile application which Adobe Campaign will be receiving data from.
In the Mobile application properties section, two URLs are listed: Collect PII endpoint and Location Services endpoint . They will be used in the Adobe Mobile Services interface. See Configuring a mobile app in Adobe Mobile Services.
-
The Collect PII endpoint URL is used to collect the users' Experience Cloud IDs and registration tokens from the mobile application when it is launched. When a user logs into the application using credentials such as email, first name, last name etc., this data is also collected and used to reconcile the user's registration token with an Adobe Campaign profile.
You can now use these values in Adobe Mobile Services to finish the configuration, as explained in the Configuring a mobile app in Adobe Mobile Services section.

To send the data collected by Adobe Mobile Services to Adobe Campaign, you must configure postbacks in the Mobile Services interface.
You will need specific information that you can find in the mobile application parameters set in Adobe Campaign (see Setting up a mobile app in Campaign):
You must have access to Adobe Analytics to do the following configuration. If you are not an Adobe Analytics user, contact your Adobe Campaign administrator.
-
Log into mobilemarketing.adobe.com.
-
-
In the URL field, copy the Collect PII Endpoint URL from the mobile application that you configured in the Adobe Campaign interface, preceded by the server name. See Setting up a mobile app in Campaign.
-
{ "userKey": "{userKey}", "pushPlatform":"apns", "marketingCloudId":"{%mcid%}", "cusEmail":"{email}", "cusFirstName":"{firstName}", "cusLastName":"{lastName}" }
{ "userKey": "{userKey}", "pushPlatform":"gcm", "marketingCloudId":"{%mcid%}", "cusEmail":"{email}", "cusFirstName":"{firstName}", "cusLastName":"{lastName}" }
-
-
-
In the URL field, copy the Location Services Endpoint URL from the mobile application that you configured in the Adobe Campaign interface, preceded by the server name. See Setting up a mobile app in Campaign.
-
{ "locationData":{ "distances":"{a.loc.dist}", "poiLabel":"{a.loc.poi}", "latitude.a":"{a.loc.lat.a}", "latitude.b":"{a.loc.lat.b}", "latitude.c":"{a.loc.lat.c}", "longitude.a":"{a.loc.lon.a}", "longitude.b":"{a.loc.lon.b}", "longitude.c":"{a.loc.lon.c}", "appId":"{a.appid}", "marketingCloudId":"{mid}" } }
-
Pastaba:
For detailed information on configuring postbacks, refer to the Adobe Mobile Services documentation.
The Mobile core service’s software development kit (SDK) facilitates the integration of a mobile application into Adobe Campaign.
This step is described in this page.
-
For more information on managing applications in Mobile Services, refer to the Adobe Mobile Services documentation.
-
For more information on managing Points of Interest, refer to the Adobe Mobile Services documentation.
A specific custom resource enables you to define the data that you want to collect from your applications' subscribers.
This step is described in the Configuring a mobile application using SDK V4 page.
A list of the application's subscribers is also displayed. The subscribers are all of the users who have installed the application on their mobile device. The Adobe Campaign database profiles are identified with a registration token.
Once the setup is done, the collected Points of Interest data is listed in the Places tab of each profile. To access the list:
The collected Points of Interest data for the current profile are listed. Location data are stored in the Adobe Campaign database for six months.
For more information on accessing and editing profiles, see Profiles.