RE: Cant find the Languages set to a Campaign

2021-11-14 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
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

Re: Cant find the Languages set to a Campaign

2021-11-12 Thread Binu Mathew
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) { >

Cant find the Languages set to a Campaign

2021-11-12 Thread Binu Mathew
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