[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-01-23 UTC."],[[["Fetches an existing conversion source using a GET request."],["Requires the `name` path parameter to specify the conversion source to retrieve."],["An empty request body is necessary, and the response provides a `ConversionSource` object if successful."],["Authorization is required with the `https://www.googleapis.com/auth/content` scope."]]],["This document outlines how to fetch a conversion source using a GET request. The core action is to send a GET request to the specified URL: `https://merchantapi.googleapis.com/conversions/v1beta/{name=accounts/*/conversionSources/*}`. The `name` parameter, in the format `accounts/{account}/conversionSources/{conversionSource}`, is required in the URL path. The request body must be empty. A successful response will include a `ConversionSource` object. The request also requires the OAuth scope `https://www.googleapis.com/auth/content`.\n"]]