Re: Deleting Bidding Schemes fails

2014-11-25 Thread Danial Klimkin
Hi Daniel, Could you please send us an example of this get request, you take the bidding strategy ID from? -Danial, AdWords API Team. On Monday, November 24, 2014 7:12:27 PM UTC+3, Daniel Olel wrote: > > Hi Danial, > > Is there any more information that I need to bring for this issue? > > K

Re: Deleting Bidding Schemes fails

2014-11-24 Thread Daniel Olel
Hi Danial, Is there any more information that I need to bring for this issue? Kind Regards, Daniel Olel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=

Re: Deleting Bidding Schemes fails

2014-11-19 Thread Daniel Olel
Hi, I do added the clientCustomerId and developerToken header to the request and still got the error. As for the strategy Id, I pass the strategy object I retrieved from the query for an existing strategy of the given name On Wednesday, 19 November 2014 15:36:36 UTC+1, Danial Klimkin wrote: >

Re: Deleting Bidding Schemes fails

2014-11-19 Thread Danial Klimkin
Hello Daniel, First of all, please add the clientCustomerId header to the request. This way we can confirm which account the request is executed against. As per the error, where do you get the strategy ID from? ID 631122550 is not a valid bidding strategy ID. -Danial, AdWords API Team. On

Re: Deleting Bidding Schemes fails

2014-11-19 Thread Daniel Olel
Hi Danial, Here is the SOAP XML request for removing a bid strategy ** *https://adwords.google.com/api/adwords/cm/v201409"; xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:tns="https://adwords.google.com/api/adwords/cm/v201409

Re: Deleting Bidding Schemes fails

2014-11-13 Thread Danial Klimkin
Hello Daniel, Is it possible you accidentally send several operations in the same request for the same ID? Please send us full XML code for the remove request and server response. -Danial, AdWords API Team. On Wednesday, November 12, 2014 7:50:24 PM UTC+3, Daniel Olel wrote: > > Hello Danial

Re: Deleting Bidding Schemes fails

2014-11-12 Thread Daniel Olel
Hello Danial, So here is the issue, Whenever I attempt to remove a shared bidding strategy, it returns an Invalid ID Error, which according to the API is an EntityNotFound Error. Now if I query the API for removed shared bidding strategy, it returns one whose status I set to removed in an oper

Re: Deleting Bidding Schemes fails

2014-11-12 Thread Danial Klimkin
Hello Daniel, I am confused about what step you are facing the issue at? Also, we recommend sending clientCustomerId in the SOAP header to ensure you are running the request against the correct account. -Danial, AdWords API Team. On Tuesday, November 11, 2014 7:22:40 PM UTC+3, Daniel Olel w

Re: Deleting Bidding Schemes fails

2014-11-11 Thread Daniel Olel
So, Here is what happens, When I attempt to create a new shared strategy since the other one was removed, it returns an* ERROR - ERROR TYPE * from the Google Adwords API These are the logs I get when I enable SOAP logging https://adwords.google.com/api/adwords/cm/v201409"; xmlns:ns1="http://s

Re: Deleting Bidding Schemes fails

2014-11-11 Thread Danial Klimkin
Hello Daniel, Could you please enable XML logging and confirm the ID is inserted properly? It looks like the correct ID is not sent. -Danial, AdWords API Team. On Monday, November 10, 2014 8:36:26 PM UTC+3, Daniel Olel wrote: > > This is the Fault/Error the server sends back when I attempt to

Re: Deleting Bidding Schemes fails

2014-11-10 Thread Daniel Olel
This is the Fault/Error the server sends back when I attempt to remove a bidding strategy *'[EntityNotFound.INVALID_ID @ operations[0].operand.id; trigger:'BiddingStrategyId: .[BidStrategyId]']'* This happens if I check first if the bidding strategy exists and it always gives this response *(Sh

Re: Deleting Bidding Schemes fails

2014-11-10 Thread Daniel Olel
Yes, it's a shared bidding strategy. It doesn't have active campaigns linked to it in production since it's an account I use for testing the program before deploying it to production On Monday, 10 November 2014 15:19:44 UTC+1, Danial Klimkin wrote: > > Hello Daniel, > > > What is the error messa

Re: Deleting Bidding Schemes fails

2014-11-10 Thread Danial Klimkin
Hello Daniel, What is the error message you are getting? Is it a shared (isExplicitShared = true) strategy? Do you have active campaigns linked with it? -Danial, AdWords API Team. On Monday, November 10, 2014 2:01:18 PM UTC+3, Daniel Olel wrote: > > > Hello! > > Situation: I am writing an im

Deleting Bidding Schemes fails

2014-11-10 Thread Daniel Olel
Hello! Situation: I am writing an implementation to create and delete bidding schemes programmatically. The creating part is working just fine, but whenever I attempt to delete and already existing bidding scheme, it raises an exception. The exception started when I upgraded to the new API v20