Aw: i need help 201101 - wdsl

2011-06-30 Thread Peter Stannett
4 months from the date of x-client reports going live. It's on the blog http://adwordsapi.blogspot.com/2011/05/update-on-adwords-api-v201101-sunset.html Begin forwarded message: > From: "intswe-goo...@internet-mit-iq.de" > Date: 30 June 2011 09:32:51 GMT+01:00 > To: adwords-api@googlegroups.c

CrossClient Report api v201101 - PHP

2011-06-30 Thread Peter Stannett
Cross client reports are not yet available. Check the Adwords blog for more details: http://adwordsapi.blogspot.com/2011/03/update-to-reporting-service-in-adwords.html > > > i used the aw_api_php_lib_2.5.1. > > how i can download a cross client report? > > A single report is not a Problem, b

Broad Match Modified Kwords

2011-05-13 Thread Peter Stannett
Hi All I have a keyword report running automatically using v201101 and when it returns broad match modifieds, the keyword includes a ' mark. So instead of +red shoes it shows '+red shoes Is there anyway of removing this automatically? Thanks Peter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Data for the day before yesterday

2011-05-10 Thread Peter Stannett
No you weren't missing something. I am still learning php from the very basics and sometimes implementing things like this within code that isn't mine sometimes throws me. Your solution was perfect :) thanks again -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Data for the day before yesterday

2011-05-10 Thread Peter Stannett
Hi all For some reason Google is not showing conversion data for yesterday for just on of my clients, which is odd as it used to. I have an automatically produced adgroup performance report for yesterday set up to run which is now rendered useless as all the conversions show a big fat 0. Essen

Re: IMplementing Ad Parameters

2011-05-05 Thread Peter Stannett
Hi thanks for your help. I understand all that which is one thing! However it sounds like it is out of my limited php skill set. One to leave for the future I think, Thanks again Peter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

Re: IMplementing Ad Parameters

2011-05-05 Thread Peter Stannett
Hi thanks for the reply. I am still unsure how this would be implemented effectively for my client. Effectively if I write the script to set the price for blue antique cups to £30 and the amount of stock as 18, and then my clients stock changes to £20 and 10 cups, then my advert would be wrong

IMplementing Ad Parameters

2011-05-04 Thread Peter Stannett
Hi all I wish to implement the ad parameters php page to automatically set the prices contained within the ads for my client. However the example on http://adwordsapi.blogspot.com/2009/11/discover-v2009-setting-ad-parameters.html shows 1 ad example. My client has 100's of products, all at di

Re: [SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:]

2011-04-28 Thread Peter Stannett
HI Kevin Thanks for the info, though I'm not too sure what you mean? I apologise but my php knowledge is quite limited at the moment! Could you elaborate further? I would appreciate it. Thanks Peter On 27 Apr 2011, at 15:05, Kevin Winter wrote: > Hi Peter, > In the foreach loop over $page->e

Re: [SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:]

2011-04-21 Thread Peter Stannett
error_reporting(E_STRICT | E_ALL); // You can set the include path to src directory or reference // AdWordsUser.php directly via require_once. // $path = '/path/to/aw_api_php_lib/src'; $path = dirname(__FILE__) . '/../../src'; set_include_path(get_include_path() . PATH_SEPARATOR . $path); requir

Re: [SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:]

