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 can 
 be selected using the value KeywordText. This field can be filtered on. 
 Keyword 
 text must not contain NUL (code point 0x0) characters. This is checked by 
 the regular expression '[^\x00]*'. 


Our application sent a keyword containing square symbol (²) and it got 
refused with error KEYWORD_HAS_INVALID_CHARS.

If no regexp is available, should we try to compile a list of invalid 
chars? A list of valid chars?

Thank you,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b52c1c68-dab3-4b54-9822-3f629da78409%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
https://developers.google.com/adwords/api/docs/guides/working-with-objects#validating-mutates
 
setting header to test the keyword for validity before adding it.


-Danial, AdWords API Team.

On Monday, November 10, 2014 4:21:12 PM UTC+3, Ed- wrote:

 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 
 can be selected using the value KeywordText. This field can be 
 filtered on. Keyword text must not contain NUL (code point 0x0) 
 characters. This is checked by the regular expression '[^\x00]*'. 


 Our application sent a keyword containing square symbol (²) and it got 
 refused with error KEYWORD_HAS_INVALID_CHARS.

 If no regexp is available, should we try to compile a list of invalid 
 chars? A list of valid chars?

 Thank you,



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/842f32fd-68bf-47bd-8e8c-e9c750b4575b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a50a98f1-4329-46ff-936c-433f0cadf677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 will get me list of keywords.

Thanks
Agarwal

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c3d8a48b-3c32-4c71-82ab-5a95d125e0fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 range is different. In your case, you'd need to send 
multiple requests.

Cheers,
Anash

On Friday, November 7, 2014 4:11:48 AM UTC-5, Christian Borck wrote:

 Hi Anash,
 Thanks for your quick reply. Unfortunately your link doesn't work properly.

 I know, in fact we are sending multiple keywords per request already.
 The issue is getting estimates for a distinct keyword, but for different 
 maxCpc's within a single request, eg. estimates for:
 buy shoes with maxCpc 0.5$
 buy shoes with maxCpc 1.0$

 Best regards,
 Christian

 Am Donnerstag, 6. November 2014 21:39:40 UTC+1 schrieb Anash P. Oommen 
 (AdWords API Team):

 Hi Christian,

 You can send multiple keywords per request, see 
 https://groups.google.com/d/msgid/adwords-api/bec89d9c-9720-4ed3-9ed7-fa0cd3644732%40googlegroups.com?utm_medium=emailutm_source=footer
  
 for an example.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Thursday, November 6, 2014 11:31:15 AM UTC-5, Christian Borck wrote:

 This question is related to the traffic estimator. We like to get 
 several estimates for a keyword (i.e. estimates for three different 
 max-cpcs). Currently we’re doing three separate requests, one for each 
 max-cpc. In an attempt to optimize this, we combined the three requests 
 into one. As a result, we get duplicate-element errors 
 (DistinctError.DUPLICATE_ELEMENT). Does this mean, that we can only have 
 one estimate per keyword per request? The API documentation for 
 AdGroupEstimateRequest states for the field keywordEstimateRequests: … This 
 field must contain distinct elements … However, we’re unsure what 
 „distinct“ means in this context; is only the keyword-id relevant?

 The keywords we are estimating are existing keywords, thus the request
 contains a campaign-id, ad-group-ids and keyword-ids.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b33306e6-12a1-4b3d-b6d9-0120cf261894%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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/
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f4955b7e-57f0-4b64-a999-f3cb60fea09e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 v201409, it was 
working fine in the last version of the API

Any help is highly appreciated.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/734044d6-18a6-4098-9670-3b18a914b623%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService.RelatedToUrlSearchParameter
 in 
particular.


-Danial, AdWords API Team.


On Saturday, November 8, 2014 8:10:11 PM UTC+3, Agarwal wrote:

 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 will get me list of keywords.

 Thanks
 Agarwal


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c641ff37-18ae-47e1-894a-946d719beec8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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:37:03 AM UTC+3, lasha kurtsikidze wrote:

 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.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/30725efd-7075-4c19-a6c2-39960e3aeddf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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/; 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6d26919c-9fb1-4a71-a62d-e27a19f4f037%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 v201409, it was 
 working fine in the last version of the API

 Any help is highly appreciated.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cff06914-11c6-4db1-92bb-3ea890d2f566%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.   

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0144e788-416a-4d03-a4af-acb9c6f097cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 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 v201409, it was 
 working fine in the last version of the API

 Any help is highly appreciated.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/93cd5690-9155-46dc-aa23-5a989d8e303d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
https://developers.google.com/adwords/api/docs/. For help with the Google 
Drive API, please see the *Support* link at the bottom of the Drive API page 
https://developers.google.com/drive/.

Thanks,
Josh, AdWords API Team

On Monday, November 10, 2014 10:19:04 AM UTC-5, jakub lemiszewski wrote:

 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.   


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a0be9815-468e-46a5-98b3-d60905ddcaff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
*(SharedBiddingStrategy){*
*   id = [BiddingStrategyId - usually the ID of my test account]*
*   name = [BiddingStrategyNameChosen]*
*   status = REMOVED*
* }*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b2c75f63-e353-449f-a979-0df9d3419103%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.