Re: Policy error while trying update product price on ad

2010-04-30 Thread Orly Junior
Hi Eric, many thanks for your reply.

An instance of the problem could be reproduced by the following
request id: 867c6a6b4d06f8fbbf39f2972ed738db

Your suggestion of using the validateOnly was very helpful. We
overlooked it as a possiblity and it will come in handy on identifying
the rejected ads before we have the batch submitted.

Thanks again and best regards,

Orly

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: additional keywords to consider from Adwords API

2010-04-30 Thread AdWords API Advisor
Hi Seshu,

Unfortunately it isn't possible to filter for these types of keywords
only using the TargetingIdeaService.

Best,
- Eric Koleda, AdWords API Team

On Apr 29, 12:26 am, Seshu seshagirik...@gmail.com wrote:
 Hi,

 How can we get the additional keywords to consider using the
 TargetingIdeaService using v200909  Adwords API?

 Thanks,
 Seshu

 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Have you migrated to v200909 yet?
 The v13 sunset is on April 22, 2010.

 Also find us on our blog and discussion 
 group:http://adwordsapi.blogspot.comhttp://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 
 athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Search Code Example for v2009 Keyword Tool Service (MonlySearchVolum)

2010-04-30 Thread AdWords API Advisor
Hi Marcus,

You can use the v200909 TargetingIdeaService.get() method, with the
ideaType KEYWORD and the requestType STATS, ensuring that you include
TARGETED_MONTHLY_SEARCHES in your requestedAttributeTypes:

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

An example of how to use this service with the PHP client library is
available here:

  
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v200909/GetRelatedKeywords.php

Best,
- Eric Koleda, AdWords API Team

On Apr 29, 9:27 am, WoY m...@clickeffect.de wrote:
 Hey guys,

 hope somebody could help me.

 Im a Google Api NoOb and wanna get the monthly search volum by keyword
 likehttps://adwords.google.de/select/KeywordToolExternal

 Could somebody post an example php script example, how i have to code
 it.

 Would be so amazing, couse i dont know wdf i have to do.

 Thanks a lot

 Best regards

 Marcus

 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Have you migrated to v200909 yet?
 The v13 sunset is on April 22, 2010.

 Also find us on our blog and discussion 
 group:http://adwordsapi.blogspot.comhttp://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 
 athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: CampaignTargetService error (v200909 client library)

2010-04-30 Thread AdWords API Advisor
Hi,

UNEXPECTED_INTERNAL_API_ERROR can occur from time to time when there
is a temporary problem with the AdWords API.  In these situations it
is best wait for a moment and retry the request.

Best,
- Eric Koleda, AdWords API Team

On Apr 29, 2:19 pm, BeeGeez brianpgra...@gmail.com wrote:
 Please give me some insight why I'm getting the following error when I
 try to use the CampaignTargetSelector:

 -BEGIN API CALL-

 Request
 ---

 POST /api/adwords/cm/v200909/CampaignTargetService
 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
 Protocol 2.0.50727.3603)
 Content-Type: text/xml; charset=utf-8
 SOAPAction: 
 Host: adwords.google.com
 Content-Length: 850
 Expect: 100-continue
 Accept-Encoding: gzip

 ?xml version=1.0 encoding=utf-8?soap:Envelope
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xmlns:xsd=http://www.w3.org/2001/
 XMLSchemasoap:HeaderRequestHeader xmlns=https://
 adwords.google.com/api/adwords/cm/
 v200909applicationTokenEFPg/
 applicationTokenauthToken/
 authTokendeveloperTokenvM_g/developerToken/
 RequestHeader/soap:Headersoap:Bodyget xmlns=https://
 adwords.google.com/api/adwords/cm/
 v200909selectorcampaignIds46765445/campaignIds/selector/
 get/soap:Body/soap:Envelope

 Response
 

 Content-Encoding:
 Transfer-Encoding: chunked
 X-Content-Type-Options: nosniff
 X-Frame-Options: SAMEORIGIN
 X-XSS-Protection: 1; mode=block
 Cache-Control: private, max-age=0
 Content-Type: text/xml; charset=UTF-8
 Date: Thu, 29 Apr 2010 18:02:02 GMT
 Expires: Thu, 29 Apr 2010 18:02:02 GMT
 Server: GSE

 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/
 envelope/soap:Bodysoap:Faultfaultcodesoap:Server/
 faultcodefaultstringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 @ /faultstringdetailApiExceptionFault xmlns=https://
 adwords.google.com/api/adwords/cm/
 v200909messageInternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ /
 messageApplicationException.TypeApiException/
 ApplicationException.Typeerrors xmlns:xsi=http://www.w3.org/2001/
 XMLSchema-instance xsi:type=InternalApiErrorfieldPath/
 fieldPathtrigger/triggerApiError.TypeInternalApiError/
 ApiError.TypereasonUNEXPECTED_INTERNAL_API_ERROR/reason/errors/
 ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 -END API CALL---

 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion 
 group:http://adwordsapi.blogspot.comhttp://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 
 athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: CampaignService.Get Operation returning wrong data types

