रीडायरेक्ट यूआरआई, जहां उपयोगकर्ता को सेवा की शर्तें स्वीकार करने के बाद भेजा जाएगा. इसे Cloud Console में रीडायरेक्ट यूआरआई के तौर पर कॉन्फ़िगर करना ज़रूरी है.
जवाब का मुख्य भाग
accounts.provisionAccountTicket आरपीसी के लिए रिस्पॉन्स मैसेज.
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
JSON के काेड में दिखाना
{"accountTicketId": string}
फ़ील्ड
accountTicketId
string
सेवा की शर्तों के लिंक में पास किया जाने वाला पैरामीटर.
[[["समझने में आसान है","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-14 (UTC) को अपडेट किया गया."],[[["Requests a ticket for creating a new Google Analytics 4 account."],["The request body includes the account details and a redirect URI for user consent."],["Upon successful request, the response provides an account ticket ID for accessing the Terms of Service."],["Requires authorization with the `https://www.googleapis.com/auth/analytics.edit` scope to provision accounts."]]],["The content outlines how to request a ticket for account creation using a POST request to `https://analyticsadmin.googleapis.com/v1beta/accounts:provisionAccountTicket`. The request body must include an `account` object and a `redirectUri`. A successful response returns an `accountTicketId`. The process requires `https://www.googleapis.com/auth/analytics.edit` authorization scope, and the `redirectUri` must be pre-configured. This process is used to accept terms of service for new accounts.\n"]]