Re: php code examples update keyword status

2012-07-03 Thread opalepatrick
Thanks a lot Steve, run off now and have a go :-) On Tuesday, July 3, 2012 5:36:04 PM UTC+2, Steve wrote: > > > > On Tuesday, July 3, 2012 8:30:40 AM UTC-7, opalepatrick wrote: >> >> HI, >> >> be appreciated if someone can point me at a current link with ph

php code examples update keyword status

2012-07-03 Thread opalepatrick
HI, be appreciated if someone can point me at a current link with php examples showing how to update keyword status. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=

Re: Pause/Enable/Delete text ad and keyword

2012-07-03 Thread opalepatrick
I'd be an adwords guru as well if I went around giving linkd to the docs and not answering the question On Friday, January 7, 2011 9:23:43 PM UTC+1, Pete Lavetsky (AdWords API Guru) wrote: > > API reference is here: > http://code.google.com/apis/adwords/docs/developer/index.html > > Code examp

Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:''???

2012-01-19 Thread opalepatrick
into all the chatter and becomes part of the drone. As someone else said, this sort of thing that can break scripts needs to be flagged in a better way. On Jan 19, 4:30 pm, opalepatrick wrote: > Using php, I have always had the developers token in the auth.ini, so > why am I getting this m

Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:''???

2012-01-19 Thread opalepatrick
Using php, I have always had the developers token in the auth.ini, so why am I getting this message? On Jan 19, 3:12 pm, Eric Koleda wrote: > Hi Alexander, > > We first communicated this change in November of last year, and then again > about a week ago: > > http://adwordsapi.blogspot.com/2011/11

Re: Default Max. CPC for adgroup

2011-10-31 Thread opalepatrick
I want to try an adapatation of the status update stuff. while ($row = mysql_fetch_assoc($result)) { // Create ad group with updated bid. $adGroup = new AdGroup(); $adGroup->id = (float) $row['adgid']; $adGroup->multiplier = 0.75; // Create operations.

Re: Default Max. CPC for adgroup

2011-10-31 Thread opalepatrick
OK I can see that it is AdGroupService, so now I could do with an example for using the bid multiplier (in php preferably) but any language would help -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.g

Default Max. CPC for adgroup

2011-10-31 Thread opalepatrick
How does one change the Default Max. CPC for an adgroup specifically? What service? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-12 Thread opalepatrick
Well this morning twice I got 'ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector', then the third time, it worked (this is a re-created report via the API), still working. However, I also cannot get a report because $user->LogAll(); gives me a fatal error, $user->LogDefaults();

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread opalepatrick
Sorry - PHP :-) On Aug 11, 7:59 pm, opalepatrick wrote: > v201008 Kevin > > On Aug 11, 7:37 pm, Kevin Winter wrote: > > > > > Hi, > >   Which client library are you using?  They each have their own method of > > turning it on:http://code.google.com/ap

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread opalepatrick
v201008 Kevin On Aug 11, 7:37 pm, Kevin Winter wrote: > Hi, >   Which client library are you using?  They each have their own method of > turning it on:http://code.google.com/apis/adwords/docs/clientlibraries.html > > - Kevin Winter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread opalepatrick
Hi, straightforward keyword_performance_report with 13 fields as required. Checked it just with GetReportDefinitions and it hasnt changed. I knew I would get asked for SOAP XML, never done it, so how doers one turn on SOAP logging (for the record)? Thanks On Aug 11, 5:56 pm, Kevin Winter wrote:

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-11 Thread opalepatrick
Actually that is not strictly true Kevin. I re-created a report via the API yesterday and it did exactly the same thing? On Aug 11, 4:14 pm, Kevin Winter wrote: > Hi All, >   I just wanted to let everyone know we are aware of the problem.  This only > seems to affect reports that were created in

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread opalepatrick
I have been having the same problem over on another thread, and without wishing to suggest that this won't work for some, I do know that I created reports yesterday directly from the API and still have the same sort of problem: This seems to be the favourite ReportDefinitionError.INVALID_REPORT_DE

Re: ReportDefinitionError - Simple Campaign Report

2011-08-10 Thread opalepatrick
Hi Jon, yes I spoke to soon and it returned again this morning. Strange thing is that I have identical reports running on two accounts. One lot works the others dont. I have raised the issue with support as well, but early days. I noticed that another thread has spring up with the same sort of pro

Re: ReportDefinitionError - Simple Campaign Report

2011-08-09 Thread opalepatrick
Hi Pete, thanks for replying. No it didnt, I actually ran the script via shell a number of times, but that is all it came back with. However, I forgot about it and when your post came thorugh, I relaised that the cron for the early hours this morning was working again without any changes. Bizar

ReportDefinitionError - Simple Campaign Report

2011-08-08 Thread opalepatrick
I am getting a - ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus - on a report that works once a day by cron and has worked fine for months. It is just getting a pre-existing report. I checked that the report was correct (it is). Can't understand why it would just stop

Re: Error not making sense - EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId

2011-06-01 Thread opalepatrick
Ignore this. Adgroup id's are wrong. Apologies -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message b

Error not making sense - EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId

2011-06-01 Thread opalepatrick
I am getting EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'923377807' from an attempt to change the status of keywords using AdGroupCriterionService This is an array from one of them. As far as I can work out, I am passing the correct data. (I take it in this instance the

Re: Update array of Adgroups statuses

2011-06-01 Thread opalepatrick
May 30, 5:43 pm, Danial Klimkin wrote: > Hello opalepatrick, > > From the example here: > > http://code.google.com/p/google-api-adwords-php/source/browse/trunk/e... > > Code: > >   // Create operations. > >   $operation = new AdGroupOperation(); >   $operation

Update array of Adgroups statuses

2011-05-27 Thread opalepatrick
Hi, I can see how I would go about updating the status of one adgroup in the php code example UpdateAdgroup.php. How would I update hundreds of groups from an array of hundreds of adGroupId's and mutate as single operation? Problem I have is that I am not sure what elements need to be looped be

Keyword cost disconnect

2011-03-16 Thread opalepatrick
I log click data on my ads in a database with campaign, adgroup, keyword data. For a while I have attempted to match keywords costs from a keyword report, by taking an average cost for that phrase for the day and entering where the campaign, adgroup and keyword are the same. This all seems a bi