Re: .Net API version - Have created test account and also have production account but get incomplete sign up error

2014-08-13 Thread Zweitze
Also, when using the handy oAuthTokenGenerator with the clientID and secret 
from the test account, I get an exception:
System.Net.HttpListenerException was unhandled

Are you running on Windows Server 2008 or higher, or Windows Vista or 
higher? Then try this:
- Right-click on the EXE
- Select Run as administrator
- Confirm the UAC


Op dinsdag 12 augustus 2014 01:04:08 UTC+2 schreef fountain...@gmail.com:

 Hello,

 I have been struggling with this for some time so your help is much 
 appreciated in advance.
 I am also using the C#.Net API wrapper which I have been able to 
 understand and is now up and running. Although I am getting the error: 
 Failed to get campaigns. Exception says An API exception has occurred. 
 See ApiException and InnerException fields for more 
 details.[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] 

 Here are the steps that I have followed.

1. I have created a test account te...@testdomain.com javascript:
2. I have created a MCC account for both Production (#MCC1) and Test 
account (#MCC2)
3. I have created a production developer token against #MCC1 (pending 
approval, and does not matter as mostly focusing on testing at the moment)
4. I have added the production developer token to the web.config
5. I have added the Client Customer ID, The oAuth2ClientID and 
oAuth2ClientSecret from the test account to the web.config

 I can do the authentication just fine and I successful get the 
 authorisation login. After that and once I get to execute I get the 
 Incomplete_Signup error.

 Also, when using the handy oAuthTokenGenerator with the clientID and 
 secret from the test account, I get an exception:

 System.Net.HttpListenerException was unhandled
   HResult=-2147467259
   Message=Access is denied
   Source=System
   ErrorCode=5
   NativeErrorCode=5
   
 I am puzzled. Shouldn't this be working? I followed the documentation to 
 the letter and I guess it should be working. Let me know if you need any 
 IDs for investigation.

 Kind regards.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Javascript API in sandbox

2014-08-13 Thread Assaf Magen
Hello,

I was wondering if there is a way to work against sandbox with the JS api 
without the need to supply user name or password or some temporary 
generated token to use instead
my goal is to imitate Create campaign location + advanced search with all 
the api calls to LocationCriterionService on the client side against 
sandbox, collect chosen adwords location, send to server and create new 
campaign using adwords api on the server side using my account tokens and 
credentials.

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.
For more options, visit https://groups.google.com/d/optout.


Re: Can't seem to update CampaignAdExtension

2014-08-13 Thread Assaf Magen
Hi Ray,

thanks for your reply - I'm letting this go I'm just creating new
LocationExtensions whenever I need to and removing the ones I no longer
have use for

thanks

Assaf


On Tue, Aug 12, 2014 at 9:15 PM, Ray Tsang (AdWords API Team) 
adwordsapiadvisor+...@google.com wrote:

 Assaf,

 Please send me the full SOAP request/response in private.

 Thanks,

 Ray


 On Tuesday, August 12, 2014 9:31:00 AM UTC-4, Assaf Magen wrote:

 Hello,

 I'm trying to update phone number on existing CampaignAdExtension of type
 LocationExtension using the SET operator - update fails with following
 error:

 OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]

 Couldn't find in Adwords API  docs any restrictions regarding
 CampaignAdExtensionService mutate and the SET operator.

 I'm using v201406

 thanks for your help...

 here's my code (C#)


 var setAdExtensionResult = _campaignAdExtService.mutate(new[]
{
new CampaignAdExtensionOperation
{
operand = locExtension,
@operator = Operator.SET
}
});

  --
 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 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.
 For more options, visit https://groups.google.com/d/optout.




-- 

*Assaf Magen *| Team Leader

Ha'anagar 2nd, Kfar-Sava P.O.Box 7110

Office: +972.9.7486785 Fax:+972.9.7486786 Mobile: +972.54.719

www.msbitsoftware.com  | as...@msbitsoftware.com l...@msbitsoftware.com

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: About GetKeywordIdeas help?

2014-08-13 Thread Tim


Hi Ray,
Thanks for your answer.
About another question...

