This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #156 from shalehaha/sample1
More updates for sample apps
- Loading branch information
Showing
6 changed files
with
152 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,41 @@ | ||
**ADBMobileSamples Android** | ||
====================== | ||
== ADBMobileSamples == | ||
====================== | ||
|
||
This application is being provided by Adobe to demonstrate functionality of the new Android 4.0 Tracking SDK. | ||
This application is being provided by Adobe to demonstrate functionality of the Android 4.x Tracking SDK. | ||
|
||
The following examples can be found within the app: | ||
* Simple analytics tracking, including using context data | ||
* Using Privacy settings, including user opt-in, opt-out, and unknown | ||
* Timed Actions | ||
* Targeting based on points of interest using trackLocation | ||
* Targeting based on lifecycle metrics and testing special offers | ||
* Media tracking, including segmenting by offsets and milestones | ||
* Tracking customer lifetime value increases | ||
|
||
The application supports Android version 2.2 and newer. | ||
|
||
|
||
For full 4.0 SDK documentation, please visit: | ||
http://microsite.omniture.com/t2/help/en_US/mobile/android/ | ||
|
||
|
||
**Recent Changes** | ||
|
||
_(Feb 04, 2014)_ | ||
|
||
* Updated Adobe Mobile Library to latest version (4.0.2) | ||
|
||
_1.1 (Nov 14, 2013)_ | ||
|
||
* Added Lifetime Value samples | ||
|
||
_1.0 (Sept 26, 2013)_ | ||
|
||
* Initial release of sample app | ||
|
||
- Simple analytics tracking, including using context data | ||
- Using Privacy settings, including user opt-in, opt-out, and unknown | ||
- Timed Actions | ||
- Targeting based on points of interest using trackLocation | ||
- Targeting based on lifecycle metrics and testing special offers | ||
- Media tracking, including segmenting by offsets and milestones | ||
- Lifetime Value tracking | ||
- In-App Messaging and tracking of In-App Messaging | ||
- Deep linking | ||
- Postbacks | ||
|
||
For full 4.x SDK documentation, please visit: | ||
https://marketing.adobe.com/resources/help/en_US/mobile/android/ | ||
|
||
================ | ||
== Change Log == | ||
================ | ||
1.4 (May 25, 2016) | ||
- App updated with SDK 4.10.0 | ||
- Use Gradle as build tool | ||
- Added Push Messaging, Acquisition, Postbacks, Deep linking and some Messaging updates | ||
|
||
1.3 (Apr 16, 2015) | ||
- App updated to use SDK version 4.4.2 | ||
- Added In-App messaging samples | ||
|
||
1.2 (Oct 16, 2014) | ||
- Added 4.2 version of SDK | ||
|
||
1.1 (Nov 14, 2013) | ||
- Added Lifetime Value samples | ||
|
||
1.0 (Sept 26, 2013) | ||
- Initial release of sample app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+364 KB
(100%)
samples/iOS/ADBMobileSamples/AdobeMobile/AdobeMobileLibrary.a
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,49 @@ | ||
**ADBMobileSamples iOS** | ||
====================== | ||
== ADBMobileSamples == | ||
====================== | ||
|
||
This application is being provided by Adobe to demonstrate functionality of the new iOS 4.x Tracking SDK. | ||
This application is being provided by Adobe to demonstrate functionality of the iOS 4.x Tracking SDK. | ||
|
||
The following examples can be found within the app: | ||
* Simple analytics tracking, including using context data | ||
* Using Privacy settings, including user opt-in, opt-out, and unknown | ||
* Timed Actions | ||
* Targeting based on points of interest using trackLocation | ||
* Targeting based on lifecycle metrics and testing special offers | ||
* Media tracking, including segmenting by offsets and milestones | ||
* Lifetime Value tracking | ||
- Simple analytics tracking, including using context data | ||
- Using Privacy settings, including user opt-in, opt-out, and unknown | ||
- Timed Actions | ||
- Targeting based on points of interest using trackLocation | ||
- Targeting based on lifecycle metrics and testing special offers | ||
- Media tracking, including segmenting by offsets and milestones | ||
- Lifetime Value tracking | ||
- In-App Messaging and tracking of In-App Messaging | ||
- Deep linking | ||
- Postbacks | ||
|
||
The application supports iOS version 6.1 and newer. | ||
|
||
There are three schemes set up in the XCode Project: | ||
* ADBMobileSamples will send data to a demo report suite controlled by Adobe | ||
* ADBMobileSamples - Dev will send data to a dev report suite controlled by Adobe | ||
* ADBMobileSamples - Bloodhound is configured to send all hits to localhost:50000 so you can easily see your data in Bloodhound | ||
For full 4.x SDK documentation, please visit: | ||
https://marketing.adobe.com/resources/help/en_US/mobile/ios/ | ||
|
||
For full 4.0 SDK documentation, please visit: | ||
http://microsite.omniture.com/t2/help/en_US/mobile/ios/ | ||
================ | ||
== Change Log == | ||
================ | ||
|
||
1.5 (May 25, 2016) | ||
- App updated with SDK 4.10.0 | ||
- Added Deep linking and some Messaging updates | ||
|
||
**Recent Changes** | ||
1.4 (Aug --, 2015) | ||
- App updated with SDK 4.6.0 | ||
- Added Push Messaging, Acquisition, and Postbacks | ||
|
||
_1.2 (Oct 16, 2014)_ | ||
1.3 (Apr 16, 2015) | ||
- App updated to use SDK version 4.4.1 | ||
- Added In-App messaging samples | ||
- Uses a preprocessor directive instead of schemes to switch between different config files | ||
|
||
* Updated Adobe Mobile Library to latest version (4.2.0) | ||
* iOS 8 compatability | ||
1.2 (Oct 16, 2014) | ||
- Added 4.2 version of SDK | ||
- Fixed a couple bugs introduced with iOS 8 | ||
|
||
_(Feb 04, 2014)_ | ||
1.1 (Nov 14, 2013) | ||
- Added Lifetime Value samples | ||
|
||
* Updated Adobe Mobile Library to latest version (4.0.1) | ||
|
||
_1.1 (Nov 14, 2013)_ | ||
|
||
* Added Lifetime Value samples | ||
|
||
_1.0 (Sept 26, 2013)_ | ||
|
||
* Initial release of sample app | ||
1.0 (Sept 26, 2013) | ||
- Initial release of sample app |