thanhkieubeans
New member
## Cách thêm Google AdSense vào ứng dụng Android của bạn vào năm 2023
### Giới thiệu
Google AdSense là một chương trình cho phép bạn kiếm tiền bằng cách hiển thị quảng cáo trên ứng dụng Android của bạn.Đó là một cách tuyệt vời để kiếm tiền từ ứng dụng của bạn và tạo thu nhập thụ động.Trong hướng dẫn này, tôi sẽ chỉ cho bạn cách thêm Google AdSense vào ứng dụng Android của bạn vào năm 2023.
### Điều kiện tiên quyết
Trước khi bạn có thể thêm Google AdSense vào ứng dụng Android của mình, bạn sẽ cần:
* Tạo tài khoản Google AdSense.
* Kích hoạt SDK hòa giải admob trong ứng dụng của bạn.
* Thêm SDK hòa giải admob vào ứng dụng của bạn.
* Thêm ID nhà xuất bản AdSense vào ứng dụng của bạn.
### Tạo tài khoản Google AdSense
Để tạo tài khoản Google AdSense, hãy truy cập [trang web Google AdSense] (https://adsense.google.com/) và nhấp vào ** Tạo tài khoản **.Thực hiện theo các hướng dẫn trên màn hình để tạo tài khoản của bạn.
### Bật SDK hòa giải admob trong ứng dụng của bạn
SDK hòa giải AMMOB là một thư viện cho phép bạn tích hợp nhiều mạng AD vào ứng dụng của mình.Để cho phép SDK hòa giải admob trong ứng dụng của bạn, hãy làm theo các bước sau:
1. Mở dự án Android Studio của bạn.
2. Trong dự án ** ** Xem, nhấp chuột phải vào thư mục ứng dụng ** ** và chọn ** Mới **> ** Mô-đun **.
3. Trong hộp thoại ** Module mới **, chọn ** Nhập dự án Gradle **.
4. Trong hộp thoại ** nhập dự án **, điều hướng đến thư mục ** admob- hòa giải-sdk ** và nhấp vào ** ok **.
5. Trong ** Dự án ** Xem, mở rộng thư mục ứng dụng ** ** và mở tệp ** build.gradle **.
6. Thêm dòng sau vào phần ** phụ thuộc **:
`` `
phụ thuộc {
Thực hiện 'com.google.android.gms: Play-service-ADS-Base: 19.0.1'
Thực hiện 'com.google.android.gms: Play-service-ads-Identifier: 18.0.0'
Thực hiện 'com.google.android.gms: Play-service-Ads-Mediation-Admob: 20.4.0'
}
`` `
### Thêm SDK hòa giải admob vào ứng dụng của bạn
Để thêm SDK hòa giải admob vào ứng dụng của bạn, hãy làm theo các bước sau:
1. Mở dự án Android Studio của bạn.
2. Trong dự án ** ** Xem, mở rộng thư mục ứng dụng ** ** và mở thư mục ** res **.
3. Tạo một thư mục mới gọi là ** RAW **.
4. Trong thư mục ** RAW **, tạo một tệp mới có tên ** AMMOB_CONFIG.JSON **.
5. Mở tệp ** admob_config.json ** và dán mã sau:
`` `
{
"Admob": {
"PublisherId": "<Your_Publisher_id>"
}
}
`` `
Thay thế `<Your_Publisher_id>` Người giữ chỗ bằng ID Nhà xuất bản Google AdSense của bạn.
### Thêm id nhà xuất bản adsense vào ứng dụng của bạn
Để thêm ID nhà xuất bản AdSense vào ứng dụng của bạn, hãy làm theo các bước sau:
1. Mở dự án Android Studio của bạn.
2. Trong ** Dự án ** Xem, mở rộng thư mục ** Ứng dụng ** và mở tệp ** build.gradle **.
3. Thêm dòng sau vào phần ** DefaultConfig **:
`` `
người nắm giữ biểu hiện = [
"Admob_publisher_id": "<Your_Publisher_id>"
]
`` `
Thay thế `<Your_Publisher_id>` Người giữ chỗ bằng ID Nhà xuất bản Google AdSense của bạn.
### Kiểm tra ứng dụng của bạn
Khi bạn đã thêm ID Nhà xuất bản Google AdSense vào ứng dụng của mình, bạn có thể kiểm tra nó bằng cách chạy ứng dụng của bạn trên thiết bị hoặc trình giả lập.Nếu bạn đã cấu hình chính xác mọi thứ, bạn sẽ thấy quảng cáo được hiển thị trong ứng dụng của mình.
### Phần kết luận
Trong hướng dẫn này, bạn đã học cách thêm Google AdSense vào ứng dụng Android của mình vào năm 2023. Bằng cách làm theo các bước này,
=======================================
## How to add Google Adsense to Your Android App in 2023
### Introduction
Google AdSense is a program that allows you to earn money by displaying ads on your Android app. It's a great way to monetize your app and generate passive income. In this tutorial, I'll show you how to add Google AdSense to your Android app in 2023.
### Prerequisites
Before you can add Google AdSense to your Android app, you'll need to:
* Create a Google AdSense account.
* Enable the AdMob Mediation SDK in your app.
* Add the AdMob Mediation SDK to your app.
* Add the AdSense publisher ID to your app.
### Create a Google AdSense account
To create a Google AdSense account, go to the [Google AdSense website](https://adsense.google.com/) and click **Create an account**. Follow the instructions on the screen to create your account.
### Enable the AdMob Mediation SDK in your app
The AdMob Mediation SDK is a library that allows you to integrate multiple ad networks into your app. To enable the AdMob Mediation SDK in your app, follow these steps:
1. Open your Android Studio project.
2. In the **Project** view, right-click on the **app** folder and select **New** > **Module**.
3. In the **New Module** dialog, select **Import gradle project**.
4. In the **Import Project** dialog, navigate to the **admob- mediation-sdk** directory and click **OK**.
5. In the **Project** view, expand the **app** folder and open the **build.gradle** file.
6. Add the following line to the **dependencies** section:
```
dependencies {
implementation 'com.google.android.gmslay-services-ads-base:19.0.1'
implementation 'com.google.android.gmslay-services-ads-identifier:18.0.0'
implementation 'com.google.android.gmslay-services-ads-mediation-admob:20.4.0'
}
```
### Add the AdMob Mediation SDK to your app
To add the AdMob Mediation SDK to your app, follow these steps:
1. Open your Android Studio project.
2. In the **Project** view, expand the **app** folder and open the **res** folder.
3. Create a new folder called **raw**.
4. In the **raw** folder, create a new file called **admob_config.json**.
5. Open the **admob_config.json** file and paste the following code:
```
{
"admob": {
"publisherId": "<YOUR_PUBLISHER_ID>"
}
}
```
Replace the `<YOUR_PUBLISHER_ID>` placeholder with your Google AdSense publisher ID.
### Add the AdSense publisher ID to your app
To add the AdSense publisher ID to your app, follow these steps:
1. Open your Android Studio project.
2. In the **Project** view, expand the **app** folder and open the **build.gradle** file.
3. Add the following line to the **defaultConfig** section:
```
manifestPlaceholders = [
"admob_publisher_id" : "<YOUR_PUBLISHER_ID>"
]
```
Replace the `<YOUR_PUBLISHER_ID>` placeholder with your Google AdSense publisher ID.
### Testing your app
Once you've added the Google AdSense publisher ID to your app, you can test it by running your app on a device or emulator. If you've configured everything correctly, you should see ads displayed in your app.
### Conclusion
In this tutorial, you learned how to add Google AdSense to your Android app in 2023. By following these steps,
### Giới thiệu
Google AdSense là một chương trình cho phép bạn kiếm tiền bằng cách hiển thị quảng cáo trên ứng dụng Android của bạn.Đó là một cách tuyệt vời để kiếm tiền từ ứng dụng của bạn và tạo thu nhập thụ động.Trong hướng dẫn này, tôi sẽ chỉ cho bạn cách thêm Google AdSense vào ứng dụng Android của bạn vào năm 2023.
### Điều kiện tiên quyết
Trước khi bạn có thể thêm Google AdSense vào ứng dụng Android của mình, bạn sẽ cần:
* Tạo tài khoản Google AdSense.
* Kích hoạt SDK hòa giải admob trong ứng dụng của bạn.
* Thêm SDK hòa giải admob vào ứng dụng của bạn.
* Thêm ID nhà xuất bản AdSense vào ứng dụng của bạn.
### Tạo tài khoản Google AdSense
Để tạo tài khoản Google AdSense, hãy truy cập [trang web Google AdSense] (https://adsense.google.com/) và nhấp vào ** Tạo tài khoản **.Thực hiện theo các hướng dẫn trên màn hình để tạo tài khoản của bạn.
### Bật SDK hòa giải admob trong ứng dụng của bạn
SDK hòa giải AMMOB là một thư viện cho phép bạn tích hợp nhiều mạng AD vào ứng dụng của mình.Để cho phép SDK hòa giải admob trong ứng dụng của bạn, hãy làm theo các bước sau:
1. Mở dự án Android Studio của bạn.
2. Trong dự án ** ** Xem, nhấp chuột phải vào thư mục ứng dụng ** ** và chọn ** Mới **> ** Mô-đun **.
3. Trong hộp thoại ** Module mới **, chọn ** Nhập dự án Gradle **.
4. Trong hộp thoại ** nhập dự án **, điều hướng đến thư mục ** admob- hòa giải-sdk ** và nhấp vào ** ok **.
5. Trong ** Dự án ** Xem, mở rộng thư mục ứng dụng ** ** và mở tệp ** build.gradle **.
6. Thêm dòng sau vào phần ** phụ thuộc **:
`` `
phụ thuộc {
Thực hiện 'com.google.android.gms: Play-service-ADS-Base: 19.0.1'
Thực hiện 'com.google.android.gms: Play-service-ads-Identifier: 18.0.0'
Thực hiện 'com.google.android.gms: Play-service-Ads-Mediation-Admob: 20.4.0'
}
`` `
### Thêm SDK hòa giải admob vào ứng dụng của bạn
Để thêm SDK hòa giải admob vào ứng dụng của bạn, hãy làm theo các bước sau:
1. Mở dự án Android Studio của bạn.
2. Trong dự án ** ** Xem, mở rộng thư mục ứng dụng ** ** và mở thư mục ** res **.
3. Tạo một thư mục mới gọi là ** RAW **.
4. Trong thư mục ** RAW **, tạo một tệp mới có tên ** AMMOB_CONFIG.JSON **.
5. Mở tệp ** admob_config.json ** và dán mã sau:
`` `
{
"Admob": {
"PublisherId": "<Your_Publisher_id>"
}
}
`` `
Thay thế `<Your_Publisher_id>` Người giữ chỗ bằng ID Nhà xuất bản Google AdSense của bạn.
### Thêm id nhà xuất bản adsense vào ứng dụng của bạn
Để thêm ID nhà xuất bản AdSense vào ứng dụng của bạn, hãy làm theo các bước sau:
1. Mở dự án Android Studio của bạn.
2. Trong ** Dự án ** Xem, mở rộng thư mục ** Ứng dụng ** và mở tệp ** build.gradle **.
3. Thêm dòng sau vào phần ** DefaultConfig **:
`` `
người nắm giữ biểu hiện = [
"Admob_publisher_id": "<Your_Publisher_id>"
]
`` `
Thay thế `<Your_Publisher_id>` Người giữ chỗ bằng ID Nhà xuất bản Google AdSense của bạn.
### Kiểm tra ứng dụng của bạn
Khi bạn đã thêm ID Nhà xuất bản Google AdSense vào ứng dụng của mình, bạn có thể kiểm tra nó bằng cách chạy ứng dụng của bạn trên thiết bị hoặc trình giả lập.Nếu bạn đã cấu hình chính xác mọi thứ, bạn sẽ thấy quảng cáo được hiển thị trong ứng dụng của mình.
### Phần kết luận
Trong hướng dẫn này, bạn đã học cách thêm Google AdSense vào ứng dụng Android của mình vào năm 2023. Bằng cách làm theo các bước này,
=======================================
## How to add Google Adsense to Your Android App in 2023
### Introduction
Google AdSense is a program that allows you to earn money by displaying ads on your Android app. It's a great way to monetize your app and generate passive income. In this tutorial, I'll show you how to add Google AdSense to your Android app in 2023.
### Prerequisites
Before you can add Google AdSense to your Android app, you'll need to:
* Create a Google AdSense account.
* Enable the AdMob Mediation SDK in your app.
* Add the AdMob Mediation SDK to your app.
* Add the AdSense publisher ID to your app.
### Create a Google AdSense account
To create a Google AdSense account, go to the [Google AdSense website](https://adsense.google.com/) and click **Create an account**. Follow the instructions on the screen to create your account.
### Enable the AdMob Mediation SDK in your app
The AdMob Mediation SDK is a library that allows you to integrate multiple ad networks into your app. To enable the AdMob Mediation SDK in your app, follow these steps:
1. Open your Android Studio project.
2. In the **Project** view, right-click on the **app** folder and select **New** > **Module**.
3. In the **New Module** dialog, select **Import gradle project**.
4. In the **Import Project** dialog, navigate to the **admob- mediation-sdk** directory and click **OK**.
5. In the **Project** view, expand the **app** folder and open the **build.gradle** file.
6. Add the following line to the **dependencies** section:
```
dependencies {
implementation 'com.google.android.gmslay-services-ads-base:19.0.1'
implementation 'com.google.android.gmslay-services-ads-identifier:18.0.0'
implementation 'com.google.android.gmslay-services-ads-mediation-admob:20.4.0'
}
```
### Add the AdMob Mediation SDK to your app
To add the AdMob Mediation SDK to your app, follow these steps:
1. Open your Android Studio project.
2. In the **Project** view, expand the **app** folder and open the **res** folder.
3. Create a new folder called **raw**.
4. In the **raw** folder, create a new file called **admob_config.json**.
5. Open the **admob_config.json** file and paste the following code:
```
{
"admob": {
"publisherId": "<YOUR_PUBLISHER_ID>"
}
}
```
Replace the `<YOUR_PUBLISHER_ID>` placeholder with your Google AdSense publisher ID.
### Add the AdSense publisher ID to your app
To add the AdSense publisher ID to your app, follow these steps:
1. Open your Android Studio project.
2. In the **Project** view, expand the **app** folder and open the **build.gradle** file.
3. Add the following line to the **defaultConfig** section:
```
manifestPlaceholders = [
"admob_publisher_id" : "<YOUR_PUBLISHER_ID>"
]
```
Replace the `<YOUR_PUBLISHER_ID>` placeholder with your Google AdSense publisher ID.
### Testing your app
Once you've added the Google AdSense publisher ID to your app, you can test it by running your app on a device or emulator. If you've configured everything correctly, you should see ads displayed in your app.
### Conclusion
In this tutorial, you learned how to add Google AdSense to your Android app in 2023. By following these steps,