API Result:
KEYWORD_TEXT = 'internet marketing' 
SEARCH_VOLUME = '60500'
KEYWORD_TEXT = 'online marketing' 
SEARCH_VOLUME = '60500'
KEYWORD_TEXT = 'direct marketing' 
SEARCH_VOLUME = '33100'
KEYWORD_TEXT = 'business marketing' 
SEARCH_VOLUME = '8100'
...


Keyword Planner:
https://lh6.googleusercontent.com/-umjNlqZ0n6E/U-snZMUOb6I/AGE/J9_8RpuEu5Q/s1600/2014-08-13%2B16.20.41.png


Why are my API results SEARCH_VOLUME different Keyword Planner?
Which is real time?


Thanks,

Tim


Ray Tsang (AdWords API Team)於 2014年8月12日星期二UTC+8下午11時24分22秒寫道:

 Tim,

 That's not feasible as the result is tied to the queries as a whole.

 Thanks,

 Ray


 On Tuesday, August 12, 2014 12:08:54 AM UTC-4, Tim wrote:

 Hi Ray,

 Thanks for your answer.
 About the second question...


 Example:

 $user = new AdWordsUser();

 $user-LogAll();

 $targetingIdeaService = $user-GetService('TargetingIdeaService', 
 'v201402');

 $keyword = array('digital', 'marketing');

 $selector = new TargetingIdeaSelector();
 $selector-requestType = 'IDEAS';
 $selector-ideaType = 'KEYWORD';
 $selector-requestedAttributeTypes = array('KEYWORD_TEXT', 
 'SEARCH_VOLUME', 'CATEGORY_PRODUCTS_AND_SERVICES');

 $languageParameter = new LanguageSearchParameter();
 $language = new Language();
 $language-id = 1000;
 $languageParameter-languages = array($language);

 $relatedToQuerySearchParameter = new RelatedToQuerySearchParameter();
 $relatedToQuerySearchParameter-queries = $keyword;
 $selector-searchParameters[] = $relatedToQuerySearchParameter;
 $selector-searchParameters[] = $languageParameter;

 $selector-paging = new Paging(0, 
 AdWordsConstants::RECOMMENDED_PAGE_SIZE);

 do {
 $page = $targetingIdeaService-get($selector);

 if (isset($page-entries)) {
 foreach ($page-entries as $targetingIdea) {
 $data = MapUtils::GetMap($targetingIdea-data);
 $keyword = $data['KEYWORD_TEXT']-value;
 $search_volume = isset($data['SEARCH_VOLUME']-value) ? 
 $data['SEARCH_VOLUME']-value : 0;

 printf(KEYWORD_TEXT = '%s' br/ SEARCH_VOLUME = '%s' 
 hr/, $keyword, $search_volume);
 }
 } else {
 print No keywords ideas were found.\n;
 }

 $selector-paging-startIndex += 
 AdWordsConstants::RECOMMENDED_PAGE_SIZE;
 } while ($page-totalNumEntries  $selector-paging-startIndex);



 Result:

 KEYWORD_TEXT = 'digital marketing' 
 SEARCH_VOLUME = '74000'
 ...
 KEYWORD_TEXT = 'market research methods' 
 SEARCH_VOLUME = '1600'
 KEYWORD_TEXT = 'small business' 
 SEARCH_VOLUME = '74000'
 KEYWORD_TEXT = 'digital asset management' 
 SEARCH_VOLUME = '8100'
 KEYWORD_TEXT = 'advertise online' 
 SEARCH_VOLUME = '1000'
 ...



 How do I know each the KEYWORD_TEXT is belong to 'digital' or 'marketing'?



 Thanks,

 Tim



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: some KeywordEstimate return null - .NET lib

2014-08-13 Thread Itay Dalmedigos
hi ray,

have you found anything yet?

thanks,
itay

On Tuesday, August 12, 2014 9:31:57 PM UTC+3, Ray Tsang (AdWords API Team) 
wrote:

 Itay,

 Thanks for the logs.  I'll look into that.

 Cheers,

 Ray

 On Monday, August 11, 2014 10:49:53 AM UTC-4, Ray Tsang (AdWords API Team) 
 wrote:

 Itay,

 Please send a specific example SOAP XML request/response in private and 
 point out the exact line that has the issue.

 Thanks,

 Ray

 On Sunday, August 10, 2014 6:23:01 AM UTC-4, Itay Dalmedigos wrote:

 when i request traffic estimation for 1800 different keywords, some of 
 them returns with max.averageCpc=null and min.averageCpc=null
 but when i take one of those keywords and make a traffic extimation 
 request just for it (with all other parameters the same), a get a valid 
 result.

 am i doing something wrong?

 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.
