গ্রাহক লক্ষ্য
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্রতিটি CustomerConversionGoal
নির্ধারণ করে যে আপনি Google Adsকে নির্দিষ্ট category
এবং origin
সাথে রূপান্তর ক্রিয়াগুলির জন্য অপ্টিমাইজ করতে চান কিনা। আপনি আপনার অ্যাকাউন্টের Google বিজ্ঞাপন রূপান্তর গ্রাহকের সাথে ConversionActions
যোগ করার সাথে সাথে Google Ads স্বয়ংক্রিয়ভাবে CustomerConversionGoals
তৈরি করে যাতে ব্যবহার করা হচ্ছে এমন প্রতিটি category
এবং origin
জন্য একটি CustomerConversionGoal
আছে।
যেহেতু Google Ads স্বয়ংক্রিয়ভাবে CustomerConversionGoal
অবজেক্ট তৈরির কাজ পরিচালনা করে, তাই আপনি প্রতিটি লক্ষ্যের biddable
অ্যাট্রিবিউট সেট করে নির্দিষ্ট করেন যে একটি রূপান্তর লক্ষ্য একটি অ্যাকাউন্ট-ডিফল্ট লক্ষ্য কিনা। যদি Google বিজ্ঞাপনগুলি লক্ষ্যের category
এবং origin
সাথে রূপান্তর ক্রিয়াগুলির জন্য অপ্টিমাইজ করে তবে biddable
true
সেট করুন এবং অন্যথায় biddable
false
সেট করুন৷ true
এবং false
মানগুলি একটি অ্যাকাউন্ট-ডিফল্ট লক্ষ্য হিসাবে ব্যবহার করার সমতুল্য এবং রূপান্তর ক্রিয়া সেটিংসে যথাক্রমে অ্যাকাউন্ট-ডিফল্ট লক্ষ্য বিকল্প হিসাবে ব্যবহার করবেন না ।
নতুন বিভাগ এবং উত্স সমন্বয়
যদি আপনার Google Ads রূপান্তর গ্রাহকের মধ্যে একটি ConversionAction
তৈরি করা হয় এবং নতুন অ্যাকশনের category
এবং origin
সমন্বয় অন্য কোনও অ্যাকশনে না থাকে, তাহলে Google Ads স্বয়ংক্রিয়ভাবে category
এবং origin
জন্য একটি নতুন CustomerConversionGoal
তৈরি করে এবং biddable
বৈশিষ্ট্যটিকে ডিফল্টরূপে true
সেট করে।
যাইহোক, Google Ads নিম্নোক্ত category
এবং origin
সমন্বয়ের জন্য ডিফল্টরূপে false
biddable
সেট করে:
বিভাগ | মূল |
---|
BEGIN_CHECKOUT | GOOGLE_HOSTED |
বিবেচনা | GOOGLE_HOSTED |
যোগাযোগ | GOOGLE_HOSTED |
CONVERTED_LEAD | GOOGLE_HOSTED |
এনগেজমেন্ট | GOOGLE_HOSTED |
GET_DIRECTIONS | GOOGLE_HOSTED |
PAGE_VIEW | GOOGLE_HOSTED |
QUALIFIED_LEAD | GOOGLE_HOSTED |
সাইনআপ করুন | GOOGLE_HOSTED |
ক্রয় | GOOGLE_HOSTED |
STORE_SALE | দোকান |
STORE_VISIT | দোকান |
গ্রাহক লক্ষ্য পুনরুদ্ধার করুন
আপনার অ্যাকাউন্টের জন্য CustomerConversionGoals
তালিকা পুনরুদ্ধার করতে নিম্নলিখিত ক্যোয়ারী ব্যবহার করুন।
SELECT
customer_conversion_goal.resource_name,
customer_conversion_goal.category,
customer_conversion_goal.origin,
customer_conversion_goal.biddable
FROM customer_conversion_goal
একটি সাধারণ উদাহরণ হল পৃষ্ঠা দৃশ্য রূপান্তর লক্ষ্য, যা PAGE_VIEW
এর একটি category
এবং WEBSITE
এর origin
সংমিশ্রণ দ্বারা প্রতিনিধিত্ব করা হয়৷
এই রূপান্তর লক্ষ্যের সাথে সম্পর্কিত রূপান্তর ক্রিয়াগুলি পুনরুদ্ধার করতে — লক্ষ্য সারাংশের পৃষ্ঠায় আপনি Google বিজ্ঞাপন UI-তে যা দেখেন তার সাথে মিলে যায়—নিম্নলিখিত ক্যোয়ারী ব্যবহার করুন:
SELECT
conversion_action.category,
conversion_action.origin,
conversion_action.name
FROM conversion_action
WHERE conversion_action.category = 'PAGE_VIEW'
AND conversion_action.origin = 'WEBSITE'
AND conversion_action.status = 'ENABLED'
আরেকটি সাধারণ উদাহরণ হল Google বিজ্ঞাপন UI-তে অন্যান্য হিসাবে দেখানো গোষ্ঠীটি। category
DEFAULT
সেট করে এটি করা হয়।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-09-03 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","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-09-03 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eGoogle Ads automatically creates and manages \u003ccode\u003eCustomerConversionGoals\u003c/code\u003e based on the \u003ccode\u003ecategory\u003c/code\u003e and \u003ccode\u003eorigin\u003c/code\u003e of your conversion actions to streamline optimization.\u003c/p\u003e\n"],["\u003cp\u003eYou can control whether Google Ads optimizes for a specific conversion goal by setting the \u003ccode\u003ebiddable\u003c/code\u003e attribute to \u003ccode\u003etrue\u003c/code\u003e (optimize) or \u003ccode\u003efalse\u003c/code\u003e (don't optimize).\u003c/p\u003e\n"],["\u003cp\u003eNew conversion actions with unique category and origin combinations will automatically have a corresponding \u003ccode\u003eCustomerConversionGoal\u003c/code\u003e created, typically set to \u003ccode\u003ebiddable\u003c/code\u003e by default, unless they fall within specific combinations listed in the documentation.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve and analyze your \u003ccode\u003eCustomerConversionGoals\u003c/code\u003e and associated conversion actions using provided sample queries to gain insights into your conversion setup.\u003c/p\u003e\n"],["\u003cp\u003eCommon use cases like analyzing page view goals or the "Other" group in the Google Ads UI are easily achievable with the provided query examples and category/origin understanding.\u003c/p\u003e\n"]]],[],null,["# Customer goals\n\nEach [`CustomerConversionGoal`](/google-ads/api/reference/rpc/v21/CustomerConversionGoal)\ndetermines whether you want Google Ads to optimize for conversion actions with the\nspecified [`category`](/google-ads/api/reference/rpc/v21/ConversionAction#category) and\n[`origin`](/google-ads/api/reference/rpc/v21/ConversionAction#origin). Google Ads automatically creates\n`CustomerConversionGoals` as you add\n[`ConversionActions`](/google-ads/api/reference/rpc/v21/ConversionAction) to your account's\n[Google Ads conversion\ncustomer](/google-ads/api/docs/conversions/getting-started#enable_conversion_tracking) to\nensure that there's a `CustomerConversionGoal` for every combination of\n`category` and `origin` that's in use.\n\nSince Google Ads automatically handles the creation of `CustomerConversionGoal`\nobjects, you set the `biddable` attribute of each goal to specify whether a\nconversion goal is an [account-default\ngoal](//support.google.com/google-ads/answer/10995103#account_default). Set\n`biddable` to `true` if Google Ads should optimize for conversion actions with the\ngoal's `category` and `origin`, and set `biddable` to `false` otherwise. The\nvalues `true` and `false` are equivalent to the **Use as an account-default\ngoal** and **Do not use as an account-default goal** options, respectively, in\nthe [conversion action\nsettings](//support.google.com/google-ads/answer/10993988#edit_account_default).\n\nNew category and origin combinations\n------------------------------------\n\nIf a `ConversionAction` is created in your Google Ads conversion customer and\nthe `category` and `origin` combination of the new action doesn't exist on any\nother actions, Google Ads automatically creates a new `CustomerConversionGoal` for\nthe `category` and `origin` and sets the `biddable` attribute to `true` by\ndefault.\n\nHowever, Google Ads sets `biddable` to `false` by default for the following\n`category` and `origin` combinations:\n\n| [category](/google-ads/api/reference/rpc/v21/ConversionActionCategoryEnum.ConversionActionCategory) | [origin](/google-ads/api/reference/rpc/v21/ConversionOriginEnum.ConversionOrigin) |\n|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|\n| BEGIN_CHECKOUT | GOOGLE_HOSTED |\n| CONSIDERATION | GOOGLE_HOSTED |\n| CONTACT | GOOGLE_HOSTED |\n| CONVERTED_LEAD | GOOGLE_HOSTED |\n| ENGAGEMENT | GOOGLE_HOSTED |\n| GET_DIRECTIONS | GOOGLE_HOSTED |\n| PAGE_VIEW | GOOGLE_HOSTED |\n| QUALIFIED_LEAD | GOOGLE_HOSTED |\n| SIGNUP | GOOGLE_HOSTED |\n| PURCHASE | GOOGLE_HOSTED |\n| STORE_SALE | STORE |\n| STORE_VISIT | STORE |\n\nRetrieve customer goals\n-----------------------\n\nUse the following query to retrieve the list of `CustomerConversionGoals`\nfor your account. \n\n SELECT\n customer_conversion_goal.resource_name,\n customer_conversion_goal.category,\n customer_conversion_goal.origin,\n customer_conversion_goal.biddable\n FROM customer_conversion_goal\n\nA common example is the page view conversion goal, which is represented by a\ncombination of a [`category`](/google-ads/api/reference/rpc/v21/ConversionAction#category) of\n[`PAGE_VIEW`](/google-ads/api/reference/rpc/v21/ConversionActionCategoryEnum.ConversionActionCategory#page_view)\nand an [`origin`](/google-ads/api/reference/rpc/v21/ConversionAction#origin) of\n[`WEBSITE`](/google-ads/api/reference/rpc/v21/ConversionOriginEnum.ConversionOrigin#website).\n\nIn order to retrieve the conversion actions that belong to this conversion\ngoal---matching what you see in the Google Ads UI in the goals summary\npage---use the following query: \n\n SELECT\n conversion_action.category,\n conversion_action.origin,\n conversion_action.name\n FROM conversion_action\n WHERE conversion_action.category = 'PAGE_VIEW'\n AND conversion_action.origin = 'WEBSITE'\n AND conversion_action.status = 'ENABLED'\n\nAnother common example is getting the group shown in the Google Ads UI as **Other** .\nThis is done by setting the\n[`category`](/google-ads/api/reference/rpc/v21/ConversionAction#category) to [`DEFAULT`](/google-ads/api/reference/rpc/v21/ConversionActionCategoryEnum.ConversionActionCategory#default)."]]