no response in using adgroupAdService

2018-01-30 Thread ejay . opiniano
Hi Adwords Team, May I ask for help regarding this matter? I get no response in these codes, particulary the last line: use Google\AdsApi\AdWords\AdWordsServices; use Google\AdsApi\AdWords\AdWordsSession; use Google\AdsApi\AdWords\AdWordsSessionBuilder; use Google\AdsApi\AdWords\v201708\cm\Ad;

missing "total - all removed ads" in pulling using API

2017-10-03 Thread ejay . opiniano
Hi adwords Team, Here is my code to get an Ad details per day SELECT CampaignName, CampaignId, AdGroupId, Id,' . 'Impressions, Clicks, Ctr FROM AD_PERFORMANCE_REPORT ' . 'WHERE Id = '.$adwordsId.' AND Status IN [ENABLED, PAUSED] DURING

API issues - PHP

2017-08-24 Thread ejay . opiniano
Hi Adwords API Team As i upload the adwords application in my live web application. Some of the syntax are now working NOTE: the whole adwords application is working in my localhost. Upon Testing in my live web, i tested the sample GetCampaigns to check if the migration of files is successful

Re: AdWords Reporting - PHP

2017-08-23 Thread ejay . opiniano
Hi Vincent, It worked! Cool! Cheers, Ejay On Wednesday, August 23, 2017 at 6:52:30 PM UTC+8, Vincent Racaza (AdWords API Team) wrote: > > Hi Ejay, > > Yes, you can filter by CampaignId >

Re: AdWords Reporting - PHP

2017-08-23 Thread ejay . opiniano
Hi Vincent, It worked! Perfect! Last question, can i select or query a report via campaign ID? so that it would not generate all reports. I tried adding "CampaignId = (campaignid)" in "WHERE" of $reportQuery but it didn't work. Cheers, Ejay On Wednesday, August 23, 2017 at 4:40:44 PM

Re: AdWords Reporting - PHP

2017-08-23 Thread ejay . opiniano
Hi Vincent, Thank you for the response. Another question, Upon executing the sample codes of reporting. It gives me 0 result though i have 2 sample campaigns but have no impressions and clicks because this is under by test client account. Do I have to create reporting table/charts in "Reports"

AdWords Reporting - PHP

2017-08-22 Thread ejay . opiniano
Hi Adbutler Team, Is there a way I can get generated data only, not downloading via csv? I need an object or array data produced by this sample query: $reportQuery = 'SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, ' . 'Impressions, Clicks, Cost FROM

Re: Adwords PHP API Call

2017-08-22 Thread ejay . opiniano
Hi Peter, More likely its a PHP client library, not the API because the sample codes are working, I'm just struggling in creating my own function. Thank you for your recommendation. I will contacnt the PHP client library owners, Cheers, Ejay On Tuesday, August 22, 2017 at 2:14:23 PM UTC+8,

Adwords PHP API Call

2017-08-21 Thread ejay . opiniano
Hi Adwords API Team, I successfully executed your GetCampaigns.php. But I need to create my own function using the Adwords API call/syntax., here is my sample code:

Re: Setting up Adwords API in PHP

2017-08-21 Thread ejay . opiniano
Hi Vincent, I did reinstalled everything using composer, and I used test client account as clientcustomerId in adsapi_php.ini and it now worked fine. Thank you so much for your help :) On Tuesday, August 22, 2017 at 8:14:35 AM UTC+8, ejay.o...@momentummedia.com.au wrote: > > Hi Vincent, > >

Re: Setting up Adwords API in PHP

2017-08-21 Thread ejay . opiniano
Hi Vincent, I tried putting my test client account number to ClientCustomerId. Is that correct? Thanks, On Tuesday, August 22, 2017 at 7:59:46 AM UTC+8, ejay.o...@momentummedia.com.au wrote: > > Hi Vincent, > >Thank you for your reply. Can I ask if the adsapi.ini is the property > file

Re: Setting up Adwords API in PHP

2017-08-21 Thread ejay . opiniano
Hi Vincent, Thank you for your reply. Can I ask if the adsapi.ini is the property file you're talking about? if so, how am i going to set my ClientCustomerId as child account? Thank you, On Friday, August 18, 2017 at 4:27:47 PM UTC+8, Vincent Racaza (AdWords API Team) wrote: > > Hi Ejay,

Setting up Adwords API in PHP

2017-08-18 Thread ejay . opiniano
Hi guys, I'm just about to start using Adwords API. I just want to ask if there are some steps that I'm missing in my setup As i view the $sessions, I can see there the different tokens and credentials i entered in adsapi_php.ini such as developerToken, clientCustomerId, clientId,

Setting up Adwords API in PHP

2017-08-18 Thread ejay . opiniano
Hi guys, I'm just about to get start using Adwords API. I just want to ask if there are some steps i'm missing in my set up. In viewing the $session, i can clearly see the different tokens and credentials that are needed based on the tutorial in youtube such as developerToken,