For more options, visit https://groups.google.com/d/optout.


Re: some KeywordEstimate return null - .NET lib

2014-08-13 Thread Itay Dalmedigos
one more this i found out now, it doesn't happens on v201402 API

On Sunday, August 10, 2014 1:23:01 PM UTC+3, Itay Dalmedigos wrote:

 when i request traffic estimation for 1800 different keywords, some of 
 them returns with max.averageCpc=null and min.averageCpc=null
 but when i take one of those keywords and make a traffic extimation 
 request just for it (with all other parameters the same), a get a valid 
 result.

 am i doing something wrong?

 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.
For more options, visit https://groups.google.com/d/optout.


how to make a placement whitelist?

2014-08-13 Thread Inaal Haolam



1. How can I maintain a positive campaign criterion of mobile placemnets?

I need to enable only handful of particular placements.

Until now I just added a negative placemnet criterion for unwanted 
placements (via negative campaign criterion), a.k.a. blacklist.


2. Is it necessary to declare the campaign plamcenents as whitelist somehow?

3. Can you point me to the steps or what are the keywords i'm looking for?


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.
For more options, visit https://groups.google.com/d/optout.


Re: Reg: Can to get products from Test Account in merchant Center to be displayed in Shopping Campaigns in Adwords

2014-08-13 Thread Mat Scales (AdWords API Team)
Hi there,

Unfortunately this isn't possible. If you wish to see values for 
categories, labels, etc. while creating a campaign in the AdWords UI then 
you need to have valid product data in your Merchant Center account.

Cheers,
Mat

On Monday, August 11, 2014 2:30:58 PM UTC+1, Ads Developer wrote:

 Hi Team,

 I am trying to update products into my test merchant center account with 
 sample data.
 But how can I view these products in Shopping Campaigns as all the 
 products will be rejected.

 Is there any way to use a test account to check the complete 
 implementation of Shopping Campaigns through API.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: how to make a placement whitelist?

2014-08-13 Thread Inaal Haolam


to be more precise:

