AdWords API StatsRecord in v200909

2009-12-30 Thread samarsoo...@yahoo.com
Hi All,
Please help me to know that how we can get the StatsRecord in v200909.
In v13 we have it like

 CampaignInterface service = Helper.createCampaignService(
  accountID, isUseEndPointForEnv() );

StatsRecord[] statsRecords = service.getCampaignStats(
  campaignIDs, dateFrom, dateTo );

But in v200909 we have the return type as CampaignPage

CampaignServiceInterface campaignService =
Helper.createCampaignService(accountID, isUseEndPointForEnv());

CampaignPage campaignPage = campaignService.get(selector);

So what we need to pass in selector and how to get the StatsRecord.
it will be very helpful if the code snippet will be provided.

Thanks in advance.

--

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-...@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.




AdWords API How to use AccountInterface with v200909 API CampaignServiceInterface

2009-12-30 Thread samarsoo...@yahoo.com
Hi All,

Can you please help me to know that how we can use the
AccountInterface to get the account with the all other APIs being used
of v200909 like CampaignServiceInterface.


In my application I have to migrate the v13 API to v2009 API but I am
getting exception whenever I am trying to access the AccountInterface
API from v13 in the application.

--

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-...@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.




AdWords API Re: Apility getAccountStructureXmlReport Problem

2009-12-30 Thread ewan
Hi,

I use those methods with APILity frequently and I've been doing a lot
of testing over the last two weeks without any problems.  Have you
changed anything in your report request?

Regards,

Ewan Heming

--

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-...@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.




AdWords API Re: Corrupt Reports

2009-12-30 Thread ewan
Hi Eric,

This was actually a problem with my archive manager not working
properly.  There wasn't anything wrong with the reports in the end.

Thanks,

Ewan

On Dec 22, 12:38 am, AdWords API Advisor
adwordsapiadvi...@google.com wrote:
 HiEwan,

 There have been no other instances of corrupt report downloads thus
 far.  Is this in sandbox or production?  Is it happening for all
 reports?  When did you first start to see this behavior?

 Best,
 - Eric Koleda, AdWords API Team

 On Dec 20, 8:11 pm,ewane...@ppcbullet.com wrote:

  Hi,

  I keep on getting corrupt gzip files when I try to download reports
  from the report service.  Is there any known problem at the moment?

  Thanks,

 Ewan

--

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-...@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.




AdWords API Keyword Ids

2009-12-30 Thread ewan
Hi,

I'm looking at a report at the moment where the account has the same
keyword in multiple different Ad Groups.  Each time it appears the
same id is used.  However, the bid amounts are different.  Does anyone
know if this is correct?

Also, will this be the same for ads with exactly the same copy, url
etc?

Many Thanks,

Ewan Heming

--

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-...@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.




AdWords API Sandbox Permissions

2009-12-30 Thread Ambiency
I can successfully create campaigns in production, when I set the user
credentials (adwords.properties) to 'sandbox':

useSandbox=true
email=sm...@jones.com
password=password200
useragent=agent1
developertoken=sm...@jones.com++gbp
clientemail=client_1+sm...@jones.com

I get the following error when I call the createCampaign() method:

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode:
 faultString: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @
operations[0]]
 faultActor:
 faultNode:
 faultDetail:
{https://adwords.google.com/api/adwords/cm/v200909}
ApiExceptionFault:message
[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]/
messageApplicationException.TypeApiException/
ApplicationException.Typeerrors xsi:type=OperationAccessDenied
xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instancefieldPathoperations[0]/fieldPathtrigger/
ApiError.TypeOperationAccessDenied/
ApiError.TypereasonADD_OPERATION_NOT_PERMITTED/reason/errors


Am I missing something in the adwords.properties file?

Rgds

Kevin



--

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-...@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.




AdWords API Re: Info needed on Placements in API

2009-12-30 Thread AdWords API Advisor
Hi Raghava,

To address your questions:

a) In the v13 version of the API (which is deprecated) you would use
CriterionService to add Website criteria:

  http://code.google.com/apis/adwords/docs/developer/CriterionService.html
  http://code.google.com/apis/adwords/docs/developer/Website.html

  In the v2009 version of the API you would use the
AdGroupCriterionService to add BiddableAdGroupCriterion objects with
inner Placement criteria:

  
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.html
  
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.BiddableAdGroupCriterion.html
  
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.Placement.html

b) The report will include both keywords and placements.  Placement
rows can be identified by kwSiteType=WebSite.

Best,
- Eric Koleda, AdWords API Team

On Dec 29, 7:00 am, RAGHAVA raghav.sudha2...@googlemail.com wrote:
 HI,

 We are developing an application which uses the Google API and fetches
 the data for the performance metrics of a particular campaign at
 keyword level, at AdGroup level and so on.

 The problem which we are facing is
 1.      We want to have placements(i.e. ad’s for which we specify the
 website in which the ad needs to be displayed),  for each AdGroup in a
 campaign along with ads.  So, in any typical scenario, we will have
 three objects for each campaign ( i.e. keyword, ad, and placement ).

 a.      I am able to find documentation about how to add an ad to a
 AdGroup, but not on how to add a placement in a AdGroup. from the
 documentation what i can understand is that if we use criterion
 service and addcriteria as a website , then it will be treated as
 placement. is this right?

 b.      Also we need to get the performance metrics for such type of
 placements, along with the keyword that with which the ad was
 displayed, as i can see from the following link
 http://code.google.com/apis/adwords/docs/developer/adwords_api_report...
 ,
 Set  DefinedReportJob.selectedReportType   to Keyword to generate a
 Placement / Keyword Performance report. is there a way where i can
 distinguish that it is a placement report or keyword report.

 Please let me know how to proceed on this one.

 Regards,
 Raghava.

