कस्टमर मैच टूल की मदद से, अपने ऑनलाइन और ऑफ़लाइन डेटा का इस्तेमाल करके, नए ग्राहकों तक पहुंचा जा सकता है और उन्हें फिर से जोड़ा जा सकता है
Search, Shopping टैब, Gmail, YouTube, और
डिसप्ले. आपके ग्राहकों ने आपके साथ जो जानकारी शेयर की है उसके आधार पर ग्राहक
विज्ञापनों को उन ग्राहकों और उनके जैसे दूसरे ग्राहकों के हिसाब से टारगेट करते हैं. आप
कस्टमर रिलेशनशिप मैनेजमेंट (सीआरएम) डेटा को एक साथ अपलोड करना, जोड़ना या हटाना
डेटा या इन उपयोगकर्ता सूचियों का इस्तेमाल करके
logical_user_list
.
ऑडियंस मैनेजमेंट का तरीका देखें खास जानकारी अलग-अलग तरह के ऑडियंस सेगमेंट टाइप की सूची के लिए, ताकि ग्राहक मिलान की तुलना की जा सके अन्य उपयोगकर्ता सूची विकल्प.
ग्राहक के बारे में ज़्यादा जानें मिलान और ऑडियंस टारगेटिंग (विज्ञापन के लिए सही दर्शक चुनना).
ज़रूरी शर्तें
हर खाता, कस्टमर मैच का इस्तेमाल करने की ज़रूरी शर्तें पूरी नहीं करता. कस्टमर मैच का इस्तेमाल करने के लिए, खाते में ये चीज़ें होनी चाहिए:
- नीति के पालन का अच्छा रिकॉर्ड
- पेमेंट का अच्छा इतिहास
आपका खाता कौनसी ज़रूरी शर्तें पूरी करता है, इसके हिसाब से आपको अलग-अलग सुविधाएं मिलती हैं उपलब्ध हैं. ग्राहक मिलान की जानकारी देखें ज़रूरी शर्तों के लिए नीति ज़रूरी शर्तें और पाबंदियां.
अपना इंटिग्रेशन डिज़ाइन करना
इस्तेमाल का फ़्लो
ग्राहक सूची बनाने और उसे टारगेट करने के लिए, यहां एक फ़्लो सुझाया गया है:
एक खाली ग्राहक सूची बनाएं.
OfflineUserDataJob
बनाएं. यह समय है कई नौकरियों की तुलना में एक बड़ा काम बनाने में ज़्यादा असरदार है छोटी नौकरियां.Google Ads API के वर्शन v15 से शुरू करते हुए, आपको अपने-आप जानकारी भर जाएगी
consent
फ़ील्डcustomer_match_user_list_metadata
का आपकेOfflineUserDataJob
मेंcreate
अनुरोध.remove
अनुरोधों के लिए, सहमति की ज़रूरत नहीं है. एपीआई वापस करनाOfflineUserDataJobError.CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS
अगर नौकरी के लिएconsent.ad_user_data
याconsent.ad_personalization
को सेट किया गया हैDENIED
तक.अगर किसी उपयोगकर्ता ने सहमति नहीं दी है, तो आप नौकरी के लिए, उपयोगकर्ता सूची से उपयोगकर्ता के आइडेंटिफ़ायर हटाने के लिए,
remove
कार्रवाई की जाती है.अगर कुछ उपयोगकर्ताओं की सहमति नहीं है, तो एक अलग जॉब बनाएं, जहां आपने काम के
consent
फ़ील्ड को सेट नहीं किया हैcustomer_match_user_list_metadata
. इसके बाद, उन उपयोगकर्ताओं के लिए आइडेंटिफ़ायर जोड़ें उस अलग जॉब के लिएcreate
ऑपरेशन का इस्तेमाल किया जा रहा है.इसका इस्तेमाल करके कार्रवाइयां जोड़ें
OfflineUserDataJobService.AddOfflineUserDataJobOperations
तरीका. हमारा सुझाव है कि एक कॉल में ज़्यादा से ज़्यादा 10,000 आइडेंटिफ़ायर जोड़ें ताकि ये बेहतर तरीके से प्रोसेस हो सकें.AddOfflineUserDataJobOperations
का एक अनुरोध इनमें ज़्यादा से ज़्यादा 1,00,000 आइडेंटिफ़ायर हो सकते हैं. कार्रवाइयों की सूची मेंUserData
ऑब्जेक्ट हैं.उदाहरण के लिए, अगर आपके हर
UserData
ऑब्जेक्ट के लिए एकUserIdentifier
हैhashed_email
और इसके बाद,UserIdentifier
के लिएhashed_phone_number
चुकाएं. इसके बाद, हर अनुरोध के लिए 5,000UserData
ऑब्जेक्ट भेजना सबसे सही है. ऐसा इसलिए है, क्योंकि हर अनुरोध को पूरा नहीं किया जा सकता कुल 10,000 यूज़र आइडेंटिफ़ायर होंगे.पिछला चरण तब तक दोहराएं, जब तक सभी कार्रवाइयां नहीं जोड़ी जातीं या काम नहीं हो जाता पूरा नहीं किया जा सकता. आपके कारोबार के लिए, जितने चाहें उतने ऑपरेशन जोड़े जा सकते हैं एक नौकरी; हालांकि, हमारा सुझाव है कि हर जॉब में कुल मिलाकर 10,00,000 से ज़्यादा ऑपरेशन न करें ताकि ये बेहतर तरीके से प्रोसेस हो सकें.
काम चलाएं.
सफल अपलोड के लिए पोल.
मैच रेट की पुष्टि करें.
सूची को टारगेट करें.
ऑफ़लाइनUserDataJobService और UserDataService
कस्टमर मैच डेटा अपलोड करने के लिए, दो सेवाएं उपलब्ध हैं. चुनें: आपके इस्तेमाल के उदाहरण के हिसाब से सेवा में बदलाव कर सकते हैं, क्योंकि किसी सेवा की सीमाएं भी हो सकती हैं.
कस्टमर मैच अपलोड सेवाएं | |
---|---|
OfflineUserDataJobService (पसंदीदा)
|
ज़्यादातर डेवलपर इस सेवा का इस्तेमाल करते हैं. इसे बड़ी संख्या में अपलोड करने के लिए ऑप्टिमाइज़ किया जाता है. उच्च थ्रूपुट और पूरा होने पर सक्सेस मेट्रिक दिखाता है. यह गाइड मुख्य तौर पर, इस सेवा पर फ़ोकस करती हो. |
UserDataService
|
इस सेवा को इस तरह ऑप्टिमाइज़ किया गया है कि एक बार में कुछ आइडेंटिफ़ायर अपलोड किए जा सकें
समय-समय पर अपडेट होते रहते हैं. साथ ही, इसे लगातार चलने के लिए ऑप्टिमाइज़ नहीं किया जाता. इसकी सीमा तय है
हर अनुरोध पर 10 कार्रवाइयां की जा सकती हैं. इसके अतिरिक्त, एक अनुरोध में अधिक सामग्री नहीं हो सकती
सभी प्रॉडक्ट में कुल 100 से ज़्यादा आइटम
user_identifiers .
डेटा अपलोड करने के बारे में दिशा-निर्देश पाने के लिए इस सेवा का इस्तेमाल करने के लिए, गाइड पर जाएं . इसके पहले वर्शन v15 में उपलब्ध है
Google Ads API के ज़रिए, आपको
|
सबसे सही तरीके
अपना कस्टमर मैच डिज़ाइन करते समय, इन सबसे सही तरीकों को ध्यान में रखें इंटिग्रेशन:
किसी एक उपयोगकर्ता सूची में बदलाव करने के लिए, कई खातों का इस्तेमाल करने की कोशिश न करें. उपयोगकर्ता सूची को केवल Google Ads या डेटा द्वारा संशोधित किया जा सकता है पार्टनर खाते से कनेक्ट किया जा सकता है. ने इसे बनाया.
हर संचालन की संख्या को ज़्यादा से ज़्यादा बढ़ाएं
AddOfflineUserDataJobOperationsRequest
, ज़्यादा से ज़्यादा 1,00, 000 आइडेंटिफ़ायर तक बचेंRESOURCE_EXHAUSTED
गड़बड़ियां हैं.create
औरremove
कार्रवाइयों को एक ही क्रम में न मिलाएंOfflineUserDataJob
. ऐसा करने से ये हो सकते हैं नतीजे के तौर परCONFLICTING_OPERATION
गड़बड़ी.इसमें
partial_failure
को चालू करें:AddOfflineUserDataJobOperationsRequest
ताकि काम शुरू करने से पहले, किसी समस्या का पता लगाया जा सके. कार्रवाइयों को किसी फ़ाइल में अपलोड करने पर उनकी पुष्टि की जाती हैOfflineUserDataJob
.कई सारे विज्ञापन एक साथ चलाने से बचें
OfflineUserDataJob
इसका इस्तेमाल करती हैं उसी उपयोगकर्ता सूची में बदलाव कर सकता है (यानी, ऐसे कई जॉबCustomerMatchUserListMetadata.user_list
एक ही संसाधन नाम पर ले जाता हो). ऐसा करने से हमारी वेबसाइट परCONCURRENT_MODIFICATION
में गड़बड़ी है क्योंकि एक ही सूची पर कई काम करने की अनुमति नहीं है: एक साथ. यह गड़बड़ी तब भी आ सकती है, जब एक ही समय में Google Ads यूज़र इंटरफ़ेस (यूआई) और Google Ads API की मदद से सूची में बदलाव कर सकते हैं. ध्यान दें कि ऐसा नहीं होता है जोड़ने के लिए लागू करें ऑपरेशन सेPENDING
काम, इसे शुरू करने से पहले किसी भी समय किया जा सकता है.अगर आपको आवेदन करने के लिए हज़ारों कार्रवाइयां करनी हैं, तो एक ऑपरेशन बनाएं
OfflineUserDataJob
में सभी कार्रवाइयां शामिल हैं. कई सारे न बनाएं जॉब में सिर्फ़ कुछ सौ संक्रियाएं होती हैं और उन्हें एक क्रम में चलाया जाता है या साथ-साथ आपके सभी कामों के साथ एक बड़ी नौकरी अब भी काफ़ी दूर है यह कई छोटी-छोटी नौकरियों के मुकाबले ज़्यादा आसान होता है. साथ ही, आपकी संभावना कम करता है में गड़बड़ियों का सामना करना पड़ता है.
बेहतर टारगेटिंग के लिए, ग्राहक सूचियों से फ़ायदा पाने के आइडिया पाने के लिए यहां जाएं सहायता केंद्र पर जाएं.
ग्राहक सूची बनाना
सबसे पहले,
UserListService
. ग्राहक सूचियां बनाई जाती हैं
इसके लिए,
crm_based_user_list
फ़ील्ड
user_list
ऑब्जेक्ट. crm_based_user_list
फ़ील्ड को कैंपेन टाइप के लिए सेट किया जा सकता है
जो ग्राहक सूचियों को टारगेट करने में मदद करते हैं:
अलग-अलग कैंपेन टाइप में कस्टमर मैच | |
---|---|
Search Network | विज्ञापन खोज नेटवर्क पर प्रदर्शित होते हैं. |
प्रदर्शन नेटवर्क | डिसप्ले नेटवर्क और Gmail पर विज्ञापन सिर्फ़ तब दिखते हैं, जब GSP हो क्रिएटिव. |
Display एक्सपैंशन Search कैंपेन पर | खोज नेटवर्क और Gmail पर विज्ञापन केवल तभी दिखाई देते हैं, जब GSP हो क्रिएटिव. |
वीडियो कैंपेन | YouTube पर विज्ञापन सिर्फ़ तब दिखते हैं, जब इन-स्ट्रीम TrueView विज्ञापन हों. |
शॉपिंग कैंपेन | विज्ञापन, Shopping टैब में दिखते हैं. |
crm_based_user_list
में तीन फ़ील्ड होते हैं:
app_id
: एक स्ट्रिंग जो उस मोबाइल ऐप्लिकेशन की खास तौर पर पहचान करती है जिससे इकट्ठा किया गया डेटा इकट्ठा किया गया. इसके लिएCrmBasedUserList
बनाते समय यह ज़रूरी है मोबाइल विज्ञापन आईडी अपलोड करना.upload_key_type
: सूची में मैच करने वाली कुंजी का टाइप, जोCONTACT_INFO
,CRM_ID
याMOBILE_ADVERTISING_ID
. एक ही सूची में, मिले-जुले डेटा टाइप की अनुमति नहीं है. यह फ़ील्ड सभी ग्राहक सूचियों के लिए ज़रूरी है.data_source_type
: सूची का डेटा सोर्स. डिफ़ॉल्ट वैल्यूFIRST_PARTY
है. अनुमति वाली सूची में शामिल ग्राहक, तीसरे पक्ष से मिली ग्राहक सूचियां बना सकते हैं.
membership_life_span
एट्रिब्यूट की मदद से, उपयोगकर्ता सूची की वह समयावधि तय की जा सकती है जिसके लिए
उपयोगकर्ता को सूची में शामिल माना जाता है. ग्राहक सूची के टाइप की मदद से,
समयसीमा खत्म होने की कोई तारीख नहीं दिखाने के लिए, membership_life_span
से 10,000 तक.
membership_status
एट्रिब्यूट
तय करता है कि सूची में नए उपयोगकर्ताओं को स्वीकार किया जाता है या नहीं.
ग्राहक सूची बनाने के लिए कोड का उदाहरण
Java
private String createCustomerMatchUserList(GoogleAdsClient googleAdsClient, long customerId) { // Creates the new user list. UserList userList = UserList.newBuilder() .setName("Customer Match list #" + getPrintableDateTime()) .setDescription("A list of customers that originated from email addresses") // Customer Match user lists can use a membership life span of 10,000 to indicate // unlimited; otherwise normal values apply. // Sets the membership life span to 30 days. .setMembershipLifeSpan(30) // Sets the upload key type to indicate the type of identifier that will be used to // add users to the list. This field is immutable and required for a CREATE operation. .setCrmBasedUserList( CrmBasedUserListInfo.newBuilder() .setUploadKeyType(CustomerMatchUploadKeyType.CONTACT_INFO)) .build(); // Creates the operation. UserListOperation operation = UserListOperation.newBuilder().setCreate(userList).build(); // Creates the service client. try (UserListServiceClient userListServiceClient = googleAdsClient.getLatestVersion().createUserListServiceClient()) { // Adds the user list. MutateUserListsResponse response = userListServiceClient.mutateUserLists( Long.toString(customerId), ImmutableList.of(operation)); // Prints the response. System.out.printf( "Created Customer Match user list with resource name: %s.%n", response.getResults(0).getResourceName()); return response.getResults(0).getResourceName(); } }
C#
private string CreateCustomerMatchUserList(GoogleAdsClient client, long customerId) { // Get the UserListService. UserListServiceClient service = client.GetService(Services.V17.UserListService); // Creates the user list. UserList userList = new UserList() { Name = $"Customer Match list# {ExampleUtilities.GetShortRandomString()}", Description = "A list of customers that originated from email and physical" + " addresses", // Customer Match user lists can use a membership life span of 10000 to // indicate unlimited; otherwise normal values apply. // Sets the membership life span to 30 days. MembershipLifeSpan = 30, CrmBasedUserList = new CrmBasedUserListInfo() { UploadKeyType = CustomerMatchUploadKeyType.ContactInfo } }; // Creates the user list operation. UserListOperation operation = new UserListOperation() { Create = userList }; // Issues a mutate request to add the user list and prints some information. MutateUserListsResponse response = service.MutateUserLists( customerId.ToString(), new[] { operation }); string userListResourceName = response.Results[0].ResourceName; Console.WriteLine($"User list with resource name '{userListResourceName}' " + $"was created."); return userListResourceName; }
PHP
private static function createCustomerMatchUserList( GoogleAdsClient $googleAdsClient, int $customerId ): string { // Creates the user list. $userList = new UserList([ 'name' => 'Customer Match list #' . Helper::getPrintableDatetime(), 'description' => 'A list of customers that originated from email ' . 'and physical addresses', // Customer Match user lists can use a membership life span of 10000 to // indicate unlimited; otherwise normal values apply. // Sets the membership life span to 30 days. 'membership_life_span' => 30, 'crm_based_user_list' => new CrmBasedUserListInfo([ // Sets the upload key type to indicate the type of identifier that will be used to // add users to the list. This field is immutable and required for a CREATE // operation. 'upload_key_type' => CustomerMatchUploadKeyType::CONTACT_INFO ]) ]); // Creates the user list operation. $operation = new UserListOperation(); $operation->setCreate($userList); // Issues a mutate request to add the user list and prints some information. $userListServiceClient = $googleAdsClient->getUserListServiceClient(); $response = $userListServiceClient->mutateUserLists( MutateUserListsRequest::build($customerId, [$operation]) ); $userListResourceName = $response->getResults()[0]->getResourceName(); printf("User list with resource name '%s' was created.%s", $userListResourceName, PHP_EOL); return $userListResourceName; }
Python
def create_customer_match_user_list(client, customer_id): """Creates a Customer Match user list. Args: client: The Google Ads client. customer_id: The ID for the customer that owns the user list. Returns: The string resource name of the newly created user list. """ # Creates the UserListService client. user_list_service_client = client.get_service("UserListService") # Creates the user list operation. user_list_operation = client.get_type("UserListOperation") # Creates the new user list. user_list = user_list_operation.create user_list.name = f"Customer Match list #{uuid.uuid4()}" user_list.description = ( "A list of customers that originated from email and physical addresses" ) # Sets the upload key type to indicate the type of identifier that is used # to add users to the list. This field is immutable and required for a # CREATE operation. user_list.crm_based_user_list.upload_key_type = ( client.enums.CustomerMatchUploadKeyTypeEnum.CONTACT_INFO ) # Customer Match user lists can set an unlimited membership life span; # to do so, use the special life span value 10000. Otherwise, membership # life span must be between 0 and 540 days inclusive. See: # https://developers.devsite.corp.google.com/google-ads/api/reference/rpc/latest/UserList#membership_life_span # Sets the membership life span to 30 days. user_list.membership_life_span = 30 response = user_list_service_client.mutate_user_lists( customer_id=customer_id, operations=[user_list_operation] ) user_list_resource_name = response.results[0].resource_name print( f"User list with resource name '{user_list_resource_name}' was created." ) return user_list_resource_name
Ruby
def create_customer_match_user_list(client, customer_id) # Creates the user list. operation = client.operation.create_resource.user_list do |ul| ul.name = "Customer Match List #{(Time.new.to_f * 1000).to_i}" ul.description = "A list of customers that originated from email and " \ "physical addresses" # Customer Match user lists can use a membership life span of 10000 to # indicate unlimited; otherwise normal values apply. # Sets the membership life span to 30 days. ul.membership_life_span = 30 ul.crm_based_user_list = client.resource.crm_based_user_list_info do |crm| crm.upload_key_type = :CONTACT_INFO end end # Issues a mutate request to add the user list and prints some information. response = client.service.user_list.mutate_user_lists( customer_id: customer_id, operations: [operation], ) # Prints out some information about the newly created user list. resource_name = response.results.first.resource_name puts "User list with resource name #{resource_name} was created." resource_name end
Perl
sub create_customer_match_user_list { my ($api_client, $customer_id) = @_; # Create the user list. my $user_list = Google::Ads::GoogleAds::V17::Resources::UserList->new({ name => "Customer Match list #" . uniqid(), description => "A list of customers that originated from email and physical addresses", # Customer Match user lists can use a membership life span of 10000 to # indicate unlimited; otherwise normal values apply. # Set the membership life span to 30 days. membershipLifeSpan => 30, # Set the upload key type to indicate the type of identifier that will be # used to add users to the list. This field is immutable and required for # a CREATE operation. crmBasedUserList => Google::Ads::GoogleAds::V17::Common::CrmBasedUserListInfo->new({ uploadKeyType => CONTACT_INFO })}); # Create the user list operation. my $user_list_operation = Google::Ads::GoogleAds::V17::Services::UserListService::UserListOperation-> new({ create => $user_list }); # Issue a mutate request to add the user list and print some information. my $user_lists_response = $api_client->UserListService()->mutate({ customerId => $customer_id, operations => [$user_list_operation]}); my $user_list_resource_name = $user_lists_response->{results}[0]{resourceName}; printf "User list with resource name '%s' was created.\n", $user_list_resource_name; return $user_list_resource_name; }
ग्राहक से जुड़ा डेटा जोड़ें
ईमेल पता, डाक पता, और फ़ोन नंबर, तीन मुख्य मैच की हैं जोड़ें. यूज़र आईडी और मोबाइल डिवाइस आईडी का इस्तेमाल, मैच बटन के तौर पर किया जा सकता है. हालांकि, ये समाधान, भविष्य की ज़रूरतों के हिसाब से कम सुरक्षित होते हैं, क्योंकि ये कुकी और डिवाइसों पर निर्भर रहते हैं आईडी. हमारा सुझाव है कि आप उपयोगकर्ता की संपर्क जानकारी अपलोड करें. जैसे, ईमेल पता, डाक पता और फ़ोन नंबर—जब संभव हो तो CRM या मोबाइल के बजाय आईडी.
हर उपयोगकर्ता सूची में, ग्राहक से जुड़ा सिर्फ़ एक टाइप का डेटा हो सकता है, जैसा कि नीचे दी गई सूची में बताया गया है
यह
CrmBasedUserListInfo.upload_key_type
फ़ील्ड में डालें. इसके अलावा, एक UserData
ऑब्जेक्ट, जो
एक उपयोगकर्ता को दिखाता है और इसमें ज़्यादा से ज़्यादा 20 उपयोगकर्ता आइडेंटिफ़ायर हो सकते हैं. हर आइडेंटिफ़ायर में ये शामिल हो सकते हैं
का अपना UserIdentifier
ऑब्जेक्ट है. 20 से ज़्यादा आइडेंटिफ़ायर का इस्तेमाल करने पर
TOO_MANY_USER_IDENTIFIERS
गड़बड़ी.
Google Ads, टारगेटिंग के लिए कस्टमर मैच से जुड़ी उपयोगकर्ता सूची का इस्तेमाल सिर्फ़ तब करता है, जब वह विज्ञापन दिखाए जाने के समय, सक्रिय उपयोगकर्ताओं की कम से कम सीमा; सक्रिय उपयोगकर्ता हैं आपकी सूची में मौजूद उन उपयोगकर्ताओं की संख्या जो Gmail, Search, YouTube या डिसप्ले. पैसे चुकाकर बने सदस्यों की संख्या बढ़ाने के लिए, कम से कम 5,000 सदस्यों को अपलोड करें मैच होने वाले, टारगेटिंग (विज्ञापन के लिए सही दर्शक चुनना) के लिए सक्रिय उपयोगकर्ता.
उपयोगकर्ता की संपर्क जानकारी अपलोड करें
उपयोगकर्ता के ईमेल पते, डाक पते या फ़ोन नंबर अपलोड करने के लिए,
CONTACT_INFO
के लिए upload_key_type
. ध्यान दें कि संपर्क जानकारी
जो किसी Google खाते से जुड़ा हो और उसे मैच किया जा सके.
Google Workspace जैसे खातों को टारगेट नहीं किया जा सकता.
निजता से जुड़ी समस्याओं के लिए, ईमेल पते, नाम, सरनेम, और फ़ोन नंबर अपलोड करने से पहले, संख्याओं को SHA-256 एल्गोरिदम का इस्तेमाल करके हैश किया जाना चाहिए. तय सीमा में हैश नतीजों को स्टैंडर्ड बनाने के लिए, इनमें से किसी एक वैल्यू को हैश करने से पहले, पक्का करें कि ये काम किए जा रहे हों:
- आगे और पीछे की खाली सफ़ेद जगहों को हटाएं.
- नाम, ईमेल पते, और डाक पतों के लिए: टेक्स्ट को अंग्रेज़ी के छोटे अक्षरों में बदलें.
- फ़ोन नंबर के लिए: हर फ़ोन नंबर को E164 में बदलें
फ़ॉर्मैट तय करें. यह फ़ॉर्मैट दिखाता है
+
से शुरू होने वाला, एक फ़ोन नंबर के तौर पर ज़्यादा से ज़्यादा पंद्रह अंकों वाला फ़ोन नंबर चिह्न—उदाहरण के लिए,+12125650000
या+442070313000
. सबसे आगे वाला+
चिह्न को वैकल्पिक रूप से छोड़ा जा सकता है.
ईमेल पतों के लिए, आपको.
gmail.com
और googlemail.com
ईमेल पतों में डोमेन नेम, क्योंकि
अभी भी स्वीकार कर रहे हैं.
अगर हैश करने से पहले संपर्क जानकारी सही तरीके से फ़ॉर्मैट नहीं की गई है, तो एपीआई हैश की गई जानकारी को अब भी स्वीकार करता है, लेकिन इसका किसी ग्राहक से मिलान नहीं किया जा सकता.
अगर आपको डाक पते का डेटा अपलोड करना है, तो आपको कम से कम यह जानकारी शामिल करनी होगी:
- देश का कोड
- पिन कोड
- हैश किया गया नाम
- हैश किया गया उपनाम
अगर इनमें से कोई भी फ़ील्ड मौजूद नहीं है, तो पते को मैच नहीं किया जा सकेगा.
ग्राहक सूचियों में सिर्फ़ एक upload_key_type
हो सकता है. हालांकि, इसमें कई तरह के
CONTACT_INFO
के upload_key_type
के लिए संपर्क जानकारी अपलोड की जा सकती है.
हमारा सुझाव है कि मैच रेट बढ़ाएं.
सीआरएम आईडी अपलोड करें
ग्राहक सूची को सीआरएम आईडी से भरने के लिए, upload_key_type
को इस पर सेट करें
CRM_ID
.
सीआरएम आईडी, विज्ञापन देने वाले व्यक्ति या कंपनी के जनरेट किए गए और असाइन किए गए यूज़र आईडी से मैच किए जाते हैं.
यह MOBILE_ADVERTISING_ID
इंस्टेंस को अपलोड करने जैसा है, लेकिन इसके बजाय आप
UserIdentifier
ऑब्जेक्ट के third_party_user_id
फ़ील्ड को पॉप्युलेट करें.
मोबाइल आईडी अपलोड करें
ईमेल के साथ कस्टमर मैच की तरह ही, कस्टमर मैचिंग सुविधा का इस्तेमाल करके
विज्ञापन के लिए आइडेंटिफ़ायर (IDFA) या Google विज्ञापन आईडी (AAID) का मोबाइल डिवाइस
आईडी. ऐसा करने के लिए, app_id
का इस्तेमाल करें
प्रॉपर्टी सेट करें और upload_key_type
को
MOBILE_ADVERTISING_ID
इससे पहले कि मोबाइल डिवाइस आईडी के साथ ग्राहक मिलान के लिए उपयोगकर्ता सूची का इस्तेमाल किया जाए.
कोड का उदाहरण
नीचे दिए गए उदाहरण में, ग्राहक को जोड़ने के लिए OfflineUserDataJobOperation
का इस्तेमाल किया गया है
संपर्क जानकारी दी गई है.
Java
// Creates a raw input list of unhashed user information, where each element of the list // represents a single user and is a map containing a separate entry for the keys "email", // "phone", "firstName", "lastName", "countryCode", and "postalCode". In your application, this // data might come from a file or a database. List<Map<String, String>> rawRecords = new ArrayList<>(); // The first user data has an email address and a phone number. Map<String, String> rawRecord1 = ImmutableMap.<String, String>builder() .put("email", "dana@example.com") // Phone number to be converted to E.164 format, with a leading '+' as required. This // includes whitespace that will be removed later. .put("phone", "+1 800 5550101") .build(); // The second user data has an email address, a mailing address, and a phone number. Map<String, String> rawRecord2 = ImmutableMap.<String, String>builder() // Email address that includes a period (.) before the domain. .put("email", "alex.2@example.com") // Address that includes all four required elements: first name, last name, country // code, and postal code. .put("firstName", "Alex") .put("lastName", "Quinn") .put("countryCode", "US") .put("postalCode", "94045") // Phone number to be converted to E.164 format, with a leading '+' as required. .put("phone", "+1 800 5550102") .build(); // The third user data only has an email address. Map<String, String> rawRecord3 = ImmutableMap.<String, String>builder().put("email", "charlie@example.com").build(); // Adds the raw records to the raw input list. rawRecords.add(rawRecord1); rawRecords.add(rawRecord2); rawRecords.add(rawRecord3); // Iterates over the raw input list and creates a UserData object for each record. List<UserData> userDataList = new ArrayList<>(); for (Map<String, String> rawRecord : rawRecords) { // Creates a builder for the UserData object that represents a member of the user list. UserData.Builder userDataBuilder = UserData.newBuilder(); // Checks if the record has email, phone, or address information, and adds a SEPARATE // UserIdentifier object for each one found. For example, a record with an email address and a // phone number will result in a UserData with two UserIdentifiers. // IMPORTANT: Since the identifier attribute of UserIdentifier // (https://developers.google.com/google-ads/api/reference/rpc/latest/UserIdentifier) is a // oneof // (https://protobuf.dev/programming-guides/proto3/#oneof-features), you must set only ONE of // hashedEmail, hashedPhoneNumber, mobileId, thirdPartyUserId, or addressInfo. Setting more // than one of these attributes on the same UserIdentifier will clear all the other members // of the oneof. For example, the following code is INCORRECT and will result in a // UserIdentifier with ONLY a hashedPhoneNumber. // // UserIdentifier incorrectlyPopulatedUserIdentifier = // UserIdentifier.newBuilder() // .setHashedEmail("...") // .setHashedPhoneNumber("...") // .build(); // // The separate 'if' statements below demonstrate the correct approach for creating a UserData // for a member with multiple UserIdentifiers. // Checks if the record has an email address, and if so, adds a UserIdentifier for it. if (rawRecord.containsKey("email")) { UserIdentifier hashedEmailIdentifier = UserIdentifier.newBuilder() .setHashedEmail(normalizeAndHash(sha256Digest, rawRecord.get("email"), true)) .build(); // Adds the hashed email identifier to the UserData object's list. userDataBuilder.addUserIdentifiers(hashedEmailIdentifier); } // Checks if the record has a phone number, and if so, adds a UserIdentifier for it. if (rawRecord.containsKey("phone")) { UserIdentifier hashedPhoneNumberIdentifier = UserIdentifier.newBuilder() .setHashedPhoneNumber(normalizeAndHash(sha256Digest, rawRecord.get("phone"), true)) .build(); // Adds the hashed phone number identifier to the UserData object's list. userDataBuilder.addUserIdentifiers(hashedPhoneNumberIdentifier); } // Checks if the record has all the required mailing address elements, and if so, adds a // UserIdentifier for the mailing address. if (rawRecord.containsKey("firstName")) { // Checks if the record contains all the other required elements of a mailing address. Set<String> missingAddressKeys = new HashSet<>(); for (String addressKey : new String[] {"lastName", "countryCode", "postalCode"}) { if (!rawRecord.containsKey(addressKey)) { missingAddressKeys.add(addressKey); } } if (!missingAddressKeys.isEmpty()) { System.out.printf( "Skipping addition of mailing address information because the following required keys" + " are missing: %s%n", missingAddressKeys); } else { // Creates an OfflineUserAddressInfo object that contains all the required elements of a // mailing address. OfflineUserAddressInfo addressInfo = OfflineUserAddressInfo.newBuilder() .setHashedFirstName( normalizeAndHash(sha256Digest, rawRecord.get("firstName"), false)) .setHashedLastName( normalizeAndHash(sha256Digest, rawRecord.get("lastName"), false)) .setCountryCode(rawRecord.get("countryCode")) .setPostalCode(rawRecord.get("postalCode")) .build(); UserIdentifier addressIdentifier = UserIdentifier.newBuilder().setAddressInfo(addressInfo).build(); // Adds the address identifier to the UserData object's list. userDataBuilder.addUserIdentifiers(addressIdentifier); } } if (!userDataBuilder.getUserIdentifiersList().isEmpty()) { // Builds the UserData and adds it to the list. userDataList.add(userDataBuilder.build()); } } // Creates the operations to add users. List<OfflineUserDataJobOperation> operations = new ArrayList<>(); for (UserData userData : userDataList) { operations.add(OfflineUserDataJobOperation.newBuilder().setCreate(userData).build()); }
C#
// Creates a raw input list of unhashed user information, where each element of the list // represents a single user and is a map containing a separate entry for the keys // "email", "phone", "firstName", "lastName", "countryCode", and "postalCode". // In your application, this data might come from a file or a database. List<Dictionary<string, string>> rawRecords = new List<Dictionary<string, string>>(); // The first user data has an email address and a phone number. Dictionary<string, string> rawRecord1 = new Dictionary<string, string>(); rawRecord1.Add("email", "dana@example.com"); // Phone number to be converted to E.164 format, with a leading '+' as required. // This includes whitespace that will be removed later. rawRecord1.Add("phone", "+1 800 5550101"); // The second user data has an email address, a mailing address, and a phone number. Dictionary<string, string> rawRecord2 = new Dictionary<string, string>(); // Email address that includes a period (.) before the Gmail domain. rawRecord2.Add("email", "alex.2@example.com"); // Address that includes all four required elements: first name, last name, country // code, and postal code. rawRecord2.Add("firstName", "Alex"); rawRecord2.Add("lastName", "Quinn"); rawRecord2.Add("countryCode", "US"); rawRecord2.Add("postalCode", "94045"); // Phone number to be converted to E.164 format, with a leading '+' as required. // This includes whitespace that will be removed later. rawRecord2.Add("phone", "+1 800 5550102"); // The third user data only has an email address. Dictionary<string, string> rawRecord3 = new Dictionary<string, string>(); rawRecord3.Add("email", "charlie@example.com"); // Adds the raw records to the raw input list. rawRecords.Add(rawRecord1); rawRecords.Add(rawRecord2); rawRecords.Add(rawRecord3); // Iterates over the raw input list and creates a UserData object for each record. List<UserData> userDataList = new List<UserData>(); foreach (Dictionary<string, string> rawRecord in rawRecords) { // Creates a UserData object that represents a member of the user list. UserData userData = new UserData(); // Checks if the record has email, phone, or address information, and adds a // SEPARATE UserIdentifier object for each one found. // For example, a record with an email address and a phone number will result in a // UserData with two UserIdentifiers. // IMPORTANT: Since the identifier attribute of UserIdentifier // (https://developers.google.com/google-ads/api/reference/rpc/latest/UserIdentifier) // is a oneof // (https://protobuf.dev/programming-guides/proto3/#oneof-features), you must set // only ONE of hashedEmail, hashedPhoneNumber, mobileId, thirdPartyUserId, // or addressInfo. // Setting more than one of these attributes on the same UserIdentifier will clear // all the other members of the oneof. // For example, the following code is INCORRECT and will result in a UserIdentifier // with ONLY a hashedPhoneNumber. // // UserIdentifier incorrectlyPopulatedUserIdentifier = new UserIdentifier() // { // HashedEmail = "...", // HashedPhoneNumber = "..." // }; // // The separate 'if' statements below demonstrate the correct approach for creating // a UserData for a member with multiple UserIdentifiers. // Checks if the record has an email address, and if so, adds a UserIdentifier // for it. if (rawRecord.ContainsKey("email")) { UserIdentifier hashedEmailIdentifier = new UserIdentifier() { HashedEmail = NormalizeAndHash(rawRecord["email"], true) }; userData.UserIdentifiers.Add(hashedEmailIdentifier); } // Checks if the record has a phone number, and if so, adds a UserIdentifier for it. if (rawRecord.ContainsKey("phone")) { UserIdentifier hashedPhoneNumberIdentifier = new UserIdentifier() { HashedPhoneNumber = NormalizeAndHash(rawRecord["phone"], true) }; // Adds the hashed phone number identifier to the UserData object's list. userData.UserIdentifiers.Add(hashedPhoneNumberIdentifier); } // Checks if the record has all the required mailing address elements, and if so, // adds a UserIdentifier for the mailing address. if (rawRecord.ContainsKey("firstName")) { // Checks if the record contains all the other required elements of a mailing // address. HashSet<string> missingAddressKeys = new HashSet<string>(); foreach (string addressKey in new string[] {"lastName", "countryCode", "postalCode"}) { if (!rawRecord.ContainsKey(addressKey)) { missingAddressKeys.Add(addressKey); } } if (!missingAddressKeys.Any()) { Console.WriteLine( $"Skipping addition of mailing address information because the following " + "required keys are missing: {missingAddressKeys}"); } else { // Creates an OfflineUserAddressInfo object that contains all the required // elements of a mailing address. OfflineUserAddressInfo addressInfo = new OfflineUserAddressInfo() { HashedFirstName = NormalizeAndHash(rawRecord["firstName"]), HashedLastName = NormalizeAndHash(rawRecord["lastName"]), CountryCode = rawRecord["countryCode"], PostalCode = rawRecord["postalCode"] }; UserIdentifier addressIdentifier = new UserIdentifier() { AddressInfo = addressInfo }; // Adds the address identifier to the UserData object's list. userData.UserIdentifiers.Add(addressIdentifier); } } if (userData.UserIdentifiers.Any()) { userDataList.Add(userData); } } // Creates the operations to add the users. List<OfflineUserDataJobOperation> operations = new List<OfflineUserDataJobOperation>(); foreach(UserData userData in userDataList) { operations.Add(new OfflineUserDataJobOperation() { Create = userData }); }
PHP
// Creates a raw input list of unhashed user information, where each element of the list // represents a single user and is a map containing a separate entry for the keys 'email', // 'phone', 'firstName', 'lastName', 'countryCode', and 'postalCode'. In your application, // this data might come from a file or a database. $rawRecords = []; // The first user data has an email address and a phone number. $rawRecord1 = [ // The first user data has an email address and a phone number. 'email' => 'dana@example.com', // Phone number to be converted to E.164 format, with a leading '+' as required. This // includes whitespace that will be removed later. 'phone' => '+1 800 5550101' ]; $rawRecords[] = $rawRecord1; // The second user data has an email address, a mailing address, and a phone number. $rawRecord2 = [ // Email address that includes a period (.) before the Gmail domain. 'email' => 'alex.2@example.com', // Address that includes all four required elements: first name, last name, country // code, and postal code. 'firstName' => 'Alex', 'lastName' => 'Quinn', 'countryCode' => 'US', 'postalCode' => '94045', // Phone number to be converted to E.164 format, with a leading '+' as required. 'phone' => '+1 800 5550102', ]; $rawRecords[] = $rawRecord2; // The third user data only has an email address. $rawRecord3 = ['email' => 'charlie@example.com']; $rawRecords[] = $rawRecord3; // Iterates over the raw input list and creates a UserData object for each record. $userDataList = []; foreach ($rawRecords as $rawRecord) { // Checks if the record has email, phone, or address information, and adds a SEPARATE // UserIdentifier object for each one found. For example, a record with an email address // and a phone number will result in a UserData with two UserIdentifiers. // IMPORTANT: Since the identifier attribute of UserIdentifier // (https://developers.google.com/google-ads/api/reference/rpc/latest/UserIdentifier) is // a oneof // (https://protobuf.dev/programming-guides/proto3/#oneof-features), you must set only // ONE of 'hashed_email, 'hashed_phone_number', 'mobile_id', 'third_party_user_id', or // 'address_info'. // Setting more than one of these attributes on the same UserIdentifier will clear all // the other members of the oneof. For example, the following code is INCORRECT and will // result in a UserIdentifier with ONLY a 'hashed_phone_number'. // // $incorrectlyPopulatedUserIdentifier = new UserIdentifier(); // $incorrectlyPopulatedUserIdentifier->setHashedEmail('...'); // $incorrectlyPopulatedUserIdentifier->setHashedPhoneNumber('...'); // // The separate 'if' statements below demonstrate the correct approach for creating a // UserData for a member with multiple UserIdentifiers. $userIdentifiers = []; // Checks if the record has an email address, and if so, adds a UserIdentifier for it. if (array_key_exists('email', $rawRecord)) { $hashedEmailIdentifier = new UserIdentifier([ 'hashed_email' => self::normalizeAndHash($rawRecord['email'], true) ]); // Adds the hashed email identifier to the user identifiers list. $userIdentifiers[] = $hashedEmailIdentifier; } // Checks if the record has a phone number, and if so, adds a UserIdentifier for it. if (array_key_exists('phone', $rawRecord)) { $hashedPhoneNumberIdentifier = new UserIdentifier([ 'hashed_phone_number' => self::normalizeAndHash($rawRecord['phone'], true) ]); // Adds the hashed email identifier to the user identifiers list. $userIdentifiers[] = $hashedPhoneNumberIdentifier; } // Checks if the record has all the required mailing address elements, and if so, adds a // UserIdentifier for the mailing address. if (array_key_exists('firstName', $rawRecord)) { // Checks if the record contains all the other required elements of a mailing // address. $missingAddressKeys = []; foreach (['lastName', 'countryCode', 'postalCode'] as $addressKey) { if (!array_key_exists($addressKey, $rawRecord)) { $missingAddressKeys[] = $addressKey; } } if (!empty($missingAddressKeys)) { printf( "Skipping addition of mailing address information because the " . "following required keys are missing: %s%s", json_encode($missingAddressKeys), PHP_EOL ); } else { // Creates an OfflineUserAddressInfo object that contains all the required // elements of a mailing address. $addressIdentifier = new UserIdentifier([ 'address_info' => new OfflineUserAddressInfo([ 'hashed_first_name' => self::normalizeAndHash( $rawRecord['firstName'], false ), 'hashed_last_name' => self::normalizeAndHash( $rawRecord['lastName'], false ), 'country_code' => $rawRecord['countryCode'], 'postal_code' => $rawRecord['postalCode'] ]) ]); // Adds the address identifier to the user identifiers list. $userIdentifiers[] = $addressIdentifier; } } if (!empty($userIdentifiers)) { // Builds the UserData and adds it to the list. $userDataList[] = new UserData(['user_identifiers' => $userIdentifiers]); } } // Creates the operations to add users. $operations = array_map( function (UserData $userData) { return new OfflineUserDataJobOperation(['create' => $userData]); }, $userDataList );
Python
def build_offline_user_data_job_operations(client): """Creates a raw input list of unhashed user information. Each element of the list represents a single user and is a dict containing a separate entry for the keys "email", "phone", "first_name", "last_name", "country_code", and "postal_code". In your application, this data might come from a file or a database. Args: client: The Google Ads client. Returns: A list containing the operations. """ # The first user data has an email address and a phone number. raw_record_1 = { "email": "dana@example.com", # Phone number to be converted to E.164 format, with a leading '+' as # required. This includes whitespace that will be removed later. "phone": "+1 800 5550101", } # The second user data has an email address, a mailing address, and a phone # number. raw_record_2 = { # Email address that includes a period (.) before the email domain. "email": "alex.2@example.com", # Address that includes all four required elements: first name, last # name, country code, and postal code. "first_name": "Alex", "last_name": "Quinn", "country_code": "US", "postal_code": "94045", # Phone number to be converted to E.164 format, with a leading '+' as # required. "phone": "+1 800 5550102", } # The third user data only has an email address. raw_record_3 = {"email": "charlie@example.com"} # Adds the raw records to a raw input list. raw_records = [raw_record_1, raw_record_2, raw_record_3] operations = [] # Iterates over the raw input list and creates a UserData object for each # record. for record in raw_records: # Creates a UserData object that represents a member of the user list. user_data = client.get_type("UserData") # Checks if the record has email, phone, or address information, and # adds a SEPARATE UserIdentifier object for each one found. For example, # a record with an email address and a phone number will result in a # UserData with two UserIdentifiers. # IMPORTANT: Since the identifier attribute of UserIdentifier # (https://developers.google.com/google-ads/api/reference/rpc/latest/UserIdentifier) # is a oneof # (https://protobuf.dev/programming-guides/proto3/#oneof-features), you # must set only ONE of hashed_email, hashed_phone_number, mobile_id, # third_party_user_id, or address-info. Setting more than one of these # attributes on the same UserIdentifier will clear all the other members # of the oneof. For example, the following code is INCORRECT and will # result in a UserIdentifier with ONLY a hashed_phone_number: # incorrect_user_identifier = client.get_type("UserIdentifier") # incorrect_user_identifier.hashed_email = "..." # incorrect_user_identifier.hashed_phone_number = "..." # The separate 'if' statements below demonstrate the correct approach # for creating a UserData object for a member with multiple # UserIdentifiers. # Checks if the record has an email address, and if so, adds a # UserIdentifier for it. if "email" in record: user_identifier = client.get_type("UserIdentifier") user_identifier.hashed_email = normalize_and_hash( record["email"], True ) # Adds the hashed email identifier to the UserData object's list. user_data.user_identifiers.append(user_identifier) # Checks if the record has a phone number, and if so, adds a # UserIdentifier for it. if "phone" in record: user_identifier = client.get_type("UserIdentifier") user_identifier.hashed_phone_number = normalize_and_hash( record["phone"], True ) # Adds the hashed phone number identifier to the UserData object's # list. user_data.user_identifiers.append(user_identifier) # Checks if the record has all the required mailing address elements, # and if so, adds a UserIdentifier for the mailing address. if "first_name" in record: required_keys = ("last_name", "country_code", "postal_code") # Checks if the record contains all the other required elements of # a mailing address. if not all(key in record for key in required_keys): # Determines which required elements are missing from the # record. missing_keys = record.keys() - required_keys print( "Skipping addition of mailing address information " "because the following required keys are missing: " f"{missing_keys}" ) else: user_identifier = client.get_type("UserIdentifier") address_info = user_identifier.address_info address_info.hashed_first_name = normalize_and_hash( record["first_name"], False ) address_info.hashed_last_name = normalize_and_hash( record["last_name"], False ) address_info.country_code = record["country_code"] address_info.postal_code = record["postal_code"] user_data.user_identifiers.append(user_identifier) # If the user_identifiers repeated field is not empty, create a new # OfflineUserDataJobOperation and add the UserData to it. if user_data.user_identifiers: operation = client.get_type("OfflineUserDataJobOperation") operation.create = user_data operations.append(operation)
Ruby
# Create a list of unhashed user data records that we will format in the # following steps to prepare for the API. raw_records = [ # The first user data has an email address and a phone number. { email: 'dana@example.com', # Phone number to be converted to E.164 format, with a leading '+' as # required. This includes whitespace that will be removed later. phone: '+1 800 5550100', }, # The second user data has an email address, a phone number, and an address. { # Email address that includes a period (.) before the Gmail domain. email: 'alex.2@example.com', # Address that includes all four required elements: first name, last # name, country code, and postal code. first_name: 'Alex', last_name: 'Quinn', country_code: 'US', postal_code: '94045', # Phone number to be converted to E.164 format, with a leading '+' as # required. phone: '+1 800 5550102', }, # The third user data only has an email address. { email: 'charlie@example.com', }, ] # Create a UserData for each entry in the raw records. user_data_list = raw_records.map do |record| client.resource.user_data do |data| if record[:email] data.user_identifiers << client.resource.user_identifier do |ui| ui.hashed_email = normalize_and_hash(record[:email], true) end end if record[:phone] data.user_identifiers << client.resource.user_identifier do |ui| ui.hashed_phone_number = normalize_and_hash(record[:phone], true) end end if record[:first_name] # Check that we have all the required information. missing_keys = [:last_name, :country_code, :postal_code].reject {|key| record[key].nil? } if missing_keys.empty? # If nothing is missing, add the address. data.user_identifiers << client.resource.user_identifier do |ui| ui.address_identifier = client.resource.offline_user_address_info do |address| address.hashed_first_name = normalize_and_hash(record[:first_name]) address.hashed_last_name = normalize_and_hash(record[:last_name]) address.country_code = record[:country_code] address.postal_code = record[:postal_code] end end else # If some data is missing, skip this entry. puts "Skipping addition of mailing information because the following keys are missing:" \ "#{missing_keys}" end end end end operations = user_data_list.map do |user_data| client.operation.create_resource.offline_user_data_job(user_data) end
Perl
# The first user data has an email address and a phone number. my $raw_record_1 = { email => 'dana@example.com', # Phone number to be converted to E.164 format, with a leading '+' as # required. This includes whitespace that will be removed later. phone => '+1 800 5550101', }; # The second user data has an email address, a mailing address, and a phone # number. my $raw_record_2 = { # Email address that includes a period (.) before the Gmail domain. email => 'alex.2@example.com', # Address that includes all four required elements: first name, last # name, country code, and postal code. firstName => 'Alex', lastName => 'Quinn', countryCode => 'US', postalCode => '94045', # Phone number to be converted to E.164 format, with a leading '+' as # required. phone => '+1 800 5550102', }; # The third user data only has an email address. my $raw_record_3 = {email => 'charlie@example.com',}; my $raw_records = [$raw_record_1, $raw_record_2, $raw_record_3]; my $operations = []; foreach my $record (@$raw_records) { # Check if the record has email, phone, or address information, and adds a # SEPARATE UserIdentifier object for each one found. For example, a record # with an email address and a phone number will result in a UserData with two # UserIdentifiers. # # IMPORTANT: Since the identifier attribute of UserIdentifier # (https://developers.google.com/google-ads/api/reference/rpc/latest/UserIdentifier) # is a oneof # (https://protobuf.dev/programming-guides/proto3/#oneof-features), you must set # only ONE of hashed_email, hashed_phone_number, mobile_id, third_party_user_id, # or address-info. Setting more than one of these attributes on the same UserIdentifier # will clear all the other members of the oneof. For example, the following code is # INCORRECT and will result in a UserIdentifier with ONLY a hashed_phone_number: # # my $incorrect_user_identifier = Google::Ads::GoogleAds::V17::Common::UserIdentifier->new({ # hashedEmail => '...', # hashedPhoneNumber => '...', # }); # # The separate 'if' statements below demonstrate the correct approach for creating a # UserData object for a member with multiple UserIdentifiers. my $user_identifiers = []; # Check if the record has an email address, and if so, add a UserIdentifier for it. if (defined $record->{email}) { # Add the hashed email identifier to the list of UserIdentifiers. push( @$user_identifiers, Google::Ads::GoogleAds::V17::Common::UserIdentifier->new({ hashedEmail => normalize_and_hash($record->{email}, 1)})); } # Check if the record has a phone number, and if so, add a UserIdentifier for it. if (defined $record->{phone}) { # Add the hashed phone number identifier to the list of UserIdentifiers. push( @$user_identifiers, Google::Ads::GoogleAds::V17::Common::UserIdentifier->new({ hashedPhoneNumber => normalize_and_hash($record->{phone}, 1)})); } # Check if the record has all the required mailing address elements, and if so, add # a UserIdentifier for the mailing address. if (defined $record->{firstName}) { my $required_keys = ["lastName", "countryCode", "postalCode"]; my $missing_keys = []; foreach my $key (@$required_keys) { if (!defined $record->{$key}) { push(@$missing_keys, $key); } } if (@$missing_keys) { print "Skipping addition of mailing address information because the following" . "keys are missing: " . join(",", @$missing_keys); } else { push( @$user_identifiers, Google::Ads::GoogleAds::V17::Common::UserIdentifier->new({ addressInfo => Google::Ads::GoogleAds::V17::Common::OfflineUserAddressInfo-> new({ # First and last name must be normalized and hashed. hashedFirstName => normalize_and_hash($record->{firstName}), hashedLastName => normalize_and_hash($record->{lastName}), # Country code and zip code are sent in plain text. countryCode => $record->{countryCode}, postalCode => $record->{postalCode}, })})); } } # If the user_identifiers array is not empty, create a new # OfflineUserDataJobOperation and add the UserData to it. if (@$user_identifiers) { my $user_data = Google::Ads::GoogleAds::V17::Common::UserData->new({ userIdentifiers => [$user_identifiers]}); push( @$operations, Google::Ads::GoogleAds::V17::Services::OfflineUserDataJobService::OfflineUserDataJobOperation ->new({ create => $user_data })); } }
सूची के अपलोड और मैच रेट की पुष्टि करना
OfflineUserDataJob
में SUCCESS
होने के बाद
status, अनुमानित मैच रेट यह है
इसमें उपलब्ध
operation_metadata.match_rate_range
फ़ील्ड में डालें. अगर काम पूरा होने से पहले इस फ़ील्ड की क्वेरी की जाती है, तो इस फ़ील्ड की वैल्यू
शून्य हो सकता है. यह पक्का करने के लिए कि आपका मैच रेट, पुष्टि और सूची के लिए तैयार है
अगर आप टारगेटिंग के लिए तैयार हैं, तो हमारा सुझाव है कि आप टास्क को पूरा करने के लिए पोल करें. यह इतना लग सकता है
इसमें 10 मिनट या 24 घंटे लगते हैं.
जॉब की स्थिति देखने के लिए कोड का उदाहरण
Java
private void checkJobStatus( GoogleAdsClient googleAdsClient, long customerId, String offlineUserDataJobResourceName) { try (GoogleAdsServiceClient googleAdsServiceClient = googleAdsClient.getLatestVersion().createGoogleAdsServiceClient()) { String query = String.format( "SELECT offline_user_data_job.resource_name, " + "offline_user_data_job.id, " + "offline_user_data_job.status, " + "offline_user_data_job.type, " + "offline_user_data_job.failure_reason, " + "offline_user_data_job.customer_match_user_list_metadata.user_list " + "FROM offline_user_data_job " + "WHERE offline_user_data_job.resource_name = '%s'", offlineUserDataJobResourceName); // Issues the query and gets the GoogleAdsRow containing the job from the response. GoogleAdsRow googleAdsRow = googleAdsServiceClient .search(Long.toString(customerId), query) .iterateAll() .iterator() .next(); OfflineUserDataJob offlineUserDataJob = googleAdsRow.getOfflineUserDataJob(); System.out.printf( "Offline user data job ID %d with type '%s' has status: %s%n", offlineUserDataJob.getId(), offlineUserDataJob.getType(), offlineUserDataJob.getStatus()); OfflineUserDataJobStatus jobStatus = offlineUserDataJob.getStatus(); if (OfflineUserDataJobStatus.SUCCESS == jobStatus) { // Prints information about the user list. printCustomerMatchUserListInfo( googleAdsClient, customerId, offlineUserDataJob.getCustomerMatchUserListMetadata().getUserList()); } else if (OfflineUserDataJobStatus.FAILED == jobStatus) { System.out.printf(" Failure reason: %s%n", offlineUserDataJob.getFailureReason()); } else if (OfflineUserDataJobStatus.PENDING == jobStatus || OfflineUserDataJobStatus.RUNNING == jobStatus) { System.out.println(); System.out.printf( "To check the status of the job periodically, use the following GAQL query with" + " GoogleAdsService.search:%n%s%n", query); } } }
C#
private static void CheckJobStatusAndPrintResults(GoogleAdsClient client, long customerId, string offlineUserDataJobResourceName) { // Get the GoogleAdsService. GoogleAdsServiceClient service = client.GetService(Services.V17.GoogleAdsService); string query = "SELECT offline_user_data_job.resource_name, " + "offline_user_data_job.id, offline_user_data_job.status, " + "offline_user_data_job.type, offline_user_data_job.failure_reason " + "offline_user_data_job.customer_match_user_list_metadata_user_list " + "FROM offline_user_data_job WHERE " + $"offline_user_data_job.resource_name = '{offlineUserDataJobResourceName}'"; // Issues the query and gets the GoogleAdsRow containing the job from the response. GoogleAdsRow googleAdsRow = service.Search(customerId.ToString(), query).First(); OfflineUserDataJob offlineUserDataJob = googleAdsRow.OfflineUserDataJob; Console.WriteLine($"Offline user data job ID {offlineUserDataJob.Id} with type " + $"'{offlineUserDataJob.Type}' has status: {offlineUserDataJob.Status}"); switch (offlineUserDataJob.Status) { case OfflineUserDataJobStatus.Success: // Prints information about the user list. PrintCustomerMatchUserListInfo(client, customerId, offlineUserDataJob.CustomerMatchUserListMetadata.UserList); break; case OfflineUserDataJobStatus.Failed: Console.WriteLine($" Failure reason: {offlineUserDataJob.FailureReason}"); break; case OfflineUserDataJobStatus.Pending: case OfflineUserDataJobStatus.Running: Console.WriteLine("To check the status of the job periodically, use the " + $"following GAQL query with GoogleAdsService.search:\n\n{query}"); break; } }
PHP
private static function checkJobStatus( GoogleAdsClient $googleAdsClient, int $customerId, string $offlineUserDataJobResourceName ) { $googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient(); // Creates a query that retrieves the offline user data job. $query = "SELECT offline_user_data_job.resource_name, " . "offline_user_data_job.id, " . "offline_user_data_job.status, " . "offline_user_data_job.type, " . "offline_user_data_job.failure_reason, " . "offline_user_data_job.customer_match_user_list_metadata.user_list " . "FROM offline_user_data_job " . "WHERE offline_user_data_job.resource_name = '$offlineUserDataJobResourceName'"; // Issues a search request to get the GoogleAdsRow containing the job from the response. /** @var GoogleAdsRow $googleAdsRow */ $googleAdsRow = $googleAdsServiceClient->search(SearchGoogleAdsRequest::build($customerId, $query)) ->getIterator() ->current(); $offlineUserDataJob = $googleAdsRow->getOfflineUserDataJob(); // Prints out some information about the offline user data job. $offlineUserDataJobStatus = $offlineUserDataJob->getStatus(); printf( "Offline user data job ID %d with type '%s' has status: %s.%s", $offlineUserDataJob->getId(), OfflineUserDataJobType::name($offlineUserDataJob->getType()), OfflineUserDataJobStatus::name($offlineUserDataJobStatus), PHP_EOL ); if ($offlineUserDataJobStatus === OfflineUserDataJobStatus::SUCCESS) { // Prints information about the user list. self::printCustomerMatchUserListInfo( $googleAdsClient, $customerId, $offlineUserDataJob->getCustomerMatchUserListMetadata()->getUserList() ); } elseif ($offlineUserDataJobStatus === OfflineUserDataJobStatus::FAILED) { printf(" Failure reason: %s.%s", $offlineUserDataJob->getFailureReason(), PHP_EOL); } elseif ( $offlineUserDataJobStatus === OfflineUserDataJobStatus::PENDING || $offlineUserDataJobStatus === OfflineUserDataJobStatus::RUNNING ) { printf( '%1$sTo check the status of the job periodically, use the following GAQL query with' . ' GoogleAdsService.search:%1$s%2$s%1$s', PHP_EOL, $query ); } }
Python
def check_job_status(client, customer_id, offline_user_data_job_resource_name): """Retrieves, checks, and prints the status of the offline user data job. If the job is completed successfully, information about the user list is printed. Otherwise, a GAQL query will be printed, which can be used to check the job status at a later date. Offline user data jobs may take 6 hours or more to complete, so checking the status periodically, instead of waiting, can be more efficient. Args: client: The Google Ads client. customer_id: The ID for the customer that owns the user list. offline_user_data_job_resource_name: The resource name of the offline user data job to get the status of. """ query = f""" SELECT offline_user_data_job.resource_name, offline_user_data_job.id, offline_user_data_job.status, offline_user_data_job.type, offline_user_data_job.failure_reason, offline_user_data_job.customer_match_user_list_metadata.user_list FROM offline_user_data_job WHERE offline_user_data_job.resource_name = '{offline_user_data_job_resource_name}' LIMIT 1""" # Issues a search request using streaming. google_ads_service = client.get_service("GoogleAdsService") results = google_ads_service.search(customer_id=customer_id, query=query) offline_user_data_job = next(iter(results)).offline_user_data_job status_name = offline_user_data_job.status.name user_list_resource_name = ( offline_user_data_job.customer_match_user_list_metadata.user_list ) print( f"Offline user data job ID '{offline_user_data_job.id}' with type " f"'{offline_user_data_job.type_.name}' has status: {status_name}" ) if status_name == "SUCCESS": print_customer_match_user_list_info( client, customer_id, user_list_resource_name ) elif status_name == "FAILED": print(f"\tFailure Reason: {offline_user_data_job.failure_reason}") elif status_name in ("PENDING", "RUNNING"): print( "To check the status of the job periodically, use the following " f"GAQL query with GoogleAdsService.Search: {query}" )
Ruby
def check_job_status(client, customer_id, offline_user_data_job) query = <<~QUERY SELECT offline_user_data_job.id, offline_user_data_job.status, offline_user_data_job.type, offline_user_data_job.failure_reason, offline_user_data_job.customer_match_user_list_metadata.user_list FROM offline_user_data_job WHERE offline_user_data_job.resource_name = '#{offline_user_data_job}' QUERY row = client.service.google_ads.search( customer_id: customer_id, query: query, ).first job = row.offline_user_data_job puts "Offline user data job ID #{job.id} with type '#{job.type}' has status: #{job.status}." case job.status when :SUCCESS print_customer_match_user_list(client, customer_id, job.customer_match_user_list_metadata.user_list) when :FAILED puts " Failure reason: #{job.failure_reason}" else puts " To check the status of the job periodically, use the following GAQL " \ "query with GoogleAdsService.search:" puts query end end
Perl
sub check_job_status() { my ($api_client, $customer_id, $offline_user_data_job_resource_name) = @_; my $search_query = "SELECT offline_user_data_job.resource_name, " . "offline_user_data_job.id, offline_user_data_job.status, " . "offline_user_data_job.type, offline_user_data_job.failure_reason, " . "offline_user_data_job.customer_match_user_list_metadata.user_list " . "FROM offline_user_data_job " . "WHERE offline_user_data_job.resource_name = " . "$offline_user_data_job_resource_name LIMIT 1"; my $search_request = Google::Ads::GoogleAds::V17::Services::GoogleAdsService::SearchGoogleAdsRequest ->new({ customerId => $customer_id, query => $search_query }); # Get the GoogleAdsService. my $google_ads_service = $api_client->GoogleAdsService(); my $iterator = Google::Ads::GoogleAds::Utils::SearchGoogleAdsIterator->new({ service => $google_ads_service, request => $search_request }); # The results have exactly one row. my $google_ads_row = $iterator->next; my $offline_user_data_job = $google_ads_row->{offlineUserDataJob}; my $status = $offline_user_data_job->{status}; printf "Offline user data job ID %d with type %s has status: %s.\n", $offline_user_data_job->{id}, $offline_user_data_job->{type}, $status; if ($status eq SUCCESS) { print_customer_match_user_list_info($api_client, $customer_id, $offline_user_data_job->{customerMatchUserListMetadata}{userList}); } elsif ($status eq FAILED) { print "Failure reason: $offline_user_data_job->{failure_reason}"; } elsif (grep /$status/, (PENDING, RUNNING)) { print "To check the status of the job periodically, use the following GAQL " . "query with the GoogleAdsService->search() method:\n$search_query\n"; } return 1; }
सूची के साइज़ की पुष्टि करने के लिए,
user_list
संसाधन.
user_list
संसाधन से क्वेरी करने के लिए कोड का उदाहरण
Java
try (GoogleAdsServiceClient googleAdsServiceClient = googleAdsClient.getLatestVersion().createGoogleAdsServiceClient()) { // Creates a query that retrieves the user list. String query = String.format( "SELECT user_list.size_for_display, user_list.size_for_search " + "FROM user_list " + "WHERE user_list.resource_name = '%s'", userListResourceName); // Constructs the SearchGoogleAdsStreamRequest. SearchGoogleAdsStreamRequest request = SearchGoogleAdsStreamRequest.newBuilder() .setCustomerId(Long.toString(customerId)) .setQuery(query) .build(); // Issues the search stream request. ServerStream<SearchGoogleAdsStreamResponse> stream = googleAdsServiceClient.searchStreamCallable().call(request);
C#
// Get the GoogleAdsService. GoogleAdsServiceClient service = client.GetService(Services.V17.GoogleAdsService); // Creates a query that retrieves the user list. string query = "SELECT user_list.size_for_display, user_list.size_for_search " + "FROM user_list " + $"WHERE user_list.resource_name = '{userListResourceName}'"; // Issues a search stream request. service.SearchStream(customerId.ToString(), query, delegate (SearchGoogleAdsStreamResponse resp) { // Display the results. foreach (GoogleAdsRow userListRow in resp.Results) { UserList userList = userListRow.UserList; Console.WriteLine("The estimated number of users that the user list " + $"'{userList.ResourceName}' has is {userList.SizeForDisplay}" + $" for Display and {userList.SizeForSearch} for Search."); } } );
PHP
$googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient(); // Creates a query that retrieves the user list. $query = "SELECT user_list.size_for_display, user_list.size_for_search " . "FROM user_list " . "WHERE user_list.resource_name = '$userListResourceName'"; // Issues a search stream request. /** @var GoogleAdsServerStreamDecorator $stream */ $stream = $googleAdsServiceClient->searchStream( SearchGoogleAdsStreamRequest::build($customerId, $query) );
Python
googleads_service_client = client.get_service("GoogleAdsService") # Creates a query that retrieves the user list. query = f""" SELECT user_list.size_for_display, user_list.size_for_search FROM user_list WHERE user_list.resource_name = '{user_list_resource_name}'""" # Issues a search request. search_results = googleads_service_client.search( customer_id=customer_id, query=query )
Ruby
query = <<~EOQUERY SELECT user_list.size_for_display, user_list.size_for_search FROM user_list WHERE user_list.resource_name = #{user_list} EOQUERY response = client.service.google_ads.search_stream( customer_id: customer_id, query: query, )
Perl
# Create a query that retrieves the user list. my $search_query = "SELECT user_list.size_for_display, user_list.size_for_search " . "FROM user_list " . "WHERE user_list.resource_name = '$user_list_resource_name'"; # Create a search Google Ads stream request that will retrieve the user list. my $search_stream_request = Google::Ads::GoogleAds::V17::Services::GoogleAdsService::SearchGoogleAdsStreamRequest ->new({ customerId => $customer_id, query => $search_query, }); # Get the GoogleAdsService. my $google_ads_service = $api_client->GoogleAdsService(); my $search_stream_handler = Google::Ads::GoogleAds::Utils::SearchStreamHandler->new({ service => $google_ads_service, request => $search_stream_request });
निजता के मकसद से, उपयोगकर्ता सूची का साइज़ तब तक शून्य दिखता है, जब तक वह कम से कम 1,000 सदस्य. इसके बाद, साइज़ को दो सबसे अहम वैल्यू में बदल दिया जाता है अंक.
OfflineUserDataJob
को चलाने के दौरान होने वाली गड़बड़ियों को यहां से फ़ेच किया जा सकता है
यह
offline_user_data_job
Google Ads क्वेरी लैंग्वेज का इस्तेमाल करके संसाधन खोजें. हालांकि, ध्यान दें कि इस रिपोर्ट में
क्योंकि सिर्फ़ हैश की तुलना की जाती है.
मैच कर रहे हैं. समस्या हल करने के बारे में जानकारी
गाइड करें, अगर
ग्राहक सूची से जुड़ी समस्याएं तो हैं.
Google Ads के यूज़र इंटरफ़ेस (यूआई) से तुलना करना
ऑडियंस मैनेजर में देखने पर, सूची उम्मीद से छोटी दिख सकती है Google Ads यूज़र इंटरफ़ेस (यूआई) से लिया गया है. यह व्यू, सूची में सक्रिय उपयोगकर्ताओं की संख्या दिखाता है. ज़्यादा जानकारी के लिए, समस्या हल करने का यह तरीका देखें गाइड देखें.
सूची में सदस्यों की जानकारी अपने-आप दिखने में 24 घंटे लग सकते हैं.
आपको शायद In Progress
स्थिति दिखाई होगी, अगर आप
दर्शक सूची में हर 12 घंटे में एक से ज़्यादा बार अपलोड करते हैं.
मेरी सूची को टारगेट करें
आप अपनी सूची को विज्ञापन समूह स्तर या अभियान स्तर पर लक्षित कर सकते हैं. कॉन्टेंट बनाने की प्रोसेस, एपीआई में टारगेटिंग की अन्य ज़रूरी शर्तों जैसी ही है.
विज्ञापन ग्रुप के विज्ञापनों को किसी उपयोगकर्ता सूची के हिसाब से टारगेट करने के लिए कोड का उदाहरण
Java
private String targetAdsInAdGroupToUserList( GoogleAdsClient googleAdsClient, long customerId, long adGroupId, String userList) { // Creates the ad group criterion targeting members of the user list. AdGroupCriterion adGroupCriterion = AdGroupCriterion.newBuilder() .setAdGroup(ResourceNames.adGroup(customerId, adGroupId)) .setUserList(UserListInfo.newBuilder().setUserList(userList).build()) .build(); // Creates the operation. AdGroupCriterionOperation operation = AdGroupCriterionOperation.newBuilder().setCreate(adGroupCriterion).build(); // Creates the ad group criterion service. try (AdGroupCriterionServiceClient adGroupCriterionServiceClient = googleAdsClient.getLatestVersion().createAdGroupCriterionServiceClient()) { // Adds the ad group criterion. MutateAdGroupCriteriaResponse response = adGroupCriterionServiceClient.mutateAdGroupCriteria( Long.toString(customerId), ImmutableList.of(operation)); // Gets and prints the results. String adGroupCriterionResourceName = response.getResults(0).getResourceName(); System.out.printf( "Successfully created ad group criterion with resource name '%s' " + "targeting user list with resource name '%s' with ad group with ID %d.%n", adGroupCriterionResourceName, userList, adGroupId); return adGroupCriterionResourceName; } }
C#
private string TargetAdsInAdGroupToUserList( GoogleAdsClient client, long customerId, long adGroupId, string userListResourceName) { // Get the AdGroupCriterionService client. AdGroupCriterionServiceClient adGroupCriterionServiceClient = client.GetService (Services.V17.AdGroupCriterionService); // Create the ad group criterion targeting members of the user list. AdGroupCriterion adGroupCriterion = new AdGroupCriterion { AdGroup = ResourceNames.AdGroup(customerId, adGroupId), UserList = new UserListInfo { UserList = userListResourceName } }; // Create the operation. AdGroupCriterionOperation adGroupCriterionOperation = new AdGroupCriterionOperation { Create = adGroupCriterion }; // Add the ad group criterion, then print and return the new criterion's resource name. MutateAdGroupCriteriaResponse mutateAdGroupCriteriaResponse = adGroupCriterionServiceClient.MutateAdGroupCriteria(customerId.ToString(), new[] { adGroupCriterionOperation }); string adGroupCriterionResourceName = mutateAdGroupCriteriaResponse.Results.First().ResourceName; Console.WriteLine("Successfully created ad group criterion with resource name " + $"'{adGroupCriterionResourceName}' targeting user list with resource name " + $"'{userListResourceName}' with ad group with ID {adGroupId}."); return adGroupCriterionResourceName; }
PHP
private static function targetAdsInAdGroupToUserList( GoogleAdsClient $googleAdsClient, int $customerId, int $adGroupId, string $userListResourceName ): string { // Creates the ad group criterion targeting members of the user list. $adGroupCriterion = new AdGroupCriterion([ 'ad_group' => ResourceNames::forAdGroup($customerId, $adGroupId), 'user_list' => new UserListInfo(['user_list' => $userListResourceName]) ]); // Creates the operation. $operation = new AdGroupCriterionOperation(); $operation->setCreate($adGroupCriterion); // Issues a mutate request to add an ad group criterion. $adGroupCriterionServiceClient = $googleAdsClient->getAdGroupCriterionServiceClient(); /** @var MutateAdGroupCriteriaResponse $adGroupCriterionResponse */ $adGroupCriterionResponse = $adGroupCriterionServiceClient->mutateAdGroupCriteria( MutateAdGroupCriteriaRequest::build($customerId, [$operation]) ); $adGroupCriterionResourceName = $adGroupCriterionResponse->getResults()[0]->getResourceName(); printf( "Successfully created ad group criterion with resource name '%s' " . "targeting user list with resource name '%s' with ad group with ID %d.%s", $adGroupCriterionResourceName, $userListResourceName, $adGroupId, PHP_EOL ); return $adGroupCriterionResourceName; }
Python
def target_ads_in_ad_group_to_user_list( client, customer_id, ad_group_id, user_list_resource_name ): """Creates an ad group criterion that targets a user list with an ad group. Args: client: an initialized GoogleAdsClient instance. customer_id: a str client customer ID used to create an ad group criterion. ad_group_id: a str ID for an ad group used to create an ad group criterion that targets members of a user list. user_list_resource_name: a str resource name for a user list. Returns: a str resource name for an ad group criterion. """ ad_group_criterion_operation = client.get_type("AdGroupCriterionOperation") # Creates the ad group criterion targeting members of the user list. ad_group_criterion = ad_group_criterion_operation.create ad_group_criterion.ad_group = client.get_service( "AdGroupService" ).ad_group_path(customer_id, ad_group_id) ad_group_criterion.user_list.user_list = user_list_resource_name ad_group_criterion_service = client.get_service("AdGroupCriterionService") response = ad_group_criterion_service.mutate_ad_group_criteria( customer_id=customer_id, operations=[ad_group_criterion_operation] ) resource_name = response.results[0].resource_name print( "Successfully created ad group criterion with resource name: " f"'{resource_name}' targeting user list with resource name: " f"'{user_list_resource_name}' and with ad group with ID " f"{ad_group_id}." ) return resource_name
Ruby
def target_ads_in_ad_group_to_user_list( client, customer_id, ad_group_id, user_list ) # Creates the ad group criterion targeting members of the user list. operation = client.operation.create_resource.ad_group_criterion do |agc| agc.ad_group = client.path.ad_group(customer_id, ad_group_id) agc.user_list = client.resource.user_list_info do |info| info.user_list = user_list end end # Issues a mutate request to create the ad group criterion. response = client.service.ad_group_criterion.mutate_ad_group_criteria( customer_id: customer_id, operations: [operation], ) ad_group_criterion_resource_name = response.results.first.resource_name puts "Successfully created ad group criterion with resource name " \ "'#{ad_group_criterion_resource_name}' targeting user list with resource name " \ "'#{user_list}' with ad group with ID #{ad_group_id}" ad_group_criterion_resource_name end
Perl
sub target_ads_in_ad_group_to_user_list { my ($api_client, $customer_id, $ad_group_id, $user_list_resource_name) = @_; # Create the ad group criterion targeting members of the user list. my $ad_group_criterion = Google::Ads::GoogleAds::V17::Resources::AdGroupCriterion->new({ adGroup => Google::Ads::GoogleAds::V17::Utils::ResourceNames::ad_group( $customer_id, $ad_group_id ), userList => Google::Ads::GoogleAds::V17::Common::UserListInfo->new({ userList => $user_list_resource_name })}); # Create the operation. my $ad_group_criterion_operation = Google::Ads::GoogleAds::V17::Services::AdGroupCriterionService::AdGroupCriterionOperation ->new({ create => $ad_group_criterion }); # Add the ad group criterion, then print and return the new criterion's resource name. my $ad_group_criteria_response = $api_client->AdGroupCriterionService()->mutate({ customerId => $customer_id, operations => [$ad_group_criterion_operation]}); my $ad_group_criterion_resource_name = $ad_group_criteria_response->{results}[0]{resourceName}; printf "Successfully created ad group criterion with resource name '%s' " . "targeting user list with resource name '%s' with ad group with ID %d.\n", $ad_group_criterion_resource_name, $user_list_resource_name, $ad_group_id; return $ad_group_criterion_resource_name; }
एक से ज़्यादा ग्राहक सूचियों को टारगेट करें
एक crm_based_user_list
को सिर्फ़ दूसरे crm_based_user_list
के साथ जोड़ा जा सकता है
logical_user_list
का इस्तेमाल करते समय.
नतीजे के तौर पर मिलने वाली उपयोगकर्ता सूची पर, crm_based_user_list
की सभी नीतियां लागू होती हैं.