CustomerSyncService doesn't return ID of changed feedItem

2014-09-24 Thread GrueneOrchidee
CustomerSyncService doesn't return all IDs of changed feedItems. If I compare it with AdWords, the required sitelink isn't visible for dateRange 9/16/2014-9/17/2014 but is visible for the dateRange 9/17/2014-9/18/2014. My request uses the dateRange 9/16/2014-9/19/2014 where the ID of the feedIt

Re: Unmarshalling Error when reading ProductPartition

2014-08-28 Thread GrueneOrchidee
If I don't use the filter IsNegative, it works for me. Thank you! Am Donnerstag, 3. Juli 2014 13:31:37 UTC+2 schrieb GrueneOrchidee: > > Hello, > > it's not possible to read any ProductPartitions. I always get the error: > > *Unmarshalling Error: unrec

Re: Missing feedItems

2014-08-28 Thread GrueneOrchidee
If I use the fields TargetingAdGroupId and TargetingCampaignId instead of CampaignID and AdgroupId for filtering, the problem is solved. Thank you! Am Donnerstag, 21. August 2014 11:20:46 UTC+2 schrieb GrueneOrchidee: > > I make a request by using the CustomerSyncService for getting chan

Re: FeedItems will be returned 7 times

2014-08-28 Thread GrueneOrchidee
showing the problem? The current logs that you > posted is old and I don't have access to it. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Thursday, August 21, 2014 5:09:47 AM UTC-4, GrueneOrchidee wrote: >> >> This behaviour

Missing feedItems

2014-08-21 Thread GrueneOrchidee
I make a request by using the CustomerSyncService for getting changes of one customer, restricted by one feedId. The request returns 10 ids of changed feedItems. If I use the FeedItemService for getting these feedItems, only 7 of them will be returned. What about the missing 3 feedItems (feedIt

Re: FeedItems will be returned 7 times

2014-08-21 Thread GrueneOrchidee
This behaviour still exists. What's the planned date for the fix? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

FeedItems will be returned 7 times

2014-07-24 Thread GrueneOrchidee
If I make a request for getting all feedItems of one customer, all feedItems were returned but each feedItem was returned 7 times. I used the java library adwords-appengine, version 1.30.0 Here is my SOAP request: http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwo

Re: Unmarshalling Error when reading ProductPartition

2014-07-24 Thread GrueneOrchidee
ords API Team): > > Hi there, > > No, those features are not Beta, and have been available in the API since > v201402. What request are you sending? Both ProductScope and > ProductSalesChannel are CampaignCriterion objects, so you should be > querying the CampaignCriterionSe

Re: Unmarshalling Error when reading ProductPartition

2014-07-10 Thread GrueneOrchidee
14 15:20:02 UTC+2 schrieb GrueneOrchidee: > > I use the java library adwords-appengine version 1.29.0. > > I have an additional question: When I try reading ProductSalesChannel and > ProductScope, nothing will be returned, although it's configured at > AdWords. Is this still

Re: Unmarshalling Error when reading ProductPartition

2014-07-03 Thread GrueneOrchidee
2014 13:31:37 UTC+2 schrieb GrueneOrchidee: > > Hello, > > it's not possible to read any ProductPartitions. I always get the error: > > *Unmarshalling Error: unrecognized type name: > {https://adwords.google.com/api/adwords/cm/v201402}ProductPartition > <http

Unmarshalling Error when reading ProductPartition

2014-07-03 Thread GrueneOrchidee
Hello, it's not possible to read any ProductPartitions. I always get the error: *Unmarshalling Error: unrecognized type name: {https://adwords.google.com/api/adwords/cm/v201402}ProductPartition. Did you mean {https://adwords.google.com/api/adwords/cm/v201402}ProductCondition?* Have a look at t

Re: Reading new campaignFeeds or adGroupFeeds

2014-06-16 Thread GrueneOrchidee
t; function for your CampaignFeed + the AdGroupFeeds for all of its ad groups? > If so, why do you have the AdGroupFeeds at all? > > Thanks, > Josh, AdWords API Team > > On Thursday, June 12, 2014 7:41:20 AM UTC-4, GrueneOrchidee wrote: >> >> Since a few days, I have probl

Reading new campaignFeeds or adGroupFeeds

2014-06-12 Thread GrueneOrchidee
Since a few days, I have problems reading new created AdgroupFeeds and CampaignFeeds. I added a new sitelink and assigned it to one campaign and/or adGroup, to several campaigns and/or adGroups (with v201309). Adding worked correctly because everything was visible at my AdWords account as expec

Re: AuthorizationError.USER_PERMISSION_DENIED at TestMCC

2014-05-23 Thread GrueneOrchidee
shToken.java> > again, > and make sure you log in as the MCC account owner? If that doesn't fix the > problem, please send all of the customer IDs (a few that are working and a > few that are not) *only to me* by clicking *Reply to Author*. > > Thanks, > Josh, A

AuthorizationError.USER_PERMISSION_DENIED at TestMCC

