See attached screenshot, the screenshot in the previous email is too small.
Another question is: is there a way to check how many usersIdentifiers (hashedEmails) have been received from Google Ads API in the OfflineUserDataJob? Il giorno mercoledì 30 marzo 2022 alle 17:56:58 UTC+2 Diana Clementi ha scritto: > Hello, > I'm migrating an app from Adwords Api to the Google Ads Api using plain > rest http requests. > The application creates user list segments and populate them with users > emails from our client crms. > > The upload of 1500 hashed emails (through OfflineUserDataJob) is > successfull and the match rate is high (94%), but after segment population, > I can see that the segment size remains low (100-200 users). > > The very same list of hashed emails uploaded manually in the UI with > Audience manager, gave very different higher output (900-1K) despite the > match rate is the same of the api upload (94%). > [image: Schermata 2022-03-30 alle 15.55.27.png] > What can cause such a big difference? > > Notes: > - I'm using a production customer for this test, not a test account. > - I'm hashing emails with sha256 algorithm after normalizing them (trim > and lower case) > - The rest api flow is this: > 1) Create the list > https://googleads.googleapis.com/v10/customers/ > <customerid>/userLists:mutate > {"operations":[{"create":{"name":"List name","description":"Desc > 1648643041702","crmBasedUserList":{"uploadKeyType":"CONTACT_INFO"},"membershipLifeSpan":0,"readOnly":false}}],"partialFailure":false,"validateOnly":false} > > 2) Create the job https://googleads.googleapis.com/v10/customers/ > <customerid>/offlineUserDataJobs:create > > {"job":{"resourceName":"customers/<customerid>/userLists/<listid>","type":"CUSTOMER_MATCH_USER_LIST","customerMatchUserListMetadata":{"userList":"customers/<customerid/userLists/<listid>"}},"validateOnly":false,"enableMatchRateRangePreview":false} > > 3) Add users to job as "create" operations > > https://googleads.googleapis.com/v10/customers/ > <customerid>/offlineUserDataJobs/<jobid>:addOperations > > {"operations":[ > > > {"create":{"userIdentifiers":[{"hashedEmail":"eaaf3e26a4ba4f30059ad1f73189263eabb9b8d5053cc3ee4dcd2661de701115"}]}}, > > > {"create":{"userIdentifiers":[{"hashedEmail":"bc39d09aace9c5703ade346f817741ff4873d09c5342caf7b2518f9fb6ab117f"}]}}, > > > {"create":{"userIdentifiers":[{"hashedEmail":"01cb420ba7d4566adbed98e42c67ee73257b88e226556afa2b57fb56ad44a54f"}]}}, > > .... > > ]}}]} > 4) Run the job > https://googleads.googleapis.com/v10/customers/ > <customerid>/offlineUserDataJobs/<jobid>:run > > I can provide customer id and other details if needed. > Thank you. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1e7bcfe5-935e-4c30-8d6a-e65f9762bb8an%40googlegroups.com.