Re: Where's the documentation for the new Keyword match properties

2012-05-24 Thread Kevin Winter
Hi mm,
  The new 8.6.0 jar has generated classes for both v201109 and v201109_1 - 
it is intended to replace your 8.5.x jar and allow you to migrate from 
v201109 to v201109_1 - i.e. if you wanted to upgrade in piece-mail.  You 
should only have the 8.6.0 jar on your classpath.

- Kevin Winter
AdWords API Team

On Wednesday, May 23, 2012 11:15:59 AM UTC-4, mm wrote:

 Hey Kevin -
 Possibly I'm just dense, but I'm a little confused about why both V201109 
 and V201109_1 are in the 8.0.6 jar?  Even if I wanted to mix and match 
 versions (and I have a hard time imagining a scenario where I would want to 
 do that), then I would just have both the 201109 and 201109_1 jars in my 
 classpath. What am I missing here?

 Thanks!
 mm

 On Tuesday, May 22, 2012 8:45:07 AM UTC-5, Kevin Winter wrote:

 Hi Val,
   There are few structural differences between v201109_1 and v201109 - 
 this biggest difference is changing the version.  v201109_1 java examples 
 are located here: 
 http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109_1/GetAllCampaigns.java

 - Kevin Winter
 AdWords API Team

 On Monday, May 21, 2012 5:59:41 PM UTC-4, Val wrote:

 This is in java of course... 

 Thanks
 -Val

 On Monday, May 21, 2012 2:58:36 PM UTC-7, Val wrote:

 Is there any chance we could get some examples? I am having a really 
 hard time using v201109_1 to do this. If I use v201109_1 by itself, it 
 doesn't work. I can even get a simple example to compile. If I try to use 
 it alongside the old v201109 I get all kinds of casting errors. 

 On Friday, May 18, 2012 6:39:32 AM UTC-7, Kevin Winter wrote:

 Hi Ursula,
   I added support for v201109_1 to the java library yesterday: 
 http://code.google.com/p/google-api-adwords-java/source/detail?r=252

 - Kevin Winter
 AdWords API Team

 On Wednesday, May 16, 2012 3:25:46 PM UTC-4, Ursula Kellmann wrote:

 Hi,

 Can you please update the Adwords Java Client library with this 
 package version as well, so we may update our code to handle this 
 setting 
 as it's a priority for us to control when this is enabled/disabled.

 Thank you,
 Ursula Kellmann
 iCrossing

 On Monday, May 14, 2012 10:45:06 AM UTC-5, DavM wrote:

 May I second that! Considering we are strongly recommended to use 
 the client libraries according to: 
 https://developers.google.com/adwords/api/docs/clientlibraries, 
 it's a bit frustrating that we'll have to wait to implement this 
 functionality...

 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.comwrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, 
 david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in 
 the right direction?

 Thanks


 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.comwrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, 
 david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match 

Re: Where's the documentation for the new Keyword match properties

2012-05-23 Thread mm
Hey Kevin -
Possibly I'm just dense, but I'm a little confused about why both V201109 
and V201109_1 are in the 8.0.6 jar?  Even if I wanted to mix and match 
versions (and I have a hard time imagining a scenario where I would want to 
do that), then I would just have both the 201109 and 201109_1 jars in my 
classpath. What am I missing here?

Thanks!
mm

On Tuesday, May 22, 2012 8:45:07 AM UTC-5, Kevin Winter wrote:

 Hi Val,
   There are few structural differences between v201109_1 and v201109 - 
 this biggest difference is changing the version.  v201109_1 java examples 
 are located here: 
 http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109_1/GetAllCampaigns.java

 - Kevin Winter
 AdWords API Team

 On Monday, May 21, 2012 5:59:41 PM UTC-4, Val wrote:

 This is in java of course... 

 Thanks
 -Val

 On Monday, May 21, 2012 2:58:36 PM UTC-7, Val wrote:

 Is there any chance we could get some examples? I am having a really 
 hard time using v201109_1 to do this. If I use v201109_1 by itself, it 
 doesn't work. I can even get a simple example to compile. If I try to use 
 it alongside the old v201109 I get all kinds of casting errors. 

 On Friday, May 18, 2012 6:39:32 AM UTC-7, Kevin Winter wrote:

 Hi Ursula,
   I added support for v201109_1 to the java library yesterday: 
 http://code.google.com/p/google-api-adwords-java/source/detail?r=252

 - Kevin Winter
 AdWords API Team

 On Wednesday, May 16, 2012 3:25:46 PM UTC-4, Ursula Kellmann wrote:

 Hi,

 Can you please update the Adwords Java Client library with this 
 package version as well, so we may update our code to handle this setting 
 as it's a priority for us to control when this is enabled/disabled.

 Thank you,
 Ursula Kellmann
 iCrossing

 On Monday, May 14, 2012 10:45:06 AM UTC-5, DavM wrote:

 May I second that! Considering we are strongly recommended to use 
 the client libraries according to: 
 https://developers.google.com/adwords/api/docs/clientlibraries, it's 
 a bit frustrating that we'll have to wait to implement this 
 functionality...

 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.comwrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks


 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.comwrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the 

