কাস্টম কলাম যখন এক বা একাধিক বৈশিষ্ট্য উল্লেখ করে তখন সত্য।
references Metrics
boolean
কাস্টম কলাম যখন এক বা একাধিক মেট্রিক উল্লেখ করে তখন সত্য।
queryable
boolean
কাস্টম কলামটি SearchAds360Service.Search এবং SearchAds360Service.SearchStream-এর ক্যোয়ারীতে ব্যবহার করার জন্য উপলব্ধ হলে সত্য।
referenced System Columns[]
string
এই কাস্টম কলামের রেফারেন্সকৃত সিস্টেম কলামের তালিকা। উদাহরণস্বরূপ, একটি কাস্টম কলাম "ইম্প্রেশন এবং ক্লিকের যোগফল"-এ {"metrics.clicks", "metrics.impressions"}-এর সিস্টেম কলাম উল্লেখ করা হয়েছে।
[[["সহজে বোঝা যায়","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"]],["2024-11-19 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["A `CustomColumn` is a user-defined column in Search Ads 360 that can reference attributes and metrics to create custom calculations or data views, with its structure and properties defined in a JSON format."],["`CustomColumnValueType` and `CustomColumnRenderType` are enumerations that determine the data type and interpretation of values in a custom column, respectively, influencing how the column's output is displayed and used."],["Developers can utilize methods like `get` and `list` to retrieve details or a complete list of custom columns associated with a Search Ads 360 customer, enabling programmatic management and analysis of custom data within the platform."]]],["Custom columns are user-defined fields in Search Ads 360, defined by a `resourceName`, `id`, `name`, and `description`. They can reference attributes or metrics, be queryable, and include system columns. The `valueType` (e.g., string, int64, date) determines the column's data type, while `renderType` (e.g., number, percent, money) dictates how it's interpreted. Methods include `get` for retrieving a specific column and `list` for all columns.\n"]]