Skip to content
New issue

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

Update add_customer_match_user_list example #390

Merged
merged 2 commits into from
Mar 10, 2021
Merged

Conversation

BenRKarl
Copy link
Contributor

@BenRKarl BenRKarl commented Mar 9, 2021

Adds a demonstration of how to get the lists upload status without polling.

Fixes: #378

@BenRKarl BenRKarl added the code example Sample code demonstrating API functionality with this library label Mar 9, 2021
@BenRKarl BenRKarl self-assigned this Mar 9, 2021
Copy link
Contributor

@wihl wihl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/google_ads_/googleads_/ throughout, otherwise LGTM

elif status_name in ("PENDING", "RUNNING"):
print(
"To check the status of the job periodically, use the following "
f"GAQL query with GoogleAdsService.search: {query}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalize Search

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or maybe make it google_ads_service.search for consistency with above. These are nits though

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Search is consistent with the proto definition so I'll go with that.

Copy link
Contributor

@laurachevalier4 laurachevalier4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit comment, otherwise lgtm

@BenRKarl BenRKarl merged commit 970950b into master Mar 10, 2021
@BenRKarl BenRKarl deleted the crm_user_list_ex branch March 10, 2021 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code example Sample code demonstrating API functionality with this library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InternalError when running add_customer_match_user_list.py example
3 participants