Hi Binu,
Thank you for posting your concern.
It appears that the code could not properly get the methods under the
CampaignCriterionService and this is the possible reason why the error
occurred. With this, I would suggest reaching out to the author of the client
library via this link to get a
Any Information Available ??
On Friday, 12 November 2021 at 22:28:00 UTC+5:30 Binu Mathew wrote:
> Hi All
>
> Here is the code i use get languages set to an individual campaign
>
> $language_query='SELECT language_constant.id FROM campaign_criterion';
> if ($id !== null) {
>
Hi All
Here is the code i use get languages set to an individual campaign
$language_query='SELECT language_constant.id FROM campaign_criterion';
if ($id !== null) {
$language_query .= " WHERE campaign.id= $id ";
}
$response =$googleAdsServiceClient->searchStr