প্রয়োজন। যে সম্পত্তির জন্য ব্যবহারকারীর ডেটা সংগ্রহ স্বীকার করতে হবে।
শরীরের অনুরোধ
অনুরোধের অংশে নিম্নলিখিত কাঠামো সহ ডেটা রয়েছে:
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-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This API endpoint acknowledges user data collection for a specified Google Analytics property."],["It requires a specific acknowledgement phrase confirming the user's understanding of data collection terms."],["Users need the `analytics.edit` OAuth scope for authorization."],["A successful request results in an empty response body."],["The request body includes an `acknowledgement` field containing the required phrase."]]],["This API endpoint `acknowledgeUserDataCollection` requires a POST HTTP request to acknowledge user data collection for a specified property. The request URL includes a required `property` path parameter. The request body needs a JSON object with an `acknowledgement` field. This field must contain a specific string confirming understanding of data collection terms. Successful requests return an empty response. Authorization requires the `analytics.edit` scope. The action of acknowledgment is required before creating MeasurementProtocolSecret resources.\n"]]