Hello all, Working on migrating from Adwords API to Google Ads API. Trying to assess between using UserDataService and OfflineUserDataJobService. I haven't found an example for UserDataService, so I'm trying to mimic the example for OfflineUserDataJobService found here <https://github.com/googleads/google-ads-dotnet/blob/3da251a018cf1dd446b8e5c711b32a18f12de247/examples/Remarketing/AddCustomerMatchUserList.cs#L177>. When trying to add Operations to UploadUserDataRequest <https://developers.google.cn/google-ads/api/reference/rpc/v10/UploadUserDataRequest>, I find it is readonly. Is this intended? Am I not using it correctly, or could it be not implemented?
Also trying to better understand what these services are doing: - It looks like our current code for Adwords Api (MutateMembersOperation) makes an effort to only add new contacts to an audience, not upload the whole thing every time. Is the intent seemingly of OfflineUserDataJobService to upload the whole audience every time? - Similar to this <https://groups.google.com/g/adwords-api/c/CZN9jhcbL-8/m/OyNNahDYBQAJ> question, I'm not positive from the documentation how one is supposed to append contacts to an audience. Does putting them into Create, and then sending them to an audience append? Or does it re-make the audience? The doc <https://developers.google.com/google-ads/api/docs/remarketing/audience-types/customer-match> makes it sound like it appends but I'm not sure. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/3cb77ecf-a368-4b03-82f0-24133dc4602fn%40googlegroups.com.