4. can I define a campaign that it works in include mode (i.e. even if it 
doesn't contain any include placements) ?



On Wednesday, August 13, 2014 4:15:13 PM UTC+3, Inaal Haolam wrote:


 1. How can I maintain a positive campaign criterion of mobile placemnets?

 I need to enable only handful of particular placements.

 Until now I just added a negative placemnet criterion for unwanted 
 placements (via negative campaign criterion), a.k.a. blacklist.


 2. Is it necessary to declare the campaign plamcenents as whitelist 
 somehow?

 3. Can you point me to the steps or what are the keywords i'm looking for?


 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.
For more options, visit https://groups.google.com/d/optout.


ad group mobile bid modifiers in shopping campaigns not working

2014-08-13 Thread GregT
Hi,

I'm doing final testing of our code to start handling the upcoming 
migration to shopping campaigns.  One common thing we do on all our 
campaign types (including PLA, and will need to do on shopping campaigns) 
is adjust mobile bid modifiers at the ad group and campaign level. 
 However, every attempt at doing this at the ad group level in our test 
account is failing (campaign level is working fine).  The exact same code 
is used to manage this for every type of campaign we manage, and has been 
working (and still does work) on all of them (PLA, search, and display), 
except for shopping.  We get a very generic error back from the API 
whenever we do it for a shopping campaign, saying Fault occurred while 
processing..  An example request/response is below.  We can add/modify 
these bid modifiers in the AdWords UI, so it's not that shopping campaigns 
don't support mobile bid modifiers -- the API just appears to have a bug 
adding them.  

Could someone please look into this?  We are using v201406 via the latest 
version of the Java client API, if that matters.

?xml version=1.0 encoding=UTF-8?soapenv:Envelope 
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
soapenv:Header
ns1:RequestHeader 
xmlns:ns1=https://adwords.google.com/api/adwords/cm/v201406; 
soapenv:mustUnderstand=0
ns1:clientCustomerIdredacted/ns1:clientCustomerId
ns1:developerTokenredacted/ns1:developerToken
ns1:userAgentredacted/ns1:userAgent
ns1:validateOnlyfalse/ns1:validateOnly
ns1:partialFailurefalse/ns1:partialFailure
/ns1:RequestHeader
/soapenv:Header
soapenv:Body
mutate xmlns=https://adwords.google.com/api/adwords/cm/v201406;
operations
operatorADD/operator
operand
adGroupId18347850910/adGroupId
criterion
id30001/id
/criterion
bidModifier0.49994/bidModifier
/operand
/operations
operations
operatorADD/operator
operand
adGroupId18347851030/adGroupId
criterion
id30001/id
/criterion
bidModifier0.49994/bidModifier
/operand
/operations
/mutate
/soapenv:Body
/soapenv:Envelope
08-12-14 17:26:54,409  [main] WARN soapXmlLogger - SOAP Response:
?xml version=1.0 encoding=UTF-8?soap:Envelope 
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
soap:Header
ResponseHeader 
xmlns=https://adwords.google.com/api/adwords/cm/v201406;
requestId000500762a915dc00a8076c81c009ef5/requestId
serviceNameAdGroupBidModifierService/serviceName
methodNamemutate/methodName
operations2/operations
responseTime114/responseTime
/ResponseHeader
/soap:Header
soap:Body
soap:Fault
faultcodesoap:Server/faultcode
faultstringFault occurred while processing./faultstring
/soap:Fault
/soap:Body
/soap:Envelope

Thanks in advance,
Greg

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


CAMPAIGN_BIDDING_STRATEGY_CANNOT_BE_OVERRIDDEN - Error when it will appear

2014-08-13 Thread usaweb81
Hi,

I am trying to set flexible bid strategy for an adgroup and I got the 
CAMPAIGN_BIDDING_STRATEGY_CANNOT_BE_OVERRIDDEN error. As I checked the 
campaign uses Budget Optimizer bidding scheme and it shows error for the 
adgroups with in that campaign.

I want to know what are the possibilities of getting these errors.

Thanks in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Report segmentation by week - changing definition of week

2014-08-13 Thread Josh Radcliff (AdWords API Team)
Hi Adrian,

The default definition of a week is Monday through Sunday. You can see this 
in the report output if you add *Week, Date*, and *DayOfWeek* to your 
report request.

There currently is no way to change the definition. If you need a different 
definition of week then you'd want to include the *Date* field instead and 
aggregate the data accordingly on your side.

Cheers,
Josh, AdWords API Team

On Tuesday, August 12, 2014 6:30:53 PM UTC-4, Adrian Pell wrote:

 Oh ... and I'm using the .NET API with the v201406 version in case that 
 matters ...


 On Tuesday, August 12, 2014 3:27:29 PM UTC-7, Adrian Pell wrote:

 I've recently started needing weekly segmentation of some reports that I 
 fetch through the API.  All pretty straightforward to do ... except I'm not 
 totally clear what defines a week, or whether it's possible to change that 
 definition.

 In some other (much) earlier topics here, it seems that the definition is 
 (was?) Sun-Sat - but currently when I request the report, the date in the 
 Week column is a Monday - and the data seems to line up with that 
 indicating the first day of the week (so a Mon-Sun week).

 So ...

- What is the default definition for a week as segmented in a report?
- Is it possible to change that (I guess I'm only really interested 
in Sun-Sat or Mon-Sun)?

 Thanks

 Adrian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: About GetKeywordIdeas help?

2014-08-13 Thread Ray Tsang (AdWords API Team)
Tim,

Please see the guide on using the TrafficEstimatorService 
https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service.
 
 The result could differ based on the differences in the actual input, such 
as different criteria, network, etc.

Thanks,

Ray

On Wednesday, August 13, 2014 4:55:33 AM UTC-4, Tim wrote:

 Hi Ray,
 Thanks for your answer.
 About another question...

 API Result:
 KEYWORD_TEXT = 'internet marketing' 
 SEARCH_VOLUME = '60500'
 KEYWORD_TEXT = 'online marketing' 
 SEARCH_VOLUME = '60500'
 KEYWORD_TEXT = 'direct marketing' 
 SEARCH_VOLUME = '33100'
 KEYWORD_TEXT = 'business marketing' 
 SEARCH_VOLUME = '8100'
 ...


 Keyword Planner:

 https://lh6.googleusercontent.com/-umjNlqZ0n6E/U-snZMUOb6I/AGE/J9_8RpuEu5Q/s1600/2014-08-13%2B16.20.41.png


 Why are my API results SEARCH_VOLUME different Keyword Planner?
 Which is real time?


 Thanks,

 Tim


 Ray Tsang (AdWords API Team)於 2014年8月12日星期二UTC+8下午11時24分22秒寫道:

 Tim,

 That's not feasible as the result is tied to the queries as a whole.

 Thanks,

 Ray


 On Tuesday, August 12, 2014 12:08:54 AM UTC-4, Tim wrote:

 Hi Ray,

 Thanks for your answer.
 About the second question...


 Example:

 $user = new AdWordsUser();

 $user-LogAll();

 $targetingIdeaService = $user-GetService('TargetingIdeaService', 
 'v201402');

 $keyword = array('digital', 'marketing');

 $selector = new TargetingIdeaSelector();
 $selector-requestType = 'IDEAS';
 $selector-ideaType = 'KEYWORD';
 $selector-requestedAttributeTypes = array('KEYWORD_TEXT', 
 'SEARCH_VOLUME', 'CATEGORY_PRODUCTS_AND_SERVICES');

 $languageParameter = new LanguageSearchParameter();
 $language = new Language();
 $language-id = 1000;
 $languageParameter-languages = array($language);

 $relatedToQuerySearchParameter = new RelatedToQuerySearchParameter();
 $relatedToQuerySearchParameter-queries = $keyword;
 $selector-searchParameters[] = $relatedToQuerySearchParameter;
 $selector-searchParameters[] = $languageParameter;

 $selector-paging = new Paging(0, 
 AdWordsConstants::RECOMMENDED_PAGE_SIZE);

 do {
 $page = $targetingIdeaService-get($selector);

 if (isset($page-entries)) {
 foreach ($page-entries as $targetingIdea) {
 $data = MapUtils::GetMap($targetingIdea-data);
 $keyword = $data['KEYWORD_TEXT']-value;
 $search_volume = isset($data['SEARCH_VOLUME']-value) ? 
 $data['SEARCH_VOLUME']-value : 0;

 printf(KEYWORD_TEXT = '%s' br/ SEARCH_VOLUME = '%s' 
 hr/, $keyword, $search_volume);
 }
 } else {
 print No keywords ideas were found.\n;
 }

 $selector-paging-startIndex += 
 AdWordsConstants::RECOMMENDED_PAGE_SIZE;
 } while ($page-totalNumEntries  $selector-paging-startIndex);



 Result:

 KEYWORD_TEXT = 'digital marketing' 
 SEARCH_VOLUME = '74000'
 ...
 KEYWORD_TEXT = 'market research methods' 
 SEARCH_VOLUME = '1600'
 KEYWORD_TEXT = 'small business' 
 SEARCH_VOLUME = '74000'
 KEYWORD_TEXT = 'digital asset management' 
 SEARCH_VOLUME = '8100'
 KEYWORD_TEXT = 'advertise online' 
 SEARCH_VOLUME = '1000'
 ...



 How do I know each the KEYWORD_TEXT is belong to 'digital' or 
 'marketing'?



 Thanks,

 Tim



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Logging OAuth Request/Respones (Java Client Library)

2014-08-13 Thread Ray Tsang (AdWords API Team)
Stacie,

The AdWords API client library uses the general OAuth library 
https://code.google.com/p/google-api-java-client/ to perform 
authentication.  You'd want to verify w/ that dependent library for logging.

Thanks,

Ray

On Tuesday, August 12, 2014 6:33:23 PM UTC-4, Stacie Waleyko wrote:

 Hi,

 I am using the Java client library to get new OAuth access tokens as 
 needed. I understand that HTTP POST requests to get new OAuth tokens 
 contain sensitive information but was wondering if there was any way to 
 view the requests/responses. There are a few reasons why I'd like to do 
 this, for one I'd like to verify that the new OAuth scope is being used. 
 Also, last month there was a hiccup with OAuth (see Failed to refresh 
 access token. { error : invalid_client } on perfectly good client 
 https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/LuT8mGtYKTY)
  
 and the logs can help us figure out if future issues are on our side or 
 not. 

 I followed the instructions on the Java client library's Github page 
 https://github.com/googleads/googleads-java-lib to enable logging. I am 
 using log4j as the logging framework and used the sample log4j.properties 
 to set up the soapXmlLogger and requestInfoLogger. Other calls to the API 
 are logged but my calls to get new OAuth access tokens are not. It this by 
 design or is there something wrong with my log4j configuration? Is there 
 another logger that handles OAuth token requests?

 Thanks,

 Stacie


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Javascript API in sandbox

2014-08-13 Thread Ray Tsang (AdWords API Team)
Assaf,

Are you referring to AdWords script, or AdWords API (SOAP based API)?

Thanks,

Ray

On Wednesday, August 13, 2014 4:36:27 AM UTC-4, Assaf Magen wrote:

 Hello,

 I was wondering if there is a way to work against sandbox with the JS api 
 without the need to supply user name or password or some temporary 
 generated token to use instead
 my goal is to imitate Create campaign location + advanced search with all 
 the api calls to LocationCriterionService on the client side against 
 sandbox, collect chosen adwords location, send to server and create new 
 campaign using adwords api on the server side using my account tokens and 
 credentials.

 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.
For more options, visit https://groups.google.com/d/optout.


Re: how to make a placement whitelist?

2014-08-13 Thread Ray Tsang (AdWords API Team)
Inaal,

To make sure I'm aligned on the same page - in the UI, could I trouble you 
to let me know where you would've performed such function? (Please 
screenshot, etc in private).

