Hi,

I'm currently migrating from AdWords API to Google Ads API. And I found 
data mismatch issue on UserList report.

>From the AdWordsUserListService,  there are a lot of rows has field 
"ExpressionRuleUserList.rule" which is not null. However, in  Google Ads 
API, the rows with same userListId has empty 
field 
"user_list.rule_based_user_list.expression_rule_user_list.rule.rule_item_groups".
I also checked those rows from Google Ads API, their userlist type is 
ruleBased but they have no combined_rule_user_list, 
date_specific_rule_user_list or expression_rule_user_list, which is not 
null in Ad Words API.

The query I used for Google Ads API is quite simple. There is no filter and 
just select some fields from UserList. Below is the field I select:

["user_list.access_reason", "user_list.account_user_list_status", 
"user_list.closing_reason", "user_list.description", "user_list.id", 
"user_list.integration_code", "user_list.membership_life_span", 
"user_list.name", "user_list.rule_based_user_list.prepopulation_status", 
"user_list.logical_user_list.rules", "user_list.size_for_search", 
"user_list.size_range_for_search", "user_list.basic_user_list.actions", 
"user_list.crm_based_user_list.app_id", 
"user_list.crm_based_user_list.data_source_type", 
"user_list.crm_based_user_list.upload_key_type", 
"user_list.rule_based_user_list.date_specific_rule_user_list.end_date", 
"user_list.rule_based_user_list.date_specific_rule_user_list.rule.rule_item_groups",
 
"user_list.rule_based_user_list.date_specific_rule_user_list.rule.rule_type", 
"user_list.rule_based_user_list.date_specific_rule_user_list.start_date", 
"user_list.rule_based_user_list.expression_rule_user_list.rule.rule_item_groups",
 
"user_list.rule_based_user_list.expression_rule_user_list.rule.rule_type", 
"user_list.eligible_for_display", "user_list.eligible_for_search", 
"user_list.read_only", "user_list.type", 
"user_list.similar_user_list.seed_user_list", "user_list.size_for_display", 
"user_list.size_range_for_display", "user_list.membership_status", 
"user_list.rule_based_user_list.combined_rule_user_list.left_operand.rule_item_groups",
 
"user_list.rule_based_user_list.combined_rule_user_list.left_operand.rule_type",
 
"user_list.rule_based_user_list.combined_rule_user_list.right_operand.rule_item_groups",
 
"user_list.rule_based_user_list.combined_rule_user_list.right_operand.rule_type",
 
"user_list.rule_based_user_list.combined_rule_user_list.rule_operator"].

Could you please help check it? Thanks!

Best, 
Yuxiang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c03b417c-55f9-4577-8570-da5c7cf69a7fn%40googlegroups.com.

Reply via email to