UNPKG

react-native-google-mobile-ads

Version:

React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.

39 lines (38 loc) 2.19 kB
/* * Copyright (c) 2016-present Invertase Limited & Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this library except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * * * * The definitions in this document are copied from IAB's global vendor list. * * https://vendor-list.consensu.org/v2/vendor-list.json * https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework * */ export let AdsConsentPurposes = /*#__PURE__*/function (AdsConsentPurposes) { AdsConsentPurposes[AdsConsentPurposes["STORE_AND_ACCESS_INFORMATION_ON_DEVICE"] = 1] = "STORE_AND_ACCESS_INFORMATION_ON_DEVICE"; AdsConsentPurposes[AdsConsentPurposes["SELECT_BASIC_ADS"] = 2] = "SELECT_BASIC_ADS"; AdsConsentPurposes[AdsConsentPurposes["CREATE_A_PERSONALISED_ADS_PROFILE"] = 3] = "CREATE_A_PERSONALISED_ADS_PROFILE"; AdsConsentPurposes[AdsConsentPurposes["SELECT_PERSONALISED_ADS"] = 4] = "SELECT_PERSONALISED_ADS"; AdsConsentPurposes[AdsConsentPurposes["CREATE_A_PERSONALISED_CONTENT_PROFILE"] = 5] = "CREATE_A_PERSONALISED_CONTENT_PROFILE"; AdsConsentPurposes[AdsConsentPurposes["SELECT_PERSONALISED_CONTENT"] = 6] = "SELECT_PERSONALISED_CONTENT"; AdsConsentPurposes[AdsConsentPurposes["MEASURE_AD_PERFORMANCE"] = 7] = "MEASURE_AD_PERFORMANCE"; AdsConsentPurposes[AdsConsentPurposes["MEASURE_CONTENT_PERFORMANCE"] = 8] = "MEASURE_CONTENT_PERFORMANCE"; AdsConsentPurposes[AdsConsentPurposes["APPLY_MARKET_RESEARCH_TO_GENERATE_AUDIENCE_INSIGHTS"] = 9] = "APPLY_MARKET_RESEARCH_TO_GENERATE_AUDIENCE_INSIGHTS"; AdsConsentPurposes[AdsConsentPurposes["DEVELOP_AND_IMPROVE_PRODUCTS"] = 10] = "DEVELOP_AND_IMPROVE_PRODUCTS"; return AdsConsentPurposes; }({}); //# sourceMappingURL=AdsConsentPurposes.js.map