How to get CampaignStats in Adwords v201101 in C#

2011-04-05 Thread sa...@cwm.co.il
Hi!

I am trying to get campaign and its stats in Adwords v201101.
I succeeded in getting the campaign :

AdWordsUser user = new AdWordsUser(_headers);//getting the headers to
the AdwordsUser

CampaignService cs =
(CampaignService)user.GetService(AdWordsService.v201101.CampaignService);
cs.User = user;
//adding the same details as in AdwordsUser
cs.RequestHeader = new RequestHeader();
cs.RequestHeader.developerToken = _headers["developerToken"];
cs.RequestHeader.userAgent = _headers["userAgent"];
cs.RequestHeader.authToken = _headers["authToken"];
cs.RequestHeader.clientCustomerId = ClientCustomerId;

Selector selector = new Selector();
selector.fields = new string[] { "Id", "Name", "Status"};

DateRange daterange = new DateRange();
daterange.min = "20110301"
daterange.max = "20110331";

selector.dateRange = daterange;

CampaignPage campaignPage = cs.get(selector); // getting CampaignPage
according to the selector

foreach (Campaign entry in campaignPage.entries)
{
lblEntries.Text += "Id: " + entry.id + "" +
"Name: " + entry.name + "" + "Status " + entry.status + "";

}



