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
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
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
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
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
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
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
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
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
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
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!
--
=~=~=~=~=~=~=~=~=~=~=~=
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
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
=~=~=~=~=~=~=~=~=~
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
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
=~=~=~=~=~=~
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
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
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
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
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
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
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
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
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
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
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
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
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:
>
>
>
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
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
=~=~=~=~=~=
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
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
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
34 matches
Mail list logo