Re: Where's the documentation for the new Keyword match properties

2012-05-22 Thread Kevin Winter
Hi Val,
  There are few structural differences between v201109_1 and v201109 - this 
biggest difference is changing the version.  v201109_1 java examples are 
located here: 
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109_1/GetAllCampaigns.java

- Kevin Winter
AdWords API Team

On Monday, May 21, 2012 5:59:41 PM UTC-4, Val wrote:

 This is in java of course... 

 Thanks
 -Val

 On Monday, May 21, 2012 2:58:36 PM UTC-7, Val wrote:

 Is there any chance we could get some examples? I am having a really hard 
 time using v201109_1 to do this. If I use v201109_1 by itself, it doesn't 
 work. I can even get a simple example to compile. If I try to use it 
 alongside the old v201109 I get all kinds of casting errors. 

 On Friday, May 18, 2012 6:39:32 AM UTC-7, Kevin Winter wrote:

 Hi Ursula,
   I added support for v201109_1 to the java library yesterday: 
 http://code.google.com/p/google-api-adwords-java/source/detail?r=252

 - Kevin Winter
 AdWords API Team

 On Wednesday, May 16, 2012 3:25:46 PM UTC-4, Ursula Kellmann wrote:

 Hi,

 Can you please update the Adwords Java Client library with this package 
 version as well, so we may update our code to handle this setting as it's 
 a 
 priority for us to control when this is enabled/disabled.

 Thank you,
 Ursula Kellmann
 iCrossing

 On Monday, May 14, 2012 10:45:06 AM UTC-5, DavM wrote:

 May I second that! Considering we are strongly recommended to use 
 the client libraries according to: 
 https://developers.google.com/adwords/api/docs/clientlibraries, it's 
 a bit frustrating that we'll have to wait to implement this 
 functionality...

 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks


 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Where's the documentation for the new Keyword match properties

2012-05-21 Thread Val
Is there any chance we could get some examples? I am having a really hard 
time using v201109_1 to do this. If I use v201109_1 by itself, it doesn't 
work. I can even get a simple example to compile. If I try to use it 
alongside the old v201109 I get all kinds of casting errors. 

On Friday, May 18, 2012 6:39:32 AM UTC-7, Kevin Winter wrote:

 Hi Ursula,
   I added support for v201109_1 to the java library yesterday: 
 http://code.google.com/p/google-api-adwords-java/source/detail?r=252

 - Kevin Winter
 AdWords API Team

 On Wednesday, May 16, 2012 3:25:46 PM UTC-4, Ursula Kellmann wrote:

 Hi,

 Can you please update the Adwords Java Client library with this package 
 version as well, so we may update our code to handle this setting as it's a 
 priority for us to control when this is enabled/disabled.

 Thank you,
 Ursula Kellmann
 iCrossing

 On Monday, May 14, 2012 10:45:06 AM UTC-5, DavM wrote:

 May I second that! Considering we are strongly recommended to use the 
 client libraries according to: 
 https://developers.google.com/adwords/api/docs/clientlibraries, it's a 
 bit frustrating that we'll have to wait to implement this functionality...

 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks


 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Where's the documentation for the new Keyword match properties

2012-05-21 Thread Val
This is in java of course... 

Thanks
-Val

