Targeting Ideas stopped working for PLACEMENT_NAME (v201406)

2014-11-12 Thread Berry
Hi,
I'm using the targeting ideas service (display planner) and failed to send 
queries that used to work.
This used to work until recently.

selector = {
  'searchParameters': [{
  'xsi_type': 'RelatedToQuerySearchParameter',
  'queries': ['space cruise']
  }],
  'ideaType': 'PLACEMENT',
  'requestType': 'IDEAS',
  'requestedAttributeTypes': ['PLACEMENT_NAME'],
  'paging': {
  'startIndex': str(0),
  'numberResults': str(800)
  }
}

ᐧ


This attribute type still works:

selector = {
  'searchParameters': [{
  'xsi_type': 'RelatedToQuerySearchParameter',
  'queries': ['space cruise']
  }],
  'ideaType': 'KEYWORD',
  'requestType': 'IDEAS',
*  'requestedAttributeTypes': ['KEYWORD_TEXT'],*
  'paging': {
  'startIndex': str(0),
  'numberResults': str(800)
  }
}

Any ideas how can I get the first query to work and get the list of 
placement names? 
Tried checking the new api documentation but couldn't find something.
old api: 
https://developers.google.com/adwords/api/docs/reference/v201406/TargetingIdeaService.TargetingIdeaSelector
new api: 
https://developers.google.com/adwords/api/docs/reference/v201409/TargetingIdeaService.TargetingIdeaSelector

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/8511c013-6de5-48d3-bdfe-5d19abd3f8af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Shopping Campaigns: Destination Domain

2014-11-12 Thread Josh Radcliff (AdWords API Team)
Hi Mahantesh,

I don't think you'll be able to get that information from AdWords reports, 
but you should be able to use the Content API 
 along with the 
campaign.shoppingSetting.merchantId 

 to 
retrieve those attributes of the Merchant Center account linked to your 
AdWords Shopping campaign.

Cheers,
Josh, AdWords API Team

On Tuesday, November 11, 2014 7:12:02 AM UTC-5, Mahantesh Patil wrote:
>
> Hello:
>
> I need Destination Url or Domain associated with my shopping campaign. I 
> checked SHOPPING_PERFORMANCE_REPORT, it displayed MerchantId but not the 
> domain, destination url, home page url associated with the shopping 
> campaign. 
>
> Appreciate any pointers to get *domain for shopping campaign.*
>
> Thanks in advance
> Mahantesh P
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c856066d-1285-446b-9006-2810417a7a42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Deleting Bidding Schemes fails

2014-11-12 Thread Daniel Olel
Hello Danial, 

So here is the issue, Whenever I attempt to remove a shared bidding 
strategy, it returns an Invalid ID Error, which according to the API is an 
EntityNotFound Error.
Now if I query the API for removed shared bidding strategy, it returns one 
whose status I set to removed in an operation before.
But if I attempt to create a new shared bidding strategy, it throws the 
above AttributeError Exception.

As regards to the clientCustomerId, I do send that in the SOAP header but I 
still get the exception.

On Wednesday, 12 November 2014 15:20:20 UTC+1, Danial Klimkin wrote:
>
> Hello Daniel,
>
>
> I am confused about what step you are facing the issue at?
>
> Also, we recommend sending clientCustomerId in the SOAP header to ensure 
> you are running the request against the correct account.
>
>
> -Danial, AdWords API Team.
>
>
> On Tuesday, November 11, 2014 7:22:40 PM UTC+3, Daniel Olel wrote:
>>
>> So, Here is what happens, 
>> When I attempt to create a new shared strategy since the other one was 
>> removed, it returns an* ERROR - ERROR TYPE > 'exceptions.AttributeError'>* from the Google Adwords API
>>
>> These are the logs I get when I enable SOAP logging
>> 
>> 
>> https://adwords.google.com/api/adwords/cm/v201409"; xmlns:ns1="
>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:tns="
>> https://adwords.google.com/api/adwords/cm/v201409"; xmlns:SOAP-ENV="
>> http://schemas.xmlsoap.org/soap/envelope/";>
>> 
>> 
>> rocket_adwords (AwApi-Python, googleads/2.1.0, 
>> Python/2.7)
>> false
>> false
>> 
>> 
>> 
>> 
>> 
>> Name
>> Id
>> Status
>> Type
>> 
>> Name
>> EQUALS
>> TEST
>> 
>> 
>> Status
>> IN
>> ENABLED
>> 
>> 
>> 0
>> 100
>> 
>> 
>> 
>> 
>> 
>>
>>
>>
>> 
>> http://schemas.xmlsoap.org/soap/envelope/";>
>> 
>> https://adwords.google.com/api/adwords/cm/v201409
>> ">
>> 000507979125a1e10ac4a548170008fa
>> BiddingStrategyService
>> get
>> 1
>> 314
>> 
>> 
>> 
>> https://adwords.google.com/api/adwords/cm/v201409";>
>> 
>> 0
>> BiddingStrategyPage
>> 
>> 
>> 
>> 
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c84b540f-7d4c-4717-bf93-4d1d060cae19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Statistic reports by hour AND by country?

