AdWords API Re: Adding campaign's additional link with api ?

2009-12-08 Thread xpander
Hello,

I talking about Ad Sitelinks

How can i set / modify / delete campaign's Ad Sitelinks with API ?
Ad Sitelinks is a new adwords ... 
https://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=164778

thks,

Arnaud



On Dec 7, 4:02 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Arnaud,

 Can you explain your question in more detail please?  I'm not sure I
 understand the problem.

 Best,
 - Eric Koleda, AdWords API Team

 On Dec 5, 8:35 am, xpander avi...@equaero.com wrote:



  How do that ?

  Thx

  Arnaud- 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 Re: Campaign mutate question

2009-12-08 Thread Tam
Hi Eric

as mentioned above, we had a similar problem, which we resolved as
described above.  I suspect this is a 'trap' that a lot of developers
who are working with your api are likely to fall into, so it might be
helpful to provide some messages in your error reporting which might
give some clues to help api developers to figure out where they're
going wrong on this issue!

On Dec 2, 7:24 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Tim,

 The error message will indicate which required fields are missing, and
 the documentation also has information on which fields are required,
 read-only, etc:

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

 Best,
 - Eric

 On Dec 2, 1:45 pm, Timothy Merrifield timothymerrifi...@gmail.com
 wrote:

  Thanks Eric!

  Sounds great! But I just tried it out and got a required field error
  on my mutate. How can a figure out what fields are required on a
  Campaign object?

  On Nov 30, 1:21 pm, AdWords API Advisor adwordsapiadvi...@google.com
  wrote:

   Hi Tim,

   When creating the new DTO you only need tosetthe required fields and
   the fields you want to change.  Any fields not included in the request
   (setas null) will be left unchanged.  For example, to pause an ad you
   only need the followingoperation:

    v20:operations
       v20:operatorSET/v20:operator
       v20:operand
          v20:adGroupIdX/v20:adGroupId
          v20:ad
             v20:idX/v20:id
          /v20:ad
          v20:statusPAUSED/v20:status
       /v20:operand
    /v20:operations

   Best,
   - Eric Koleda, AdWords API Team

   On Nov 27, 3:19 pm, Timothy Merrifield timothymerrifi...@gmail.com
   wrote:

Hey guys,

I'm trying to mutate a campaign object but I'm running into a Read-
only error being throw. I found a previous thread that said that you
should create a new data transfer object and pass that into the mutate
function. Apparently this is because some fields are read-only and
passing in a DTO with those fieldssettriggers a read-only error.

My problem is that I only want to mutate a single field, STATUS. I'm
afraid that if I create a new DTO that other fields could be mutated.
Even if I dosetall the fields to the pre-existing DTO, how can I be
sure that I get them all? This api call will modify our client's
campaigns so it's very important that I don't modify any other fields.
Is there any easy way to be certain that I only mutate a single field?

Any advice would be great. Thanks!
Tim

--

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: Campaign Performance Report - Impression Share issue

2009-12-08 Thread ecnelis
Thank you, Eric!

On 7 Gru, 18:07, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Tom,

 The cause of the error is that the start date for your report is too
 far in the past, before the impShare data became available.  The start
 date must be on or after 2007-05-18.  I will work with the core
 engineering team to expose this error so it will be clear in the
 future.

 Best,
 - Eric Koleda, AdWords API Team

 On Dec 7, 7:13 am, ecnelis chmielewski.tho...@googlemail.com wrote:

  Hello,

  i've just gone throgh AdWords API Forum and i havent found any
  particular information about the issue im having so im posting it as a
  new thread. the only thread i found so far is

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

  where i can find information that impression share feature has been
  launched in may this year. im using apility and everything seems to be
  ok, but if i attach one of the imp share columns ('impShare',
  'lostImpShareBudget', etc) im getting this as a response

  An internal error has occurred. Please retry your request.

  SOAP Parameters:
        scheduleReportJob xmlns=https://adwords.google.com/api/adwords/
  v13job
  xsi:type=DefinedReportJobnameAdwordsConnector.bigCampaignReport_2009-1 
  2-03/
  name
        selectedReportTypeCampaign/selectedReportType
        aggregationTypesSummary/aggregationTypes
        startDay1999-01-01/startDay
        endDay2009-12-02/endDay
        crossClienttrue/crossClient
        selectedColumnsClicks/selectedColumns
        selectedColumnsImpressions/selectedColumns
        selectedColumnsCampaignId/selectedColumns
        selectedColumnsCampaign/selectedColumns
        selectedColumnsCost/selectedColumns
        selectedColumnsDailyBudget/selectedColumns
        selectedColumnsAveragePosition/selectedColumns
        selectedColumnslostImpShareBudget/selectedColumns
        includeZeroImpressionfalse/includeZeroImpression
        /job
        /scheduleReportJob

  but if i remove 'lostImpShareBudget' from the selected columns list it
  works very well.

  what am i doing wrong? if you need any more data please let me know! i
  will provide you as much information as i can

  thank you !!!

  Regards,
  Tom