2010-04-30 Thread AdWords API Advisor
Hi Sai,

It is possible for campaigns to enter a state where they target
CONTENT_CONTEXTUAL but not CONTENT_NETWORK.  Since CONTENT_NETWORK is
required however, the ads will not run on the content network.  We are
working to correct this behavior, but in the mean time be aware that
CONTENT_NETWORK is always required for a campaign to run on the
content network.

Best,
- Eric Koleda, AdWords API Team

On Apr 29, 11:52 pm, RAGHAVENDRA SUDHA
raghav.sudha2...@googlemail.com wrote:
 Hi,

 i am trying to retrieve data for a campaign and all the targets for that
 campaign using campaignservice and campaigntarget service.

 In order to know the network types -- for which the campaign is targeted i
 am using CampaignTargetService for this campaign.

 from the explanation which is given to me at the following link,

 http://groups.google.com/group/adwords-api/browse_thread/thread/c722f...

 there shouldn't be a case when i will get only CONTENT_CONTEXUAL as
 networktarget without CONTENT_NETWORK.

 but when i am trying to get targets for a particular campaign i am getting
 CONTENT_CONTEXUAL as targeted network.

 but when i logged into UI to check about this campaign, the campaign is
 actually targeted only at search networks.

 so technically i will expected the network targets to return only 2 types of
 networks GOOGLE_SEARCH, SEARCH_NETWORK. but i am receiving a 3rd one
 which is CONTENT_CONTEXUAL.

 please find the soap response i have received.

 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
   soap:Header
     ResponseHeader xmlns=https://adwords.google.com/api/adwords/cm/v200909
 
       requestId/requestId
       operations6/operations
       responseTime361/responseTime
       units1/units
     /ResponseHeader
   /soap:Header
   soap:Body
     getResponse xmlns=https://adwords.google.com/api/adwords/cm/v200909;
       rval
         totalNumEntries6/totalNumEntries
         Page.TypeCampaignTargetPage/Page.Type
         entries xsi:type=AdScheduleTargetList 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

 campaignId/campaignId
           TargetList.TypeAdScheduleTargetList/TargetList.Type
           targets
             Target.TypeAdScheduleTarget/Target.Type
             dayOfWeekMONDAY/dayOfWeek
             startHour7/startHour
             startMinuteZERO/startMinute
             endHour20/endHour
             endMinuteTHIRTY/endMinute
             bidMultiplier1.0/bidMultiplier
           /targets
           targets
             Target.TypeAdScheduleTarget/Target.Type
             dayOfWeekTUESDAY/dayOfWeek
             startHour7/startHour
             startMinuteZERO/startMinute
             endHour20/endHour
             endMinuteTHIRTY/endMinute
             bidMultiplier1.0/bidMultiplier
           /targets
           targets
             Target.TypeAdScheduleTarget/Target.Type
             dayOfWeekWEDNESDAY/dayOfWeek
             startHour7/startHour
             startMinuteZERO/startMinute
             endHour20/endHour
             endMinuteTHIRTY/endMinute
             bidMultiplier1.0/bidMultiplier
           /targets
           targets
             Target.TypeAdScheduleTarget/Target.Type
             dayOfWeekTHURSDAY/dayOfWeek
             startHour7/startHour
             startMinuteZERO/startMinute
             endHour20/endHour
             endMinuteTHIRTY/endMinute
             bidMultiplier1.0/bidMultiplier
           /targets
           targets
             Target.TypeAdScheduleTarget/Target.Type
             dayOfWeekFRIDAY/dayOfWeek
             startHour7/startHour
             startMinuteZERO/startMinute
             endHour20/endHour
             endMinuteTHIRTY/endMinute
             bidMultiplier1.0/bidMultiplier
           /targets
         /entries
         entries xsi:type=DemographicTargetList 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

 campaignId/campaignId
           TargetList.TypeDemographicTargetList/TargetList.Type
         /entries
         entries xsi:type=GeoTargetList 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

 campaignId/campaignId
           TargetList.TypeGeoTargetList/TargetList.Type
           targets xsi:type=CountryTarget
             Target.TypeCountryTarget/Target.Type
             excludedfalse/excluded
             countryCodeUS/countryCode
           /targets
         /entries
         entries xsi:type=LanguageTargetList 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

 campaignId/campaignId
           TargetList.TypeLanguageTargetList/TargetList.Type
           targets
             Target.TypeLanguageTarget/Target.Type
             languageCodeen/languageCode
           /targets
         /entries
         entries xsi:type=NetworkTargetList 
 

