Hi again! Tell me please is it a right logic to work with multiple emails? Is it right that in this case (*user_identifier_with_hashed_emails.hashed_email = self.normalize_and_hash(email)* ) *user_identifier_with_hashed_emails *stores normalized and hashed emails after each iteration so that it is not overwriting each time?
Second question: lets imagine a case when I uploaded a user list and then used this list as a segment in a specific ad in a random campaign. One day later I decided to refresh this segment with new contacts by deleting old contacts first and then uploading a new set of contacts. So the question is what is going to happen to an ad? Will it stop working because of this little time gap when contacts were removed? If so, how I can avoid it? четверг, 27 октября 2022 г. в 17:13:51 UTC+3, adsapi: > Hi Roman, > > Thanks for reaching out to the Google Ads API Forum. > > To upload the clients emails and phones to import them into Google Ads via > Google Ads API, you may refer to this *guide* > <https://developers.google.com/google-ads/api/docs/remarketing/audience-types/customer-match>. > > Also, you may *get started* > <https://developers.google.com/google-ads/api/docs/first-call/overview> > with our supported official client libraries here: > *https://developers.google.com/google-ads/api/docs/client-libs* > <https://developers.google.com/google-ads/api/docs/client-libs> > > Since you are looking to configure using Python, you may refer to this *code > example* > <https://developers.google.com/google-ads/api/docs/samples/add-customer-match-user-list> > > in the Remarketing folder of your client library. Also, for you to know > more about *OfflineUserDataJobService* for managing customer match or > user list, you may check here: > https://developers.google.com/google-ads/api/reference/rpc/v12/OfflineUserDataJobService > > Let us know if you have any questions. > > Regards, > [image: Google Logo] > Yasar > Google Ads API Team > > > ref:_00D1U1174p._5004Q2fokJS:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/81841194-d11e-4c10-9c9b-4064d41c00c4n%40googlegroups.com.
