We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug: email_identifier.hashed_phone_number = normalize_and_hash_email_address( This seems like a copy/paste error.
Steps to Reproduce: Go to
google-ads-python/examples/remarketing/upload_enhanced_conversions_for_leads.py
Line 104 in bcc9827
Expected behavior: Change phone_number to email_address in the string.
Client library version and API version: Client library version: Google Ads API version: 16.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug:
email_identifier.hashed_phone_number = normalize_and_hash_email_address(
This seems like a copy/paste error.
Steps to Reproduce:
Go to
google-ads-python/examples/remarketing/upload_enhanced_conversions_for_leads.py
Line 104 in bcc9827
Expected behavior:
Change phone_number to email_address in the string.
Client library version and API version:
Client library version:
Google Ads API version: 16.1
The text was updated successfully, but these errors were encountered: