প্রয়োজন। যে সম্পত্তির জন্য ব্যবহারকারীর ডেটা সংগ্রহ স্বীকার করতে হবে।
শরীরের অনুরোধ
অনুরোধের অংশে নিম্নলিখিত কাঠামো সহ ডেটা রয়েছে:
JSON প্রতিনিধিত্ব
{"acknowledgement": string}
ক্ষেত্র
acknowledgement
string
প্রয়োজন। একটি স্বীকৃতি যে এই পদ্ধতির কলকারী ব্যবহারকারীর ডেটা সংগ্রহের শর্তাবলী বোঝে।
এই ক্ষেত্রটিতে অবশ্যই সঠিক মান থাকতে হবে: "আমি স্বীকার করি যে আমার কাছে আমার শেষ ব্যবহারকারীদের কাছ থেকে তাদের ডেটা সংগ্রহ এবং প্রক্রিয়াকরণের জন্য প্রয়োজনীয় গোপনীয়তা প্রকাশ এবং অধিকার রয়েছে, যার মধ্যে Google অ্যানালিটিক্স আমার সাইট থেকে সংগ্রহ করা ভিজিটেশন তথ্যের সাথে এই ধরনের ডেটার সংযোগ সহ /অথবা অ্যাপ সম্পত্তি।"
[[["সহজে বোঝা যায়","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-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This API endpoint is used to acknowledge the terms of user data collection for a specified Google Analytics property."],["Acknowledgement is required before creating MeasurementProtocolSecret resources and involves confirming understanding of data collection and user privacy."],["The request must include a specific acknowledgement phrase stating the user understands the implications of data collection and has necessary user consent."],["The API uses a POST request to a specific endpoint and includes the property ID in the path."],["Upon successful acknowledgement, the response body will be empty."]]],["The core content outlines the process for acknowledging user data collection terms via an API. A `POST` HTTP request to a specific URL is required, including the `property` path parameter. The request body must contain a JSON with the exact `acknowledgement` string confirming understanding of data collection terms. A successful request results in an empty response, requiring `analytics.edit` authorization scope. The acknowledgment must happen to allow resource creation.\n"]]