2011-04-21 Thread Peter Stannett
However I am trying to download all the ads into a csv and I am having difficulty implementing the report service. Could someone explain firstly how I get to print out all the ads onto the screen (at the moment I have just Ad with id etc showing, not the headline etc that I have chosen as

Re: [SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:]

2011-04-21 Thread Peter Stannett
It's ok! Everyone sit back down! I realised I had to amend $adGroupIdPredicate to lose the array($adgroupId) and change the $selector->predicates=array($statusPredicate) and lose the $adGroupId variable. At least, I think that's what I had to do. It's worked anyway! -- =~=~=~=~=~=~=~=~=~=~=~=

[SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:]

2011-04-21 Thread Peter Stannett
HI all I'm trying to run the GetAllAds.php example in version V201101 and I get [SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:] error I have $adGroupId=(float) commented out as I want to retrieve all ads. Can anyone help? Thanks Peter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Report Definition Clarification

2011-04-15 Thread Peter Stannett
Hi Eric You are spot on. I was including the report number rather than the id. Silly boy! Thanks again -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~

Re: Report Definition Clarification

2011-04-14 Thread Peter Stannett
Hi and thanks for replying. Hmm ...i think i have got them commented out. Perhaps you would oblige me by looking at my code? Here is my AddAdgroupPerformanceReport.php LogDefaults(); // Get the GetReportDefinitionService. $reportDefinitionService = $user->GetReportDefinitionService('v20110

Re: Report Definition Clarification

2011-04-14 Thread Peter Stannett
Ok, Tried that and get IMPROPERLY_FORMATTED_REQUEST. If anyone else has any pointers I would be very grateful. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~

Re: Report Definition Clarification

2011-04-13 Thread Peter Stannett
Ah thanks Pete I shall give that a try! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Report Definition Clarification

2011-04-12 Thread Peter Stannett
Hi all I created a Adgroup Performance report to run daily for the previous day and this runs fine. Every day it creates a new Report Definition however I half-think I read that somewhere I can download a new instance of this report, rather than create a new Report. I would imagine this is a lo

Re: Php errors

2011-04-06 Thread Peter Stannett
Genius! You are a gentleman and a scholar with a legendary first name! Thank you very much for your help. If only I knew where you were, I would happily buy you a drink! Thanks again! Kind regards Peter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussi

Re: Php errors

2011-04-06 Thread Peter Stannett
Hi Evgeniy Thank you very much for taking the time to help me. I have rebooted the server and the permissions change seems to have come into effect. However I have a new set of errors! Why can't this be simple?! Haha! I appreciate your help! Report definition with name 'ADGROUP performance r

Php errors

2011-04-06 Thread Peter Stannett
Hi I have just moved my install of adwords api php onto our server after working flawlessly on my MAMP install and i have come across many errors! This may be more appropriate for a php specific forum however I was hoping that more knowledgeable people here would be kind enough to help me fix

Fwd: Automating DownloadReport.php

2011-03-28 Thread Peter Stannett
Hi All Can anyone help me here at all? Thanks Peter Begin forwarded message: > From: Peter Stannett > Date: 25 March 2011 14:00:50 GMT > To: AdWords API Forum > Subject: Re: Automating DownloadReport.php > Reply-To: pstannet...@gmail.com > > HI Chris > > Than

Re: Automating DownloadReport.php

2011-03-25 Thread Peter Stannett
HI Chris Thanks for the reply. I am using the latest V2011 version. It's probably something very simple but I can't spot it! Thanks Peter On Mar 25, 1:39 pm, chris h wrote: > Which version of the API? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Automating DownloadReport.php

2011-03-25 Thread Peter Stannett
Hi all I have got a Adgroup Performance Report set up to return all adgroup stats which is great. Of course I run this and I get the id of the report. Then I add this id to the DownloadReport.php file to then actually download the file to my computer. Can someone tell me how to automate this? As

All adgroups from all Campaigns Report

2011-03-24 Thread Peter Stannett
Hi all I am trying to create an Adgroup Performance Report for all campaigns within an account but am struggling to get the right sort of syntax. I appreciate this may be easy as pie for most users on here, however I would be extremely grateful if someone could either post some code that does this

Re: Adwords Reporting

2011-03-14 Thread Peter Stannett
Hi Anash Thank you very much. I have managed to get the report service going for at an adgroup level as per the links you sent me so that is great. Is there a service or method of being able to query more than one client at an adgroup level? At the moment I would be limited to using GetAllCampaig

Re: Adwords Reporting

2011-03-10 Thread Peter Stannett
Hi Anash Thank you very much for your reply. It is very much appreciated! Thank you for the links. I think my issue is that I followed the video tutorial on how to access the sandbox, which was easy to follow. I then managed to log into the production api and retrieve headline info (campaign id a

Re: Hourly AdGroup Performance Report

2011-03-09 Thread Peter Stannett
Hi Tyler I'm definitely no expert but I would imagine you might need to run a cron job? Would you be willing to show me the code in php for how you wrote your report? I'm very new to the api and trying to find a decent example of reporting in php is quite hard! Kind regards Peter On Mar 9, 5:2

Re: Google Api Sandbox nightmare

2011-03-08 Thread Peter Stannett
are seeing. As for the sandbox > errors, I believe they should be gone now after the sandbox refresh. > If you are still seeing issues, please let me know. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Mar 4, 11:16 pm, Peter Stannett wrote: > > >

Adwords Reporting

2011-03-08 Thread Peter Stannett
Hi everyone. Would someone be willing to explain how I would achieve the following? I am trying to compile a report (and have had no success with the examples..api newbie!) that shows the adgroup level data (cost, impressions etc) for the day before, for every live campaign, for more than one cli

Re: Google Api Sandbox nightmare

2011-03-04 Thread Peter Stannett
Ah thanks for the heads up. That may explain the API error but not sure how to get around the timezone issue.. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=

Google Api Sandbox nightmare

2011-03-04 Thread Peter Stannett
Hello Everyone I am hoping someone can help me. I am stumped at the very start of this sandbox and I can't figure out how to sort it. I am trying to connect to sandbox via terminal. I have my php library in htdocs folder in MAMP. I use terminal to open GetAllCampaigns.php and after a pause I g

AdWords API Re: Very new to the API and PHP

2009-12-03 Thread Peter Stannett
Words API PHP client library: > >  http://code.google.com/p/google-api-adwords-php/ > > Best, > - Eric Koleda, AdWords API Team > > On Nov 26, 11:43 am, Peter Stannett > wrote: > > > Hi Everyone > > > Basically I need lots of help. I have downloaded the api

AdWords API Very new to the API and PHP

2009-11-30 Thread Peter Stannett
Hi Everyone Basically I need lots of help. I have downloaded the apility zip and uploaded the contents to my webhost under the public_html folder. The question I have now is..now what? I know what I want to achieve but am very new to this so I would appreciate some guidance. I'm already confused