অ্যানালিটিক্স ডেটা পরিষেবা আপনাকে Apps স্ক্রিপ্টে Google Analytics ডেটা API v1 ব্যবহার করতে দেয়৷ এই API Google Analytics ব্যবহারকারীদের Google Analytics 4 (GA4) রিপোর্ট ডেটাতে প্রোগ্রাম্যাটিক অ্যাক্সেস দেয়।
Apps Script-এর সমস্ত উন্নত পরিষেবাগুলির মতো, AnalyticsData পরিষেবাটি পাবলিক API হিসাবে একই বস্তু, পদ্ধতি এবং প্যারামিটার ব্যবহার করে৷ আরও তথ্যের জন্য, দেখুন কিভাবে পদ্ধতি স্বাক্ষর নির্ধারণ করা হয় ।
/** * Runs a report of a Google Analytics 4 property ID. Creates a sheet with the * report. */ function runReport(){ /** * TODO(developer): Uncomment this variable and replace with your * Google Analytics 4 property ID before running the sample. */ const propertyId ='YOUR-GA4-PROPERTY-ID';
[[["সহজে বোঝা যায়","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-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The Analytics Data service enables programmatic access to Google Analytics 4 (GA4) report data within Apps Script using the Google Analytics Data API v1."],["It's an advanced service requiring prior enabling before use and utilizes the same structure as the public API."],["Comprehensive documentation, support, and sample code are available for guidance on utilizing this service effectively, including a sample for running reports to retrieve data and store it in a spreadsheet."]]],[]]