এই নির্দেশিকা UMP SDK-এর অংশ হিসাবে মার্কিন যুক্তরাষ্ট্রের প্রবিধান বার্তা সমর্থন করার জন্য প্রয়োজনীয় পদক্ষেপগুলির রূপরেখা দেয়৷ শুরু করুন এর সাথে এই নির্দেশাবলী যুক্ত করুন, যা UMP SDK এর সাথে কীভাবে আপনার অ্যাপটি চালাতে হয় এবং আপনার বার্তা সেট আপ করতে হয় তার বিশদ বিবরণ দেয়৷ নিম্নলিখিত নির্দেশিকা মার্কিন যুক্তরাষ্ট্রের প্রবিধান বার্তার জন্য নির্দিষ্ট।
পূর্বশর্ত
চালিয়ে যাওয়ার আগে, নিশ্চিত করুন যে আপনি নিম্নলিখিতগুলি করেছেন:
ইউনিটি প্লাগইনের সর্বশেষ সংস্করণে আপডেট করুন। ইউএস স্টেট রেগুলেশন মেসেজিং সাপোর্টের জন্য, আমরা আপনাকে 8.7.0 বা উচ্চতর সংস্করণ ব্যবহার করার পরামর্শ দিই।
সম্পূর্ণ করুন শুরু করুন । একটি গোপনীয়তা বিকল্প এন্ট্রিপয়েন্ট বাস্তবায়ন করতে ভুলবেন না এবং প্রয়োজন হলে এটি রেন্ডার করুন। এই নির্দেশিকাটি সম্পূর্ণ করার মাধ্যমে, আপনার ব্যবহারকারীদের কাছে আপনার মার্কিন যুক্তরাষ্ট্রের প্রবিধান বার্তা পরিবেশন করার জন্য আপনার কাছে একটি এন্ট্রিপয়েন্ট রয়েছে।
আপনি যদি অন্যান্য বার্তাগুলির সাথে মার্কিন যুক্তরাষ্ট্রের প্রবিধান বার্তা ব্যবহার করেন, তাহলে আপনার ব্যবহারকারীদের কাছে বিভিন্ন বার্তা কখন প্রদর্শিত হবে তা বোঝার জন্য উপলব্ধ ব্যবহারকারী বার্তার ধরনগুলি দেখুন৷
সম্মতির কম বয়সের জন্য ট্যাগ সেট করুন
ব্যবহারকারীর সম্মতির বয়স কম কিনা তা নির্দেশ করতে, tagForUnderAgeOfConsent (TFUA) সেট করুন। আপনি যখন TFUA কে true সেট করেন, তখন UMP SDK ব্যবহারকারীর কাছ থেকে সম্মতির অনুরোধ করে না। আপনার অ্যাপে মিশ্র দর্শক থাকলে, সম্মতির অনুরোধ না করা নিশ্চিত করতে শিশু ব্যবহারকারীদের জন্য এই প্যারামিটারটি সেট করুন। COPPA এবং অন্যান্য প্রাসঙ্গিক প্রবিধান মেনে চলার প্রয়োজনে এই প্যারামিটার সেট করার দায়িত্ব আপনার।
নিম্নলিখিত উদাহরণটি UMP সম্মতির অনুরোধে TFUA কে সত্য হিসাবে সেট করে:
ConsentRequestParametersparams=newConsentRequestParameters{// Indicate the user is under age of consent.TagForUnderAgeOfConsent=true;};ConsentInformation.Update(params,(FormErrorupdateError)=>
{// ...});
সম্মতি পছন্দ পড়ুন
ব্যবহারকারী মার্কিন যুক্তরাষ্ট্রের প্রবিধানের সিদ্ধান্ত নেওয়ার পরে, আপনি গ্লোবাল প্রাইভেসি প্ল্যাটফর্ম (GPP) স্পেক অনুসরণ করে স্থানীয় স্টোরেজ থেকে তাদের পছন্দ পড়তে পারেন। আরও বিশদ বিবরণের জন্য দেখুন, ইন-অ্যাপ বিবরণ । মনে রাখবেন যে UMP SDK শুধুমাত্র IABGPP_GppSID এবং IABGPP_HDR_GppString কীগুলি পূরণ করে৷
আপনার ইউএস স্টেট রেগুলেশন মেসেজিং পরীক্ষা করুন
আপনার ইউএস স্টেটের রেগুলেশন মেসেজিং পরীক্ষা করতে, UMPDebugGeographyRegulatedUSStatedebugGeography ব্যবহার করুন যাতে UMP SDK কে আপনার টেস্ট ডিভাইসটিকে এমনভাবে আচরণ করতে বাধ্য করুন যেন ডিভাইসটি একটি নিয়ন্ত্রিত মার্কিন রাজ্যে অবস্থিত। আপনি ইউএস স্টেট রেগুলেশন বার্তাগুলিকে জোরপূর্বক দমন করতে UMPDebugGeographyOther ব্যবহার করতে পারেন৷ debugGeography সম্পর্কে আরো বিস্তারিত জানার জন্য, ফোর্স এ জিওগ্রাফি দেখুন।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-09-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["Select platform: [Android](/ad-manager/mobile-ads-sdk/android/privacy/us-iab-support \"View this page for the Android platform docs.\") [iOS](/ad-manager/mobile-ads-sdk/ios/privacy/us-iab-support \"View this page for the iOS platform docs.\") [Unity](/ad-manager/mobile-ads-sdk/unity/privacy/us-iab-support \"View this page for the Unity platform docs.\")\n\n\u003cbr /\u003e\n\nThis guide outlines the steps required to support the US states regulations\nmessage as part of the UMP SDK. Pair these instructions with\n[Get started](/ad-manager/mobile-ads-sdk/unity/privacy), which details how to get your app running\nwith the UMP SDK and set up your message. The following guidance is specific to\nthe US states regulations message.\n\nPrerequisites\n\nBefore continuing, ensure you do the following:\n\n- Update to the latest version of the Unity plugin. For US states regulations messaging support, we recommend you to use version 8.7.0 or higher.\n- Complete [Get started](/ad-manager/mobile-ads-sdk/unity/privacy). Be sure to implement a privacy options entrypoint and render it if required. By completing this guide, you have an entrypoint to serve your US states regulations message to your users.\n- [Create a US state regulations message](//support.google.com/admanager/answer/10115735) for apps.\n- If you're using the US states regulations message alongside other messages, consult [Available user message types](//support.google.com/admanager/answer/10075998) to understand when different messages are displayed to your users.\n\nSet the tag for under age of consent\n\nTo indicate whether a user is under the age of consent, set\n`\n`[tagForUnderAgeOfConsent](/ad-manager/mobile-ads-sdk/unity/reference/class/google-mobile-ads/ump/api/consent-request-parameters#tagforunderageofconsent) (TFUA). When you set TFUA to `true`, the UMP SDK\ndoesn't request consent from the user. If your app has a mixed audience, set\nthis parameter for child users to ensure consent is not requested.\nIt is your\nresponsibility for setting this parameter where necessary to comply with COPPA\nand other relevant regulations.\n| **Important:** The UMP SDK does not forward the TFUA tag set on consent requests to the Google Mobile Ads SDK. You must explicitly set the `tagForUnderAgeOfConsent` or `tagForChildDirectectedTreatment` on ad requests. If you don't set the `tagForUnderAgeOfConsent` or `tagForChildDirectectedTreatment` on ad requests, the UMP SDK does not collect any information that allows Google to determine whether or not users under the age of consent use your app. For more information about data processing restrictions for these users, see [Tag an ad request for child-directed treatment](//support.google.com/admanager/answer/3671211).\n\nThe following example sets TFUA to true on a UMP consent request: \n\n ConsentRequestParameters params = new ConsentRequestParameters\n {\n // Indicate the user is under age of consent.\n TagForUnderAgeOfConsent = true;\n };\n\n ConsentInformation.Update(params, (FormError updateError) =\u003e\n {\n // ...\n });\n\nRead consent choices\n\nAfter the user has made a US states regulations decision, you can read\ntheir choice from local storage following the Global Privacy Platform (GPP)\nspec. For more details see,\n[In-App Details](https://github.com/InteractiveAdvertisingBureau/Global-Privacy-Platform/blob/main/Core/CMP%20API%20Specification.md#in-app-details).\nNote that the UMP SDK only populates the `IABGPP_GppSID` and\n`IABGPP_HDR_GppString` keys.\n\nTest your US states regulations messaging\n\nTo test your US states regulations messaging, use the\n`UMPDebugGeographyRegulatedUSState` `debugGeography` to force the UMP\nSDK to treat your test device as if the device were located in a regulated US\nstate. You can also use `UMPDebugGeographyOther` to force suppression of US\nstates regulations messages. For more details on `debugGeography`, see\n[Force a geography](/ad-manager/mobile-ads-sdk/unity/privacy#force_a_geography).\n| **Note:** `UMPDebugGeographyRegulatedUSState` is only available in Unity plugin 9.4.0 or higher."]]