Hello,
I couldn't find these parameters:
(Website visitors or Affinity audience)
Could you help me in more detail, please?

This is my code on Python!

campaign_criterion_service = services['AdGroupCriterionService']

selector = {
'fields': [
    'UserInterestName',
    'UserListName',
    'UserInterestId',
],
'predicates': [
    {
        'field': 'CriteriaType',
        'operator': 'IN',
        'values': ['USER_INTEREST', 'USER_LIST']
    },
],
}

page = campaign_criterion_service.get(selector)



DATA: { 'totalNumEntries': 445, 'Page.Type': 'AdGroupCriterionPage', 
'entries': [ { 'adGroupId': XXXXXXXXX, 'criterionUse': 'BIDDABLE', 
'criterion': { 'id': XXXXXXXXX, 'type': 'USER_LIST', 'Criterion.Type': 
'CriterionUserList', 'userListId': XXXXXXXXX, 'userListName': 'XXXXXXXXX', 
'userListMembershipStatus': None, 'userListEligibleForSearch': None, 
'userListEligibleForDisplay': None }, 'labels': [], 
'forwardCompatibilityMap': [], 'baseCampaignId': None, 'baseAdGroupId': 
None, 'AdGroupCriterion.Type': 'BiddableAdGroupCriterion', 'userStatus': 
None, 'systemServingStatus': None, 'approvalStatus': None, 
'disapprovalReasons': [], 'firstPageCpc': None, 'topOfPageCpc': None, 
'firstPositionCpc': None, 'qualityInfo': None, 
'biddingStrategyConfiguration': None, 'bidModifier': None, 'finalUrls': 
None, 'finalMobileUrls': None, 'finalAppUrls': None, 'trackingUrlTemplate': 
None, 'finalUrlSuffix': None, 'urlCustomParameters': None },



четверг, 13 июня 2019 г., 23:42:56 UTC+3 пользователь adsapiforumadvisor 
написал:
>
> Hello, 
>
> You may use the AdGroupCriterionService.get() 
> <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService#get>
>  
> by selecting one of the criteria types available here 
> <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService.AdGroupCriterion#criterion>.
>  
> Let me know if you have any other questions.
>
> Regards,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UBn6KW: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 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 
"AdWords API and Google Ads 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/68ba1fe8-dd30-4305-b8df-2d2b6e8f7ebf%40googlegroups.com.

Reply via email to