Data Segment - Customer List via SFTP or REST API

2022-01-27 Thread Ryszard Rogalski
Is it possible to add Data Segment (Customer List) via SFTP or REST API? I can see that I am able to add Conversion's file via SFTP, but for data segments there aren't any viable options. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

Re: Data Segment - Customer List via SFTP or REST API

2022-01-28 Thread Ryszard Rogalski
Hello sir, so it is possible to add customers *TO THE LIST* via Rest? Is there an example anywhere how can I structure such a call? Also, is it possible after to add customers *TO THE LIST* via SFTP after expanding the current solution? On Friday, January 28, 2022 at 6:36:11 AM UTC+1 adsapi wro

Re: Data Segment - Customer List via SFTP or REST API

2022-01-28 Thread Ryszard Rogalski
How can I get the refresh token to the REST auth 2.0 endpoint if I am not using any built in libraries? On Friday, January 28, 2022 at 10:56:53 AM UTC+1 Ryszard Rogalski wrote: > Hello sir, so it is possible to add customers *TO THE LIST* via Rest? Is > there an example anywhere how

Re: Data Segment - Customer List via SFTP or REST API

2022-01-31 Thread Ryszard Rogalski
Hi, good news that I have managed to authenticate with our Google Ads platform (I had to create Manager account also to obtain Developer Token). My task is pretty simple, → generate json and send it to the correct endpoint that will create a customer list. Can you give me explanation what is

Re: Using the REST API and customer match

2022-02-01 Thread Ryszard Rogalski
I can't believe that user lists are not support in test accounts. So you don't want to give developer token on production accounts, but we can't test it on test accounts? On Thursday, January 27, 2022 at 5:24:12 PM UTC+1 adsapi wrote: > Hi Tim, > > Thanks for reaching out. As you mentioned, user

Re: Data Segment - Customer List via SFTP or REST API

2022-02-02 Thread Ryszard Rogalski
Issuse has been resolved For future reference Enpdoint: https://googleads.googleapis.com/v9/customers/{this_google_number_near_nick_without_dashes}:uploadUserData Body: { "operations": [ { "create": { "userIdentifiers": [ { "hashedEmail": "81bd759b72705c91487709efdfdb947f76ffcc29d8f89859c942ee3

REST Endpoint :uploadUserData

2022-02-02 Thread Ryszard Rogalski
Hello I am using this endpoint https://googleads.googleapis.com/v9/customers/{customer_Id}:uploadUserData So I am able to add customers to the list. I know that I can also delete PARTICULAR users from the list. My question is: Is there a way/workaround how to overwrite/ delete + insert to the li