Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201710\cm\ApiException' with message '[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId:

2017-11-29 Thread Bhairavi
Hi, I am using PHP client library for Google adwords api.In basic operations ,GetCampaigns and GetAdGroups are working fine.but GetExpandedTextAds returns me 0 and AddExpandedTextAds returns me error *Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201710\cm\ApiException' with message

adgroup id,adgroup name,campaign id,campaign name in getkeywords api

2018-02-02 Thread Bhairavi
Hi, Can i get adgroup id,adgroup name,campaign id,campaign name from GetKeywords API in php? Thanks , Bhairavi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

get impressions,CTR ,max CPC in GetKeywords API

2018-01-31 Thread Bhairavi
I am using GetKeywords API in php.I get id match type,keyword text from api ,but how to get impressions,CTR ,max CPC from GetKeywords API.Below is the sample code : if ($page->getEntries() !== null) { $totalNumEntries = $page->getTotalNumEntries(); foreach

get keyword status from getkeywords api in php

2018-01-30 Thread Bhairavi
I am using google adwords client library for php.I am using getKeywords api to fetch keywords and related info.How to get keyword status in api. I have added 'Status' in selector field as follows- $selector->setFields( ['Id', 'CriteriaType', 'KeywordMatchType', 'KeywordText','Status']);

keyword performance report in PHP

2018-02-05 Thread Bhairavi
Hi, Can u please tell me ,how to implement keyword performance report in PHP.I am using client library for php.and under reporting section in examples folder i can see criteria report ,getreportsfields and parallelreportdownload apis.so how to get Keyword Performance report? -- --

change keyword status on certain day and hours

2018-02-07 Thread Bhairavi
Hi, I am using api client library in PHP. I only want to change keyword status on certain days or hours ,is that possible from API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Get Ad and Keyword creation date in googla adwords api

2018-02-06 Thread Bhairavi
Hi, I am using PHP client library for google adwords api. How to get Ad and Keyword Creation date from api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

how to exclude hidden accounts in GetAccountHierarchy.php

2017-12-25 Thread Bhairavi
I am using GetAccountHierarchy.php to get all manager and client accounts.but it returns me all the accounts.How to exclude hidden accounts? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/