2014-11-12 Thread Michael Cloonan (AdWords API Team)
Hello,

It is not possible to report on both hour and country in the same report. 
One possible workaround is to set up separate campaigns for France and 
Germany, and then report on both campaigns.

Regards,
Mike, AdWords API Team

On Wednesday, November 12, 2014 10:44:24 AM UTC-5, Berry wrote:
>
> IS it possible to retrieve clicks/impressions, etc reports by the hour, 
> AND by country?
>
> For example: "How many clicks were, in each hour, in Germany and France, 
> in a particular campaign X, during last week"
>
> or even "For YESTERDAY"  if it's easier possible.
>
> is it possible via API (or AWQL) ? 
>
> (I did not see such a resolution in the Web UI)
> (I did not find an AWQL report with both HourOfDay AND Location)
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a53efa86-0207-44eb-a8ab-7161c465cd80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Statistic reports by hour AND by country?

2014-11-12 Thread Berry
IS it possible to retrieve clicks/impressions, etc reports by the hour, AND 
by country?

For example: "How many clicks were, in each hour, in Germany and France, in 
a particular campaign X, during last week"

or even "For YESTERDAY"  if it's easier possible.

is it possible via API (or AWQL) ? 

(I did not see such a resolution in the Web UI)
(I did not find an AWQL report with both HourOfDay AND Location)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3cda10a8-4645-4ee8-a341-2313f95de168%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT', Trigger = 'Cannot select a combination of

2014-11-12 Thread Josh Radcliff (AdWords API Team)
Hi Sage,

I think it's highly unlikely that those two fields will be allowed in the 
same report because *EstimatedTotalConversions* cannot be broken down by 
*ClickType*. See the attached screenshot, where *Est. total conv* has a 
value (49) for the Ad Group, but has double-dash (--) for each breakdown by 
*ClickType*.

Cheers,
Josh, AdWords API Team

On Tuesday, November 11, 2014 5:37:32 PM UTC-5, Sage Lewis wrote:
>
> Thank you so much for your speedy answer here. 
>
> In fear of even mentioning it, EstimatedTotalConversions and ClickType 
> are required minimum functionality. I know you can't comment on that. But 
> because that's the case is there any possibility that down the road 
> EstimatedTotalConversions and ClickType could be included in the same 
> report?
>
> Thanks again.
> Sage
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/75d08d3b-3c57-4233-8b96-e248f34efd56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: geting keyword suggestion api

2014-11-12 Thread Michael Cloonan (AdWords API Team)
Hello,

Please see my response in this topic 
 for 
information on how to do this via the API.

Regards,
Mike, AdWords API Team

On Wednesday, November 12, 2014 5:22:00 AM UTC-5, Ravindra Naik wrote:
>
> Hey,
>
> Can I use these libraries to get related keywords for a particular keyword?
> On Wednesday, March 16, 2011 12:33:14 PM UTC+5:30, Anash P. Oommen wrote:
>>
>> Hi Romy,
>>
>> You could use one of our client libraries from 
>> http://code.google.com/apis/adwords/docs/clientlibraries.html to make 
>> AdWords API calls. Every library has code examples for performing common 
>> tasks. For example, 
>> http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetRelatedKeywords.php
>>  from 
>> the PHP library returns you related keywords from a given keyword.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWods API Advisor.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d1e8b5f9-218d-4bab-afc9-fd8a02815f97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: keyword planner api for C#

2014-11-12 Thread Michael Cloonan (AdWords API Team)
Hello,

Please see our guides on the TargetingIdeaService 
 
and the TrafficEstimatorService 
,
 
which are the APIs analogues for the keyword planner.

Regards,
Mike, AdWords API Team

On Wednesday, November 12, 2014 4:45:58 AM UTC-5, Ravindra Naik wrote:
>
> Hi,
>
> I want to use keyword planner api to suggest relevant keywords to upload 
> for a particular business category. I have been looking for some good 
> documentation as to how to go about it, but I have not been successful till 
> now. Can anyone help me with Keyword planner 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.
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/9c879366-bac5-44c4-b386-37aaf21bf3b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Setting bid only vs. target & bid for RLSA in the API?

