Re: GAQL Insert PHP variable in query

2022-03-04 Thread scratch27
Exactly what I needed, thank you so much! Mat Le vendredi 4 mars 2022 à 17:10:32 UTC+1, adsapi a écrit : > Hi there, > > For support for the PHP Client Library you may reach out to their issue > tracker . With that > being said, here is an e

RE: GAQL Insert PHP variable in query

2022-03-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there, For support for the PHP Client Library you may reach out to their issue tracker . With that being said, here is an example of passing a variable to a 'WHERE' clause. Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2XlCsP:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

GAQL Insert PHP variable in query

2022-03-03 Thread scratch27
Hi, I would like to create a query with a php variable for the WHERE statement. Here is an example: $query = "SELECT campaign.name FROM ad_group WHERE ad_group.id = $adGroupId"; I am using PHP library and I want to insert dynamic values in queries that I can get for example from the frontend