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
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
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
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
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
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
=~=~=~=~=~=~=~=~=
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
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
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
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
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
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
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.
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
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
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
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
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
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!
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
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
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
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
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
> 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:
> &
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
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
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
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
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
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?
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
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
_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
35 matches
Mail list logo