2014-11-12 Thread Michael Cloonan (AdWords API Team)
Hello,

The targetAll field of the TargetingSettingDetail 

 
corresponds to "bid only" vs. "target & bid" in the UI. Setting this field 
to "true" results in "bid only", and "false" corresponds to "target & bid".

Regards,
Mike, AdWords API Team

On Tuesday, November 11, 2014 3:47:55 PM UTC-5, Thorne Melcher wrote:
>
> I'm trying to programatically set the targeting setting for audience lists 
> via the API.
>
> I create a CriterionUserList, which I point at the ID of my RLSA UserList.
>
> I then wrap that in a BiddableAdGroupCriterion, which enables me to set 
> the bid modifier.
>
> I then put that in an AdGroupCriterionOperation, which I use in a mutate 
> call to the AdGroupCriterionService.
>
> Nowhere along the line can I find a way to, like in the AdWords UI, set 
> this targeting to be bid only vs. target & bid.
>
> Any ideas where I should be looking?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bae7bc68-8968-4b69-9959-4075855cfb78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Deleting Bidding Schemes fails

2014-11-12 Thread Danial Klimkin
Hello Daniel,


I am confused about what step you are facing the issue at?

Also, we recommend sending clientCustomerId in the SOAP header to ensure 
you are running the request against the correct account.


-Danial, AdWords API Team.


On Tuesday, November 11, 2014 7:22:40 PM UTC+3, Daniel Olel wrote:
>
> So, Here is what happens, 
> When I attempt to create a new shared strategy since the other one was 
> removed, it returns an* ERROR - ERROR TYPE  'exceptions.AttributeError'>* from the Google Adwords API
>
> These are the logs I get when I enable SOAP logging
> 
> 
> https://adwords.google.com/api/adwords/cm/v201409"; xmlns:ns1="
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:tns="
> https://adwords.google.com/api/adwords/cm/v201409"; xmlns:SOAP-ENV="
> http://schemas.xmlsoap.org/soap/envelope/";>
> 
> 
> rocket_adwords (AwApi-Python, googleads/2.1.0, 
> Python/2.7)
> false
> false
> 
> 
> 
> 
> 
> Name
> Id
> Status
> Type
> 
> Name
> EQUALS
> TEST
> 
> 
> Status
> IN
> ENABLED
> 
> 
> 0
> 100
> 
> 
> 
> 
> 
>
>
>
> 
> http://schemas.xmlsoap.org/soap/envelope/";>
> 
> https://adwords.google.com/api/adwords/cm/v201409";>
> 000507979125a1e10ac4a548170008fa
> BiddingStrategyService
> get
> 1
> 314
> 
> 
> 
> https://adwords.google.com/api/adwords/cm/v201409";>
> 
> 0
> BiddingStrategyPage
> 
> 
> 
> 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7728fe51-5044-4357-a9e8-c15631ea10b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Possible to create CAMPAIGNS via the API / Scripts?

2014-11-12 Thread Danial Klimkin
Just confirmed, Scripts doesn't allow to create new campaigns.


-Danial.

On Wednesday, November 12, 2014 5:08:54 PM UTC+3, Danial Klimkin wrote:
>
> Hello Bart,
>
>
> It's definitely possible with the API using CampaignService, you can see 
> an example here:
>
>   https://developers.google.com/adwords/api/docs/first-request
>
> For Scripts, let me check with my colleague working on it.
>
>
> -Danial, AdWords API Team.
>
>
> On Tuesday, November 11, 2014 11:28:25 AM UTC+3, Bart Szulczewski wrote:
>>
>> I have searched for an option to create completely new campaigns from 
>> scratch (or even just copy existing ones) via the Adwords API / Scripts, 
>> although I failed.
>>
>> Do you know if there is a way to do it, and most importantly how, please?
>>
>> Thank you,
>> Bart
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2bccebda-28cd-4467-9344-5b47599d75de%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-12 Thread Danial Klimkin
Hello,


As the document says, we strongly discourage to use Service Accounts with 
AdWords. It's much easier to obtain and use an offline refresh token.

If you are still using it and have a google apps domain, you need to grant 
a user rights to access the correct account and set impersonation address 
to this user email address.


-Danial, AdWords API Team.



