Chirag Velachhawala
Chirag Velachhawala
Hi @PierrickVoulet , I also tried to [clear bidModifier](https://github.com/googleads/google-ads-php/issues/487#issuecomment-824066147) same as done by @leongersen But I cannot. The API request : --data '{ "operations": [{ "update": { "resourceName": "customers//campaignCriteria/~", },...
Hi @PierrickVoulet , I would also like to add this parseName functionality. I was using same for click_view. To get the user_list_id and criterion_id as it is not directly available....
Hi @fiboknacky , @PierrickVoulet , I have just updated the composer through composer update and my all functions started to fail which are using search or searchStream. I am not...
> If you use c extension or don't use json parsing, you don't need that. I have c implementation still facing issue in [Google Ads Lib](https://github.com/googleads/google-ads-php/issues/147) > Message: Call to...
I have updated my code with same. But i am always getting $client->isAccessTokenExpired() to 1 means token showing expired every time. When token just updated. $client->setAccessToken($accessToken); if ($client->isAccessTokenExpired()) { if($refreshToken){...
Yes, relevant. It is still there for me.
Hi @yash30201 , sorry for the delay. I am on holiday with limited accessibility. I will check your points and reply back soon. Thanks
Hi @yash30201 , 1. How are you fetching the $accessToken and $refreshToken? or alternatively, what type of credentials are you using? - I am using accesstoken with offline access. And...
Hi, Thanks for your answer promptly. I have tried PDFUrlKnowledgeBase with sample PDF before trying this PDFKnowledgeBase with my local PDF. But not really think that I have already defined....
Hi @fiboknacky , The code : ``` $response = $adGroupCriterionServiceClient->mutateAdGroupCriteria( MutateAdGroupCriteriaRequest::build($this->client_id, $adGroupCriterionOperations), ['partialFailure' => true, 'responseContentType' => ResponseContentType::MUTABLE_RESOURCE] ); if($response->getResults()->count()){ $operationIndex = 0; foreach ($response->getResults() as $addedAdGroupCriterion) { printf( "Operation...