Another QuotaCheckError.INVALID_TOKEN_HEADER question

2012-10-01 Thread hak ita
Hello

I am new and stuck on adword api use (, and keep getting 
 INVALID_TOKEN_HEADER   (using rails module)

Here my adwords_api.yml :

  :method: OAuth2
  :oauth2_client_id: 10124??.apps.googleusercontent.com
  :oauth2_client_secret: _??2xFVDGulk
  :developer_token: 
  :user_agent: test
:service:
  :environment: PRODUCTION


I do NOT have any "developer_token". is It mandatory to get keyword 
suggestions ?
How to troubleshoot that ? 

Thank you


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Missing Remarketing Data

2012-10-01 Thread Joel Turnbull

Ok that does makes sense. So I'm looking for a Campaign Performance Report 
I guess. Impressions, Clicks, etc. on a Remarketing Campaign for a certain 
day.

Joel


On Monday, October 1, 2012 9:33:23 AM UTC-4, Oliver wrote:
>
> What data do you expect to see? A remarketing campaign impressions occur 
> purely due to the fact that the user visited your site before. It's not 
> triggered by keywords, hence there shouldn't be any keyword data.
>
> Oliver
>
> On Monday, October 1, 2012 2:23:10 PM UTC+1, Joel Turnbull wrote:
>>
>>
>> I'm using the google-adwords-api ruby gem to fetch ad hoc report data. As 
>> far as I can tell I'm using up to date versions of everything.
>>
>>   * google-ads-common (0.8.0)
>>   * google-adwords-api (0.7.0)
>>   report_utils(:v201206)
>>
>> The problem is that I cannot seem to get report data for "Remarketing" 
>> campaigns. Everything else comes down just fine.
>>
>> My report definition looks like this
>>
>> :selector => {
>>   :fields => self.class.field_names,
>>   :date_range => {:min => date.strftime("%Y%m%d"), :max => 
>> date.strftime("%Y%m%d") },
>> :report_name => name,
>> :report_type => "KEYWORDS_PERFORMANCE_REPORT",
>> :download_format => "XML",
>> :date_range_type => "CUSTOM_DATE",
>> :include_zero_impressions => "false"
>>
>> I've tried to add these predicates, as far as I can understand 
>> "Remarketing" campaigns are part of the "Content / Display" network. The 
>> result here is that I get the column name header xml, but no data.
>>
>>   :predicates => [
>>   {
>> :field => 'AdNetworkType1',
>> :operator => 'IN',
>> :values => ["CONTENT"],
>>   },
>>   { 
>> :field => 'AdNetworkType2',
>> :operator => 'IN',
>> :values => ["CONTENT"],
>>   }
>>
>> Is there something I can add to the report definition or the api object 
>> to fetch "Remarketing" data?
>>
>> Thanks,
>> Joel Turnbull
>>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Missing Remarketing Data

2012-10-01 Thread Oliver
What data do you expect to see? A remarketing campaign impressions occur 
purely due to the fact that the user visited your site before. It's not 
triggered by keywords, hence there shouldn't be any keyword data.

Oliver

On Monday, October 1, 2012 2:23:10 PM UTC+1, Joel Turnbull wrote:
>
>
> I'm using the google-adwords-api ruby gem to fetch ad hoc report data. As 
> far as I can tell I'm using up to date versions of everything.
>
>   * google-ads-common (0.8.0)
>   * google-adwords-api (0.7.0)
>   report_utils(:v201206)
>
> The problem is that I cannot seem to get report data for "Remarketing" 
> campaigns. Everything else comes down just fine.
>
> My report definition looks like this
>
> :selector => {
>   :fields => self.class.field_names,
>   :date_range => {:min => date.strftime("%Y%m%d"), :max => 
> date.strftime("%Y%m%d") },
> :report_name => name,
> :report_type => "KEYWORDS_PERFORMANCE_REPORT",
> :download_format => "XML",
> :date_range_type => "CUSTOM_DATE",
> :include_zero_impressions => "false"
>
> I've tried to add these predicates, as far as I can understand 
> "Remarketing" campaigns are part of the "Content / Display" network. The 
> result here is that I get the column name header xml, but no data.
>
>   :predicates => [
>   {
> :field => 'AdNetworkType1',
> :operator => 'IN',
> :values => ["CONTENT"],
>   },
>   { 
> :field => 'AdNetworkType2',
> :operator => 'IN',
> :values => ["CONTENT"],
>   }
>
> Is there something I can add to the report definition or the api object to 
> fetch "Remarketing" data?
>
> Thanks,
> Joel Turnbull
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Missing Remarketing Data

2012-10-01 Thread Joel Turnbull

I'm using the google-adwords-api ruby gem to fetch ad hoc report data. As 
far as I can tell I'm using up to date versions of everything.

  * google-ads-common (0.8.0)
  * google-adwords-api (0.7.0)
  report_utils(:v201206)

The problem is that I cannot seem to get report data for "Remarketing" 
campaigns. Everything else comes down just fine.

My report definition looks like this

:selector => {
  :fields => self.class.field_names,
  :date_range => {:min => date.strftime("%Y%m%d"), :max => 
date.strftime("%Y%m%d") },
:report_name => name,
:report_type => "KEYWORDS_PERFORMANCE_REPORT",
:download_format => "XML",
:date_range_type => "CUSTOM_DATE",
:include_zero_impressions => "false"

I've tried to add these predicates, as far as I can understand 
"Remarketing" campaigns are part of the "Content / Display" network. The 
result here is that I get the column name header xml, but no data.

  :predicates => [
  {
:field => 'AdNetworkType1',
:operator => 'IN',
:values => ["CONTENT"],
  },
  { 
:field => 'AdNetworkType2',
:operator => 'IN',
:values => ["CONTENT"],
  }

Is there something I can add to the report definition or the api object to 
fetch "Remarketing" data?

Thanks,
Joel Turnbull

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Is it OK to use the API for the TargetingIdeaService feature only?

2012-10-01 Thread Dorian Kind
Hi Roy,

as this list is for technical discussion of the AdWords API, I doubt that 
anyone here will be able to give you a binding answer. I'll venture a guess 
and say that your idea could be problematic with regard to this section of 
the T&C RMF:
*"If an AdWords API Client provides any functionality related to 
TargetingIdeaService or TrafficEstimatorService, it must fully implement 
the required Creation Functionality, Management Functionality and Reporting 
Functionality"*
But IANAL, so it's probably best if you get in direct contact with 
adwordsapi-tok...@google.com.
Cheers,
Dorian

On Sunday, September 30, 2012 4:07:29 PM UTC+2, Roy wrote:
>
> Anyone?
>
> On Friday, September 28, 2012 3:01:13 AM UTC+2, Roy wrote:
>>
>> Hello,
>>
>> I'd like to know if its ok to apply for an AdWords API if I only want to 
>> use the TargetingIdeaService?
>> I want to develop an enhanced Keyword Research tool which add more 
>> metrics to the suggested keywords TargetingIdeaService provides to make a 
>> more informed and actionable decision if its worth targeting the keyword 
>> (for PPC and SEO).
>>
>> I went over the ToS of the API application, didn't see anything 
>> problematic with this concept, but I want to double check.
>>
>> Thanks,
>>
>> Roy
>>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Filter KEYWORDS_PERFORMANCE_REPORT by CampaignId or lables

2012-10-01 Thread Oliver
Let me clarify one point first. When you say 'filter the report', are you 
referring to restricting the data returned in the report to specific 
campaign IDs, or are you referring to ordering by campaign ID?

I assume you meant the former, and it should work. I am doing the same 
thing. I don't know what the xml looks like. I'm using the Java library and 
creating the selectors and predicates that way.

Oliver

On Monday, October 1, 2012 10:42:36 AM UTC+1, freedl wrote:
>
>
> How can I implement it?
>
> It does not work.
> 
>   CampaignId
>   IN
>   
>   
>   Z
> 
>
> Thank You 
> F.
>
>
> Am Montag, 1. Oktober 2012 08:46:20 UTC+2 schrieb Oliver:
>>
>> Yes it's possible to filter by CampaignId, but not label.  Labels are not 
>> supported by the API yet.
>>
>> Oliver
>>
>> On Sunday, September 30, 2012 10:52:13 PM UTC+1, freedl wrote:
>>>
>>> Hi,
>>>
>>> is it possible to filter the keyword report by CampaignId or Campaign 
>>> lables?
>>>
>>> Thanks
>>> F.
>>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Traffic Estimator Service v201206 not able to get the results

2012-10-01 Thread Gaurav Sehdev
can anybody help on this

On Monday, October 1, 2012 2:44:02 PM UTC+5:30, Gaurav Sehdev wrote:
>
> While trying to get the result from 'TrafficEstimatorService', 'v201206' 
> it gives error INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED,
>
> But i am able to use 'CampaignService', 'v201206' with any issue.
>
> Can any body let me know , what will be issue for getting the error 
> from TrafficEstimatorService
>
> Regards
> Gaurav
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Can't specify an Adgroup Status selector on AdGroupCriterionService. Stuck for a solution.

2012-10-01 Thread Oliver
Thanks Danial.  

I could pass the Adgroup IDs but again there could be thousands of them, so 
I'm not sure what the implications are.

Adding qualityinfo details to the keyword report is a GREAT idea and will 
be much appreciated!

Oliver


On Monday, October 1, 2012 9:55:01 AM UTC+1, AdWords API Advisor wrote:
>
> Hello Oliver, 
>
>
> In this case I'd recommend to use reports to get active AdGroups list and 
> use AdGroup's IDs in the predicate. 
>
> It is very unlikely we'll introduce services coupling like this in near 
> future. I'll check if we can introduce qualityinfo details into the 
> reports instead. 
>
>
> -Danial, AdWords API Team. 
>
>
> Original Message Follows: 
>  
> From: Oliver > 
> Subject: Re: Can't specify an Adgroup Status selector on 
> AdGroupCriterionService. Stuck for a solution. 
> Date: Fri, 28 Sep 2012 06:34:21 -0700 (PDT) 
>
> > Thanks Daniel.  I can't use reports because I'm trying to get data that 
> is 
> > available only via the service objects (qualityinfo). 
> > 
> > I could just get back all keywords and only use the ones I know are in 
> > active adgroups.  However, I'll be paying the API access rate to get 
> > keywords that I don't need.  In an account with tens of thousands of 
> > keywords in deleted adgroups, this cost escalates quickly. 
> > 
> > I don't know what the implication would be (on the network traffic or 
> API 
> > call execution) of passing in the exact IDs of the keywords I want in 
> the 
> > selector field.  There could be tens of thousands of them and I don't 
> want 
> > to pass such a huge amount of info in a http request. 
> > 
> > Where can I add this as a feature request for future releases? 
> > 
> > Oliver 
> > 
> > 
> > On Friday, September 28, 2012 10:36:11 AM UTC+1, Danial Klimkin wrote: 
> > > 
> > > Hello Oliver, 
> > > 
> > > 
> > > You can add columns for both AdGroup and Criteria to the Criteria 
> report: 
> > > 
> > >   
> https://developers.google.com/adwords/api/docs/appendix/reports#criteria 
> > > 
> > > Setting filter on both AdGroupStatus and Status should return the 
> correct 
> > > data set for you. 
> > > 
> > > There is no way to achieve this with the AdGroupCriterion service 
> though. 
> > > 
> > > 
> > > -Danial, AdWords API Team. 
> > > 
> > > 
> > > 
> > > On Friday, September 28, 2012 1:22:52 PM UTC+4, Oliver wrote: 
> > >> 
> > >> Thanks for the suggestion.  We can do that, but that's a long and 
> slow 
> > >> way of achieving the result which I'd like to avoid if possible. It 
> would 
> > >> have been great if we could filter on the adgroup status if we can. 
> > >> 
> > >> Any other ideas from the pro users of the API or the API team? 
> > >> 
> > >> Oliver 
> > >> 
> > >> On Thursday, September 27, 2012 9:57:07 PM UTC+1, j.e.frank wrote: 
> > >>> 
> > >>> One idea is, you can first get the list of AdGroups that are Active, 
>
> > >>> using the AdGroupService.  Then build a list of the IDs of those ad 
> groups, 
> > >>> and use it in the selector of the keywords (along with the Status 
> predicate 
> > >>> that picks only active keywords). 
> > >>> 
> > >>> On Thursday, September 27, 2012 12:26:09 PM UTC-4, Oliver wrote: 
> >  
> >  We're trying to use the AdgroupCriterionService to get some 
> information 
> >  about *active *keywords only.  We're using the 'Status' selector 
> field 
> >  to ensure only data for active keywords are returned. 
> >  
> >  However, there are deleted Adgroups whose keywords are still in 
> >  'active' status.  Adwords users typically just pause or delete an 
> adgroup 
> >  without having to change the status of each keyword inside it. 
> >  
> >  As you can guess, the issue we now have is we're getting back data 
> for 
> >  these active keywords that are in the deleted adgroups! 
> >  
> >  I can't see any selector field that we can use to filter by the 
> Adgroup 
> >  status as well. 
> >  
> >  Any ideas how we can get round this issue please?  Is there any 
> other 
> >  way we can target only the truly active keywords in the campaign? 
> >  
> >  Thanks in advance for any help with this. 
> >  
> >  Oliver 
> >  
> > >>> 
> > 
> > -- 
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
> > 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 adwor...@googlegroups.com 
> > To unsubscribe from this group, send email to 
> > adwords-api...@googlegroups.com  
> > For more options, visit this group at 
> > http://groups.google.com/group/adwords-api?hl=en 
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://ad

Re: Filter KEYWORDS_PERFORMANCE_REPORT by CampaignId or lables

2012-10-01 Thread freedl

How can I implement it?

It does not work.

  CampaignId
  IN
  
  
  Z


Thank You 
F.


Am Montag, 1. Oktober 2012 08:46:20 UTC+2 schrieb Oliver:
>
> Yes it's possible to filter by CampaignId, but not label.  Labels are not 
> supported by the API yet.
>
> Oliver
>
> On Sunday, September 30, 2012 10:52:13 PM UTC+1, freedl wrote:
>>
>> Hi,
>>
>> is it possible to filter the keyword report by CampaignId or Campaign 
>> lables?
>>
>> Thanks
>> F.
>>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Traffic Estimator Service v201206 not able to get the results

2012-10-01 Thread Gaurav Sehdev
While trying to get the result from 'TrafficEstimatorService', 'v201206' it 
gives error INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED,

But i am able to use 'CampaignService', 'v201206' with any issue.

Can any body let me know , what will be issue for getting the error 
from TrafficEstimatorService

Regards
Gaurav

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Can't specify an Adgroup Status selector on AdGroupCriterionService. Stuck for a solution.

2012-10-01 Thread AdWordsAPIAdvisor
Hello Oliver,


In this case I'd recommend to use reports to get active AdGroups list and
use AdGroup's IDs in the predicate.

It is very unlikely we'll introduce services coupling like this in near
future. I'll check if we can introduce qualityinfo details into the
reports instead.


-Danial, AdWords API Team.


Original Message Follows:

From: Oliver 
Subject: Re: Can't specify an Adgroup Status selector on
AdGroupCriterionService. Stuck for a solution.
Date: Fri, 28 Sep 2012 06:34:21 -0700 (PDT)

> Thanks Daniel.  I can't use reports because I'm trying to get data that
is 
> available only via the service objects (qualityinfo).
> 
> I could just get back all keywords and only use the ones I know are in 
> active adgroups.  However, I'll be paying the API access rate to get 
> keywords that I don't need.  In an account with tens of thousands of 
> keywords in deleted adgroups, this cost escalates quickly.
> 
> I don't know what the implication would be (on the network traffic or
API 
> call execution) of passing in the exact IDs of the keywords I want in
the 
> selector field.  There could be tens of thousands of them and I don't
want 
> to pass such a huge amount of info in a http request.
> 
> Where can I add this as a feature request for future releases?
> 
> Oliver
> 
> 
> On Friday, September 28, 2012 10:36:11 AM UTC+1, Danial Klimkin wrote:
> >
> > Hello Oliver,
> >
> >
> > You can add columns for both AdGroup and Criteria to the Criteria
report:
> >
> >  
https://developers.google.com/adwords/api/docs/appendix/reports#criteria
> >
> > Setting filter on both AdGroupStatus and Status should return the
correct 
> > data set for you.
> >
> > There is no way to achieve this with the AdGroupCriterion service
though.
> >
> >
> > -Danial, AdWords API Team.
> >
> >
> >
> > On Friday, September 28, 2012 1:22:52 PM UTC+4, Oliver wrote:
> >>
> >> Thanks for the suggestion.  We can do that, but that's a long and
slow 
> >> way of achieving the result which I'd like to avoid if possible. It
would 
> >> have been great if we could filter on the adgroup status if we can.
> >>
> >> Any other ideas from the pro users of the API or the API team?
> >>
> >> Oliver
> >>
> >> On Thursday, September 27, 2012 9:57:07 PM UTC+1, j.e.frank wrote:
> >>>
> >>> One idea is, you can first get the list of AdGroups that are Active,

> >>> using the AdGroupService.  Then build a list of the IDs of those ad
groups, 
> >>> and use it in the selector of the keywords (along with the Status
predicate 
> >>> that picks only active keywords).
> >>>
> >>> On Thursday, September 27, 2012 12:26:09 PM UTC-4, Oliver wrote:
> 
>  We're trying to use the AdgroupCriterionService to get some
information 
>  about *active *keywords only.  We're using the 'Status' selector
field 
>  to ensure only data for active keywords are returned.
> 
>  However, there are deleted Adgroups whose keywords are still in 
>  'active' status.  Adwords users typically just pause or delete an
adgroup 
>  without having to change the status of each keyword inside it.
> 
>  As you can guess, the issue we now have is we're getting back data
for 
>  these active keywords that are in the deleted adgroups!
> 
>  I can't see any selector field that we can use to filter by the
Adgroup 
>  status as well.
> 
>  Any ideas how we can get round this issue please?  Is there any
other 
>  way we can target only the truly active keywords in the campaign?
> 
>  Thanks in advance for any help with this.
> 
>  Oliver
> 
> >>>
> 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED while trying to get Keyword Ideas from Targeting Service

2012-10-01 Thread Gaurav Sehdev
I was trying to get Keyword Ideas from Targeting Service

but everytime i try to fetch the record i get error 
INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED 
@ 

i have tried it with customer Id , but still no luck

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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