Hi,

Thanks for your answer.

Can I use same JobId which was created to append Customer List When User 
List was newly created?

I need to update this list periodically may be once in a week.

So what I was trying to achieve is 
Create New list : Only once in lifetime ( This was done as per your comment 
and I am able to add new members and I get the Job ID here)
Try to update this list periodically by adding new contact info. ( May be I 
can use same Job ID to add new members, if I can use same Job ID then 
Should I need to wait the initially created job to be finish?)
Remove members If that was flagged by internal logic. ( Should I make new 
Job Id for remove?, I think from doc it was suggested to create new Job ID)


Thanks,





On Friday 18 October 2024 at 01:05:06 UTC+5:30 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Please find the answers below for your questions.
>
>    - Can I add users to my already-created list without creating the 
>    offline job? 
>
> As per this API documentation 
> <https://developers.google.com/google-ads/api/docs/remarketing/audience-segments/customer-match/get-started#php_1>,
>  
> it required an OfflineUserDataJobOperation to append customer contact 
> information to a customer list. However, you can utilize the 
> UserListService 
> <https://developers.google.com/google-ads/api/reference/rpc/v18/UserListService>
>  
> to update the user lists.
>
> Please be aware that user list updates made through UserDataService don't 
> appear as uploads in the Google Ads UI. We recommend that you use the 
> OfflineUserDataJobService if you're using the API to manage user lists that 
> are also managed in the UI.
>
>    - How can I know that a job is pending or completed? 
>
> You can use the resource offline_user_data_job 
> <https://developers.google.com/google-ads/api/fields/v18/offline_user_data_job>
>  
> to get the resource name of the offline user data job as well as the status 
> of the corresponding job. Please refer to the following query to fetch the 
> required information.
>
> SELECT offline_user_data_job.id, offline_user_data_job.status FROM 
> offline_user_data_job
>
>    - Where can I see JobID? As you suggested this. 
>
> The above-suggested query will help you to fetch the corresponding job ID. 
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02vGey3:ref" (ADR-00272054)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c0bb8654-a602-4097-a214-0174ac206e8en%40googlegroups.com.
  • Ad... cv
    • ... cv
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
        • ... cv

Reply via email to