Hi Chethan, Thank you for bringing this to our attention.
With regard to your questions, please refer to my answers below: 1.From this code can you confirm me whether I'm uploading as different user identifiers or what? Upon checking your code below, I can confirm that you are uploading a different user identifiers. if data_type == 'emails': user_identifier.hashed_email = item['hashed_email'] elif data_type == 'phones': user_identifier.hashed_phone_number = item['hashed_phone_number'] elif data_type == 'mobile_ids': user_identifier.mobile_id = item['mobile_id'] elif data_type == 'user_ids': user_identifier.third_party_user_id = item['third_party_user_id'] elif data_type == 'addresses': user_identifier.address_info.hashed_first_name = item[ 'hashed_first_name'] user_identifier.address_info.hashed_last_name = item['hashed_last_name'] user_identifier.address_info.country_code = item['country_code'] user_identifier.address_info.postal_code = item['postal_code'] 2.If I'm uploading as different user identifier then is it possible to upload user identifiers having > 1 lakh count? If you are using OfflineUserDataJobService.AddOfflineUserDataJobOperations method and this is up to 1,000,000 identifiers to a single job. 3.If possible how can I upload more than 1 lakh user identifiers? If you need to upload more than 100,000 identifiers for a job, you may need to send multiple requests with the same job resource_name. For more information, you may check this document. Best regards, Jinky Google Ads API Team ref:_00D1U1174p._5004Q2hZOVp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/_Hqb-000000000000000000000000000000000000000000000RO0M5G006Dd0vWiARXqFzO8xboV-7w%40sfdc.net.
