-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gaarf-py] Convert non-exiting attributes of GoogleAdsRow to None
One particular segments `segments.sk_ad_network_conversion_value` is treated as 0 while not being actually present in the `GoogleAdsRow` object. There's a huge difference between 0 and NULL values for this particular segment; we apply `HasField` check on the field and replace default 0 value with None if the field is not present. Change-Id: Ib604f1fccd512664cf74946f45f9cfb8404283dc
- Loading branch information
Showing
2 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters