How to calculate total impression share?

2012-12-15 Thread robert.johans...@adwire.se
Hi, When retrieving impression share data from the Adwords API, values are formatted as xx.xx% unless the values are below 10% or above 90%. In these cases, the values returned are formatted as "<10%" or ">90%". The problem with this approach is that when I try to calculate the total impression

How do I manage ad schedules using the campaign criterion service?

2012-12-12 Thread robert.johans...@adwire.se
Hi, I'm in the process of migrating from v201109 to v201209, but I have a question regarding how to use the campaign criterion service in order to create or modify ad schedules. All other criterions (languages, countries etc) have static IDs, but it seems to me like this is not the case with

How to obtain adschedule criterion ID

2012-12-09 Thread robert.johans...@adwire.se
Hi, I'm about to migrate from v201109 to v201209 and I'm stuck at making the adschedule work using the CampaignCriterionService. All other criterions (languages, countries etc) have static criterion IDs, but it seems like this is not the case for adschedules? Correct me if I'm wrong, but what I

How to obtain criterion ID of ad schedule

2012-12-09 Thread robert.johans...@adwire.se
Hi, I'm in the process of migrating from v201109 to v201209, but I have a question regarding how to use the campaign criterion service in order to create or modify ad schedules. All other criterions (languages, countries etc) have static IDs, but it seems to me like this is not the case with ad

Possible bug in AdGroupCriterionService

2012-04-06 Thread robert.johans...@adwire.se
When adding a new criterion, the response contain a field called "criterionUse". This field suppose to be set to "BIDDABLE" or "NEGATIVE", but instead it is empty. Is there any other way to retrieve this information? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Unable to add platform targets when creating a new campaign

2012-02-02 Thread robert.johans...@adwire.se
Thank you so much, Margaret! I totally agree with you, it's not very intuitive :-) Best Regards, Robert -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=

Unable to add platform targets when creating a new campaign

2012-02-02 Thread robert.johans...@adwire.se
Hi, I'm unable to add platform targets when creating a campaign. All other targets are accepted by the API, but not platform targets. I don't receive any error message and when printing the result set I can see that I'm sending in the right values (in this case I don't want to show ads on mobi

Get campaign schedule data

2012-02-01 Thread robert.johans...@adwire.se
Hi, Is it not possible to retrieve information about a campaign schedule using the API? Or maybe it is't supported by the PHP client library? The error message I'm receiving is "Class 'Selector' not found". If I use the same code when connecting to any other service, everything is working. Tha

How to get the number of rows operated on?

2011-10-26 Thread robert.johans...@adwire.se
Is it possible to get the number of rows operated on when requesting an ad hoc report where paging is used? In other words, how many rows would have been returned if no paging was used? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adw

Set AdParams not working using the PHP client library

2011-07-28 Thread robert.johans...@adwire.se
Hi, I'm trying to use the PHP client library in order to change some ad parameters in my ads, but I can't make it work. The error message I receive is "INVALID_ADGROUP_CRITERION_SPECIFIED", but I know for a fact from running the "getAllAdGroupCriteria"-service that both the ad group Id and key

Feedback for customerSyncService

2011-04-26 Thread robert.johans...@adwire.se
Wouldn't it be good idea to include a flag in the customerSyncService that will allow you to retrieve only the changes made in the web interface? This would make it very easy to synchronize our local database with the AdWords database. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: Download report without saving

2011-03-15 Thread robert.johans...@adwire.se
I think I've tried everything now. I have downloaded the new client library (2.5.0), but it didn't help. If I specify a path, the report is saved to disc. But when I replace $path with NULL, I get nothing. I have tried to print the response, but the result is empty. If I modify the reportUtils file

Re: Download report without saving

2011-03-02 Thread robert.johans...@adwire.se
I have tried to figure this out myself for a week now, but with no luck. Do you have any further information about this issue? On 21 Feb, 15:19, "robert.johans...@adwire.se" wrote: > Hi Anash, > > That's exactly what I'm doing, but the $result variable is empty.

Re: Download report without saving

2011-02-25 Thread robert.johans...@adwire.se
Any ideas? On 21 Feb, 15:19, "robert.johans...@adwire.se" wrote: > Hi Anash, > > That's exactly what I'm doing, but the $result variable is empty. This > is despite of the fact that the value of $httpCode is 200 and the > value of $downloadSize is a pretty hi

Re: Download report without saving

2011-02-21 Thread robert.johans...@adwire.se
AdWords API Advisor. > > On Feb 18, 2:14 pm, "robert.johans...@adwire.se" > > > > wrote: > > Hi Anash, > > > I'm using PHP lib 2.4.1. > > > Best Regards, > > > Robert > > > On 17 Feb, 06:10, AdWords API Advisor > > wr

Re: Download report without saving

2011-02-21 Thread robert.johans...@adwire.se
AdWords API Advisor. > > On Feb 18, 2:14 pm, "robert.johans...@adwire.se" > > > > wrote: > > Hi Anash, > > > I'm using PHP lib 2.4.1. > > > Best Regards, > > > Robert > > > On 17 Feb, 06:10, AdWords API Advisor > > wr

Re: Download report without saving

2011-02-21 Thread robert.johans...@adwire.se
gle.com/p/google-api-adwords-php/source/browse/trunk/s... > for details. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Feb 18, 2:14 pm, "robert.johans...@adwire.se" > > > > wrote: > > Hi Anash, > > > I'm using PHP lib 2.4.1. &g

Re: Download report without saving

