Re: get all conversion actions through the new google ads api

2022-05-07 Thread Ahmed Abd El Ftah
i have found a solution for this issue ... is using google ads query ... and execute it through googleAdsServiceClient->searchStream SELECT conversion_action.id, conversion_action.name FROM conversion_action also another note you must set the login to be with the customer id in order to ge

get all conversion actions through the new google ads api

2022-05-07 Thread Ahmed Abd El Ftah
in the old api i used to get all conversion actions for an account using *ConversionTrackerService & Google\AdsApi\AdWords\v201809\cm\Selector PHP code .* but after we migrated to the new API https://github.com/googleads/google-ads-php ... there's no clue in the new package code or the