Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hms-core/hms-dtm-demo-android
HMS DTM demo provides guidance for developers how to use HMS Dynamic Tag Manager Service.It illustrates how to track specific events and report data to third-party analytics platforms and monitoring your marketing activity data as needed.
https://github.com/hms-core/hms-dtm-demo-android
android-studio dtm dtm-sample dynamic-tag-manager hms multi-analysis-platform
Last synced: 2 months ago
JSON representation
HMS DTM demo provides guidance for developers how to use HMS Dynamic Tag Manager Service.It illustrates how to track specific events and report data to third-party analytics platforms and monitoring your marketing activity data as needed.
- Host: GitHub
- URL: https://github.com/hms-core/hms-dtm-demo-android
- Owner: HMS-Core
- License: apache-2.0
- Created: 2020-05-18T10:43:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T15:48:33.000Z (about 2 years ago)
- Last Synced: 2024-04-16T12:54:17.261Z (10 months ago)
- Topics: android-studio, dtm, dtm-sample, dynamic-tag-manager, hms, multi-analysis-platform
- Language: Java
- Homepage: https://developer.huawei.com/consumer/cn/hms/huawei-dynamic-tag-manager
- Size: 440 KB
- Stars: 13
- Watchers: 13
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HMS Dynamic Tag Manager(DTM) Sample for Android
[![hms](https://img.shields.io/badge/hms-dtm-brightgreen)](https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/introduction-0000001050043907)
English | [中文](README_ZH.md)
## Table of Contents
* [Introduction](#introduction)
* [Getting Started](#getting-started)
* [Supported Environments](#supported-environments)
* [Result](#result)
* [License](#license)## Introduction
With Dynamic Tag Manager, you can dynamically update tracking tags on a web-based UI to track specific events and report data to third-party analytics platforms, tracking your marketing activity data as needed.This demo shows you how to track purchase events and report data, helping you integrate Dynamic Tag Manager quickly.
For more details, please refer to [Development Guide](https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/introduction-0000001050043907).
## Getting Started
Before you start developing an app, configure your app information in AppGallery Connect.
1. Register as a developer.Register a [HUAWEI account](https://developer.huawei.com/consumer/en/doc/start/registration-and-verification-0000001053628148).
2. Create an app.
Create an app by following instructions in [Creating an AppGallery Connect Project](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-get-started#h1-1587521853252) and [Adding an Web App to the Project](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-get-started#h1-1587521946133).
3. Build the demo.(1) To build this demo, please first import the demo to Android Studio (3.X or later). Then download the agconnect-services.json file of the app from AppGallery Connect, and add the file to the app directory (\app) of the demo.
(2) Replace **applicationid** in the app-level **build.gradle** file with the package name of your app.
## Supported Environments
Android Studio 3.0 or later and JDK 1.7 or later## Result
## Question or issues
If you want to evaluate more about HMS Core,
[r/HMSCore on Reddit](https://www.reddit.com/r/HuaweiDevelopers/) is for you to keep up with latest news about HMS Core, and to exchange insights with other developers.If you have questions about how to use HMS samples, try the following options:
- [Stack Overflow](https://stackoverflow.com/questions/tagged/huawei-mobile-services) is the best place for any programming questions. Be sure to tag your question with
`huawei-mobile-services`.
- [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101187876626530001) HMS Core Module is great for general questions, or seeking recommendations and opinions.## License
The sample code has obtained the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).