2011-02-18 Thread robert.johans...@adwire.se
Hi Anash, I'm using PHP lib 2.4.1. Best Regards, Robert On 17 Feb, 06:10, AdWords API Advisor wrote: > Hi Robert, > > Which client library are you using? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Feb 15, 8:10 pm, "robert.johans...@adwi

Download report without saving

2011-02-15 Thread robert.johans...@adwire.se
Six months ago, I was told that the ability to download a report to memory would be implemented in the next release. Since then, the new 'v201008' has been released, but I can't still download my reports to memory. When will this be supported? Thank you in advance! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Download report without saving

2010-08-31 Thread robert.johans...@adwire.se
Does someone have an idea? On 28 Aug, 11:29, "robert.johans...@adwire.se" wrote: > Hi Anash, > > Thank you for your quick response! However, I can't make the code > work. The $result variable remains empty, but when I check the > $httpCode variable I can see th

Re: Download report without saving

2010-08-28 Thread robert.johans...@adwire.se
dvisor wrote: > Hi Robert, > > The code to achieve this is quite similar > tohttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/e > If you pass a null to $path, then ReportUtils::DownloadReport returns > you the actual report contents. > Seehttp://code

Re: Download report without saving

2010-08-28 Thread robert.johans...@adwire.se
dvisor wrote: > Hi Robert, > > The code to achieve this is quite similar > tohttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/e > If you pass a null to $path, then ReportUtils::DownloadReport returns > you the actual report contents. > Seehttp://code

Download report without saving

2010-08-22 Thread robert.johans...@adwire.se
Hi, In the PHP client library I can find an example of how to download a report created by the new reportDefinitionService. But how can I get the report without saving it as a file, but instead open it in memory (like with the old reports)? There is no need for me to save it as a file, as I just w

Unable to download report created bythe report definition service

2010-08-11 Thread robert.johans...@adwire.se
Hi, I have managed to create a new report definition, but when I'm trying to download it or run it through the Adwords interface, I get "Unexpected exception". I use the PHP library to create the report definition: $adGroupSelector = new Selector(); $adGroupSelector->fields = array('CampaignI

Re: Apply paging when creating report using reportDefinitionService

2010-08-10 Thread robert.johans...@adwire.se
Does anyone have a suggestion? On 7 Aug, 11:35, "robert.johans...@adwire.se" wrote: > OK, I see. I thought that paging was available because it's listed in > the API reference under "ReportDefinitionService". > > The reason why I'm looking for a pagin

Re: Apply paging when creating report using reportDefinitionService

2010-08-07 Thread robert.johans...@adwire.se
> paging.  Instead all the results are returned in a single file that is > downloaded.  Are you running into size limits for your reports? > > Best, > - Eric Koleda, AdWords API Team > > On Aug 5, 3:07 pm, "robert.johans...@adwire.se" > > > > wrote: > &

Apply paging when creating report using reportDefinitionService

2010-08-05 Thread robert.johans...@adwire.se
In order to not exceed the maximum number of items returned from my reports, I wish to use paging. How can I use it together with the reportDefinitionService (I use PHP)? If my report contain 10 000 items and each page can contain 2 000 items, must I create a new report definition for each page? Al

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
browse_thread/thread/d7245... > > Best, > - Eric > > On Feb 2, 11:14 am, "robert.johans...@adwire.se" > > > > wrote: > > Hi Eric, > > > I get the following error-message: > > > [RequiredError.REQUIRED @ operations[0].operand.crite

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
e?  If so, what is it? > > Best, > - Eric Koleda, AdWords API Team > > On Feb 2, 10:20 am, "robert.johans...@adwire.se" > > > > wrote: > > Unfortunately that was not the problem... > > > On 2 Feb, 15:08, ewan wrote: > > > > I noti

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
Unfortunately that was not the problem... On 2 Feb, 15:08, ewan wrote: > I noticed that you're using v200906 of the API.  I think that service > was supposed to be switched off today.  Try using v200909. -- You received this message because you are subscribed to the Google Groups "AdWords API

AdWords API Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
Hi, I'm trying to update the destination URL for some of my keywords using the XML below, but for some reason I can't make it work. Can you please tell me what I'm doing wrong? https://adwords.google.com/api/adwords/cm/v200906/ AdGroupCriterionService?wsdl"> SET X XX XXX

AdWords API Getting keyword statistics

2010-01-13 Thread robert.johans...@adwire.se
Hi, I'm trying to retrieve statistics for a keyword using the criterion service, but for some reason I'm unable to make it work. My request looks like this: '' . '' . '' . $keyword_id . '' . '' . $criterion_use . '' . '' . $userStatuses . '' . '' . ''; Am I missing something here?

AdWords API Can't enter billing information

2009-12-11 Thread robert.johans...@adwire.se
Hi, In my MCC account, it says that my developer key is deactivated due to the fact that I have not entered any billing information. However, I have tried several times during the last couple of weeks and yet I receive an error message saying something like "right now we can't process your request

AdWords API Syncronizing data with local database

2009-11-12 Thread robert.johans...@adwire.se
Hi, Is there a more efficient way of syncronizing the Google Adwords data with my local database, than running two structure reports (one for ad and one for keyword)? Maybe there is a way of downloading only the data that has been changed since last update (if I supply the Google API with a date f

AdWords API CLIENT_EMAIL_INVALID

2009-11-11 Thread robert.johans...@adwire.se
_once('AuthToken.php'); require_once('SoapClientFactory.php'); $email = 'robert.johans...@adwire.se'; $password = 'xx'; $client_email = 'client_1+robert.johans...@adwire.se'; $user_agent = 'Adwire'; $developer_token = 'robert.j