Re: Enum com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v200909.jaxbgen.ContentLabelType does not have a constant corresponding to BELOW_THE_FOLD

2010-04-30 Thread AdWords API Advisor
Hi All,

I apologize for not updating this thread sooner, but a fix for this
issue was deployed and the problem should be resolved.  Let me know if
you continue to see this error.

Best,
- Eric

On Mar 25, 12:59 pm, Daniel d...@ads2people.de wrote:
 Hi Eric,

 can we do something for you or the engineering team to fix this issue?
 Maybe some more SOAP logs or sth. like that?

 The 22th April is coming really fast and with the error above we can't
 manage all
 customers with the new api :-/

 Regards,
 Daniel

 On 23 Mrz., 16:31, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:



  Hi,

  Unfortunately there are no updates at this time, but the core
  engineering team is aware of the issue and working towards a solution.

  Best,
  - Eric

  On Mar 22, 3:07 pm, SEM sem...@gmail.com wrote:

   Eric:

   Any update from the Google engineering team on this?
   How do we explain this issue to our customer who has run into this
   issue through our app?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 budgetOptimizerSettings (v13 - v2009)

2010-04-30 Thread AdWords API Advisor
Hi,

The takeOnOptimizedBids option is no longer available, and in v200909
the optimized bids will always be kept when transitioning from
BudgetOptimizer to ManualCPC.

Best,
- Eric Koleda, AdWords API Team

On Mar 24, 1:50 pm, BeeGeez brianpgra...@gmail.com wrote:
 In v13, a Campaign had a budgetOptimizerSetting class.  Was this was
 replaced by Campaign.biddingStrategy.BudgetOptimizer in v2009?  If so,
 what happened to the takeOnOptimizedBids and enabled properties
 (bidCeiling is there 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: Policy error while trying update product price on ad

2010-04-30 Thread AdWords API Advisor
Hi Orly,

Thank you for the example, I see what you mean now.  It turns out that
in the case of 206 this is a trademarked term in some countries, but
since my campaign was targeting the US I couldn't generate the error.
It will never be possible to completely avoid these types of policy
errors, but using the validateOnly header and exemptionRequests you
should be able to work around them.

Best,
- Eric

On Apr 30, 9:31 am, Orly Junior orly.jun...@periscopix.com wrote:
 Hi Eric, many thanks for your reply.

 An instance of the problem could be reproduced by the following
 request id: 867c6a6b4d06f8fbbf39f2972ed738db

 Your suggestion of using the validateOnly was very helpful. We
 overlooked it as a possiblity and it will come in handy on identifying
 the rejected ads before we have the batch submitted.

 Thanks again and best regards,

 Orly

 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion 
 group:http://adwordsapi.blogspot.comhttp://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 
 athttp://groups.google.com/group/adwords-api?hl=en

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


Remarketing Support in v2009

2010-04-30 Thread sla...@gmail.com
Can you tell me when you will have support for remarketing and
audience targeting in v2009?   I would like to know when I can use an
api to setup remarketing and audience targeting.

Thank you,
susan

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Error ADDing a new Campaign -- BUDGET_PERIOD_NOT_AVAILABLE

2010-04-30 Thread Don Spaulding
Thanks Peer, switching our budgets to DAILY periods worked.

On Apr 29, 4:10 pm, Peer Jakobsen (AdWords API Guru)
peer.jakob...@gmail.com wrote:
 The MONTHLY budget period is a legacy value. It's not allowed on new
 campaigns.

 Cheers

 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion 
 group:http://adwordsapi.blogspot.comhttp://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 
 athttp://groups.google.com/group/adwords-api?hl=en

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


Uploading media via API

2010-04-30 Thread Don Spaulding
Is there any estimation available of when we will be able to upload
media via the API for the iconMediaId and imageMediaId fields?

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


502 Bad Gateway and SSL Connection Reset by Peer

2010-04-30 Thread vhoang
Over the past couple days, we have been seeing the following
intermittent errors:

502: Bad Gateway
Connection reset by peer - SSL_connect

Are other users experiencing the same issues?

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