Re: [GOOGLE ADS API] Get Conversion Action List

2019-05-06 Thread Robert Heise
Hi Anthony, sorry for the late reply. It works for me as well now (via the Java client lib). Thanks for fixing the issue. Best, Robert On Thursday, 18 April 2019 04:53:48 UTC+2, Miguel Graciá wrote: > > I'm trying to get a list of the conversion actions of a customer client, > but it always

RE: [GOOGLE ADS API] Get Conversion Action List

2019-05-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi KDJ, Our team will double check on this issue and if it's potentially another issue. I'll keep you updated. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/

Re: [GOOGLE ADS API] Get Conversion Action List

2019-05-03 Thread rentcafedev1
Anthony, This is issue is still not fixed. Query: SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50 Returns the following: { "error": { "code": 500, "message": "Internal error encountered.", "status"

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-29 Thread jrodriguez
Thanks, it works for me El viernes, 26 de abril de 2019, 10:51:02 (UTC-4), googleadsapi-forumadvisor escribió: > > Hi all, > > The issue is now resolved. Please let me know if you still face issues. > > Cheers, > Anthony > Google Ads API Team > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-28 Thread Miguel Graciá
Hi Anthony. Great!, it works for me. Thanks for your help. BR El viernes, 26 de abril de 2019, 16:51:02 (UTC+2), googleadsapi-forumadvisor escribió: > > Hi all, > > The issue is now resolved. Please let me know if you still face issues. > > Cheers, > Anthony > Google Ads API Team > -- -- =~

RE: [GOOGLE ADS API] Get Conversion Action List

2019-04-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi all, The issue is now resolved. Please let me know if you still face issues. Cheers, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api https:/

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-25 Thread Robert Heise
Hi Anthony, I'm having the exact same issue using the Google Ads API Java client lib. We're currently migrating from Adwords API to Ads API and are blocked for the conversion trackers migration due to this issue. When trying to retrieve all documented fields for conversion_action (see https://

RE: [GOOGLE ADS API] Get Conversion Action List

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Bevis, The team is looking into this. We will let you know when there is an update. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-24 Thread bevis_chen
Hi, I also have tried to get the conversion_action in python and got nothing. *Here is my code snip:* ga_service = client.get_service('GoogleAdsService', version='v1') query = 'SELECT conversion_action.id, conversion_action.name FROM conversion_action' results = ga_service.search(customer_id,

RE: [GOOGLE ADS API] Get Conversion Action List

2019-04-22 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi all, I've updated the team to take another look at this. I'll let you know when the issue is resolved. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-22 Thread rentcafedev1
Below is all that is returned when using query SELECT conversion_action.id, conversion_action.name, conversion_action.tag_snippets FROM conversion_action LIMIT 50 { "fieldMask": "conversionAction.id,conversionAction.name,conversionAction.tagSnippets" } KDJ On Monday, April 22, 2019 at 6:3

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-22 Thread jrodriguez
i too need use the new API :( El sábado, 20 de abril de 2019, 11:02:59 (UTC-4), Miguel Graciá escribió: > > Hi!, > > Thank you very much for the suggestion :-), but I need to use the new > Google Ads API. > > El viernes, 19 de abril de 2019, 22:03:34 (UTC+2), jrodr...@norte.digital > escribió:

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-20 Thread Miguel Graciá
Hi!, Thank you very much for the suggestion :-), but I need to use the new Google Ads API. El viernes, 19 de abril de 2019, 22:03:34 (UTC+2), jrodr...@norte.digital escribió: > > Hi, i finally can get all trackers with api version v201809. > here link > https://developers.google.com/adwords/ap

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-20 Thread Miguel Graciá
Hi Anthony, The query to get the conversions still doesn't show results :-( Thanks for your help. Regards El viernes, 19 de abril de 2019, 19:37:29 (UTC+2), googleadsapi-forumadvisor escribió: > > Hi Miguel, > > Yes, that is correct. Please try it again at a later time and let me know > if y

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-19 Thread jrodriguez
i have the same error El miércoles, 17 de abril de 2019, 22:53:48 (UTC-4), Miguel Graciá escribió: > > I'm trying to get a list of the conversion actions of a customer client, > but it always returns empty. > > On the other hand, if I make the same query using the id of the manager > account,

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-19 Thread jrodriguez
Hi, i finally can get all trackers with api version v201809. here link https://developers.google.com/adwords/api/docs/reference/v201809/ConversionTrackerService El miércoles, 17 de abril de 2019, 22:53:48 (UTC-4), Miguel Graciá escribió: > > I'm trying to get a list of the conversion actions of a

RE: [GOOGLE ADS API] Get Conversion Action List

2019-04-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Miguel, Yes, that is correct. Please try it again at a later time and let me know if you still face issues. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-19 Thread Miguel Graciá
Thanks for your help, Anthony. I have tried again and I still do not see results. Is it possible that the correction of the issue takes a while to become effective? El viernes, 19 de abril de 2019, 15:41:14 (UTC+2), googleadsapi-forumadvisor escribió: > > Hi Miguel, > > The issue should now b

RE: [GOOGLE ADS API] Get Conversion Action List

2019-04-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Miguel, The issue should now be resolved. Let me know if you still face issues. Cheers, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api http

RE: [GOOGLE ADS API] Get Conversion Action List

2019-04-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Miguel, There is currently an issue with conversion actions that our team is working on resolving. I'll let you know when there is a fix. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-dev

[GOOGLE ADS API] Get Conversion Action List

2019-04-17 Thread Miguel Graciá
I'm trying to get a list of the conversion actions of a customer client, but it always returns empty. On the other hand, if I make the same query using the id of the manager account, the query returns the list of conversion actions of that manager account. This is the query I'm using with th