On Tuesday, November 11, 2014 7:04:44 PM UTC+3, jitendra rawat wrote:
>
> Hi,
>
> I am using google service account to authentication during authentication 
> follow this document "
> https://developers.google.com/accounts/docs/OAuth2ServiceAccount";.
>
> If you want then i can provide the apex code. Noted that I am facing this 
> error when try to fetch performance report into salesforce. 
>
> On Monday, November 10, 2014 7:48:31 PM UTC+5:30, Danial Klimkin wrote:
>>
>> 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/8f2cd65d-b87b-4754-b2e6-59ba7f4599a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Possible to create CAMPAIGNS via the API / Scripts?

2014-11-12 Thread Danial Klimkin
Hello Bart,


It's definitely possible with the API using CampaignService, you can see an 
example here:

  https://developers.google.com/adwords/api/docs/first-request

For Scripts, let me check with my colleague working on it.


-Danial, AdWords API Team.


On Tuesday, November 11, 2014 11:28:25 AM UTC+3, Bart Szulczewski wrote:
>
> I have searched for an option to create completely new campaigns from 
> scratch (or even just copy existing ones) via the Adwords API / Scripts, 
> although I failed.
>
> Do you know if there is a way to do it, and most importantly how, please?
>
> Thank you,
> Bart
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2085e99f-e57a-4909-80ea-7d5a7abe3024%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Youtube Ad Management

2014-11-12 Thread Danial Klimkin
Hello Max,


No, YouTube (AdWords for Video) campaigns can not be currently managed via 
the API.


-Danial, AdWords API Team.


On Wednesday, November 12, 2014 3:32:07 PM UTC+3, Max Dupenois wrote:
>
> Is it possible to pause/enable a youtube promoted video ad using the api? 
>
> I can see the youtube video as a media object via the MediaService, and I 
> note that a youtube ad can be created via the API using the template ad 
> concept. But the AdGroupAdService doesn't return the existing ad when I'm 
> attempting to see all the created template ads. Is a youtube ad created 
> through the web ui not a template ad?
>
> Given the answers to previous similar questions surrounding youtube 
> promoted video ads I assume that it isn't possible yet, but because they 
> all seem to be quite old questions I thought I should check.
>
> Also is this something that will be made available through the public API 
> at some point soon?
>
> P.s. I also tried seeing if having got the youtube id via the MediaService 
> whether or not it can be unpublished on the youtube data api to see if this 
> would disable the ad but that functionality doesn't seem to be present.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3e2d77d3-92fb-40d6-be56-2c40e6dca74a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: geting keyword suggestion api

2014-11-12 Thread Ravindra Naik
Hey,

Can I use these libraries to get related keywords for a particular keyword?
On Wednesday, March 16, 2011 12:33:14 PM UTC+5:30, Anash P. Oommen wrote:
>
> Hi Romy,
>
> You could use one of our client libraries from 
> http://code.google.com/apis/adwords/docs/clientlibraries.html to make 
> AdWords API calls. Every library has code examples for performing common 
> tasks. For example, 
> http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetRelatedKeywords.php
>  from 
> the PHP library returns you related keywords from a given keyword.
>
> Cheers,
> Anash P. Oommen,
> AdWods API Advisor.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e7849c76-89f4-40b0-ae85-33fc3f50f3a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Confirm if you receive our iOS install postbacks

2014-11-12 Thread Praveen Maurya


Hi Google Team,

We recently tested one iOS adwords campaign to track install. We used 
following campaign parameter to send the install postback data through 
conversion pixel.

Conversion ID: 985918580

Label: xP54CLT1pwgQ9NiP1gM

Bundle ID: id913960569


Below is the postback send and the response received from Google.

Postback logs: 

  *Postback Time (GMT)*
 
*URL*
 
*Return Code*
 
*Error Message*
 
Nov. 12, 2014, 7:28 a.m.
 
http://www.googleadservices.com/pagead/conversion/985918580/?bundleid=id913960569&label=xP54CLT1pwgQ9NiP1gM&muid=54EjdwqBbkFle2hxKpRbXA
 
200
 
None
  
Nov. 12, 2014, 7:29 a.m.
 
http://www.googleadservices.com/pagead/conversion/985918580/?bundleid=id913960569&label=xP54CLT1pwgQ9NiP1gM&muid=d87LLofFrE0ShAn7WWdhCA
 
200
 
None
 
Can you please confirm if you receive this postback data for above 
campaign? How can I check it myself?

Thanks,
Praveen

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c4120012-0f39-492c-84a0-c4961cf06ff3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


keyword planner api for C#

2014-11-12 Thread Ravindra Naik
Hi,

I want to use keyword planner api to suggest relevant keywords to upload 
for a particular business category. I have been looking for some good 
documentation as to how to go about it, but I have not been successful till 
now. Can anyone help me with Keyword planner 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.
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/217d9a91-a896-4d8e-9169-e8d721c0f30d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Youtube Ad Management