--

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-...@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.




AdWords API Re: V200909 CampaignCriterionService SET maxCpc?

2009-12-30 Thread AdWords API Advisor
Hi Ralph,

I don't believe this was possible in the v13 API either.  The
CampaignCriterionService is used to manage negative campaign criteria,
which don't have associated bids.  Default bids for ad group criteria
can be set at the ad group level, in the AdGroup.bids field.

  
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupService.AdGroup.html#bids

Best,
- Eric Koleda, AdWords API Team

On Dec 29, 2:12 pm, Ralph Heimburger 1stpo...@gmail.com wrote:
 In reading through the v200909 documentation, I don't see any
 reference to Biddable operations in the CampaignCriterionService.  Is
 it possible to set the maxCpc at the Campaign Level using the 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-...@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.




AdWords API Re: TargetingIdeaService, how are the results sorted and is there any control in that ?

2009-12-30 Thread AdWords API Advisor
Hi,

Unfortunately it is not possible to control the sorting of the ideas
returned by the TargetingIdeaService.

Best,
- Eric Koleda, AdWords API Team

On Dec 29, 7:01 pm, bramiozo brami...@gmail.com wrote:
 I am processing terms with multiple keywords at a time but the order
 in which they come in is not the order of the terms in the output xml,
 this is rather inconvenient. Is there any way to get one-on-one input-
 output ordering ?

 I use the php api library (v. 1.2.1) btw.

--

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-...@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.




AdWords API Re: Where will I see the posted sandbox campaings?

2009-12-30 Thread AdWords API Advisor
Hi Viyolo,

What request were you trying to run when you received that error?

Best,
- Eric

On Dec 30, 1:57 am, Viyolo PitSolutions
viyolo.pitsoluti...@gmail.com wrote:
 Hi there,

         Using API I can created a new campaign and also can get the
 camapingid. Simillarly I can do update actions also. That's fine. Now
 my problem is, I am getting an error 25.The client tried to do
 something with a report job that is illegal given its current
 status.. How will I resolve this error?.

 Thanks in advance.

 On Dec 28, 10:57 pm, AdWords API Advisor



 adwordsapiadvi...@google.com wrote:
  Hi Viyolo,

  Unfortunately there is no web interface to the sandbox environment.
  The only way you can see the objects that you create is through the
  API.

  Best,
  - Eric Koleda, AdWords API Tean

  On Dec 28, 3:18 am, Viyolo PitSolutions

  viyolo.pitsoluti...@gmail.com wrote:
   Hai,

     I am working as an ASP.NET C# 3.5 web developer. I am creating
   Campaigns using https://sandbox.google.com/api/adwords/v13/
   CampaignService?wsdl Sandbox API. The publish also success. I can get
   the CampaingId as result. But my question is, I want to see that
   Campaing in the site. For that I tried the link https://
   adwords.google.co.uk/. Here I can see many campaigns, But the
   campaigns entered from me not visible. Please can anybody give me the
   SANBOX WEB LINK to see the published campaings.

   Thanks in advance.- Hide quoted text -

  - Show quoted text -

--

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-...@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.




AdWords API TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET setting Campaign Network Targets

2009-12-30 Thread joel
I'm getting a TargetError trying to set the Network Targeting settings
for a new Campaign. It seems to indicate that I have a duplicate, but
I'm sending distinct values. Any thoughts? Here's my code:

NetworkTarget google = new NetworkTarget();
google.setNetworkCoverageType(NetworkCoverageType.GOOGLE_SEARCH);

NetworkTarget search = new NetworkTarget();
search.setNetworkCoverageType(NetworkCoverageType.SEARCH_NETWORK);

NetworkTarget content = new NetworkTarget();
content.setNetworkCoverageType(NetworkCoverageType.CONTENT_NETWORK);

NetworkTarget contextual = new NetworkTarget();
contextual.setNetworkCoverageType
(NetworkCoverageType.CONTENT_CONTEXTUAL);

networkTarget.setTargets(new NetworkTarget[] { google, search,
content, contextual });

