Skip to content

Commit

Permalink
doc/update_documentation_links (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritamsarmah authored May 13, 2024
1 parent 20dde17 commit ea42054
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ void _MaxShowCreativeDebugger()

void _MaxShowConsentDialog()
{
NSLog(@"[%@] Failed to show consent dialog - Unavailable on iOS, please use the consent flow: https://dash.applovin.com/documentation/mediation/unity/getting-started/consent-flow", TAG);
NSLog(@"[%@] Failed to show consent dialog - Unavailable on iOS, please use the consent flow: https://developers.applovin.com/en/unity/overview/terms-and-privacy-policy-flow", TAG);
}

int _MaxConsentDialogState()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class AppLovinIntegrationManagerWindow : EditorWindow
private const string appLovinSdkKeyLink = "https://dash.applovin.com/o/account#keys";

private const string userTrackingUsageDescriptionDocsLink = "https://developer.apple.com/documentation/bundleresources/information_property_list/nsusertrackingusagedescription";
private const string documentationTermsAndPrivacyPolicyFlow = "https://dash.applovin.com/documentation/mediation/ios/getting-started/terms-and-privacy-policy-flow";
private const string documentationAdaptersLink = "https://dash.applovin.com/documentation/mediation/unity/mediation-adapters";
private const string documentationTermsAndPrivacyPolicyFlow = "https://developers.applovin.com/en/unity/overview/terms-and-privacy-policy-flow";
private const string documentationAdaptersLink = "https://developers.applovin.com/en/unity/preparing-mediated-networks";
private const string documentationNote = "Please ensure that integration instructions (e.g. permissions, ATS settings, etc) specific to each network are implemented as well. Click the link below for more info:";
private const string uninstallIconExportPath = "MaxSdk/Resources/Images/uninstall_icon.png";
private const string alertIconExportPath = "MaxSdk/Resources/Images/alert_icon.png";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private static void IntegrationManager()
[MenuItem("AppLovin/Documentation")]
private static void Documentation()
{
Application.OpenURL("https://dash.applovin.com/documentation/mediation/unity/getting-started");
Application.OpenURL("https://developers.applovin.com/en/unity/overview/integration");
}

[MenuItem("AppLovin/Contact Us")]
Expand Down
2 changes: 1 addition & 1 deletion DemoApp/Assets/MaxSdk/Version.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# AppLovin MAX Unity Plugin

To get the latest changes, see the [AppLovin MAX Unity Changelog](https://dash.applovin.com/documentation/mediation/unity/changelog).
To get the latest changes, see the [AppLovin MAX Unity Changelog](https://developers.applovin.com/en/unity/changelog).
2 changes: 1 addition & 1 deletion DemoApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ A demo app that shows how to load and show ads using AppLovin MAX Unity plugin.

## Usage

To run the demo app you should first download and import the latest version of AppLovin MAX Unity Plugin from the [Getting Started](https://dash.applovin.com/documentation/mediation/unity/getting-started) guide.
To run the demo app you should first download and import the latest version of AppLovin MAX Unity Plugin from the [Getting Started](https://developers.applovin.com/en/unity/overview/integration) guide.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# AppLovin MAX Unity Plugin Demo App
**⚠️ Note:** This repository contains the Unity demo app for MAX. The Releases tab only hosts release notes. To download and install the MAX Unity Plugin, follow the instructions at [AppLovin's Unity integration documentation](https://dash.applovin.com/documentation/mediation/unity/getting-started/integration).
**⚠️ Note:** This repository contains the Unity demo app for MAX. The Releases tab only hosts release notes. To download and install the MAX Unity Plugin, follow the instructions at [AppLovin's Unity integration documentation](https://developers.applovin.com/en/unity/overview/integration).

## Overview
MAX is AppLovin's in-app monetization solution.

Move beyond the traditional monetization solution and integrate MAX. MAX is a single unbiased auction where advertisers get equal access to all ad inventory and bid simultaneously, which drives more competition and higher CPMs for you. You can read more about it [here](https://www.applovin.com/max-header-bidding).

Please check out our [documentation](https://dash.applovin.com/documentation/mediation/unity/getting-started) to get started on integrating and enabling mediated networks using our guides.
Please check out our [documentation](https://developers.applovin.com/en/unity/overview/integration) to get started on integrating and enabling mediated networks using our guides.

## Demo Apps
To get started with the demo apps, follow the instructions below:
Expand Down

0 comments on commit ea42054

Please sign in to comment.