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 Danial, Here is the SOAP XML request for removing a bid strategy *?xml version=1.0 encoding=UTF-8?* *SOAP-ENV:Envelope xmlns:ns0=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;

Re: Deleting Bidding Schemes fails

2014-11-19 Thread Daniel Olel
. On Wednesday, November 19, 2014 2:05:32 PM UTC+3, Daniel Olel wrote: Hi Danial, Here is the SOAP XML request for removing a bid strategy *?xml version=1.0 encoding=UTF-8?* *SOAP-ENV:Envelope xmlns:ns0=https://adwords.google.com/api/adwords/cm/v201409 https://adwords.google.com/api

Re: Deleting Bidding Schemes fails

2014-11-12 Thread Daniel Olel
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

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 type 'exceptions.AttributeError'* from the Google Adwords API These are the logs I get when I enable SOAP logging !-- Sending -- ?xml version=1.0

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

Re: Deleting Bidding Schemes fails

2014-11-10 Thread Daniel Olel
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 implementation to create and delete bidding

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