Thanks!

Ray

On Wednesday, August 13, 2014 9:15:13 AM UTC-4, Inaal Haolam wrote:


 1. How can I maintain a positive campaign criterion of mobile placemnets?

 I need to enable only handful of particular placements.

 Until now I just added a negative placemnet criterion for unwanted 
 placements (via negative campaign criterion), a.k.a. blacklist.


 2. Is it necessary to declare the campaign plamcenents as whitelist 
 somehow?

 3. Can you point me to the steps or what are the keywords i'm looking for?


 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.
For more options, visit https://groups.google.com/d/optout.


Re: CAMPAIGN_BIDDING_STRATEGY_CANNOT_BE_OVERRIDDEN - Error when it will appear

2014-08-13 Thread Ray Tsang (AdWords API Team)
Please send full SOAP request/response in private.

Thanks,

Ray

On Wednesday, August 13, 2014 10:59:39 AM UTC-4, usaw...@gmail.com wrote:

 Hi,

 I am trying to set flexible bid strategy for an adgroup and I got the 
 CAMPAIGN_BIDDING_STRATEGY_CANNOT_BE_OVERRIDDEN error. As I checked the 
 campaign uses Budget Optimizer bidding scheme and it shows error for the 
 adgroups with in that campaign.

 I want to know what are the possibilities of getting these errors.

 Thanks in advance.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Report segmentation by week - changing definition of week