2014-11-12 Thread Max Dupenois
Is it possible to pause/enable a youtube promoted video ad using the api? 

I can see the youtube video as a media object via the MediaService, and I 
note that a youtube ad can be created via the API using the template ad 
concept. But the AdGroupAdService doesn't return the existing ad when I'm 
attempting to see all the created template ads. Is a youtube ad created 
through the web ui not a template ad?

Given the answers to previous similar questions surrounding youtube 
promoted video ads I assume that it isn't possible yet, but because they 
all seem to be quite old questions I thought I should check.

Also is this something that will be made available through the public API 
at some point soon?

P.s. I also tried seeing if having got the youtube id via the MediaService 
whether or not it can be unpublished on the youtube data api to see if this 
would disable the ad but that functionality doesn't seem to be present.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/92dd4253-7b33-4a5f-98fa-25758571928f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Possible to create CAMPAIGNS via the API / Scripts?

2014-11-12 Thread Bart Szulczewski
I have searched for an option to create completely new campaigns from 
scratch (or even just copy existing ones) via the Adwords API / Scripts, 
although I failed.

Do you know if there is a way to do it, and most importantly how, please?

Thank you,
Bart

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ec1c7abb-5ad7-478e-91cd-2a8a3695688b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Setting bid only vs. target & bid for RLSA in the API?

2014-11-12 Thread Thorne Melcher
I'm trying to programatically set the targeting setting for audience lists 
via the API.

I create a CriterionUserList, which I point at the ID of my RLSA UserList.

I then wrap that in a BiddableAdGroupCriterion, which enables me to set the 
bid modifier.

I then put that in an AdGroupCriterionOperation, which I use in a mutate 
call to the AdGroupCriterionService.

Nowhere along the line can I find a way to, like in the AdWords UI, set 
this targeting to be bid only vs. target & bid.

Any ideas where I should be looking?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5c410bc9-f964-4c1d-b9a8-14a6604bb4ba%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-12 Thread jitendra rawat
Hi,

I am using google service account to authentication during authentication 
follow this document 
"https://developers.google.com/accounts/docs/OAuth2ServiceAccount";.

If you want then i can provide the apex code. Noted that I am facing this 
error when try to fetch performance report into salesforce. 

On Monday, November 10, 2014 7:48:31 PM UTC+5:30, Danial Klimkin wrote:
>
> 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/d620497b-15b2-43e3-a7c8-03f8b4095cfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Feed Item Mapping Validation Information via API ?

2014-11-12 Thread Danial Klimkin
Hello Peter,


Could you please give us an example of a feed items that are disapproved 
but errors are not returned? We need account and object IDs.


-Danial, AdWords API Team.


On Tuesday, November 11, 2014 5:24:07 PM UTC+3, 
peter.r...@smarter-ecommerce.com wrote:
>
> I am wondering how I can get validation information for feed items via the 
> API. 
>
> I am currently using the FeedItemService. Here is what I experience at the 
> moment when using the selector "ValidationDetails":
>
> If an item awaits approval, then the validationDetails property is not set 
> at all.
> If an item is either approved or disapproved, then the validationDetails 
> property is set, but no validationErrors are delivered.
>
> In the Adwords UI I can see, disapproval reasons, e.g. "Guns & parts". I 
> hoped, that I can access this information via the validationErrors 
> property. 
>
> Is there any other way to get the information or am I doing something 
> wrong ?
>
> Thanks! 
> Peter
>
> // --- here is  Groovy code snippet that should conceptually show what I 
> am doing ---
>
> adwordsDataService.getFeedItems(account, feedId).eachWithIndex { item, i ->
>
> println "$item.feedItemId ($i)"
> if(item.validationDetails) {
> item.validationDetails.each {
> println "  $it.approvalStatus / $it.validationStatus"
> if(it.validationErrors) {
> it.validationErrors.each {
> println "$it.feedAttributeIds / 
> $it.validationErrorCode / $it.errorInformation"
> }
> } else {
> println "no validation errors"
> }
>
> }
> } else {
> println "  no validation details"
> }
> println "="
> }
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6ff4e114-34a8-42f1-beef-fcea337f24c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ads in removed AdGroups

2014-11-12 Thread Pearl Jam

Hello Michael,

I mean the test of Trademarks in Ad Content or Keyword Insertion and 
validity of landingpages.
In the past we often got warnings about disapproved Ads and Keywords even 
if the Adgroup was deleted.

Jam

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e475dbb3-7783-49ae-a57b-0336480cab04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.