hello,I need your help. thanks!
Now I migrating AdWords API to Google Ads API, we used adwords api to query 
conversion_tacker_id by conversion_tracker_name,such as:

 conversion_tracker_service = client.GetService(
        'ConversionTrackerService', version='v201809')
    selector = {
        'fields': ['Name', 'Id'],
        'predicates': [
            {
                'field': 'Name',
                'operator': 'EQUALS',
                'values': [name]
            },
        ],
        'paging': {
            'startIndex': 0,
            'numberResults': PAGE_SIZE
        }
    }
    result = onversion_tracker_service.get(selector)

 but i can't find the corresponding method in Google Ads API,i try to use 
ConversionActionService or RemarketingActionService that need 
conversion_action_id or remarketing_action_id, however, i don't know how to 
get  conversion_action_id or remarketing_action_id by the existing data, no 
new creating data.
 so how i use Google Ads API to query conversion_tacker_id by 
conversion_tracker_name? or other alternative methods?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cf32980c-6bff-40da-a111-a409cacb7576n%40googlegroups.com.
  • ho... Ri Hong
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to