--

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 SOAPpy and V200909

2009-12-08 Thread Ralph Heimburger
I am using the awapi python library to access V200909 and running the
examples provided

If I use SOAP, I get:

aw_api.Errors.ApiVersionNotSupportedError: The 'Get' request via
v200909 is currently not supported for use with SOAPpy toolkit.

If I use ZSI, I get:
aw_api.Errors.RequestError:
SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @

--

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: Sample code to get keywords in PHP

2009-12-08 Thread hikmetcancelik
The problem also occurs if you're using php 5.3.x


On Nov 3, 11:20 am, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Priyantha,

 Thanks for sharing your work with the community, it's great to see
 developers getting excited about the new PHP client library.

 and Shiv,

 The error indicates that you are using PHP 3.0, which currently isn't
 supported by library.  More information is available in my response in
 this 
 thread:http://groups.google.com/group/adwords-api/browse_thread/thread/3d13b

 Best,
 - Eric Koleda, AdWords API Team

 On Nov 3, 9:50 am, Shiv Bhaduri shiv.bhad...@gmail.com wrote:



  Hi Priya,

  This is a big help, could you please help me with the below error

  Strict Standards:  Declaration of AdsSoapClient::__doRequest() should
  be compatible with that of SoapClient::__doRequest() in adword\src
  \Google\Api\Ads\Common\Lib\AdsSoapClient.php on line 402

  Thanks..Shiv

  On Nov 3, 8:42 am, Priyantha Gunawardena pgdesign...@gmail.com
  wrote:

   Hi All,

   I hope you guys find this helpful.

  http://www.pgdesigning.com/php/2009/11/03/get-all-keywords-in-adword-...

   Cheers,
   --
   ...
   Priyantha Gunawardena
   __
   {Web Designer / Developer}
   Tel: +94 038-228-4323
   Mobi: +94 077-393-8516
   Blog:http://www.pgdesigning.com
   IM : pgdesigning
   ...

--

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: Question about tracking

2009-12-08 Thread AdWords API Advisor
Hi,

The AdWords API doesn't provide that type of functionality, although
there are various solutions.  I would post your question to the
general AdWords forum, as the users there have more experience with
this topic.

  http://www.google.com/support/forum/p/AdWords

Best,
- Eric

On Dec 7, 1:14 pm, Lt Shark larrygalf...@gmail.com wrote:
 Maybe I worded my question wrong. Is there a way to track dynamically
 (close to instantly) where a visitor is coming from? Let's say said
 user clickd google adword thereafterwego or something and the used
 the keyword alphamaryjunior. Is there a way with the google adwords
 API or without that I can add code to my website to see which ad they
 clicked even if I do not own or have the account login information of
 this adword account?

--

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: CPC - Costresults in V13 returned as 0

2009-12-08 Thread AdWords API Advisor
Hi Christian,

Can you please post a sample request that demonstrates this problem?
It would help if I could run the request myself and look at the
results.

Thanks,
- Eric

On Dec 7, 2:22 pm, strait s...@strait.de wrote:
 Sorry for coming back again,

 but my problem becomes almost ugly. The very most of my results aren´t
 getting the correct results. 5 of 10 now getting 0 or returning an
 error. Now we got in summary about 15 results with 0!
 How can we fix that problem?

 The performance of the cpc - method is also not good. Would be glad to
 get more results.

 My programmer gave me a new method to deal with more keywords in one
 request. But all failed; always returning 0. Can you explain, how to
 check which keyword - result came back (is it necessary to check
 always the order of the results and match that with the order of the
 request list?)

 Thanks for support.

 Kind regards
 Christian

--

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: Update Campaigns : UNEXPECTED INTERNAL API ERROR

2009-12-08 Thread AdWords API Advisor
Hi Sreenu,