On Monday, May 21, 2012 2:58:36 PM UTC-7, Val wrote:

 Is there any chance we could get some examples? I am having a really hard 
 time using v201109_1 to do this. If I use v201109_1 by itself, it doesn't 
 work. I can even get a simple example to compile. If I try to use it 
 alongside the old v201109 I get all kinds of casting errors. 

 On Friday, May 18, 2012 6:39:32 AM UTC-7, Kevin Winter wrote:

 Hi Ursula,
   I added support for v201109_1 to the java library yesterday: 
 http://code.google.com/p/google-api-adwords-java/source/detail?r=252

 - Kevin Winter
 AdWords API Team

 On Wednesday, May 16, 2012 3:25:46 PM UTC-4, Ursula Kellmann wrote:

 Hi,

 Can you please update the Adwords Java Client library with this package 
 version as well, so we may update our code to handle this setting as it's a 
 priority for us to control when this is enabled/disabled.

 Thank you,
 Ursula Kellmann
 iCrossing

 On Monday, May 14, 2012 10:45:06 AM UTC-5, DavM wrote:

 May I second that! Considering we are strongly recommended to use the 
 client libraries according to: 
 https://developers.google.com/adwords/api/docs/clientlibraries, it's a 
 bit frustrating that we'll have to wait to implement this functionality...

 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks


 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Where's the documentation for the new Keyword match properties

2012-05-18 Thread Kevin Winter
Hi Ursula,
  I added support for v201109_1 to the java library yesterday: 
http://code.google.com/p/google-api-adwords-java/source/detail?r=252

- Kevin Winter
AdWords API Team

On Wednesday, May 16, 2012 3:25:46 PM UTC-4, Ursula Kellmann wrote:

 Hi,

 Can you please update the Adwords Java Client library with this package 
 version as well, so we may update our code to handle this setting as it's a 
 priority for us to control when this is enabled/disabled.

 Thank you,
 Ursula Kellmann
 iCrossing

 On Monday, May 14, 2012 10:45:06 AM UTC-5, DavM wrote:

 May I second that! Considering we are strongly recommended to use the 
 client libraries according to: 
 https://developers.google.com/adwords/api/docs/clientlibraries, it's a 
 bit frustrating that we'll have to wait to implement this functionality...

 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks


 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.comwrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
 which allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Where's the documentation for the new Keyword match properties

2012-05-16 Thread Ursula Kellmann
Hi,

Can you please update the Adwords Java Client library with this package 
version as well, so we may update our code to handle this setting as it's a 
priority for us to control when this is enabled/disabled.

Thank you,
Ursula Kellmann
iCrossing

On Monday, May 14, 2012 10:45:06 AM UTC-5, DavM wrote:

 May I second that! Considering we are strongly recommended to use the 
 client libraries according to: 
 https://developers.google.com/adwords/api/docs/clientlibraries, it's a 
 bit frustrating that we'll have to wait to implement this functionality...

 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.com wrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, which 
 allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks


 On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.com wrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, which 
 allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the 
 right direction?

 Thanks



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Where's the documentation for the new Keyword match properties

2012-05-14 Thread David Kemp
Thanks David - just need the client libraries updated now 

On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.com wrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, which 
 allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the right 
 direction?

 Thanks



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Where's the documentation for the new Keyword match properties

2012-05-14 Thread DavM
May I second that! Considering we are strongly recommended to use the 
client libraries according 
to: https://developers.google.com/adwords/api/docs/clientlibraries, it's a 
bit frustrating that we'll have to wait to implement this functionality...

On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.com wrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, which 
 allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the right 
 direction?

 Thanks


On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.com wrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:

 Hi,

 This a new setting in the 
 Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
  c
 alled 
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
  
 We got examples on how to setup other settings see an 
 examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
  the PHP library, setting the
  
 KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
  will 
 be similar.

 Best,

 -David Torres - AdWords API Team

 On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.com wrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, which 
 allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the right 
 direction?

 Thanks



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Where's the documentation for the new Keyword match properties

2012-05-11 Thread David Torres
Hi,

This a new setting in the 
Campaignhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settingsobject
 c
alled 
KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html.
 
We got examples on how to setup other settings see an 
examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/AddCampaigns.php#90using
 the PHP library, setting the
 
KeywordMatchSettinghttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.KeywordMatchSetting.html
 will 
be similar.

Best,

-David Torres - AdWords API Team

On Wednesday, May 9, 2012 3:39:30 AM UTC-4, david...@mediacom.com wrote:

 As per the blog notice:  
 http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
  
 the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, which 
 allow API users to opt in/out of these match types.

 I can't find any documentation for these - can you point me in the right 
 direction?

 Thanks


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Where's the documentation for the new Keyword match properties

2012-05-09 Thread David Kemp
As per the blog notice:  
http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
 
the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, which 
allow API users to opt in/out of these match types.

I can't find any documentation for these - can you point me in the right 
direction?

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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