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: Google Drive api issue

2014-11-10 Thread Josh Radcliff (AdWords API Team)
Hi, This forum is for questions related to the AdWords API . For help with the Google Drive API, please see the *Support* link at the bottom of the Drive API page . Thanks, Josh, AdWords API Team On Monday,

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

Google Drive api issue

2014-11-10 Thread jakub lemiszewski
Hello, I made a system to upload videos to Google drive. I can upload but the file in Google drive is uploaded like a document file instead to be a video type. There is my upload system and please let me know what I'm doing wrong. http://pastebin.com/5J44Gbw0 Thank you. -- -- =~=~=~=~=~=~=

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

Re: AuthenticationError.NOT_ADS_USER Error when integrate adWard to salesforce

2014-11-10 Thread Danial Klimkin
Hello, This error normally means you have generated the refresh token with a wrong account. Try logging off and re-authorizing your application logging in as your AdWords user. -Danial, AdWords API Team. On Sunday, November 9, 2014 5:00:39 PM UTC+3, jitendra rawat wrote: > > How I can resol

Re: PHP: Adgroup Negative keywords

2014-11-10 Thread Danial Klimkin
Hello lasha, It's very similar to other AdGroup Criteria, just you need to use the NegativeAdGroupCriterion object: https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.NegativeAdGroupCriterion -Danial, AdWords API Team. On Sunday, November 9, 2014 7:3

Re: Can i get keywords from the adword api if i post url

2014-11-10 Thread Danial Klimkin
Hello Agarwal, Yes, please see the "Generating Targeting Ideas" guide: https://developers.google.com/adwords/api/docs/guides/targeting-idea-service And RelatedToUrlSearchParameter

AuthenticationError.NOT_ADS_USER Error when integrate adWard to salesforce

2014-11-10 Thread jitendra rawat
How I can resolve this issue. What is the possible solution or reasons for this. I am fetching performance report from adword and i have developer token and also got the Auth token for scope "'https://adwords.google.com/api/adwords/ " -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

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

Re: Traffic Estimator Service returning DistinctError.DUPLICATE_ELEMENT

2014-11-10 Thread anash
Hi Christian, Apologies for the wrong link, I meant this link: https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201409/Optimization/EstimateKeywordTraffic.cs I think we allow only estimates for distinct keywords in a single request, even though the bid ra

Can i get keywords from the adword api if i post url

2014-11-10 Thread Agarwal
I am very new to adword api. I saw a feature on google adword that if I manually post landing page url in keyword planner tool, It automatically suggest me keyword for that particular web page. Is this feature available on google adword api also. If i post landing page url via api then if w

PHP: Adgroup Negative keywords

2014-11-10 Thread lasha kurtsikidze
Hello PHP: v201409 I can not find the way how to get AdGroup level negative keywords and also I want to be able to remove it as well. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

Re: KEYWORD_HAS_INVALID_CHARS - is there a regexp so we can validate keyword text before sending it to API ?

2014-11-10 Thread Danial Klimkin
Hello Ed, We don't have a complete list published. You can use ValidateOnly setting header to test the keyword for validity before adding it. -Danial, AdWords API Team. On Monday, November 10, 20

KEYWORD_HAS_INVALID_CHARS - is there a regexp so we can validate keyword text before sending it to API ?

2014-11-10 Thread Ed-
Hi, The documentation lists a regexp to validate keywords against, but it matches everything, including terms the API refuses. https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.Keyword Text of this keyword (at most 80 characters and ten words). This field