প্রয়োজন। UA প্রপার্টি যার জন্য সংযুক্ত GA4 প্রপার্টি দেখতে হবে। মনে রাখবেন এই অনুরোধটি অভ্যন্তরীণ সম্পত্তি আইডি ব্যবহার করে, UA-XXXXXX-YY ফর্মের ট্র্যাকিং আইডি নয়। বিন্যাস: বৈশিষ্ট্য/{internal_web_property_id} উদাহরণ: বৈশিষ্ট্য/1234
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
একটি UA সম্পত্তির সাথে সংযুক্ত GA4 সম্পত্তি খোঁজার প্রতিক্রিয়া।
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
JSON প্রতিনিধিত্ব
{"property": string}
ক্ষেত্র
property
string
GA4 প্রপার্টি UA প্রপার্টির সাথে সংযুক্ত। কোনো সংযুক্ত GA4 প্রপার্টি না থাকলে একটি খালি স্ট্রিং ফেরত দেওয়া হয়। বিন্যাস: বৈশিষ্ট্য/{property_id} উদাহরণ: বৈশিষ্ট্য/1234
[[["সহজে বোঝা যায়","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-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This document details how to look up the connected Google Analytics 4 (GA4) property for a given Universal Analytics (UA) property using the Google Analytics Admin API."],["The API request requires the internal UA property ID and returns the connected GA4 property ID, if any."],["Authentication requires specific OAuth scopes for either read-only or edit access to Analytics data."],["It is important to note that this functionality cannot be used with GA4 properties and requires an empty request body."]]],["This document details how to find a connected GA4 property using its associated UA property. A `GET` request to `https://analyticsadmin.googleapis.com/v1alpha/properties:fetchConnectedGa4Property` is made. The request requires a `property` query parameter, which is the UA property's internal ID, formatted as `properties/{internal_web_property_id}`. The request body must be empty. The response body returns a JSON structure containing a `property` field with the GA4 property ID or an empty string if none exists. The request needs authorization with specific OAuth scopes.\n"]]