Re: Developer Token Still Returns Fake Sandbox Data

2011-05-18 Thread Evgeniy Bogdanov
Hi Austin.

 o:requestedAttributeTypesKEYWORD/o:requestedAttributeTypes

In v201101 were changed set of fields for TargetingIdeaService.
Now it haven't KEYWORD. You should use CRITERION.

Regards,

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Developer Token Still Returns Fake Sandbox Data

2011-05-17 Thread Eric Koleda
Hi Austin,

I think the problem may be the namespace on your xsi types.  For example, it 
should likely be cm:Keyword.  What is the fieldPath of the error?  That will 
indicate which list should not be empty.

Best,
- Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Developer Token Still Returns Fake Sandbox Data

2011-05-08 Thread Pete Lavetsky (AdWords API Guru)
Can you post your request header?

Pete

On May 6, 5:22 pm, Austin Houser m...@austinhouser.com wrote:
 So I was recently approved for the Adwords API Developer Token.  I
 integrated this token into my working sandbox application that utilizes
 the TargetingIdeaService.  The problem is even though I am posting the
 information 
 tohttps://adwords.google.com/api/adwords/o/v201101/TargetingIdeaService*(not
 the sandbox URL)* it still returns the sandbox keyword data back:

 *ns2:value, XmlText: KEYWORD*

 I am expecting the API to return keywords related to the keyword I am
 passing it.  The issue is I am not getting any errors.  When I ran this
 script before my token was approved I would receive an error message,
 something like The developer token is not approved yet.  Now I am at a
 loss, any help would be appreciated here!

 Thank you,
 Austinwww.thelastcms.com

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Developer Token Still Returns Fake Sandbox Data

2011-05-08 Thread Austin Houser
Ok I when I include the following tag the script returns data:

*o:requestedAttributeTypesNGRAM_GROUP/o:requestedAttributeTypes*

After reading up about the NGRAM_GROUP I think it returns keyword *
categories*?  Now my problem is duplicate categories are being returned, I 
don't think this is the correct tag to use to get related keywords.  Any 
advice here?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Developer Token Still Returns Fake Sandbox Data

2011-05-08 Thread Austin Houser
So using the following request to get related keywords to the keyword 
puppies I get the error: *NotEmptyError.EMPTY_LIST*
Suggestions?

soap:Body
o:get
o:selector
o:searchParameters xsi:type=o:RelatedToKeywordSearchParameter
o:keywords xsi:type=Keyword
cm:text xsi:type=stringpuppies/cm:text
cm:matchType xsi:type=stringBROAD/cm:matchType
/o:keywords
/o:searchParameters

o:searchParameters xsi:type=o:KeywordMatchTypeSearchParameter
o:keywordMatchTypes 
xsi:type=stringIDEAS/o:keywordMatchTypes
/o:searchParameters

o:searchParameters xsi:type=o:LanguageTargetSearchParameter
o:languageTargets xsi:type=LanguageTarget
cm:languageCode xsi:type=stringen/cm:languageCode
/o:languageTargets
/o:searchParameters

o:requestTypeIDEAS/o:requestType
o:ideaTypeKEYWORD/o:ideaType

o:requestedAttributeTypesKEYWORD/o:requestedAttributeTypes

o:paging
cm:startIndex0/cm:startIndex
cm:numberResults10/cm:numberResults
/o:paging
/o:selector
/o:get
/soap:Body

My best,
Austin
www.thelastcms.com

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


Developer Token Still Returns Fake Sandbox Data

2011-05-06 Thread Austin Houser
So I was recently approved for the Adwords API Developer Token.  I 
integrated this token into my working sandbox application that utilizes 
the TargetingIdeaService.  The problem is even though I am posting the 
information to 
https://adwords.google.com/api/adwords/o/v201101/TargetingIdeaService *(not 
the sandbox URL)* it still returns the sandbox keyword data back:

*ns2:value, XmlText: KEYWORD*

I am expecting the API to return keywords related to the keyword I am 
passing it.  The issue is I am not getting any errors.  When I ran this 
script before my token was approved I would receive an error message, 
something like The developer token is not approved yet.  Now I am at a 
loss, any help would be appreciated here!

Thank you,
Austin
www.thelastcms.com

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