There are many possible reasons for the error.  In order to
investigate further I need more information from you.  Do you have the
SOAP XML logs from this request, or the request id?

Best,
- Eric Koleda, AdWords API Team

On Dec 8, 1:11 am, sreenu sree...@cybage.com wrote:
 Hi,
 I got above error while updatingCampaign. Could you please tell me the
 possible reasons.

 Thanks,
 Sreenu.

--

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: INCOMPLETE_SIGNUP_APP_INFO_MISSING

2009-12-08 Thread AdWords API Advisor
Hi Sreenu,

This error indicates that your application information has not been
entered in the AdWords web interface.  This information is needed for
you application token.  To resolve this, log into the AdWords web
interface with the MCC account that owns your developer token,
navigate to My Account - AdWords API Center and update your
application information.  After it is updated it will automatically be
reviewed.

Best,
- Eric

On Dec 8, 1:04 am, sreenu sree...@cybage.com wrote:
 Hi,

 Today I got above error. Could you please tell me all the case where
 you are returning above. I am sure that I am passing correct
 credentials.

 Thanks,
 Sreenu.

--

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: Adding campaign's additional link with api ?

2009-12-08 Thread AdWords API Advisor
Hi Arnaud,

Unfortunately Ad Sitelinks are not yet supported by the AdWords API.

Best,
- Eric

On Dec 8, 4:30 am, xpander avi...@equaero.com wrote:
 Hello,

 I talking about Ad Sitelinks

 How can i set / modify / delete campaign's Ad Sitelinks with API ?
 Ad Sitelinks is a new adwords 
 ...https://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=164778

 thks,

 Arnaud

 On Dec 7, 4:02 pm, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:



  Hi Arnaud,

  Can you explain your question in more detail please?  I'm not sure I
  understand the problem.

  Best,
  - Eric Koleda, AdWords API Team

  On Dec 5, 8:35 am, xpander avi...@equaero.com wrote:

   How do that ?

   Thx

   Arnaud- 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 Re: C# + http 403 : Serious problem with authentification ...

2009-12-08 Thread xpander
Hello Eric,

We manange around 30 customers spending 500 000$ / month ...
we have several consultant working on adwords campgin : we need
multiple api call at the same  time without 403 error ...
Any solution ?

Thks

Arnaud


On Dec 8, 5:52 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Arnaud,

 Please see the the following thread for more information:

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

 Best,
 - Eric Koleda, AdWords API Team

 On Dec 8, 10:49 am, xpander avi...@equaero.com wrote:



  hello,

  I have alternatively http 403 (forbidden) and OK with the same login 
  password with no reasons.
  The new authentification dont' work correcty ... is there any
  workaround with dotnet ?

  Thks

  Arnaud- 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 Sandbox problems

2009-12-08 Thread Egor Nechiporenko
Hello.
I have problem with adwords sandbox. version 13. I am using
ApilityLibrary. And now it's impossible to me to login to adwords. I
am always get error Login with this username/password failed.


This is headers sended to your sandbox.

POST /api/adwords/v13/AccountService HTTP/1.0
Host: sandbox.google.com
User-Agent: NuSOAP/0.7.3 (1.114)
Content-Type: text/xml; charset=UTF-8
SOAPAction: 
Content-Length: 807

contextured.sand...@googlemail.com
  Correct password

  contextured.sand...@googlemail.com++gbp
  .
  Google APIlity PHP Library for AdWords
  [response]=
  string(991) HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=utf-8
Date: Tue, 08 Dec 2009 17:47:30 GMT
Expires: Tue, 08 Dec 2009 17:47:30 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
X-Frame-Options: SAMEORIGIN
Server: GFE/2.0
Transfer-Encoding: chunked




   soapenv:Server.userException
   Login with this username/password failed.


 9
 Login with this username/password failed.
 contextured.sand...@googlemail.com




--

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 Video ads in V200x API

2009-12-08 Thread Peer Jakobsen (AdWords API Guru)
Hi,

We currently manage video ads through V13. When V13 is sunsetting, can
we expect to have video ads in the V200x APIs? Or are video ads simply
being deprecated?

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 Removing a criterion level bid

2009-12-08 Thread Peer Jakobsen (AdWords API Guru)
Hi,

In the V200909 documentation the bidsource is defined as read only:

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

How do I remove the criterion level bid so that the default adgroup
level bid is used? Do I just set the BiddableAdGroupCriterion.bids to
null?

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.