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: PAGE_SIZE on the new API

2019-04-23 Thread jrodriguez
well i have this error ( ERR_EMPTY_RESPONSE ) when try paginate the results. this is my entire code: class Util { public static function getIdUnformat($id) { $id_adwords=str_replace('-', '', $id); return $id_adwords; } public static function getGoogleAdsClient()

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ó:

PAGE_SIZE on the new API

2019-04-19 Thread jrodriguez
Hi, I am trying to get all ad groups from my account, but the PAGE_SIZE is not working, every time i run query only get one page, i set the PAGE_SIZE = 1000 but my ad groups is over 1000 and no work the pagination, ever get this error (This page isn’t working, ERR_EMPTY_RESPONSE). I think the AP

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