but i can`t select campaigns stats because there is no field for it
that i can write in :selector.fields ( because campaignStats is a non
selectable field)
according to this page :
http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.Campaign.html#campaignStats
i need to use CampaignSelector.statsSelector
but it doesn`t work because the CampaignSelector doesn`t belong to
v201101 it belongs to v201008


Thanks





-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


hai friends...open the page.............

2011-04-05 Thread anu hasna
 http://123maza.com/65/figure108/

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: IS CROSS CLIENT REPORTING IS WORKING ... ?

2011-04-05 Thread Fuxx
Hey surajk!

Are you refering to the update? We at Booming, got heavy problems and cant 
access any cross-client report since yesterday anymore.
@Torres: Is the v13 also effected by the update? No cross-client query works 
anymore for us :/

Best,

Stefan Popp - Booming GmbH

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Keyword Ideas

2011-04-05 Thread Kristaps
Hello,

Is it possible to order keyword ideas by monthly search count in
v201008 or any other version? I'm asking this because it's useless to
get ideas with zero or very few search count, while there are some
ideas that aren't included in the response. For example, I'm making a
request for 10 keyword ideas, and API returns me first 10(compared to
keywords tool), but i can see that there are better(with more
searches) ideas. Thanks in advance.


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: IS CROSS CLIENT REPORTING IS WORKING ... ?

2011-04-05 Thread Fuxx
After 6 retries, finally we got the data back. Can anyone confirm
problems last night with v13 cross-client reports?


On 5 Apr., 09:54, Fuxx  wrote:
> Hey surajk!
>
> Are you refering to the update? We at Booming, got heavy problems and cant
> access any cross-client report since yesterday anymore.
> @Torres: Is the v13 also effected by the update? No cross-client query works
> anymore for us :/
>
> Best,
>
> Stefan Popp - Booming GmbH

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


INCOMPLETE_SIGNUP_NO_BILLING_INFO

2011-04-05 Thread off...@tradeads.eu
In sandbox mode everything works fine, but when we try to use the
production environment we receive the following error:

QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO @.

The billing information seems to be filled in properly. What could be
the problem?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: JavaScript client library

2011-04-05 Thread tiagop
Anyone?

On Apr 4, 3:10 pm, tiagop  wrote:
> Hi,
>
> Is there a JavaScript client library that one can use?
>
> Thanks
> T

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Automatic customer account linking

2011-04-05 Thread Danial Klimkin
Hi Rafal,


The only way to link accounts available at the moment is via UI 
unfortunately.


Best regards,
  Danial Klimkin, AdWords API Team.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: authtoken error

2011-04-05 Thread Eric Koleda
Hi Marco,

Was your code working previously or is the first time you are using the 
library?  Did you enabled VERIFY_PEER in settings.ini?  If so, did you also 
configure your certificates correctly?

Best,
- Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: authtoken error

2011-04-05 Thread Marco T.
I experienced this error on the  API version change in the developing stage.

Keeping the old ini files, the API give fault. Fixed with 
CURLOPT_SSL_VERIFYPEER at false in the auth token class.

Now with your hint is more clean.

Thx
Marco

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: AuthTokenException

2011-04-05 Thread David Torres
Hi,

Was your code working previously or is the first time you are using the 
library?  Did you enabled VERIFY_PEER in settings.ini?  If so, did you also 
configure your certificates correctly?

Best,
- David Torres, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Does the API provide access to manage "master list" of negative keywords that can be shared by campaigns?

2011-04-05 Thread MeatPopSci
Given this description of managing a master list via the UI [http://
searchenginewatch.com/3642092], can the same thing be done via the API?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: {https://adwords.google.com/api/adwords/cm/v200909}ApiExceptionFault:QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'LXwT6fmhayfZKhpfgIG9rQ'ApiExcep

2011-04-05 Thread David Torres
Hi,

I have no records of that developer token. Please try not to share your 
developer token publicly. Login into your MCC account look for My 
Account->AdWords API Center and look for you developer token there, if it 
close to the token you just posted here, I recommend you to Reset it.

Best,

-David Torres - AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: V201101 reporting: conversion metrics

2011-04-05 Thread David Torres
Hi,

Unfortunately pulling two reports is the only way right now. I would 
recommend you to use a predefined 
dateRangeType
 so 
you can run a single report definition (400 units) and then as many free 
downloads you want.

Best,

-David Torres - AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Increase in ConcurrentModification Exceptions?

2011-04-05 Thread mm
Latest update... I was running through a large number of keyword url
updates (16k), uploading the changes in batches of 1000. When running
the updates this way, I was seeing a significant number of
ConcurrentModification exceptions, and no partial failures. I decided
to try a smaller batch size of 200. With the smaller batch size I
started seeing partial failures and then could identify the error - in
this particular case the error that was being masked was a
DistinctError.

So it is interesting that the batch size changes the error that I
receive, and it has me wondering what is the optimal batch size to use
for updates? for creates?

On Apr 4, 3:53 pm, mm  wrote:
> Hi Anash -
>
> I just received this error for a couple of requests:
> [04 Apr 2011 15:31:19,219 - DEBUG] email=
> effectiveUser= service=AdGroupCriterionService method=mutate
> operators={SET: 1000} responseTime=78581 operations=0 units=1
> requestId=aa60417709fd3ec5cef99fc937494cc7 server=https://
> adwords.google.com isFault=true
> faultMessage=DatabaseError.CONCURRENT_MODIFICATION @
> [Ljava.lang.StackTraceElement;@e56488
>
> [04 Apr 2011 15:32:09,221 - DEBUG] email=
> effectiveUser= service=AdGroupCriterionService method=mutate
> operators={SET: 1000} responseTime=46696 operations=0 units=1
> requestId=3183186e64d32915f556cce3f12dcb69 server=https://
> adwords.google.com isFault=true
> faultMessage=DatabaseError.CONCURRENT_MODIFICATION @
> [Ljava.lang.StackTraceElement;@19fa97b
>
> Let me know if I can help further -
> Thanks!mm
>
> On Mar 15, 8:25 am, AdWords API Advisor 
> wrote:
>
> > Hi Margaret,
>
> > If you can share the response ids for such requests online, then that would
> > be most helpful.
>
> > Cheers,
> > Anash P. Oommen,
> > AdWords API Advisor.
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Increase in ConcurrentModification Exceptions?

2011-04-05 Thread mm
Fyi, we also regularly run cpc updates in batch sizes of 10 and are
seeing ConcurrentMod exceptions within that process pretty
consistently also.

On Apr 5, 12:49 pm, mm  wrote:
> Latest update... I was running through a large number of keyword url
> updates (16k), uploading the changes in batches of 1000. When running
> the updates this way, I was seeing a significant number of
> ConcurrentModification exceptions, and no partial failures. I decided
> to try a smaller batch size of 200. With the smaller batch size I
> started seeing partial failures and then could identify the error - in
> this particular case the error that was being masked was a
> DistinctError.
>
> So it is interesting that the batch size changes the error that I
> receive, and it has me wondering what is the optimal batch size to use
> for updates? for creates?
>
> On Apr 4, 3:53 pm, mm  wrote:
>
> > Hi Anash -
>
> > I just received this error for a couple of requests:
> > [04 Apr 2011 15:31:19,219 - DEBUG] email=
> > effectiveUser= service=AdGroupCriterionService method=mutate
> > operators={SET: 1000} responseTime=78581 operations=0 units=1
> > requestId=aa60417709fd3ec5cef99fc937494cc7 server=https://
> > adwords.google.com isFault=true
> > faultMessage=DatabaseError.CONCURRENT_MODIFICATION @
> > [Ljava.lang.StackTraceElement;@e56488
>
> > [04 Apr 2011 15:32:09,221 - DEBUG] email=
> > effectiveUser= service=AdGroupCriterionService method=mutate
> > operators={SET: 1000} responseTime=46696 operations=0 units=1
> > requestId=3183186e64d32915f556cce3f12dcb69 server=https://
> > adwords.google.com isFault=true
> > faultMessage=DatabaseError.CONCURRENT_MODIFICATION @
> > [Ljava.lang.StackTraceElement;@19fa97b
>
> > Let me know if I can help further -
> > Thanks!mm
>
> > On Mar 15, 8:25 am, AdWords API Advisor 
> > wrote:
>
> > > Hi Margaret,
>
> > > If you can share the response ids for such requests online, then that 
> > > would
> > > be most helpful.
>
> > > Cheers,
> > > Anash P. Oommen,
> > > AdWords API Advisor.
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Impression Share via API reports

2011-04-05 Thread Reed
Any word on the status of Impression Share data in V2010xx reporting
system?
thanks,
-reed

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: BulkMutateJobService::get Id Error

2011-04-05 Thread Evgeniy Bogdanov
I've found decision for this problem.

Problem somewhere in PHP engine, it have bug on type casting for big
digits.

You need to build selector by yourself:

Example:

$user = new AdWordsUser();

  // Log SOAP XML request and response.
  $user->LogDefaults();

  // Get the BulkMutateJobService.
  $bulkMutateJobService = $user->GetBulkMutateJobService('v201101');

  $bulkMutateJobId = 'INSERT_BULK_MUTATE_JOB_ID_HERE';

  // Create selector.
  $selector = ''.$jobId.'';
  $toSendSelector = new SoapVar(''.$selector.'',
XSD_ANYXML);

  // Get all bulk mutate jobs.
  $bulkMutateJobs = $bulkMutateJobService->get($toSendSelector);

@AdwordsApiTeam,
please take your attention for this bug, it can be very important in
the future, when you Adwords Api will start return big ids for more
popular objects (adgroups, ads, etc).

On 1 мар, 14:47, "drbioget-...@konstruktor.hu"
 wrote:
> Hi! I am using v201008 of adwords API with PHP 5.3.2-1ubuntu4.7 with
> Suhosin-Patch. I would like to use
> BulkMutateJobService.
>
> I use this code:
>
> class myBMJS
> {
>
>     private $version = 'v201008';
>     private $user;
>     private $service;
>     private static $campaignId;
>     private static $adGroupId1;
>
>     public function __construct()
>     {
>         self::$campaignId = (float) '56395';
>         self::$adGroupId1 = (float) '3000182751';
>
>         $ext = '-sandbox';
>         $this->user = new AdWordsUser(
>                         dirname(__FILE__) . "/config/auth$ext.ini",
>                         null, null, null, null, null, null,
>                         dirname(__FILE__) . "/config/settings$ext.ini"
>         );
>         $this->user->LogDefaults();
>         $this->service = $this->user->GetBulkMutateJobService($this-
>
> >version);
>
>     }//end __construct()
>
>     public function SinglePartSingleStreamMultipleOperations()
>     {
>         $scopingEntityId =
>                 new EntityId('CAMPAIGN_ID', self::$campaignId);
>
>         $operations = $this->CreateKeywordOperations(100);
>         $operationStream = new OperationStream($scopingEntityId,
> $operations);
>         $request = new BulkMutateRequest(0, $operationStream);
>
>         $job = new BulkMutateJob();
>         $job->request = $request;
>         $job->numRequestParts = 1;
>
>         $job = $this->service->mutate(new JobOperation($job, 'ADD'));
>
>         do {
>             $jobs = $this->service->get(
>                             new BulkMutateJobSelector(array($job->id)));
>
>             $job = $jobs[0];
>             sleep(5);
>         } while ($job->status == 'PENDING' || $job->status ==
> 'PROCESSING');
>
>         $jobs = $this->service->get(
>                         new BulkMutateJobSelector(array($job->id),
> NULL, 0));
>         $job = $jobs[0];
>
>         $operationResults =
>                 $job->result->operationStreamResults[0]-
>
> >operationResults;
>
>         for ($i = 0; $i < sizeof($operationResults); $i++) {
>             $requestKeyword = $operations[$i]->operand->criterion;
>             $resultKeyword =
>                     
> $operationResults[0]->returnValue->AdGroupCriterion->criterion;
>
>         }
>         echo 'Done...'.PHP_EOL;
>         return true;
>     }//end SinglePartSingleStreamMultipleOperations()
>
>     private function CreateKeywordOperations($num)
>     {
>         $operations = array();
>         for ($i = 0; $i < $num; $i++) {
>             $keyword = new Keyword('mars cruise ' . time(), 'BROAD');
>             $adGroupCriterion = new BiddableAdGroupCriterion();
>             $adGroupCriterion->adGroupId = self::$adGroupId1;
>             $adGroupCriterion->criterion = $keyword;
>             $operations[] =
>                     new AdGroupCriterionOperation($adGroupCriterion,
> NULL, 'ADD');
>         }
>         return $operations;
>     }
>
> When testing the script on sandbox I got this error message:
> PHP Fatal error:  Uncaught SoapFault exception: [soap:Server]
> [IdError.NOT_FOUND@ selector.jobIds[0]] in /home/turbod/www/arukereso/
> lib/adwords-api/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:179
>
> The generated soap:
>
> HTTP/1.1 200 OK
>
> Content-Type: text/xml; charset=UTF-8
>
> SOAPAction: ""
>
> Content-Encoding: gzip
>
> Transfer-Encoding: chunked
>
> Date: Tue, 01 Mar 2011 10:39:53 GMT
>
> Expires: Tue, 01 Mar 2011 10:39:53 GMT
>
> Cache-Control: private, max-age=0
>
> X-Content-Type-Options: nosniff
>
> X-Frame-Options: SAMEORIGIN
>
> X-XSS-Protection: 1; mode=block
>
> Server: GSE
>
> 
> http://schemas.xmlsoap.org/soap/envelope/";>
>   
>     https://adwords.google.com/api/adwords/cm/
> v201008">
>       09921633df82adda4e7f579ca5d4b0ab
>       1
>       1461
>       1
>     
>   
>   
>     https://adwords.google.com/api/adwords/cm/
> v201008">
>       
>         
>           drbioget-...@konstruktor.hu authenticatedUserEmail>
>           1114264140
>         
>         BulkMutateJob
>         1219791627052937094
>         
>         PENDING
>         1

Mutate AdGroupAd

2011-04-05 Thread Vitor Bittencourt
Greetings.

Background info:
I am using Java and v201008.

I am trying to mutate the status of an AdGroupAd (ImageAd) by
retrieving the AdGroupAd doing a get for its Id, changing the status
and then doing a SET on the same AdGroupAd that was retrieved moments
before.
The only thing I changed was the status.

As per the thread
http://groups.google.com/group/adwords-api/browse_thread/thread/c1255671ed157268/316e82daca39cf3e?fwc=1

I tried some other options, like setting a new Ad or new ImageAd on
the AdGroupAd, but that did not work either.

Can anyone help me please?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: v201101 Geo Report

2011-04-05 Thread David Torres
Hi,

Unfortunately not at the moment. I'll communicate with the team your 
request.

Best,

-David Torres - AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: ServicedAccountService account currency and timezone

2011-04-05 Thread David Torres
Hi Rob,

Unfortunately these fields even though are exposed in the API aren't 
currently available, as it is documented in every field.

Best,

-David Torres - AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Missing data in ad performance report

2011-04-05 Thread jakov jesil
Hi, 
I have problems with data from ReportDefinitionService.
I am using Ads performance report to get all data for date range 
"yesterday".

Ads with all zero values are not included in this reports, but i see them in 
Adwords Interface.
Now i need those data.
How can I get all ads for yesterday in report - including ads with cost = 0, 
impressions = 0 etc...

Here is an ID of one of my reports - 9002247

Thanks!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: ServicedAccountService account currency and timezone

2011-04-05 Thread Rob Ryan
Oh okay,
Any idea when these fields will be available?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Consumed API units on response message.

2011-04-05 Thread Remya
Hello Google Adwords Team,



Thanks in advance.
Please review the sample response message listed below:-

>From v200909 client library, by using this case, we are getting the api
usage on response, see the below mentioned sample:-

http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v200909
">a07feb915499109d2d575cb44dd735df1408
1

>From v201008 client library, by using this case we won't get the api usage
on response message, please find the below sample response message:-

http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201008
">1b3619047ac6c6f53f34f732668d6b9d0222
0
For all request response message we are getting the api usage unit as 0
value. Can you please help me to figure out this issue. Please reply to this
mail ASAP.










-- 
Remya Mohan
Software Engineer

http://SparkSupport.com
 | 
http://migrate2cloud.com
phone: +1 408-335-0493, 0484 2559756

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: CustomerSyncService - a few seconds triggers TOO_MANY_CHANGES

2011-04-05 Thread Anash P. Oommen
Hi,

I've pulled the logs and added them to the original request to the change 
history team. Thanks for sharing the details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: TrafficEstimatorService minCPC values

2011-04-05 Thread Anash P. Oommen
Hi Katherine,

Do you have a request id that you can share with me?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Consumed API units on response message.

2011-04-05 Thread Anash P. Oommen
Hi Remya,

I've asked the AdWords team to investigate this issue. I'll update it once I 
hear from them.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en