Re: google search - image in the responsive ad

2024-09-18 Thread Pradeep Kumar
Hi, Google Ads API only. [image: Screenshot_69.png] If you see here for example, image showing in this ad is taken from Google my business profile images. On Wednesday, September 18, 2024 at 2:19:26 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the

Google Search - Image in the Responsive ad

2024-09-17 Thread Pradeep Kumar
Hi, All the automated assets were off in my account. But still image in the Google my business is showing in our text ads. Image extension has a dedicated image that should be appear. Instead GMB images are showing! Any other way to restrict GMB photos to display? Thanks -- -- =~=~=~=~=~=~

How can i create Ads in Ads Group and attached product Using Google Adword API?

2017-12-04 Thread Pradeep Kumar
How can i create Ads in Ads Group and attached product Using Google Adwords API? as currently i am able to created campaign and Ads Group using Adwords API -- Privacy Policy: This email is confidential, for the intended addressee or addressees only and may be protected by legal privilege. I

adwords Fatal error: Uncaught Error

2017-10-23 Thread Pradeep Kumar
Hello, I am getting this error, when i active the api. Please help me Catchable fatal error: Argument 1 passed to Google\AdsApi\Common\Configuration::__construct() must be of the type array, null given, called in /home/techximu/public_html/adwords/adpulse/wp-content/plugins/adwordsapi/admin/vi

I need to change MCCID dynamically using php

2017-09-20 Thread Pradeep Kumar
Hi All, I am using your adwords api where i want to change mccid dynamically. Like right now mccid is coming from ini file but i do want to change it dynamically during execution program. Kindly guide me. Thanks Pradeep -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-12 Thread Pradeep Kumar
Dear Vincent Racaza , Thank you for your kind reply. But see i am developing a wordpress plugin where user has to filter the data from drop down Like user will pick a date range e.g; 4-sep-2017 to 5-sept-2017 so i will save it in a variable and want to call this variable in place of dateRangeT

Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-11 Thread Pradeep Kumar
Hi All, I am stuck somewhere else right now. AS you see in the code section $reportDefinition->setDateRangeType( ReportDefinitionDateRangeType:: LAST_7_DAYS); I created a variable name $date which is having value LAST_7_DAYS When i call it as mentioned below it will display an error

Re: Googel Adwords API - Reporting - (ParallelReportDownload.php) need the data in an array format

2017-09-09 Thread Pradeep Kumar
Also with that i also want to filter report via Geo (location) Device Help me out with this also. On Friday, September 8, 2017 at 8:13:15 PM UTC+5:30, Pradeep Kumar wrote: > > Hi Everyone, > > This is Pradeep ( Web Programmer - PHP ). I am using google adwords api to > get ca

Re: Googel Adwords API - Reporting - (ParallelReportDownload.php) need the data in an array format

2017-09-09 Thread Pradeep Kumar
i\Examples\AdWords\v201609\Reporting\ParallelReportDownload::main() #2 {main} thrown in *E:\server\htdocs\adwards\examples\AdWords\v201609\Reporting\CampaignsPerformancereport.php* on line *81* Kindly help me to FIX. On Friday, September 8, 2017 at 8:13:15 PM UTC+5:30, Pradeep Kumar wrote:

Googel Adwords API - Reporting - (ParallelReportDownload.php) need the data in an array format

2017-09-08 Thread Pradeep Kumar
Hi Everyone, This is Pradeep ( Web Programmer - PHP ). I am using google adwords api to get campaigns reports. While i am accessing the reports from ParallelReportDownload.php then i can see the report is being downloaded into excel format. I don't want an report to be download. I want the res

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-07 Thread Pradeep Kumar
While Accessing new fields like budget, clicks, impressions then i am getting an error. Please help to get these data from google adwords api On Friday, September 8, 2017 at 10:19:00 AM UTC+5:30, Pradeep Kumar wrote: > > Dear Vincent, > > I hope you are doing well. > > I w

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-07 Thread Pradeep Kumar
me how to do this task through api. On Thursday, September 7, 2017 at 10:50:13 AM UTC+5:30, Pradeep Kumar wrote: > > Dear Vincent, > > Thank you for for kind help. You are very helpful and your info takes me > to the right path. > > I read all your previous information and

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread Pradeep Kumar
6:38:29 PM UTC+5:30, Pradeep Kumar wrote: > > Dear while accessing the script then i am getting an error which is > attached please have a look on the attachment. > > > > On Wednesday, September 6, 2017 at 3:50:37 PM UTC+5:30, Vincent Racaza > (AdWords API Team)

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread Pradeep Kumar
Dear while accessing the script then i am getting an error which is attached please have a look on the attachment. On Wednesday, September 6, 2017 at 3:50:37 PM UTC+5:30, Vincent Racaza (AdWords API Team) wrote: > > Hi Pradeep, > > Could you confirm if you generated your client ID and secret u

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-06 Thread Pradeep Kumar
Hi Vincent, Thank you for your kind support. I did the same and run it on CMD the previous errors are resolved now i am getting a new error which is given velow. [06-Sep-2017 08:11:54 UTC] PHP Fatal error: Uncaught exception 'GuzzleHttp\Exception\ClientException' with message 'Client error:

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-05 Thread Pradeep Kumar
mFile('/public_html/adwords/examples/AdWords/v201609/adsapi_php.ini') ->withOAuth2Credential($oAuth2Credential) ->build(); self::runExample(new AdWordsServices(), $session); } Please guide On Tuesday, September 5, 2017 at 7:59:34 PM UTC+5:30, Pradeep Kumar wrot

Re: Trying Google Adwords API ver v201609 - Got some error

2017-09-05 Thread Pradeep Kumar
Hi Vincent, I tried to o the same but getting same error. What i did is given below. Please have a look and guide me what am i doing wrong?? public function fromFile($path = null) { /*if ($path === null) { $path = self::DEFAULT_CONFIGURATION_FILENAME; }*/

Trying Google Adwords API ver v201609 - Got some error

2017-09-04 Thread Pradeep Kumar
Hi All, I am using google adwords php api and i got stuck while accessing the GetReportFields.php file. When i execute this file then an error log file generated which says. [04-Sep-2017 12:05:50 UTC] PHP Fatal error: Uncaught exception > 'InvalidArgumentException' with message 'Config file no