Why am I a fraudulent customer?

2010-06-08 Thread Bernard
Hello.
We recently got this error on our requests:
QuotaCheckError.ACCOUNT_INACCESSIBLE.
I checked it and discover is because you consider us a fraudulent
customer, and my question is, why? Wich behaviour you consider as
fraudulent? Why didn't receive any notification about that issue?
And the most important question what can we do to solve this?

Thanks,
Bernard

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


BadAuthentication v200909 Sandbox

2010-06-08 Thread domJ
Hi,

I tried to run the PHP ClientLibrary on my localhost. I changed the
auth.ini like that:


email = myacco...@google.com
password = mypassword
userAgent = My Sandbox API Tool
applicationToken = ignored
developerToken = myacco...@google.com++eur

; Uncomment to make requests against a client account.
clientId = client_1++myacco...@google.com

I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
file settings.ini

Now when I try to create an instance of AdWordsUser() I get the
following:

uthTokenException Object ( [error:AuthTokenException:private] =
BadAuthentication [url:AuthTokenException:private] =
[captchaToken:AuthTokenException:private] =
[captchaUrl:AuthTokenException:private] = [message:protected] =
Failed to get authToken. Reason: BadAuthentication
[string:Exception:private] = [code:protected] = 0 

The account-information are correct. I tried it many times. And I can
use the Sandbox Account View without any auth-error.

Thank you for any help and sorry for my english.

DomJ

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


v201003 beta : ReportDefinitionService - getReportFields - Not contains all fields

2010-06-08 Thread Jony
Hello,

When I use the getReportFields function, the returned fields list is
not complete. For example, columns CampaignId, CampaignName and
AdGroupName are not included in the list, but we can select these
fields when we want to get a KEYWORDS_PERFORMANCE_REPORT.

Is it a bug or is it normal ?

Best regards

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


stack

2010-06-08 Thread ramonpoli
Hello everyone.
I'm starting to use AdWords and I find an error when I try to add a
campaign to my sandbox account,
the exception throws me this message:

SoapFault Object ( [message:protected] =
AuthenticationError.CLIENT_EMAIL_INVALID @ ;
trigger:'client_1+' Service[CampaignService.mutate]
[string:private] = [code:protected] = 0 [file:protected]

where the ** of the client Id is the email in the auth.ini file.

I'm using the correct initialization:

$path = dirname(__FILE__) . '/AdWords/src';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);


require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';

   $user = new AdWordsUser();
   // Log SOAP XML request and response.
  $user-LogDefaults();

  // Get the CampaignService.
   $campaignService = $user-GetCampaignService('v200909','https://
adwords-sandbox.google.com');

so I don't know why it does not work, could you help me getting out of
this situation please?

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


Billing Information

2010-06-08 Thread sonka sonka
How can I get billing information by campaigns or by accounts (which
is located in Billing section)? Daily used money I can get from
reports. But how can I get money which paid from credit card to Google?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Billing Information

2010-06-08 Thread sonka sonka
*in Payments section

 is located in Billing section)? Daily used money I can get from
 reports. But how can I get money which paid from credit card to Google?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread ramonpoli
yeah, the same happens to me, I initialize everything like domJ except
the clientId: I only put one + symbol instead of two:
client_1+myacco...@google.com
I do not get the error on the AdWordsUser call but I get it when
trying to add a campaign.
can somebody help us please

On Jun 8, 9:36 am, domJ dominic.th...@ebuero.ag wrote:
 Hi,

 I tried to run the PHP ClientLibrary on my localhost. I changed the
 auth.ini like that:

 email = myacco...@google.com
 password = mypassword
 userAgent = My Sandbox API Tool
 applicationToken = ignored
 developerToken = myacco...@google.com++eur

 ; Uncomment to make requests against a client account.
 clientId = client_1++myacco...@google.com

 I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
 file settings.ini

 Now when I try to create an instance of AdWordsUser() I get the
 following:

 uthTokenException Object ( [error:AuthTokenException:private] =
 BadAuthentication [url:AuthTokenException:private] =
 [captchaToken:AuthTokenException:private] =
 [captchaUrl:AuthTokenException:private] = [message:protected] =
 Failed to get authToken. Reason: BadAuthentication
 [string:Exception:private] = [code:protected] = 0 

 The account-information are correct. I tried it many times. And I can
 use the Sandbox Account View without any auth-error.

 Thank you for any help and sorry for my english.

 DomJ

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread domJ
Yes, I think one plus is correct.I tried both for clientId, one and
two plus. The result is BadAuthentication anymore.


On 8 Jun., 16:09, ramonpoli ramon.polid...@googlemail.com wrote:
 yeah, the same happens to me, I initialize everything like domJ except
 the clientId: I only put one + symbol instead of two:
 client_1+myacco...@google.com
 I do not get the error on the AdWordsUser call but I get it when
 trying to add a campaign.
 can somebody help us please

 On Jun 8, 9:36 am, domJ dominic.th...@ebuero.ag wrote:



  Hi,

  I tried to run the PHP ClientLibrary on my localhost. I changed the
  auth.ini like that:

  email = myacco...@google.com
  password = mypassword
  userAgent = My Sandbox API Tool
  applicationToken = ignored
  developerToken = myacco...@google.com++eur

  ; Uncomment to make requests against a client account.
  clientId = client_1++myacco...@google.com

  I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
  file settings.ini

  Now when I try to create an instance of AdWordsUser() I get the
  following:

  uthTokenException Object ( [error:AuthTokenException:private] =
  BadAuthentication [url:AuthTokenException:private] =
  [captchaToken:AuthTokenException:private] =
  [captchaUrl:AuthTokenException:private] = [message:protected] =
  Failed to get authToken. Reason: BadAuthentication
  [string:Exception:private] = [code:protected] = 0 

  The account-information are correct. I tried it many times. And I can
  use the Sandbox Account View without any auth-error.

  Thank you for any help and sorry for my english.

  DomJ

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: ReportService problems - always pending status ( Since this morning)

2010-06-08 Thread Alex Parij
Looks like it's back to normal.

On Jun 7, 3:41 pm, Alex Parij paris.a...@gmail.com wrote:
 Actually it's just very slow ~30 min instead of ~1 min

 On Jun 7, 2:20 pm, Alex Parij paris.a...@gmail.com wrote:



  Hi ,

  Is there a problem with reports today ? Creating them through api or
  on the adwords website keeps them in pending status all the time .
  Reports that were running fine on Friday .

  Alexander Parij

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread ramonpoli
yeah, have u tried with the correct initialization?:

$path = dirname(__FILE__) . '/AdWords/src';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);


require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';

   $user = new AdWordsUser();
   // Log SOAP XML request and response.
  $user-LogDefaults();


  // Get the CampaignService.
   $campaignService = $user-GetCampaignService('v200909','https://
adwords-sandbox.google.com');


On Jun 8, 3:33 pm, domJ dominic.th...@ebuero.ag wrote:
 Yes, I think one plus is correct.I tried both for clientId, one and
 two plus. The result is BadAuthentication anymore.

 On 8 Jun., 16:09, ramonpoli ramon.polid...@googlemail.com wrote:



  yeah, the same happens to me, I initialize everything like domJ except
  the clientId: I only put one + symbol instead of two:
  client_1+myacco...@google.com
  I do not get the error on the AdWordsUser call but I get it when
  trying to add a campaign.
  can somebody help us please

  On Jun 8, 9:36 am, domJ dominic.th...@ebuero.ag wrote:

   Hi,

   I tried to run the PHP ClientLibrary on my localhost. I changed the
   auth.ini like that:

   email = myacco...@google.com
   password = mypassword
   userAgent = My Sandbox API Tool
   applicationToken = ignored
   developerToken = myacco...@google.com++eur

   ; Uncomment to make requests against a client account.
   clientId = client_1++myacco...@google.com

   I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
   file settings.ini

   Now when I try to create an instance of AdWordsUser() I get the
   following:

   uthTokenException Object ( [error:AuthTokenException:private] =
   BadAuthentication [url:AuthTokenException:private] =
   [captchaToken:AuthTokenException:private] =
   [captchaUrl:AuthTokenException:private] = [message:protected] =
   Failed to get authToken. Reason: BadAuthentication
   [string:Exception:private] = [code:protected] = 0 

   The account-information are correct. I tried it many times. And I can
   use the Sandbox Account View without any auth-error.

   Thank you for any help and sorry for my english.

   DomJ

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread domJ
I use the GetAllCampaigns and AddCampaign example to test it.

On 8 Jun., 17:11, ramonpoli ramon.polid...@googlemail.com wrote:
 yeah, have u tried with the correct initialization?:

 $path = dirname(__FILE__) . '/AdWords/src';
 set_include_path(get_include_path() . PATH_SEPARATOR . $path);

 require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';

    $user = new AdWordsUser();
    // Log SOAP XML request and response.
   $user-LogDefaults();

   // Get the CampaignService.
    $campaignService = $user-GetCampaignService('v200909','https://
 adwords-sandbox.google.com');

 On Jun 8, 3:33 pm, domJ dominic.th...@ebuero.ag wrote:



  Yes, I think one plus is correct.I tried both for clientId, one and
  two plus. The result is BadAuthentication anymore.

  On 8 Jun., 16:09, ramonpoli ramon.polid...@googlemail.com wrote:

   yeah, the same happens to me, I initialize everything like domJ except
   the clientId: I only put one + symbol instead of two:
   client_1+myacco...@google.com
   I do not get the error on the AdWordsUser call but I get it when
   trying to add a campaign.
   can somebody help us please

   On Jun 8, 9:36 am, domJ dominic.th...@ebuero.ag wrote:

Hi,

I tried to run the PHP ClientLibrary on my localhost. I changed the
auth.ini like that:

email = myacco...@google.com
password = mypassword
userAgent = My Sandbox API Tool
applicationToken = ignored
developerToken = myacco...@google.com++eur

; Uncomment to make requests against a client account.
clientId = client_1++myacco...@google.com

I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
file settings.ini

Now when I try to create an instance of AdWordsUser() I get the
following:

uthTokenException Object ( [error:AuthTokenException:private] =
BadAuthentication [url:AuthTokenException:private] =
[captchaToken:AuthTokenException:private] =
[captchaUrl:AuthTokenException:private] = [message:protected] =
Failed to get authToken. Reason: BadAuthentication
[string:Exception:private] = [code:protected] = 0 

The account-information are correct. I tried it many times. And I can
use the Sandbox Account View without any auth-error.

Thank you for any help and sorry for my english.

DomJ

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Problem with Adwords Sandbox API

2010-06-08 Thread domJ
This thread can be ignored: 
http://groups.google.com/group/adwords-api/browse_thread/thread/ddfbb5ba39d204b7

On 7 Jun., 17:34, domJ dominic.th...@ebuero.ag wrote:
 Hi,

 I try to use the AdWords Sandbox API on my localhost (Apache) with the
 PHP Client Library. The auth.ini looks like

 email = myemail
 password = mypass
 userAgent = The Sandbox API Try
 applicationToken = ignored
 developerToken = myemail++USD

 ; Uncomment to make requests against a client account.
 clientId = client_1++myemail

 I always get the following answer, when I run one of the examples:

 AuthTokenException Object ( [error:AuthTokenException:private] =
 BadAuthentication [url:AuthTokenException:private] =
 [captchaToken:AuthTokenException:private] =
 [captchaUrl:AuthTokenException:private] = [message:protected] =
 Failed to get authToken. Reason: BadAuthentication
 [string:Exception:private] = [code:protected] = 0

 I dont understand why!? Password and Email are definitively correct.

 When I use the Sandbox Account View everything is fine.

 Thank you for help and sorry for my english ;-)

 DomJ

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: V2010 API SOPA/XML Examples?

2010-06-08 Thread Reed
Mike - Only the newly announced services (ReportingService mostly) are
V2010.  The previously released, such as CampaignService, are V2009.
Maybe Eric can confirm this.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread ramonpoli
and do they work? do you get to add the campaigns and receive them?

On Jun 8, 4:24 pm, domJ dominic.th...@ebuero.ag wrote:
 I use the GetAllCampaigns and AddCampaign example to test it.

 On 8 Jun., 17:11, ramonpoli ramon.polid...@googlemail.com wrote:



  yeah, have u tried with the correct initialization?:

  $path = dirname(__FILE__) . '/AdWords/src';
  set_include_path(get_include_path() . PATH_SEPARATOR . $path);

  require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';

     $user = new AdWordsUser();
     // Log SOAP XML request and response.
    $user-LogDefaults();

    // Get the CampaignService.
     $campaignService = $user-GetCampaignService('v200909','https://
  adwords-sandbox.google.com');

  On Jun 8, 3:33 pm, domJ dominic.th...@ebuero.ag wrote:

   Yes, I think one plus is correct.I tried both for clientId, one and
   two plus. The result is BadAuthentication anymore.

   On 8 Jun., 16:09, ramonpoli ramon.polid...@googlemail.com wrote:

yeah, the same happens to me, I initialize everything like domJ except
the clientId: I only put one + symbol instead of two:
client_1+myacco...@google.com
I do not get the error on the AdWordsUser call but I get it when
trying to add a campaign.
can somebody help us please

On Jun 8, 9:36 am, domJ dominic.th...@ebuero.ag wrote:

 Hi,

 I tried to run the PHP ClientLibrary on my localhost. I changed the
 auth.ini like that:

 email = myacco...@google.com
 password = mypassword
 userAgent = My Sandbox API Tool
 applicationToken = ignored
 developerToken = myacco...@google.com++eur

 ; Uncomment to make requests against a client account.
 clientId = client_1++myacco...@google.com

 I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
 file settings.ini

 Now when I try to create an instance of AdWordsUser() I get the
 following:

 uthTokenException Object ( [error:AuthTokenException:private] =
 BadAuthentication [url:AuthTokenException:private] =
 [captchaToken:AuthTokenException:private] =
 [captchaUrl:AuthTokenException:private] = [message:protected] =
 Failed to get authToken. Reason: BadAuthentication
 [string:Exception:private] = [code:protected] = 0 

 The account-information are correct. I tried it many times. And I can
 use the Sandbox Account View without any auth-error.

 Thank you for any help and sorry for my english.

 DomJ

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread domJ
No, that's the Problem. I always get BadAuthentication. But the
account-information are definitively correct.

On 8 Jun., 17:37, ramonpoli ramon.polid...@googlemail.com wrote:
 and do they work? do you get to add the campaigns and receive them?

 On Jun 8, 4:24 pm, domJ dominic.th...@ebuero.ag wrote:



  I use the GetAllCampaigns and AddCampaign example to test it.

  On 8 Jun., 17:11, ramonpoli ramon.polid...@googlemail.com wrote:

   yeah, have u tried with the correct initialization?:

   $path = dirname(__FILE__) . '/AdWords/src';
   set_include_path(get_include_path() . PATH_SEPARATOR . $path);

   require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';

      $user = new AdWordsUser();
      // Log SOAP XML request and response.
     $user-LogDefaults();

     // Get the CampaignService.
      $campaignService = $user-GetCampaignService('v200909','https://
   adwords-sandbox.google.com');

   On Jun 8, 3:33 pm, domJ dominic.th...@ebuero.ag wrote:

Yes, I think one plus is correct.I tried both for clientId, one and
two plus. The result is BadAuthentication anymore.

On 8 Jun., 16:09, ramonpoli ramon.polid...@googlemail.com wrote:

 yeah, the same happens to me, I initialize everything like domJ except
 the clientId: I only put one + symbol instead of two:
 client_1+myacco...@google.com
 I do not get the error on the AdWordsUser call but I get it when
 trying to add a campaign.
 can somebody help us please

 On Jun 8, 9:36 am, domJ dominic.th...@ebuero.ag wrote:

  Hi,

  I tried to run the PHP ClientLibrary on my localhost. I changed the
  auth.ini like that:

  email = myacco...@google.com
  password = mypassword
  userAgent = My Sandbox API Tool
  applicationToken = ignored
  developerToken = myacco...@google.com++eur

  ; Uncomment to make requests against a client account.
  clientId = client_1++myacco...@google.com

  I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in 
  the
  file settings.ini

  Now when I try to create an instance of AdWordsUser() I get the
  following:

  uthTokenException Object ( [error:AuthTokenException:private] =
  BadAuthentication [url:AuthTokenException:private] =
  [captchaToken:AuthTokenException:private] =
  [captchaUrl:AuthTokenException:private] = [message:protected] =
  Failed to get authToken. Reason: BadAuthentication
  [string:Exception:private] = [code:protected] = 0 

  The account-information are correct. I tried it many times. And I 
  can
  use the Sandbox Account View without any auth-error.

  Thank you for any help and sorry for my english.

  DomJ

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: V2010 API SOPA/XML Examples?

2010-06-08 Thread Reed
Correct, you must use auth tokens, not email/passwords.

re V2010, I see that that are a couple of small changes to the
CampaignService in V2010 over V2009, but they don't look like they
would affect pulling the list of campaigns.  I'll try upgrading my
script to V2010 and see if anything breaks.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: V2010 API SOPA/XML Examples?

2010-06-08 Thread Joshua J. Kugler
On Tuesday 08 June 2010, Mike Keen elucidated thus:
 @Joshua

 It's similar if you use the Ruby client library, which I am very
 against. I dislike the bulk of the library and I'd rather just make
 the request with simple SOAP templates.

I feel your pain. :)  I took one look at the Python client and ran 
away...quickly. I created my own light-weight wrapper around the GA 
services uses Suds (https://fedorahosted.org/suds/) and it has proven 
to be very friendly to use.  If you can find a good Ruby SOAP library, 
it might be worth creating your own wrapper...I just can't imagine 
dealing directly with XML. :)

j

-- 
Joshua Kugler
Part-Time System Admin/Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: V2010 API SOPA/XML Examples?

2010-06-08 Thread Mike Keen
Reed, I think my problem with using your code was that I assumed I
didn't need an auth token. That was my fault. I need to implement
grabbing those first.

Mike

On Jun 8, 11:40 am, Reed r...@powellgenealogy.com wrote:
 Correct, you must use auth tokens, not email/passwords.

 re V2010, I see that that are a couple of small changes to the
 CampaignService in V2010 over V2009, but they don't look like they
 would affect pulling the list of campaigns.  I'll try upgrading my
 script to V2010 and see if anything breaks.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread ramonpoli
did u follow the correct steps of the initialization?

On Jun 8, 4:39 pm, domJ dominic.th...@ebuero.ag wrote:
 No, that's the Problem. I always get BadAuthentication. But the
 account-information are definitively correct.

 On 8 Jun., 17:37, ramonpoli ramon.polid...@googlemail.com wrote:



  and do they work? do you get to add the campaigns and receive them?

  On Jun 8, 4:24 pm, domJ dominic.th...@ebuero.ag wrote:

   I use the GetAllCampaigns and AddCampaign example to test it.

   On 8 Jun., 17:11, ramonpoli ramon.polid...@googlemail.com wrote:

yeah, have u tried with the correct initialization?:

$path = dirname(__FILE__) . '/AdWords/src';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);

require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';

   $user = new AdWordsUser();
   // Log SOAP XML request and response.
  $user-LogDefaults();

  // Get the CampaignService.
   $campaignService = $user-GetCampaignService('v200909','https://
adwords-sandbox.google.com');

On Jun 8, 3:33 pm, domJ dominic.th...@ebuero.ag wrote:

 Yes, I think one plus is correct.I tried both for clientId, one and
 two plus. The result is BadAuthentication anymore.

 On 8 Jun., 16:09, ramonpoli ramon.polid...@googlemail.com wrote:

  yeah, the same happens to me, I initialize everything like domJ 
  except
  the clientId: I only put one + symbol instead of two:
  client_1+myacco...@google.com
  I do not get the error on the AdWordsUser call but I get it when
  trying to add a campaign.
  can somebody help us please

  On Jun 8, 9:36 am, domJ dominic.th...@ebuero.ag wrote:

   Hi,

   I tried to run the PHP ClientLibrary on my localhost. I changed 
   the
   auth.ini like that:

   email = myacco...@google.com
   password = mypassword
   userAgent = My Sandbox API Tool
   applicationToken = ignored
   developerToken = myacco...@google.com++eur

   ; Uncomment to make requests against a client account.
   clientId = client_1++myacco...@google.com

   I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; 
   in the
   file settings.ini

   Now when I try to create an instance of AdWordsUser() I get the
   following:

   uthTokenException Object ( [error:AuthTokenException:private] =
   BadAuthentication [url:AuthTokenException:private] =
   [captchaToken:AuthTokenException:private] =
   [captchaUrl:AuthTokenException:private] = [message:protected] =
   Failed to get authToken. Reason: BadAuthentication
   [string:Exception:private] = [code:protected] = 0 

   The account-information are correct. I tried it many times. And I 
   can
   use the Sandbox Account View without any auth-error.

   Thank you for any help and sorry for my english.

   DomJ

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: V2010 API SOPA/XML Examples?

2010-06-08 Thread Reed
FYI, the XML that I showed works fine under V201003 - just change the
ns reference [and get the auth token :)]

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Add Campaign soap call error

2010-06-08 Thread ramonpoli
Hello everyone.
I'm starting to use AdWords and I find an error when I try to add a
campaign to my sandbox account,
the exception throws me this message:
SoapFault Object ( [message:protected] =
AuthenticationError.CLIENT_EMAIL_INVALID @ ;
trigger:'client_1+' Service[CampaignService.mutate]
[string:private] = [code:protected] = 0 [file:protected]
where the ** of the client Id is the email in the auth.ini file.
I'm using the correct initialization:
$path = dirname(__FILE__) . '/AdWords/src';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';
   $user = new AdWordsUser();
   // Log SOAP XML request and response.
  $user-LogDefaults();
  // Get the CampaignService.
   $campaignService = $user-GetCampaignService('v200909','https://
adwords-sandbox.google.com');
so I don't know why it does not work, could you help me getting out
of
this situation please?
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


wipe the sandbox database

2010-06-08 Thread Roman Gonzalez
I'm trying to create some automated tests for my app, each test  needs
to have a blank state on the sandbox, is there a way to actually wipe
out the sandbox manually? everytime I'm running my tests I have a
CampaignError.DUPLICATE_CAMPAIGN_NAME error.

Thanks in advance for any reply.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Different xml output with v13 ReportService and v2010 ReportDefinitionService

2010-06-08 Thread christopher22
Hello,

I've been working on a project where we would like to create Word
documents from our Adwords campaigns. This project started four months
ago (beginning of february). At that time the only way to generate a
report was using the ReportService from Google Adwords API V13.

Since a few weeks I noticed that Adwords API V201003 (beta) supports
the same functionality using ReportDefinitionService. At the moment
i'm able to generate a xml file with V2010 but the output doesn't look
like the one from V13.

In V13 I would have the following columns: acctname, campaign,
adgroup, keywordid, keyword, kwType,
adDistributionWithSearchPartners, imps, clicks, ctr, cpc,
cpm, cost, pos, conv, convRate, costPerConv

But in V2010 I get the following columns: conv1perclick, ctr,
impressions, clicks, convrate1perclick, cost, avgposition,
adgroup, campaign, keyword, avgCPC, costconv1perclick,
avgCPM, keywordID, adgroupID

Also in V13 a row would look like:
row acctname=account campaign=my campaign adgroup=my adgroup
keywordid=1234567 keyword=my keyword kwType=Broad
adDistributionWithSearchPartners=Google Search imps=10 clicks=5
ctr=0.1234567 cpc=0 cpm=0 cost=0 pos=0.1234567 conv=0
convRate=0.0 costPerConv=0 /

Where as in V2010 a row looks like:
row conv1perclick=0 ctr=0.00% impressions=0 clicks=0
convrate1perclick=0.00% cost=€0.00 avgposition=0.0 adgroup=my
adgroup matchtype=Broad campaign=my campaign keyword=my keyword
avgCPC=€0.00 costconv1perclick=€0.00 avgCPM=€0.00
keywordID=1234567 adgroupID=1103538797 /

My first question regarding to this all is how can these two reports
be so different? Is it because i'm able to use crossClient in V13
which enables me to create a XML report with my MCC account. I read
this functionality is not yet available in V201003 (beta). So with
V2010 i'm generating a report using the client account instead of the
MCC account?

My second question is i'm unable to find
adDistributionWithSearchPartners in V201003 (beta). I used the
get_report_fields from my Python client library to find out which
fields are available. But I was unable to find this field.

The final question I have is regarding to values cost, avgCPC,
costconv1perclick why do these fields have €0.00 instead of just 0
like in V13?

Kind regards,

Christopher

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


KeywordMatchType.EXACT problem

2010-06-08 Thread yaniv
Hello
i want to get an exact results for any string that enter even for a
few words.
i try this code first
 Keyword[] kwa = new Keyword[arr.Length];
foreach (string optionName in arr)
{
if (optionName != )
{
kwa[i] = new Keyword();
kwa[i].text = optionName;
if (ddlMatchType.SelectedValue == exact)
kwa[i].matchType = KeywordMatchType.EXACT;
else if (ddlMatchType.SelectedValue == broad)
kwa[i].matchType = KeywordMatchType.BROAD;
else if (ddlMatchType.SelectedValue == phrase)
kwa[i].matchType = KeywordMatchType.PHRASE;
kwa[i].matchTypeSpecified = true;
i++;
}
}

and it did'nt work, so i thought that the problem lie with the fact
that each word given exact order, so i change the code to

Keyword[] kwa = new Keyword[1];
i = 0;
kwa[0] = new Keyword();
kwa[0].text  = txtKeyWord.Text;
if (ddlMatchType.SelectedValue == exact)
kwa[0].matchType = KeywordMatchType.EXACT;
else if (ddlMatchType.SelectedValue == broad)
kwa[0].matchType = KeywordMatchType.BROAD;
else if (ddlMatchType.SelectedValue == phrase)
kwa[0].matchType = KeywordMatchType.PHRASE;
kwa[0].matchTypeSpecified = true;

only one search for the entire word
still i get broad result,
and another thing that is strange is that for each search i am doing i
get 3 different number of results!!!

please help
thank you

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


BadAuthentication v200909 Sandbox

2010-06-08 Thread kondalarao yarragunta
HI,

 I tried to run the PHP ClientLibrary(aw_api_php_lib_2.2.0) on my localhost.
I changed the
auth.ini like that:


email = myacco...@google.com
password = mypassword
userAgent = My Sandbox API Tool
applicationToken = ignored
developerToken = myacco...@google.com++usd

; Uncomment to make requests against a client account.
clientId = client_1++myacco...@google.comclient_1%2b%2bmyacco...@google.com


I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
file settings.ini



Now when I try to run
aw_api_php_lib_2.2.0/examples/v200909/GetAllCampaigns.php i got the
following error:




AuthTokenException Object ( [error:AuthTokenException:private] =
BadAuthentication [url:AuthTokenException:private] =
[captchaToken:AuthTokenException:private] =
[captchaUrl:AuthTokenException:private] = [message:protected] = Failed to
get authToken. Reason: BadAuthentication [string:Exception:private] =
[code:protected] = 0 [file:protected] =
C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\Common\Util\AuthToken.php
[line:protected] = 88 [trace:Exception:private] = Array ( [0] = Array (
[file] =
C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\AdWords\Lib\AdWordsUser.php
[line] = 503 [function] = GetAuthToken [class] = AuthToken [type] = -
[args] = Array ( ) ) [1] = Array ( [file] =
C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\AdWords\Lib\AdWordsUser.php
[line] = 141 [function] = RegenerateAuthToken [class] = AdWordsUser
[type] = - [args] = Array ( ) ) [2] = Array ( [file] =
C:\xampp\htdocs\aw_api_php_lib_2.2.0\examples\v200909\GetAllCampaigns.php
[line] = 46 [function] = __construct [class] = AdWordsUser [type] = -
[args] = Array ( ) ) ) [previous:Exception:private] = )


The account-information are correct. I tried it many times. And I can
use the Sandbox Account View without any auth-error.

Thank you for any help please,

Thanks and Regards,
Y.Kondalarao.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


How to exclude an IP with API?

2010-06-08 Thread Алексей
Hello,

I found this in API:
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignCriterionService.NegativeCampaignCriterion.html
So, I think, I can block a placement using this criterion.
But I can't find an analog to the 'IP Exclusion' under the 'Optimize
Your Ads'.

Is there any way to do this with the API?

Thanks you

--
Alexey

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread ramonpoli
yes but apparently before run that example you have to use this
initialization:
$path = dirname(__FILE__) . '/AdWords/src';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';
   $user = new AdWordsUser();
   // Log SOAP XML request and response.
  $user-LogDefaults();
  // Get the CampaignService.
   $campaignService = $user-GetCampaignService('v200909','https://
adwords-sandbox.google.com');

are you actually doing it before calling the getAllCAmpaigns example?


On Jun 8, 1:14 pm, kondalarao yarragunta kondalar...@gmail.com
wrote:
 HI,

  I tried to run the PHP ClientLibrary(aw_api_php_lib_2.2.0) on my localhost.
 I changed the
 auth.ini like that:

 email = myacco...@google.com
 password = mypassword
 userAgent = My Sandbox API Tool
 applicationToken = ignored
 developerToken = myacco...@google.com++usd

 ; Uncomment to make requests against a client account.
 clientId = client_1++myacco...@google.comclient_1%2b%2bmyacco...@google.com
 

 I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
 file settings.ini

 Now when I try to run
 aw_api_php_lib_2.2.0/examples/v200909/GetAllCampaigns.php i got the
 following error:

 AuthTokenException Object ( [error:AuthTokenException:private] =
 BadAuthentication [url:AuthTokenException:private] =
 [captchaToken:AuthTokenException:private] =
 [captchaUrl:AuthTokenException:private] = [message:protected] = Failed to
 get authToken. Reason: BadAuthentication [string:Exception:private] =
 [code:protected] = 0 [file:protected] =
 C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\Common\Util\AuthTok 
 en.php
 [line:protected] = 88 [trace:Exception:private] = Array ( [0] = Array (
 [file] =
 C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\AdWords\Lib\AdWords 
 User.php
 [line] = 503 [function] = GetAuthToken [class] = AuthToken [type] = -
 [args] = Array ( ) ) [1] = Array ( [file] =
 C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\AdWords\Lib\AdWords 
 User.php
 [line] = 141 [function] = RegenerateAuthToken [class] = AdWordsUser
 [type] = - [args] = Array ( ) ) [2] = Array ( [file] =
 C:\xampp\htdocs\aw_api_php_lib_2.2.0\examples\v200909\GetAllCampaigns.php
 [line] = 46 [function] = __construct [class] = AdWordsUser [type] = -
 [args] = Array ( ) ) ) [previous:Exception:private] = )

 The account-information are correct. I tried it many times. And I can
 use the Sandbox Account View without any auth-error.

 Thank you for any help please,

 Thanks and Regards,
 Y.Kondalarao.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: ReportService problems - always pending status ( Since this morning)

2010-06-08 Thread tozor
I am seeing similar behavior on some of the accounts I am running
reports against.  Most reports run fine but the occasional report
stays in the pending state for a very long period of time,
occasionally transitioning to the in progress state and then back to
pending.

Tim

On Jun 8, 9:39 am, Alex Parij paris.a...@gmail.com wrote:
 Looks like it's back to normal.

 On Jun 7, 3:41 pm, Alex Parij paris.a...@gmail.com wrote:



  Actually it's just very slow ~30 min instead of ~1 min

  On Jun 7, 2:20 pm, Alex Parij paris.a...@gmail.com wrote:

   Hi ,

   Is there a problem with reports today ? Creating them through api or
   on the adwords website keeps them in pending status all the time .
   Reports that were running fine on Friday .

   Alexander Parij

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: V2010 API SOPA/XML Examples?

2010-06-08 Thread Mike Keen
Thanks Reed. You've been really helpful, and I appreciate it.

One thing to clarify, do I change the ns reference to v2010?

Mike

On Jun 8, 1:52 pm, Reed r...@powellgenealogy.com wrote:
 FYI, the XML that I showed works fine under V201003 - just change the
 ns reference [and get the auth token :)]

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread domJ
ok. I ran it. Here the response:

Fatal error: Uncaught exception 'AuthTokenException' with message
'Failed to get authToken. Reason: BadAuthentication' in D:\xampp\htdocs
\testprojects\adwords\AdWords\src\Google\Api\Ads\Common\Util
\AuthToken.php:88 Stack trace: #0 D:\xampp\htdocs\testprojects\adwords
\AdWords\src\Google\Api\Ads\AdWords\Lib\AdWordsUser.php(503):
AuthToken-GetAuthToken() #1 D:\xampp\htdocs\testprojects\adwords
\AdWords\src\Google\Api\Ads\AdWords\Lib\AdWordsUser.php(141):
AdWordsUser-RegenerateAuthToken() #2 D:\xampp\htdocs\testprojects
\adwords\index.php(5): AdWordsUser-__construct() #3 {main} thrown in
D:\xampp\htdocs\testprojects\adwords\AdWords\src\Google\Api\Ads\Common
\Util\AuthToken.php  on line 88

Reason is again the BadAuthentication.

On 8 Jun., 20:43, ramonpoli ramon.polid...@googlemail.com wrote:
 yes but apparently before run that example you have to use this
 initialization:
 $path = dirname(__FILE__) . '/AdWords/src';
 set_include_path(get_include_path() . PATH_SEPARATOR . $path);
 require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';
    $user = new AdWordsUser();
    // Log SOAP XML request and response.
   $user-LogDefaults();
   // Get the CampaignService.
    $campaignService = $user-GetCampaignService('v200909','https://
 adwords-sandbox.google.com');

 are you actually doing it before calling the getAllCAmpaigns example?

 On Jun 8, 1:14 pm, kondalarao yarragunta kondalar...@gmail.com
 wrote:



  HI,

   I tried to run the PHP ClientLibrary(aw_api_php_lib_2.2.0) on my localhost.
  I changed the
  auth.ini like that:

  email = myacco...@google.com
  password = mypassword
  userAgent = My Sandbox API Tool
  applicationToken = ignored
  developerToken = myacco...@google.com++usd

  ; Uncomment to make requests against a client account.
  clientId = 
  client_1++myacco...@google.comclient_1%2b%2bmyacco...@google.com
  

  I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
  file settings.ini

  Now when I try to run
  aw_api_php_lib_2.2.0/examples/v200909/GetAllCampaigns.php i got the
  following error:

  AuthTokenException Object ( [error:AuthTokenException:private] =
  BadAuthentication [url:AuthTokenException:private] =
  [captchaToken:AuthTokenException:private] =
  [captchaUrl:AuthTokenException:private] = [message:protected] = Failed to
  get authToken. Reason: BadAuthentication [string:Exception:private] =
  [code:protected] = 0 [file:protected] =
  C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\Common\Util\AuthTok 
  en.php
  [line:protected] = 88 [trace:Exception:private] = Array ( [0] = Array (
  [file] =
  C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\AdWords\Lib\AdWords 
  User.php
  [line] = 503 [function] = GetAuthToken [class] = AuthToken [type] = -
  [args] = Array ( ) ) [1] = Array ( [file] =
  C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\AdWords\Lib\AdWords 
  User.php
  [line] = 141 [function] = RegenerateAuthToken [class] = AdWordsUser
  [type] = - [args] = Array ( ) ) [2] = Array ( [file] =
  C:\xampp\htdocs\aw_api_php_lib_2.2.0\examples\v200909\GetAllCampaigns.php
  [line] = 46 [function] = __construct [class] = AdWordsUser [type] = -
  [args] = Array ( ) ) ) [previous:Exception:private] = )

  The account-information are correct. I tried it many times. And I can
  use the Sandbox Account View without any auth-error.

  Thank you for any help please,

  Thanks and Regards,
  Y.Kondalarao.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: ReportService problems - always pending status ( Since this morning)

2010-06-08 Thread Alex Parij
Actually I started to experience it again .
It starts to happen around afternoon . My wild guess is that I'm
developing something to do with reports and I create many reports
during the tests.
Somehow the enverionment get polluted/not garbage collected after
certain amount of time.
Afterwards all my reports just oscillate between pending/inProgress
states and finish after working for certain amount of time ( can be
very long)



On Jun 8, 2:56 pm, tozor t...@adlucent.com wrote:
 I am seeing similar behavior on some of the accounts I am running
 reports against.  Most reports run fine but the occasional report
 stays in the pending state for a very long period of time,
 occasionally transitioning to the in progress state and then back to
 pending.

     Tim

 On Jun 8, 9:39 am, Alex Parij paris.a...@gmail.com wrote:



  Looks like it's back to normal.

  On Jun 7, 3:41 pm, Alex Parij paris.a...@gmail.com wrote:

   Actually it's just very slow ~30 min instead of ~1 min

   On Jun 7, 2:20 pm, Alex Parij paris.a...@gmail.com wrote:

Hi ,

Is there a problem with reports today ? Creating them through api or
on the adwords website keeps them in pending status all the time .
Reports that were running fine on Friday .

Alexander Parij

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Campaign schedule

2010-06-08 Thread AdWords API Advisor
Hi,

The CampaignTargetService can be used to obtain the AdScheduleTargets
on the account:

  
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.html
  
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.AdScheduleTarget.html

Best,
- Eric Koleda, AdWords API Team

On Jun 7, 3:45 am, sonka sonka adwso...@gmail.com wrote:
  In API v13 there is schedule field with AdAchedule type in CampaignList.
 But in v2009 I did not find it. How to get schedule information in v2009?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: ReportService problems - always pending status ( Since this morning)

2010-06-08 Thread Alex Parij
Changing to a different account helps .
Not sure how adwords backend works but it's not abuse prevention
mechanism  that blacklists based on ip.

On Jun 8, 3:39 pm, Alex Parij paris.a...@gmail.com wrote:
 Actually I started to experience it again .
 It starts to happen around afternoon . My wild guess is that I'm
 developing something to do with reports and I create many reports
 during the tests.
 Somehow the enverionment get polluted/not garbage collected after
 certain amount of time.
 Afterwards all my reports just oscillate between pending/inProgress
 states and finish after working for certain amount of time ( can be
 very long)

 On Jun 8, 2:56 pm, tozor t...@adlucent.com wrote:



  I am seeing similar behavior on some of the accounts I am running
  reports against.  Most reports run fine but the occasional report
  stays in the pending state for a very long period of time,
  occasionally transitioning to the in progress state and then back to
  pending.

      Tim

  On Jun 8, 9:39 am, Alex Parij paris.a...@gmail.com wrote:

   Looks like it's back to normal.

   On Jun 7, 3:41 pm, Alex Parij paris.a...@gmail.com wrote:

Actually it's just very slow ~30 min instead of ~1 min

On Jun 7, 2:20 pm, Alex Parij paris.a...@gmail.com wrote:

 Hi ,

 Is there a problem with reports today ? Creating them through api or
 on the adwords website keeps them in pending status all the time .
 Reports that were running fine on Friday .

 Alexander Parij

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread domJ
Ok. Now I found out that the problem occur only on localhost with
Xampp. On my debian-server everything is fine.

But I dont know why...

On 8 Jun., 21:23, domJ dominic.th...@ebuero.ag wrote:
 ok. I ran it. Here the response:

 Fatal error: Uncaught exception 'AuthTokenException' with message
 'Failed to get authToken. Reason: BadAuthentication' in D:\xampp\htdocs
 \testprojects\adwords\AdWords\src\Google\Api\Ads\Common\Util
 \AuthToken.php:88 Stack trace: #0 D:\xampp\htdocs\testprojects\adwords
 \AdWords\src\Google\Api\Ads\AdWords\Lib\AdWordsUser.php(503):
 AuthToken-GetAuthToken() #1 D:\xampp\htdocs\testprojects\adwords
 \AdWords\src\Google\Api\Ads\AdWords\Lib\AdWordsUser.php(141):
 AdWordsUser-RegenerateAuthToken() #2 D:\xampp\htdocs\testprojects
 \adwords\index.php(5): AdWordsUser-__construct() #3 {main} thrown in
 D:\xampp\htdocs\testprojects\adwords\AdWords\src\Google\Api\Ads\Common
 \Util\AuthToken.php  on line 88

 Reason is again the BadAuthentication.

 On 8 Jun., 20:43, ramonpoli ramon.polid...@googlemail.com wrote:



  yes but apparently before run that example you have to use this
  initialization:
  $path = dirname(__FILE__) . '/AdWords/src';
  set_include_path(get_include_path() . PATH_SEPARATOR . $path);
  require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';
     $user = new AdWordsUser();
     // Log SOAP XML request and response.
    $user-LogDefaults();
    // Get the CampaignService.
     $campaignService = $user-GetCampaignService('v200909','https://
  adwords-sandbox.google.com');

  are you actually doing it before calling the getAllCAmpaigns example?

  On Jun 8, 1:14 pm, kondalarao yarragunta kondalar...@gmail.com
  wrote:

   HI,

    I tried to run the PHP ClientLibrary(aw_api_php_lib_2.2.0) on my 
   localhost.
   I changed the
   auth.ini like that:

   email = myacco...@google.com
   password = mypassword
   userAgent = My Sandbox API Tool
   applicationToken = ignored
   developerToken = myacco...@google.com++usd

   ; Uncomment to make requests against a client account.
   clientId = 
   client_1++myacco...@google.comclient_1%2b%2bmyacco...@google.com
   

   I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
   file settings.ini

   Now when I try to run
   aw_api_php_lib_2.2.0/examples/v200909/GetAllCampaigns.php i got the
   following error:

   AuthTokenException Object ( [error:AuthTokenException:private] =
   BadAuthentication [url:AuthTokenException:private] =
   [captchaToken:AuthTokenException:private] =
   [captchaUrl:AuthTokenException:private] = [message:protected] = Failed 
   to
   get authToken. Reason: BadAuthentication [string:Exception:private] =
   [code:protected] = 0 [file:protected] =
   C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\Common\Util\AuthTok
en.php
   [line:protected] = 88 [trace:Exception:private] = Array ( [0] = Array (
   [file] =
   C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\AdWords\Lib\AdWords
User.php
   [line] = 503 [function] = GetAuthToken [class] = AuthToken [type] = -
   [args] = Array ( ) ) [1] = Array ( [file] =
   C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\AdWords\Lib\AdWords
User.php
   [line] = 141 [function] = RegenerateAuthToken [class] = AdWordsUser
   [type] = - [args] = Array ( ) ) [2] = Array ( [file] =
   C:\xampp\htdocs\aw_api_php_lib_2.2.0\examples\v200909\GetAllCampaigns.php
   [line] = 46 [function] = __construct [class] = AdWordsUser [type] = -
   [args] = Array ( ) ) ) [previous:Exception:private] = )

   The account-information are correct. I tried it many times. And I can
   use the Sandbox Account View without any auth-error.

   Thank you for any help please,

   Thanks and Regards,
   Y.Kondalarao.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: V2010 API SOPA/XML Examples?

2010-06-08 Thread AdWords API Advisor
Hi Yuuki,

The XML samples have been deprecated and are no longer being
maintained.  A good way of learning about the XML format is to use
soapUI or a similar program to load the WSDLs and send requests:

  http://soapui.org/

Best,
- Eric Koleda, AdWords API Team

On Jun 3, 8:05 am, YuukiHayashi hmar...@nifty.com wrote:
 I am very excited by v201003 beta with new ReportDefinitionService.
 But it looks like no XML examples of using ReportDefinitionService are
 in XML examples at following 
 project.http://code.google.com/p/adwords-api-xml-samples/

 I am wondering if and when XML examples of using new
 ReportDefinitionService would be added in adwords-api-xml-samples.
 Otherwise there are any other way for getting sample XML of using
 ReportDefinitionService?
 Thanks,
 Yuuki

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: unspecific error in ReportDefinitionService (v201003)

2010-06-08 Thread AdWords API Advisor
Hi Manfred,

Please post the SOAP XML that was logged for this request, ensuring
that all private data is removed.

Best,
- Eric Koleda, AdWords API Team

On Jun 7, 10:55 am, manolator scham...@gmail.com wrote:
 Hi,

 I just tried to run the AddKeywordsPerformanceReportDefinition example
 from the 8.1.0 client library jar.
 The call of
 reportDefinitionService.mutate(operations)
 returns Fault occurred while processing. Which is not very
 specific ;-)

 Setting useSandbox true or false doesn't make a difference.

 Perhaps anyone has an idea?

 Thanks in advance,

 Manfred

 -

 AxisFault
  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
  faultSubcode:
  faultString: Fault occurred while processing.
  faultActor:
  faultNode:
  faultDetail:
         {http://xml.apache.org/axis/}stackTrace:Fault occurred while
 processing.
         at
 org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:
 222)
         at
 org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:
 129)
         at
 org.apache.axis.encoding.DeserializationContext.endElement(DeserializationC 
 ontext.java:
 1087)
         at
 com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unk 
 nown
 Source)
         at
 com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scan 
 EndElement(Unknown
 Source)
         at
 com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl
 $FragmentContentDriver.next(Unknown Source)
         at
 com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown
 Source)
         at
 com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unkno wn
 Source)
         at
 com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scan 
 Document(Unknown
 Source)
         at
 com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
 Source)
         at
 com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
 Source)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
 Source)
         at
 com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
 Source)
         at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl
 $JAXPSAXParser.parse(Unknown Source)
         at javax.xml.parsers.SAXParser.parse(Unknown Source)
         at
 org.apache.axis.encoding.DeserializationContext.parse(DeserializationContex 
 t.java:
 227)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
         at
 org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandCh 
 ecker.java:
 62)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         at
 com.google.api.adwords.v201003.cm.ReportDefinitionServiceSoapBindingStub.mu 
 tate(ReportDefinitionServiceSoapBindingStub.java:
 655)
         at
 v201003.AddKeywordsPerformanceReportDefinition.main(AddKeywordsPerformanceR 
 eportDefinition.java:
 88)

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: V2010 API SOPA/XML Examples?

2010-06-08 Thread AdWords API Advisor
Hi All,

As per your earlier question, all previous v200909 services are also
available in v201003, in addition to the new services.

Best,
- Eric

On Jun 8, 3:53 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Yuuki,

 The XML samples have been deprecated and are no longer being
 maintained.  A good way of learning about the XML format is to use
 soapUI or a similar program to load the WSDLs and send requests:

  http://soapui.org/

 Best,
 - Eric Koleda, AdWords API Team

 On Jun 3, 8:05 am, YuukiHayashi hmar...@nifty.com wrote:



  I am very excited by v201003 beta with new ReportDefinitionService.
  But it looks like no XML examples of using ReportDefinitionService are
  in XML examples at following 
  project.http://code.google.com/p/adwords-api-xml-samples/

  I am wondering if and when XML examples of using new
  ReportDefinitionService would be added in adwords-api-xml-samples.
  Otherwise there are any other way for getting sample XML of using
  ReportDefinitionService?
  Thanks,
  Yuuki

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Why am I a fraudulent customer?

2010-06-08 Thread AdWords API Advisor
Hi Bernard,

For more information about this problem please contact your AdWords
Account Representative.  If you don't have one or don't know who they
are you can email adwords-supp...@google.com.

Best,
- Eric Koleda, AdWords API Team

On Jun 8, 3:55 am, Bernard gestionluga...@hotmail.com wrote:
 Hello.
 We recently got this error on our requests:
 QuotaCheckError.ACCOUNT_INACCESSIBLE.
 I checked it and discover is because you consider us a fraudulent
 customer, and my question is, why? Wich behaviour you consider as
 fraudulent? Why didn't receive any notification about that issue?
 And the most important question what can we do to solve this?

 Thanks,
 Bernard

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: BadAuthentication v200909 Sandbox

2010-06-08 Thread ramonpoli
I have a similar error and nobody replied to me in my other post, I do
everything as is said in the readme file but I can't make it work!

On Jun 8, 8:49 pm, domJ dominic.th...@ebuero.ag wrote:
 Ok. Now I found out that the problem occur only on localhost with
 Xampp. On my debian-server everything is fine.

 But I dont know why...

 On 8 Jun., 21:23, domJ dominic.th...@ebuero.ag wrote:



  ok. I ran it. Here the response:

  Fatal error: Uncaught exception 'AuthTokenException' with message
  'Failed to get authToken. Reason: BadAuthentication' in D:\xampp\htdocs
  \testprojects\adwords\AdWords\src\Google\Api\Ads\Common\Util
  \AuthToken.php:88 Stack trace: #0 D:\xampp\htdocs\testprojects\adwords
  \AdWords\src\Google\Api\Ads\AdWords\Lib\AdWordsUser.php(503):
  AuthToken-GetAuthToken() #1 D:\xampp\htdocs\testprojects\adwords
  \AdWords\src\Google\Api\Ads\AdWords\Lib\AdWordsUser.php(141):
  AdWordsUser-RegenerateAuthToken() #2 D:\xampp\htdocs\testprojects
  \adwords\index.php(5): AdWordsUser-__construct() #3 {main} thrown in
  D:\xampp\htdocs\testprojects\adwords\AdWords\src\Google\Api\Ads\Common
  \Util\AuthToken.php  on line 88

  Reason is again the BadAuthentication.

  On 8 Jun., 20:43, ramonpoli ramon.polid...@googlemail.com wrote:

   yes but apparently before run that example you have to use this
   initialization:
   $path = dirname(__FILE__) . '/AdWords/src';
   set_include_path(get_include_path() . PATH_SEPARATOR . $path);
   require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';
      $user = new AdWordsUser();
      // Log SOAP XML request and response.
     $user-LogDefaults();
     // Get the CampaignService.
      $campaignService = $user-GetCampaignService('v200909','https://
   adwords-sandbox.google.com');

   are you actually doing it before calling the getAllCAmpaigns example?

   On Jun 8, 1:14 pm, kondalarao yarragunta kondalar...@gmail.com
   wrote:

HI,

 I tried to run the PHP ClientLibrary(aw_api_php_lib_2.2.0) on my 
localhost.
I changed the
auth.ini like that:

email = myacco...@google.com
password = mypassword
userAgent = My Sandbox API Tool
applicationToken = ignored
developerToken = myacco...@google.com++usd

; Uncomment to make requests against a client account.
clientId = 
client_1++myacco...@google.comclient_1%2b%2bmyacco...@google.com


I set the DEFAULT_SERVER = https://adwords-sandbox.google.com; in the
file settings.ini

Now when I try to run
aw_api_php_lib_2.2.0/examples/v200909/GetAllCampaigns.php i got the
following error:

AuthTokenException Object ( [error:AuthTokenException:private] =
BadAuthentication [url:AuthTokenException:private] =
[captchaToken:AuthTokenException:private] =
[captchaUrl:AuthTokenException:private] = [message:protected] = 
Failed to
get authToken. Reason: BadAuthentication [string:Exception:private] =
[code:protected] = 0 [file:protected] =
C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\Common\Util\AuthTok
 en.php
[line:protected] = 88 [trace:Exception:private] = Array ( [0] = 
Array (
[file] =
C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\AdWords\Lib\AdWords
 User.php
[line] = 503 [function] = GetAuthToken [class] = AuthToken [type] = 
-
[args] = Array ( ) ) [1] = Array ( [file] =
C:\xampp\htdocs\aw_api_php_lib_2.2.0\src\Google\Api\Ads\AdWords\Lib\AdWords
 User.php
[line] = 141 [function] = RegenerateAuthToken [class] = AdWordsUser
[type] = - [args] = Array ( ) ) [2] = Array ( [file] =
C:\xampp\htdocs\aw_api_php_lib_2.2.0\examples\v200909\GetAllCampaigns.php
[line] = 46 [function] = __construct [class] = AdWordsUser [type] = 
-
[args] = Array ( ) ) ) [previous:Exception:private] = )

The account-information are correct. I tried it many times. And I can
use the Sandbox Account View without any auth-error.

Thank you for any help please,

Thanks and Regards,
Y.Kondalarao.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v201003 beta : ReportDefinitionService - getReportFields - Not contains all fields

2010-06-08 Thread AdWords API Advisor
Hi Jony,

Thanks for bringing this issue to our attention.  I'll work with the
core engineering team to have this resolved.

Best,
- Eric Koleda, AdWords API Team

On Jun 8, 8:16 am, Jony jonathan.sa...@jvweb.fr wrote:
 Hello,

 When I use the getReportFields function, the returned fields list is
 not complete. For example, columns CampaignId, CampaignName and
 AdGroupName are not included in the list, but we can select these
 fields when we want to get a KEYWORDS_PERFORMANCE_REPORT.

 Is it a bug or is it normal ?

 Best regards

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: stack

2010-06-08 Thread AdWords API Advisor
Hi,

The client email should be in the form of client_1+em...@domain.com.
The email address should be the same one that you use when you
generate the authToken.

Best,
- Eric Koleda, AdWords API Team

On Jun 8, 9:52 am, ramonpoli ramon.polid...@googlemail.com wrote:
 Hello everyone.
 I'm starting to use AdWords and I find an error when I try to add a
 campaign to my sandbox account,
 the exception throws me this message:

 SoapFault Object ( [message:protected] =
 AuthenticationError.CLIENT_EMAIL_INVALID @ ;
 trigger:'client_1+' Service[CampaignService.mutate]
 [string:private] = [code:protected] = 0 [file:protected]

 where the ** of the client Id is the email in the auth.ini file.

 I'm using the correct initialization:

 $path = dirname(__FILE__) . '/AdWords/src';
 set_include_path(get_include_path() . PATH_SEPARATOR . $path);

 require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';

    $user = new AdWordsUser();
    // Log SOAP XML request and response.
   $user-LogDefaults();

   // Get the CampaignService.
    $campaignService = $user-GetCampaignService('v200909','https://
 adwords-sandbox.google.com');

 so I don't know why it does not work, could you help me getting out of
 this situation please?

 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


Retrieving keyword information

2010-06-08 Thread dpommeranz
Hi,

I wanted to ask whether the adwords api gives me the ability to
retrieve the information shown in the keyword tool
(https://adwords.google.com/select/Tools;  Keyword Tool).

So for example I want to give a list of keywords to the api (maybe
TrafficEstimatorService) and I expect the following values in the
response:
- Estimated Avg. CPC
- Competition
- Local Monthly Searches
- Global Monthly Searches
- (Local Search Trends)

Thanks in advance for any reply.

Best Regards
dpommeranz

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


aggregationTypes dissapeared from v201003 beta:ReportDefinitionService?

2010-06-08 Thread YuukiHayashi
It seems there is no item likes aggregationTypes with v201003
beta:ReportDefinitionService? I am wondering if there is still item
which specifies aggregation types of report. Specifing aggregation
types of report is very essential and I am keen to use this feature.
Thanks,
Yuuki

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


ReportDefinitionService questions, and code sample request

2010-06-08 Thread chris h
That is my interpretation of the page
http://code.google.com/apis/adwords/v2009/docs/reference/ReportDefinitionService.html

When you send an HTTP request to this URL, the AdWords server
generates a report based on the report definition ID you specified.
This request is inherently synchronous, but most reports take only a
few seconds to generate (the request will time out after 3 minutes).

So can we create a report definition and immediate retrieve the report
using this URL:
https://adwords.google.com/api/adwords/reportdownload

Is there any complete code samples available?

Chris

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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