2014-05-20 Thread GrueneOrchidee
I have created a test MCC several month ago and could make requests with OAuth2.0 for all customers that belong to this MCC. Since last week, I can't make requests for one of this customers that works the days before. I get always AuthorizationError.USER_PERMISSION_DENIED. The other customers d

Re: SelectorError.SELECTOR_ERROR @ serviceSelector

2014-04-09 Thread GrueneOrchidee
Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscrib

Re: SelectorError.SELECTOR_ERROR @ serviceSelector

2014-04-09 Thread GrueneOrchidee
I also found out that 10,000 is the magic number. 10,000 ids will be accepted, 10,001 ids will throw the error. it would be nice if the error message would be more obvious instead of SelectorError.SELECTOR_ERROR @ serviceSelector. Am Montag, 7. April 2014 11:11:12 UTC+2 schrieb GrueneOrchidee

SelectorError.SELECTOR_ERROR @ serviceSelector

2014-04-07 Thread GrueneOrchidee
I get the error message SelectorError.SELECTOR_ERROR @ serviceSelector when I use the AdGroupCriterionService for getting the criteria of some customers. This error won't be thrown for all of our customers. The error message doesn't show the reason who triggered this error and the documentation

Re: maxCpc of Placements

2014-04-07 Thread GrueneOrchidee
Is there anybody who can help me solving this problem? Am Freitag, 14. März 2014 08:41:18 UTC+1 schrieb GrueneOrchidee: > > It seems to me that the update handling of maxCpc of placements changed > some weeks ago. I'm not shure if this is a result of updating from v201306 > to

maxCpc of Placements

2014-03-14 Thread GrueneOrchidee
It seems to me that the update handling of maxCpc of placements changed some weeks ago. I'm not shure if this is a result of updating from v201306 to v201309. If I want to update the maxCpc of some placements with API, nothing happens. That means the maxCpc is the same as the old maxCpc, I nei

Re: Problems with OAuth 2.0 (java)

2014-03-14 Thread GrueneOrchidee
gt; set to the GoogleCredential instance? > > Best, > - Takeshi, AdWords API Team > > On Thursday, November 21, 2013 4:56:26 PM UTC+9, GrueneOrchidee wrote: >> >> >> Hi Takeshi, >> >> thanks for your answer. I already answered more than a week ago but th

Re: Problems with OAuth 2.0 (java)

2013-11-20 Thread GrueneOrchidee
vice account specific feature (i.e. > impersonation), I recommend using other authentication type, if you use app > engine, web flow can be used. > > Even if you use other authentication types (installed application or web > flow), user interaction is required only once. > >

Problems with OAuth 2.0 (java)

2013-10-30 Thread GrueneOrchidee
I want to change the login from ClientLogin to OAuth2.0. I read so many tutorials about OAuth2.0 but it doesn't work. I want a login mechanism without user interaction and without the use of a browser, so I decided to use Service Account. Therefore I created at Google Console an OAuth 2.0 Clien

Re: CampaignService returns

2013-10-30 Thread GrueneOrchidee
Friday, October 18, 2013 5:48:44 PM UTC+4, GrueneOrchidee wrote: >> >> Thanks for the update! >> >> >> Am Freitag, 18. Oktober 2013 11:36:18 UTC+2 schrieb Danial Klimkin: >>> >>> Hello Hans, >>> >>> >>> The fix i

Re: CampaignService returns

2013-10-21 Thread GrueneOrchidee
Thanks for the update! Am Freitag, 18. Oktober 2013 11:36:18 UTC+2 schrieb Danial Klimkin: > > Hello Hans, > > > The fix is ready and in testing now. I'll update this thread once we have > it live. > > > -Danial, AdWords API Team. > > > On Thursday, October 17, 2013 8:29:07 PM UTC+4, HK wrote: >

Re: Ads device preference value

2013-10-21 Thread GrueneOrchidee
Thank you. Am Freitag, 18. Oktober 2013 12:12:01 UTC+2 schrieb Danial Klimkin: > > Hello, > > > It is "HighEndMobile" from the Platforms reference you've linked (30001). > > > -Danial, AdWords API Team. > > > On Thursday, October 17, 2013 1:48:08

Re: Ads device preference value

2013-10-18 Thread GrueneOrchidee
:30:13 UTC+2 schrieb Danial Klimkin: > > Hello, > > > Please see this article for an overview: > > https://support.google.com/adwords/answer/2909484 > > > -Danial, AdWords API Team. > > > On Tuesday, October 15, 2013 3:54:24 PM UTC+4, GrueneOrchidee wrote:

Ads device preference value

2013-10-15 Thread GrueneOrchidee
What values can be set as device preferences, when I add a new adGroup ad, e.g. a new textAd? I found only values for the platform targeting: https://developers.google.com/adwords/api/docs/appendix/platforms Are this the same values that can be set? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

CampaignService returns

2013-10-11 Thread GrueneOrchidee
I want to get all campaigns of one customer. Therefor I use the CampaignService of the adwords-appengine (version 1.20.0, v201309, Java). Here is my SOAP Request: http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/v201309";> false null (AwApi-Java, AdWords-A