2014-08-13 Thread Adrian Pell
Hello Josh

Thanks for the update.  That's what I'd figured ... although it would be 
nice to be able to specify that.  When I'm aggregating data across multiple 
services - some of which use a Sun-Sat week - it's helpful if at least one 
service is flexible :-)

Since I'd really still like to get data in a single request, I think I'll 
try aggregating on a daily basis - then I can make up whatever definition 
of week I like!

Adrian


On Wednesday, August 13, 2014 8:24:26 AM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Adrian,

 The default definition of a week is Monday through Sunday. You can see 
 this in the report output if you add *Week, Date*, and *DayOfWeek* to 
 your report request.

 There currently is no way to change the definition. If you need a 
 different definition of week then you'd want to include the *Date* field 
 instead and aggregate the data accordingly on your side.

 Cheers,
 Josh, AdWords API Team

 On Tuesday, August 12, 2014 6:30:53 PM UTC-4, Adrian Pell wrote:

 Oh ... and I'm using the .NET API with the v201406 version in case that 
 matters ...


 On Tuesday, August 12, 2014 3:27:29 PM UTC-7, Adrian Pell wrote:

 I've recently started needing weekly segmentation of some reports that I 
 fetch through the API.  All pretty straightforward to do ... except I'm not 
 totally clear what defines a week, or whether it's possible to change that 
 definition.

 In some other (much) earlier topics here, it seems that the definition 
 is (was?) Sun-Sat - but currently when I request the report, the date in 
 the Week column is a Monday - and the data seems to line up with that 
 indicating the first day of the week (so a Mon-Sun week).

 So ...