Receiving the error:
[TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET @ operations
[0].operand.targets[0]


Thanks!
-Joel

--

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-...@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.




AdWords API Re: StatsRecord in v200909

2009-12-30 Thread AdWords API Advisor
Hi,

To get the campaign stats you need to set the CampaignSelector field
statsSelector to an instance of StatsSelector:

  
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.StatsSelector.html

Best,
- Eric Koleda, AdWords API Team

On Dec 30, 6:37 am, samarsoo...@yahoo.com samarsoo...@yahoo.com
wrote:
 Hi All,
 Please help me to know that how we can get the StatsRecord in v200909.
 In v13 we have it like

      CampaignInterface service = Helper.createCampaignService(
           accountID, isUseEndPointForEnv() );

         StatsRecord[] statsRecords = service.getCampaignStats(
           campaignIDs, dateFrom, dateTo );

 But in v200909 we have the return type as CampaignPage

     CampaignServiceInterface campaignService =
 Helper.createCampaignService(accountID, isUseEndPointForEnv());

 CampaignPage campaignPage = campaignService.get(selector);

 So what we need to pass in selector and how to get the StatsRecord.
 it will be very helpful if the code snippet will be provided.

 Thanks in advance.

--

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-...@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.




AdWords API Re: How to use AccountInterface with v200909 API CampaignServiceInterface

2009-12-30 Thread AdWords API Advisor
Hi,

I'm not sure I understand your question.  The AccountService has not
yet been migrated to v2009, and it only available in v13.

Best,
- Eric Koleda, AdWords API Team

On Dec 30, 7:54 am, samarsoo...@yahoo.com samarsoo...@yahoo.com
wrote:
 Hi All,

 Can you please help me to know that how we can use the
 AccountInterface to get the account with the all other APIs being used
 of v200909 like CampaignServiceInterface.

 In my application I have to migrate the v13 API to v2009 API but I am
 getting exception whenever I am trying to access the AccountInterface
 API from v13 in the application.

--

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-...@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.




AdWords API Re: Keyword Ids

2009-12-30 Thread AdWords API Advisor
Hi Ewan,

The behavior you are seeing is correct.  As for uniqueness, we only
guarantee that an ad group id / criterion id pair will be unique.
Likewise, an ad group id / ad id pair will be unique.  You should
build your applications around these concepts.

In the current implementation, identical criteria will have the same
ID across ad groups, but the same is not true for ads.  This behavior
is not guaranteed however, and no assumptions should be made about the
uniqueness of these ids.

Best,
- Eric Koleda, AdWords API Team

On Dec 30, 8:48 am, ewan e...@ppcbullet.com wrote:
 Hi,

 I'm looking at a report at the moment where the account has the same
 keyword in multiple different Ad Groups.  Each time it appears the
 same id is used.  However, the bid amounts are different.  Does anyone
 know if this is correct?

 Also, will this be the same for ads with exactly the same copy, url
 etc?

 Many Thanks,

 Ewan Heming

--

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-...@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.




AdWords API Re: How to find out the specific type of Video Ad

2009-12-30 Thread AdWords API Advisor
Hi,

Unfortunately that level of detail isn't exposed through reporting, in
both the web interface and API.

Best,
- Eric Koleda, AdWords API Team

On Dec 30, 9:20 am, j.e.frank j.e.fr...@gmail.com wrote:
 I'm trying to write a report that will show stats for our campaigns
 that have video ads, and I want to distinguish between click-to-play
 video ads and pre-roll video ads.  I'm running a Creative report
 (aka Ad Performance in the UI) to get the data.   The problem I have
 is that both kinds of video ads come through in the XML as
 creativeType=gadgetTemplate.  How can I tell which specific type of
 ad it is?

--

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-...@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.




AdWords API Re: Sandbox Permissions

2009-12-30 Thread AdWords API Advisor
Hi Kevin,

Although the SOAP header is called clientEmail, the Java Client
Library expects to read the value from the property clientId in
adwords.properties.  This property can contain either a client email
or customer id.  In your current configuration the clientEmail
property is ignored, and your requests are being executed as the MCC
user.

Best,
- Eric Koleda, AdWords API Team

On Dec 30, 6:23 am, Ambiency k.hankin...@btinternet.com wrote:
 I can successfully create campaigns in production, when I set the user
 credentials (adwords.properties) to 'sandbox':

 useSandbox=true
 email=sm...@jones.com
 password=password200
 useragent=agent1
 developertoken=sm...@jones.com++gbp
 clientemail=client_1+sm...@jones.com

 I get the following error when I call the createCampaign() method:

 AxisFault
  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
  faultSubcode:
  faultString: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @
 operations[0]]
  faultActor:
  faultNode:
  faultDetail:
         {https://adwords.google.com/api/adwords/cm/v200909}
 ApiExceptionFault:message
 [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]/
 messageApplicationException.TypeApiException/
 ApplicationException.Typeerrors xsi:type=OperationAccessDenied
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-
 instancefieldPathoperations[0]/fieldPathtrigger/ApiError.TypeOperationAccessDenied/

 ApiError.TypereasonADD_OPERATION_NOT_PERMITTED/reason/errors

 Am I missing something in the adwords.properties file?

 Rgds

 Kevin

--

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-...@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.




AdWords API Re: TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET setting Campaign Network Targets

2009-12-30 Thread AdWords API Advisor
Hi Joel,

Do you have the SOAP XML logs for this request?

Best,
- Eric Koleda, AdWords API Team

On Dec 30, 10:10 am, joel joel.patt...@gmail.com wrote:
 I'm getting a TargetError trying to set the Network Targeting settings
 for a new Campaign. It seems to indicate that I have a duplicate, but
 I'm sending distinct values. Any thoughts? Here's my code:

 NetworkTarget google = new NetworkTarget();
 google.setNetworkCoverageType(NetworkCoverageType.GOOGLE_SEARCH);

 NetworkTarget search = new NetworkTarget();
 search.setNetworkCoverageType(NetworkCoverageType.SEARCH_NETWORK);

 NetworkTarget content = new NetworkTarget();
 content.setNetworkCoverageType(NetworkCoverageType.CONTENT_NETWORK);

 NetworkTarget contextual = new NetworkTarget();
 contextual.setNetworkCoverageType
 (NetworkCoverageType.CONTENT_CONTEXTUAL);

 networkTarget.setTargets(new NetworkTarget[] { google, search,
 content, contextual });

 Receiving the error:
 [TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET @ operations
 [0].operand.targets[0]

 Thanks!
 -Joel

--

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-...@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.




AdWords API Re: How to find out the specific type of Video Ad

2009-12-30 Thread j.e.frank
Thanks for the reply.  Is there a way to find out the specific type of
ad through other API services?  I can't see anything in the
AdGroupAdService that would let me distinguish these ads from one
another, but maybe I am missing something.  My first preference would
be to find out through the report, since that lets me get the ad type
information at the same time as I am retrieving performance data, but
really I'm just looking for any automated way to get it.

On Dec 30, 10:26 am, AdWords API Advisor
adwordsapiadvi...@google.com wrote:
 Hi,

 Unfortunately that level of detail isn't exposed through reporting, in
 both the web interface and API.

 Best,
 - Eric Koleda, AdWords API Team

 On Dec 30, 9:20 am, j.e.frank j.e.fr...@gmail.com wrote:

  I'm trying to write a report that will show stats for our campaigns
  that have video ads, and I want to distinguish between click-to-play
  video ads and pre-roll video ads.  I'm running a Creative report
  (aka Ad Performance in the UI) to get the data.   The problem I have
  is that both kinds of video ads come through in the XML as
  creativeType=gadgetTemplate.  How can I tell which specific type of
  ad it is?

--

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-...@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.




AdWords API Re: How to find out the specific type of Video Ad

2009-12-30 Thread AdWords API Advisor
Hi,

The video ads you create using the web interface's Display Ad
Builder will be returned as TemplateAds in v2009:

  
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.TemplateAd.html

The specific template being used, such as Click to Play or In-
Stream, is noted by the field templateId.  We are still working on
how best to expose the currently available templates, but a few get()
requests will allow you to determine the mapping yourself.

Best,
- Eric

On Dec 30, 10:45 am, j.e.frank j.e.fr...@gmail.com wrote:
 Thanks for the reply.  Is there a way to find out the specific type of
 ad through other API services?  I can't see anything in the
 AdGroupAdService that would let me distinguish these ads from one
 another, but maybe I am missing something.  My first preference would
 be to find out through the report, since that lets me get the ad type
 information at the same time as I am retrieving performance data, but
 really I'm just looking for any automated way to get it.

 On Dec 30, 10:26 am, AdWords API Advisor



 adwordsapiadvi...@google.com wrote:
  Hi,

  Unfortunately that level of detail isn't exposed through reporting, in
  both the web interface and API.

  Best,
  - Eric Koleda, AdWords API Team

  On Dec 30, 9:20 am, j.e.frank j.e.fr...@gmail.com wrote:

   I'm trying to write a report that will show stats for our campaigns
   that have video ads, and I want to distinguish between click-to-play
   video ads and pre-roll video ads.  I'm running a Creative report
   (aka Ad Performance in the UI) to get the data.   The problem I have
   is that both kinds of video ads come through in the XML as
   creativeType=gadgetTemplate.  How can I tell which specific type of
   ad it is?

--

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-...@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.




AdWords API Re: TargetingIdeaService, how are the results sorted and is there any control in that ?

2009-12-30 Thread bramiozo
Ok, thanks Eric.

On Dec 30, 4:06 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi,

 Unfortunately it is not possible to control the sorting of the ideas
 returned by the TargetingIdeaService.

 Best,
 - Eric Koleda, AdWords API Team

 On Dec 29, 7:01 pm, bramiozo brami...@gmail.com wrote:

  I am processing terms with multiple keywords at a time but the order
  in which they come in is not the order of the terms in the output xml,
  this is rather inconvenient. Is there any way to get one-on-one input-
  output ordering ?

  I use the php api library (v. 1.2.1) btw.

--

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-...@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.




AdWords API Allowed charactersets/unicode ranges,TargetingIdeaService

2009-12-30 Thread bramiozo
Moderators/Developers, what charactersets are allowed for the
keywords, specifically for the TargetingIdeaService ?

A term like casino♠ still gets EXACT searches which is obviously
incorrect, the ♠ seems to be ignored, besides
MiscellaneousSymbols what other unicode ranges are ignored ?

--

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-...@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.




AdWords API apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread patrick
Hi, i am using apility 1.13.1 to run a web page that allows end-users
to do things like change their campaign status from active to paused,
etc. etc.

Starting yesterday (Dec 29, 2009), the page suddenly stopped working,
despite the fact that nothing about the code or the account was
changed. Interestingly and importantly, the page takes a long time to
load, meaning it may be some sort of a timeout issue.

I have tracked the problem down to:
in apility's lib/ directory, in the Campaign.inc.php file, in the
CreateCampaignObject function,
after running
$someCampaign = $someSoapClient-call(getCampaign,
$soapParameters);
$someCampaign is coming up empty (even though it should not be empty,
and was working with the same code, same accounts, same everything,
until yesterday when it stopped working).

Does anyone know if anything is wrong or changed recently? Perhaps
even something to do with URLs used to hit the api (as a timeout issue
of some sort seems possible)? Or parameters expected? Thanks!

--

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-...@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.




AdWords API Re: apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread patrick

i'm finding that due to laziness during a previous upgrade my apility
config  library files may be a hybrid of v13/ v14. in which my config
file would have caused my page to use v14. but my changelog file only
goes up to 1.13.1 causing me to indicate in my previous post that i
was using that version. however, this does not explain the issue as
whatever i was using was working well until dec 29 suddenly.

i am also noting the following:
viewing these urls in human web browser (just to troubleshoot; in
reality these would be requested by soap or whatever:)

https://adwords.google.com/api/adwords/v13/CampaignService?wsdl
works

https://adwords.google.com/api/adwords/v14/CampaignService?wsdl
has an error

(i did not check the above to see if 2nd, v14 link above *was* working
*before* my issue cropped up, however i assume it was.) is this an
issue anyone knows about or am i on the right track with my
troubleshooting? thanks.

--

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-...@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.




AdWords API Re: TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET setting Campaign Network Targets

2009-12-30 Thread joel
Never mind, a later section of the code was re-adding the same
targets. The error was valid, my bad.

But maybe you can help with the next error I encountered:
[TargetError.SEARCH_SUGGEST_NOT_AVAILABLE_FOR_THE_CUSTOMER @ operations
[0]/*CampaignId: (my campaign id)*/]

I don't even see this error listed here
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.TargetError.html

I am sending an empty list of network targets since according to the
documentation at 
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.NetworkTargetList.html
List of network targets. An empty list means all networks are
targeted. This field must contain distinct elements.  This field must
not contain null elements.

Here is the SOAP for this error.

?xml version=1.0 encoding=UTF-8?soapenv:Envelope
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=http://
www.w3.org/2001/XMLSchema-instancesoapenv:Headerns1:RequestHeader
soapenv:actor=http://schemas.xmlsoap.org/soap/actor/next;
soapenv:mustUnderstand=0 xmlns:ns1=https://adwords.google.com/api/
adwords/cm/v200909ns1:applicationTokentoken/
ns1:applicationTokenns1:authToken xmlns:ns1=https://
adwords.google.com/api/adwords/cm/v200909**/
ns1:authTokenns1:clientCustomerId123456789/
ns1:clientCustomerIdns1:developerTokentoken/
ns1:developerTokenns1:userAgentAdWords API Java Client Library -
v6.2.0/ns1:userAgentns1:validateOnlyfalse/ns1:validateOnly/
ns1:RequestHeader/soapenv:Headersoapenv:Bodymutate
xmlns=https://adwords.google.com/api/adwords/cm/
v200909operationsoperatorSET/operatoroperand
xsi:type=ns2:NetworkTargetList xmlns:ns2=https://adwords.google.com/
api/adwords/cm/v200909campaignId123456789/campaignId/operand/
operationsoperationsoperatorSET/operatoroperand
xsi:type=ns3:LanguageTargetList xmlns:ns3=https://
adwords.google.com/api/adwords/cm/v200909campaignId123456789/
campaignIdtargetslanguageCodeen/languageCode/targets/
operand/operations/mutate/soapenv:Body/soapenv:Envelope

?xml version=1.0 encoding=UTF-8?soap:Envelope
xmlns:soap=http://schemas.xmlsoap.org/soap/
envelope/soap:HeaderResponseHeader xmlns=https://
adwords.google.com/api/adwords/cm/
v200909requestIdf1fb2666b896abfed2cb95cf57776827/
requestIdoperations1/operationsresponseTime455/
responseTimeunits1/units/ResponseHeader/
soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/
faultcodefaultstring
[TargetError.SEARCH_SUGGEST_NOT_AVAILABLE_FOR_THE_CUSTOMER @ operations
[0]/*CampaignId: 123456789*/]/faultstringdetailApiExceptionFault
xmlns=https://adwords.google.com/api/adwords/cm/v200909;message
[TargetError.SEARCH_SUGGEST_NOT_AVAILABLE_FOR_THE_CUSTOMER @ operations
[0]/*CampaignId: 123456789*/]/
messageApplicationException.TypeApiException/
ApplicationException.Typeerrors xsi:type=TargetError
xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instancefieldPathoperations[0]/fieldPathtrigger/
ApiError.TypeTargetError/ApiError.Type/errors/
ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

Thank you,
-Joel

On Dec 30, 10:41 am, AdWords API Advisor
adwordsapiadvi...@google.com wrote:
 Hi Joel,

 Do you have the SOAP XML logs for this request?

 Best,
 - Eric Koleda, AdWords API Team

 On Dec 30, 10:10 am, joel joel.patt...@gmail.com wrote:

  I'm getting a TargetError trying to set the Network Targeting settings
  for a new Campaign. It seems to indicate that I have a duplicate, but
  I'm sending distinct values. Any thoughts? Here's my code:

  NetworkTarget google = new NetworkTarget();
  google.setNetworkCoverageType(NetworkCoverageType.GOOGLE_SEARCH);

  NetworkTarget search = new NetworkTarget();
  search.setNetworkCoverageType(NetworkCoverageType.SEARCH_NETWORK);

  NetworkTarget content = new NetworkTarget();
  content.setNetworkCoverageType(NetworkCoverageType.CONTENT_NETWORK);

  NetworkTarget contextual = new NetworkTarget();
  contextual.setNetworkCoverageType
  (NetworkCoverageType.CONTENT_CONTEXTUAL);

  networkTarget.setTargets(new NetworkTarget[] { google, search,
  content, contextual });

  Receiving the error:
  [TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET @ operations
  [0].operand.targets[0]

  Thanks!
  -Joel

--

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-...@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.




AdWords API Re: apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread patrick
there may be false leads in the 2nd post, i'm not even sure if i'm
using the v13 or v14 link, bottom line is, my page stopped working
with no changes to the code or account on dec. 29, and i'm either
using v13 or v14. :)

--

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-...@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.




AdWords API Re: apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread AdWords API Advisor
Hi Patrick,

There is no v14 version of the AdWords API.  The successor to v13 is
the v2009 API, which is currently at version v200909.  The v2009 API
has some significant changes, which you can read about here:

  http://code.google.com/apis/adwords/v2009/docs/

Best,
- Eric Koleda, AdWords API Team

On Dec 30, 11:38 am, patrick xmv...@gmail.com wrote:
 i'm finding that due to laziness during a previous upgrade my apility
 config  library files may be a hybrid of v13/ v14. in which my config
 file would have caused my page to use v14. but my changelog file only
 goes up to 1.13.1 causing me to indicate in my previous post that i
 was using that version. however, this does not explain the issue as
 whatever i was using was working well until dec 29 suddenly.

 i am also noting the following:
 viewing these urls in human web browser (just to troubleshoot; in
 reality these would be requested by soap or whatever:)

 https://adwords.google.com/api/adwords/v13/CampaignService?wsdl
 works

 https://adwords.google.com/api/adwords/v14/CampaignService?wsdl
 has an error

 (i did not check the above to see if 2nd, v14 link above *was* working
 *before* my issue cropped up, however i assume it was.) is this an
 issue anyone knows about or am i on the right track with my
 troubleshooting? thanks.

--

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-...@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.




AdWords API Re: apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread patrick
hi eric, thanks for your reply. as i was probably writing
simultaneously to when you were writing i was realizing i am using the
v13 link.

however fact remains with same code  account suddenly stopped working
12/29/09 after working stably for about 6 months. and i thought the
switch to v2009 was only becoming required in april/may? i guess i
could just do the switch now but it would have been easier to delay
the switch for a while. are very few ppl using v13 at this point, or
in the hundreds or more?

by the way i have a better than average dedicated server company, they
are looking into whether it's a problem on their end, perhaps somehow
they have an internal feature which suddenly disallowed my script from
contacting adwords.google.com, although why now? would be
interesting to find out. :)

--

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-...@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.




AdWords API Re: TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET setting Campaign Network Targets

2009-12-30 Thread AdWords API Advisor
Hi Joel,

I was able to replicate this error message on my own account, and I
have escalated the issue to the core engineering team.  I'll update
this thread when I have more information.  In the mean time, a
workaround would be to explicitly set the network targets to the
values you want.

Best,
- Eric

On Dec 30, 11:43 am, joel joel.patt...@gmail.com wrote:
 Never mind, a later section of the code was re-adding the same
 targets. The error was valid, my bad.

 But maybe you can help with the next error I encountered:
 [TargetError.SEARCH_SUGGEST_NOT_AVAILABLE_FOR_THE_CUSTOMER @ operations
 [0]/*CampaignId: (my campaign id)*/]

 I don't even see this error listed 
 herehttp://code.google.com/apis/adwords/v2009/docs/reference/CampaignTarg...

 I am sending an empty list of network targets since according to the
 documentation 
 athttp://code.google.com/apis/adwords/v2009/docs/reference/CampaignTarg...
 List of network targets. An empty list means all networks are
 targeted. This field must contain distinct elements.  This field must
 not contain null elements.

 Here is the SOAP for this error.

 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope
 xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;
 xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;soapenv:Headerns1:RequestHeader
 soapenv:actor=http://schemas.xmlsoap.org/soap/actor/next;
 soapenv:mustUnderstand=0 xmlns:ns1=https://adwords.google.com/api/
 adwords/cm/v200909ns1:applicationTokentoken/
 ns1:applicationTokenns1:authToken xmlns:ns1=https://
 adwords.google.com/api/adwords/cm/v200909**/
 ns1:authTokenns1:clientCustomerId123456789/
 ns1:clientCustomerIdns1:developerTokentoken/
 ns1:developerTokenns1:userAgentAdWords API Java Client Library -
 v6.2.0/ns1:userAgentns1:validateOnlyfalse/ns1:validateOnly/
 ns1:RequestHeader/soapenv:Headersoapenv:Bodymutate
 xmlns=https://adwords.google.com/api/adwords/cm/
 v200909operationsoperatorSET/operatoroperand
 xsi:type=ns2:NetworkTargetList xmlns:ns2=https://adwords.google.com/
 api/adwords/cm/v200909campaignId123456789/campaignId/operand/
 operationsoperationsoperatorSET/operatoroperand
 xsi:type=ns3:LanguageTargetList xmlns:ns3=https://
 adwords.google.com/api/adwords/cm/v200909campaignId123456789/
 campaignIdtargetslanguageCodeen/languageCode/targets/
 operand/operations/mutate/soapenv:Body/soapenv:Envelope

 ?xml version=1.0 encoding=UTF-8?soap:Envelope
 xmlns:soap=http://schemas.xmlsoap.org/soap/
 envelope/soap:HeaderResponseHeader xmlns=https://
 adwords.google.com/api/adwords/cm/
 v200909requestIdf1fb2666b896abfed2cb95cf57776827/
 requestIdoperations1/operationsresponseTime455/
 responseTimeunits1/units/ResponseHeader/
 soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/
 faultcodefaultstring
 [TargetError.SEARCH_SUGGEST_NOT_AVAILABLE_FOR_THE_CUSTOMER @ operations
 [0]/*CampaignId: 123456789*/]/faultstringdetailApiExceptionFault
 xmlns=https://adwords.google.com/api/adwords/cm/v200909;message
 [TargetError.SEARCH_SUGGEST_NOT_AVAILABLE_FOR_THE_CUSTOMER @ operations
 [0]/*CampaignId: 123456789*/]/
 messageApplicationException.TypeApiException/
 ApplicationException.Typeerrors xsi:type=TargetError
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-
 instancefieldPathoperations[0]/fieldPathtrigger/ApiError.TypeTargetError/ApiError.Type/errors/

 ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 Thank you,
 -Joel

 On Dec 30, 10:41 am, AdWords API Advisor



 adwordsapiadvi...@google.com wrote:
  Hi Joel,

  Do you have the SOAP XML logs for this request?

  Best,
  - Eric Koleda, AdWords API Team

  On Dec 30, 10:10 am, joel joel.patt...@gmail.com wrote:

   I'm getting a TargetError trying to set the Network Targeting settings
   for a new Campaign. It seems to indicate that I have a duplicate, but
   I'm sending distinct values. Any thoughts? Here's my code:

   NetworkTarget google = new NetworkTarget();
   google.setNetworkCoverageType(NetworkCoverageType.GOOGLE_SEARCH);

   NetworkTarget search = new NetworkTarget();
   search.setNetworkCoverageType(NetworkCoverageType.SEARCH_NETWORK);

   NetworkTarget content = new NetworkTarget();
   content.setNetworkCoverageType(NetworkCoverageType.CONTENT_NETWORK);

   NetworkTarget contextual = new NetworkTarget();
   contextual.setNetworkCoverageType
   (NetworkCoverageType.CONTENT_CONTEXTUAL);

   networkTarget.setTargets(new NetworkTarget[] { google, search,
   content, contextual });

   Receiving the error:
   [TargetError.MULTIPLE_OCCURRENCES_OF_SAME_TARGET @ operations
   [0].operand.targets[0]

   Thanks!
   -Joel

--

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-...@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.




AdWords API Re: apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread AdWords API Advisor
Hi Patrick,

A majority of the v13 API is deprecated and scheduled for sunset in
April, but it has not been turned off yet and is not the cause of your
issues.  I would recommend looking at the SOAP XML logs for these
requests to get a better idea of what's going on.

Best,
- Eric

On Dec 30, 12:18 pm, patrick xmv...@gmail.com wrote:
 hi eric, thanks for your reply. as i was probably writing
 simultaneously to when you were writing i was realizing i am using the
 v13 link.

 however fact remains with same code  account suddenly stopped working
 12/29/09 after working stably for about 6 months. and i thought the
 switch to v2009 was only becoming required in april/may? i guess i
 could just do the switch now but it would have been easier to delay
 the switch for a while. are very few ppl using v13 at this point, or
 in the hundreds or more?

 by the way i have a better than average dedicated server company, they
 are looking into whether it's a problem on their end, perhaps somehow
 they have an internal feature which suddenly disallowed my script from
 contacting adwords.google.com, although why now? would be
 interesting to find out. :)

--

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-...@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.




AdWords API Re: How to find out the specific type of Video Ad

2009-12-30 Thread j.e.frank
Thank you, that is helpful.

I have tried calling AdGroupAdService.get on several ad IDs that I
know are video ads.  Sometimes this works fine, and I can infer that
(for example) template ID 49 is Pre Roll and template ID 9 is Click to
Play.  But sometimes I pass in an Ad ID and I get nothing back in the
results.  This is puzzling to me, because I can see the Ad ID in the
report.  Do you know of any reasons that no result would come back for
a given Ad ID?

On Dec 30, 11:26 am, AdWords API Advisor
adwordsapiadvi...@google.com wrote:
 Hi,

 The video ads you create using the web interface's Display Ad
 Builder will be returned as TemplateAds in v2009:

  http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdSer...

 The specific template being used, such as Click to Play or In-
 Stream, is noted by the field templateId.  We are still working on
 how best to expose the currently available templates, but a few get()
 requests will allow you to determine the mapping yourself.

 Best,
 - Eric

 On Dec 30, 10:45 am, j.e.frank j.e.fr...@gmail.com wrote:

  Thanks for the reply.  Is there a way to find out the specific type of
  ad through other API services?  I can't see anything in the
  AdGroupAdService that would let me distinguish these ads from one
  another, but maybe I am missing something.  My first preference would
  be to find out through the report, since that lets me get the ad type
  information at the same time as I am retrieving performance data, but
  really I'm just looking for any automated way to get it.

  On Dec 30, 10:26 am, AdWords API Advisor

  adwordsapiadvi...@google.com wrote:
   Hi,

   Unfortunately that level of detail isn't exposed through reporting, in
   both the web interface and API.

   Best,
   - Eric Koleda, AdWords API Team

   On Dec 30, 9:20 am, j.e.frank j.e.fr...@gmail.com wrote:

I'm trying to write a report that will show stats for our campaigns
that have video ads, and I want to distinguish between click-to-play
video ads and pre-roll video ads.  I'm running a Creative report
(aka Ad Performance in the UI) to get the data.   The problem I have
is that both kinds of video ads come through in the XML as
creativeType=gadgetTemplate.  How can I tell which specific type of
ad it is?

--

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-...@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.




AdWords API Sandbox Returns Dummy Keyword Results?

2009-12-30 Thread Bobby
I've noticed when using the example file getRelatedKeywords.php from
the library that my results are random strings like this:

Keyword with text sample keyword 1501483237 0 and match type EXACT
was found.
Keyword with text sample keyword 1501483237 0 and match type
PHRASE was found.
Keyword with text sample keyword 1501483237 0 and match type BROAD
was found.
Keyword with text sample keyword 1501483237 1 and match type EXACT
was found.
Keyword with text sample keyword 1501483237 1 and match type
PHRASE was found.
Keyword with text sample keyword 1501483237 1 and match type BROAD
was found.
Keyword with text sample keyword 1501483237 2 and match type EXACT
was found.
Keyword with text sample keyword 1501483237 2 and match type
PHRASE was found.
Keyword with text sample keyword 1501483237 2 and match type BROAD
was found.
Keyword with text sample keyword 1501483237 3 and match type EXACT
was found.

Even though I've specified the following for the keyword:

// Create seed keyword.
$keyword = new Keyword();
$keyword-text = 'bilibo';
$keyword-matchType = 'EXACT';

This is the what appears in my log.

[Dec 30 2009 14:26:33.00 - INFO] POST /api/adwords/o/v200909/
TargetingIdeaService HTTP/1.1
Host: adwords-sandbox.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.2.11
Content-Type: text/xml; charset=utf-8
SOAPAction: 
Content-Length: 1456

?xml version=1.0 encoding=UTF-8?
SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/
envelope/ xmlns:ns1=https://adwords.google.com/api/adwords/cm/
v200909 xmlns:ns2=https://adwords.google.com/api/adwords/o/v200909;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  SOAP-ENV:Header
ns2:RequestHeader xsi:type=ns2:RequestHeader
  ns1:applicationTokensdfsdf/ns1:applicationToken
  ns1:authToken*/ns1:authToken
  ns1:developerTokenki...@aol.com++usd/ns1:developerToken
  ns1:userAgentPHP v5.2.11 - AdWords API PHP Client Library -
v1.2.1 - ThinkFastToys.com/ns1:userAgent
/ns2:RequestHeader
  /SOAP-ENV:Header
  SOAP-ENV:Body
ns2:get
  ns2:selector
ns2:searchParameters
xsi:type=ns2:RelatedToKeywordSearchParameter
  ns2:keywords
ns1:textbilibo/ns1:text
ns1:matchTypeEXACT/ns1:matchType
  /ns2:keywords
/ns2:searchParameters
ns2:ideaTypeKEYWORD/ns2:ideaType
ns2:requestTypeIDEAS/ns2:requestType
ns2:requestedAttributeTypesKEYWORD/
ns2:requestedAttributeTypes
ns2:paging
  ns1:startIndex0/ns1:startIndex
  ns1:numberResults10/ns1:numberResults
/ns2:paging
  /ns2:selector
/ns2:get
  /SOAP-ENV:Body
/SOAP-ENV:Envelope


HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
SOAPAction: 
Transfer-Encoding: chunked
Date: Wed, 30 Dec 2009 19:26:33 GMT
Expires: Wed, 30 Dec 2009 19:26:33 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
X-Frame-Options: SAMEORIGIN
Server: GFE/2.0

?xml version=1.0?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Header
ResponseHeader xmlns:ns2=https://adwords.google.com/api/adwords/
cm/v200909 xmlns=https://adwords.google.com/api/adwords/o/v200909;
  ns2:requestId604523352032dcb41ba2450b6564/ns2:requestId
  ns2:operations10/ns2:operations
  ns2:responseTime132/ns2:responseTime
  ns2:units10/ns2:units
/ResponseHeader
  /soap:Header
  soap:Body
getResponse xmlns=https://adwords.google.com/api/adwords/o/
v200909 xmlns:ns2=https://adwords.google.com/api/adwords/cm/
v200909
  rval
totalNumEntries300/totalNumEntries
entries
  data
keyKEYWORD/key
value xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instance xsi:type=KeywordAttribute
  Attribute.TypeKeywordAttribute/Attribute.Type
  value
ns2:Criterion.TypeKeyword/ns2:Criterion.Type
ns2:textsample keyword 1501483237 0/ns2:text
ns2:matchTypeEXACT/ns2:matchType
  /value
/value
  /data
/entries
entries
  data
keyKEYWORD/key
value xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instance xsi:type=KeywordAttribute
  Attribute.TypeKeywordAttribute/Attribute.Type
  value
ns2:Criterion.TypeKeyword/ns2:Criterion.Type
ns2:textsample keyword 1501483237 0/ns2:text
ns2:matchTypePHRASE/ns2:matchType
  /value
/value
  /data
/entries
entries
  data
keyKEYWORD/key
value xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instance xsi:type=KeywordAttribute
  Attribute.TypeKeywordAttribute/Attribute.Type
  value
ns2:Criterion.TypeKeyword/ns2:Criterion.Type
ns2:textsample keyword 1501483237 0/ns2:text
ns2:matchTypeBROAD/ns2:matchType
  /value
  

AdWords API client account has been deactivated.

2009-12-30 Thread surajk
Hi,
One of our client have following message in his account:

This account has been deactivated.
The ads are not running and all other account activity has ceased. Any
changes you make here will be effective only if you reactivate the
account. If you want to do this, please contact us.

Is there any way to  get this type message  via API.

Regards
Suraj

--

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-...@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.




AdWords API Re: apility 1.13.1, createCampaignObject suddenly stopped working

2009-12-30 Thread patrick
my host had been blocking a range of ip addresses including
adwords.google.com, and has removed the block and the page is working
again. thanks

--

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-...@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.




AdWords API Re: How to use AccountInterface with v200909 API CampaignServiceInterface

2009-12-30 Thread samarsoo...@yahoo.com
Hi,
Yes the AccountService is not migrated in the 2009 but if in my
application I am using some API's of 2009 like
CampaignServiceInterface instead of CampaignInterface , so can I use
the AccountService from v13 to get the account details for my
campaign.

I am getting the exception when trying to get the account Info for the
Campaigns.

Regards
Samar

On Dec 30, 8:13 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi,

 I'm not sure I understand your question.  The AccountService has not
 yet been migrated to v2009, and it only available in v13.

 Best,
 - Eric Koleda, AdWords API Team

 On Dec 30, 7:54 am, samarsoo...@yahoo.com samarsoo...@yahoo.com
 wrote:

  Hi All,

  Can you please help me to know that how we can use the
  AccountInterface to get the account with the all other APIs being used
  of v200909 like CampaignServiceInterface.

  In my application I have to migrate the v13 API to v2009 API but I am
  getting exception whenever I am trying to access the AccountInterface
  API from v13 in the application.

--

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-...@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.