Hi, sorry for my english. When a customer makes a purchase, i'm trying 
insert him i a customer match, i do the following steps: 

1 - generate access token
2 - create an offline user data job.
3 - add operation to the offline user data job.
if email is gmail:
operations: [
            {
                create: {
                    userIdentifiers: [{hashedEmail: email@gmail}]
                }
            }
        ]
if not
operations: [
            {
                create: {
                    userIdentifiers: [{hashedPhoneNumber: number}]
                }
            }
        ]

4 - run the offline user data job.

I wonder about:
1 - Can sending one at a time cause any problems?
2 - why even with success status the customer match size doesn't increase?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5b8fc1fa-8841-4007-a98f-ad1c5dda5514n%40googlegroups.com.

Reply via email to