কাস্টম রূপান্তর ভেরিয়েবল
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
কাস্টম রূপান্তর ভেরিয়েবল আপনাকে ট্যাগ আকারে অতিরিক্ত তথ্য সংযুক্ত করতে দেয়, যা আপনি Google বিজ্ঞাপন API ব্যবহার করে আমদানি করেন, যেমন ক্লিক বা কল রূপান্তর। এই তথ্য দিয়ে, আপনি সেগমেন্টেড রিপোর্ট তৈরি করতে পারেন যা আপনার রূপান্তর সম্পর্কে আরও সমৃদ্ধ ডেটা প্রদান করে।
উদাহরণস্বরূপ, একটি নতুন নীল টুপি কেনার জন্য একটি রূপান্তর আমদানি করার সময়, আপনি দুটি সংশ্লিষ্ট ট্যাগও আমদানি করতে পারেন: যথাক্রমে blue
এবং new
মান সহ color
এবং status
। এখানে পদক্ষেপগুলি রয়েছে:
আপনার প্রয়োজন অনুযায়ী অনেকগুলি কাস্টম রূপান্তর ভেরিয়েবল তৈরি করুন৷ প্রতিটি পরিবর্তনশীল একটি ট্যাগের সাথে মিলে যায়। অতএব, আপনি যদি দুটি ট্যাগ ( color
এবং status
) চান তবে আপনাকে দুটি কাস্টম ভেরিয়েবল তৈরি করতে হবে। ConversionCustomVariable
জন্য প্রয়োজনীয় ক্ষেত্রগুলি নিম্নরূপ:
-
name
: পরিবর্তনশীল সনাক্ত করে। নাম অনন্য হতে হবে. -
tag
: আমাদের উদাহরণের জন্য, ট্যাগগুলি হল color
এবং status
। আপনার ওয়েবসাইট দ্বারা Google বিজ্ঞাপনে একটি রূপান্তর পাঠানো হলে ইভেন্ট স্নিপেটে ট্যাগ ব্যবহার করা হয়। আপনি যদি Google Ads API ব্যবহার করেন, তাহলে কনভার্সন ইম্পোর্ট করার সময় আপনাকে কাস্টম ভেরিয়েবলের রিসোর্স নাম উল্লেখ করতে হবে, যেমনটি পরবর্তী ধাপে বিস্তারিত বলা হয়েছে।
একটি রূপান্তর আমদানি করার সময়, যেমন ClickConversion
, পূর্ববর্তী ধাপে আপনার তৈরি করা সমস্ত কাস্টম ভেরিয়েবলের তালিকায় custom_variables
সেট করুন। আপনাকে প্রতিটি কাস্টম ভেরিয়েবলের সমস্ত ক্ষেত্র সেট করতে হবে:
-
conversion_custom_variable
: আগের ধাপে আপনি যে কাস্টম ভেরিয়েবল তৈরি করেছেন তার রিসোর্স নাম। -
value
: আপনি রূপান্তরের সাথে যুক্ত করতে চান এমন ট্যাগের মান। আমাদের উদাহরণের জন্য: blue
এবং new
।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eCustom conversion variables allow associating additional information, like tags, to conversions uploaded via the Google Ads API.\u003c/p\u003e\n"],["\u003cp\u003eTo use custom variables, first create them, defining a unique name and tag for each desired piece of information.\u003c/p\u003e\n"],["\u003cp\u003eWhen uploading a conversion, include the custom variables, specifying their resource name and the corresponding value for the tag.\u003c/p\u003e\n"],["\u003cp\u003eThis process lets you add details like 'color' or 'status' to conversions, enabling richer data analysis and reporting.\u003c/p\u003e\n"]]],[],null,["# Custom Conversion Variables\n\n[Custom conversion variables](//support.google.com/google-ads/answer/9964350)\nlet you associate additional information, in the form of tags, to a conversion\nthat you import using the Google Ads API, such as click or call conversions. With this\ninformation, you can create segmented reports that provide richer data about\nyour conversions.\n\nFor example, when importing a conversion for the purchase of a new blue hat,\nyou could also import two associated tags: `color` and `status` with the values\n`blue` and `new`, respectively. Here are the steps:\n\n1. Create as many custom conversion variables as you need. Each variable\n corresponds to one tag. Therefore, if you want two tags (`color` and\n `status`), you need to create two custom variables. The required fields for\n [`ConversionCustomVariable`](/google-ads/api/reference/rpc/v21/ConversionCustomVariable) are as\n follows:\n\n | **Note:** See [`ConversionCustomVariable`](/google-ads/api/reference/rpc/v21/ConversionCustomVariable) for limitations on its fields.\n - [`name`](/google-ads/api/reference/rpc/v21/ConversionCustomVariable#name): Identifies the variable. The name must be unique.\n - [`tag`](/google-ads/api/reference/rpc/v21/ConversionCustomVariable#tag): For our example, the tags are `color` and `status`. Tags are used in the [event\n snippet](//support.google.com/google-ads/answer/9962082#Add&zippy=%2Cconversion-tracking-using-tags-on-your-website) when a conversion is sent to Google Ads by your website. If you use the Google Ads API, you would need to specify the resource name of the custom variables when importing conversions, as detailed in the next step.\n2. When importing a conversion, such as\n [`ClickConversion`](/google-ads/api/reference/rpc/v21/ClickConversion), set\n [`custom_variables`](/google-ads/api/reference/rpc/v21/ClickConversion#custom_variables%5B%5D) to\n the list of all custom variables you created in the previous step. You need\n to set all the fields of each custom variable:\n\n - [`conversion_custom_variable`](/google-ads/api/reference/rpc/v21/CustomVariable#conversion_custom_variable): The resource name of the custom variable you created in the previous step.\n - [`value`](/google-ads/api/reference/rpc/v21/CustomVariable#conversion_custom_variable): The value for the tag you want to associate with the conversion. For our example: `blue` and `new`."]]