- What is the default definition for a week as segmented in a report?
- Is it possible to change that (I guess I'm only really interested 
in Sun-Sat or Mon-Sun)?

 Thanks

 Adrian




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: MutateJobService for Shopping campaigns?

2014-08-13 Thread ptdang
Hi,

I guess this is still relevant as I'm still getting this error. Is there 
any update on this?

Thanks!
Phong

On Monday, July 28, 2014 6:55:34 AM UTC-7, Josh Radcliff (AdWords API Team) 
wrote:

 Hi,

 We're aware that there's interest in adding support for Shopping campaigns 
 to MutateJobService, but I don't have any additional information at this 
 time regarding when or if that functionality will be added to the API.

 Best regards,
 Josh, AdWords API Team

 On Friday, July 25, 2014 1:17:12 PM UTC-4, Józef Janik wrote:

 Will MutateJobService eventually support ProductPartitions as it does 
 other AdGroupCriterion?

 On Monday, June 30, 2014 12:33:26 PM UTC-4, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 Your assumption is correct - we still do not support MutateJobService 
 calls for shopping campaigns.

 Cheers,
 Josh, AdWords API Team

 On Friday, June 27, 2014 6:11:28 AM UTC-4, david wrote:

 Can I confirm if this error is still at large?
 I encountered the same error today while using the MutateJobService to 
 add product partitions to an ad group in a shopping campaign.
 Don't want to assume it is the same error, but sounds like it.

 On Thursday, 22 May 2014 20:50:22 UTC+1, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 At this time you cannot use AdGroupCriterionOperation 
 https://developers.google.com/adwords/api/docs/reference/v201402/MutateJobService.AdGroupCriterionOperations
  for 
 ad groups of shopping campaigns in a MutateJobService call. We're aware 
 of 
 this issue and are working on it. I'll post here when I have an update.

 Cheers,
 Josh, AdWords API Team



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: Javascript API in sandbox

2014-08-13 Thread Assaf Magen
Hi,

I'm referring to SOAP based AdWords API

thanks
Assaf


On Wed, Aug 13, 2014 at 8:30 PM, Ray Tsang (AdWords API Team) 
adwordsapiadvisor+...@google.com wrote:

 Assaf,

 Are you referring to AdWords script, or AdWords API (SOAP based API)?

 Thanks,

 Ray


 On Wednesday, August 13, 2014 4:36:27 AM UTC-4, Assaf Magen wrote:

 Hello,

 I was wondering if there is a way to work against sandbox with the JS api
 without the need to supply user name or password or some temporary
 generated token to use instead
 my goal is to imitate Create campaign location + advanced search with all
 the api calls to LocationCriterionService on the client side against
 sandbox, collect chosen adwords location, send to server and create new
 campaign using adwords api on the server side using my account tokens and
 credentials.

 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.
 For more options, visit https://groups.google.com/d/optout.




-- 

*Assaf Magen *| Team Leader

Ha'anagar 2nd, Kfar-Sava P.O.Box 7110

Office: +972.9.7486785 Fax:+972.9.7486786 Mobile: +972.54.719

www.msbitsoftware.com  | as...@msbitsoftware.com l...@msbitsoftware.com

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


'Label' is an ambiguous reference between 'System.Web.UI.WebControls.Label' and 'Google.Api.Ads.AdWords.v201406.Label'

2014-08-13 Thread Aswini
Hi

I am using .net client libraries. I am trying to do update adwords api in 
Web application. It's throwing error because of ambiguity between Web 
Controls and v201406. 

*'Label' is an ambiguous reference between 
'System.Web.UI.WebControls.Label' and 
'Google.Api.Ads.AdWords.v201406.Label'* 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.