I just confirmed that there seems to be a bug with the retrieval of 
conversion actions. I did create a new conversionAction and noted down the 
resource_name and id

_ads_client = _get_ads_client()
service = _ads_client.get_service('ConversionActionService', version='v1')
res = 
service.get_conversion_action("customers/<my_client_id>/conversionActions/<conversionActionId
 
taken from the result of the previously created one>")
print(res) 


yields no results.

However, doing the same thing for a sitelink works perfectly fine.

 
_ads_client = _get_ads_client()
service = _ads_client.get_service('ExtensionFeedItemService', version='v1')
res = service.get_extension_feed_item(
"customers/<my_client_id>/extensionFeedItems/<SitelinkId>")
print(res)


Can somebody confirm or credibly deny this? :D 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/38f775ab-1623-49f4-ba29-7a78212b6f0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Bug wit... F B
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
        • ... rob
          • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
            • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
              • ... rentcafedev1
                • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to