Hi, I keep getting the exception above when trying to access customer sync service. Im using production account, has anyone experienced such issue ?
Here is the piece of code: SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd HHmmss zzz"); //SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMdd HHmmss"); String min = sdf.format(date); String max = sdf.format(new Date()); DateTimeRange range = new DateTimeRange(); range.setMin(min); range.setMax(max); long[] ids = new long[campaignIds.size()]; for (int i = 0; i < campaignIds.size() - 1; i++) { ids[i] = campaignIds.get(i); } CustomerSyncSelector selector = new CustomerSyncSelector(); selector.setCampaignIds(ids); selector.setDateTimeRange(range); CustomerChangeData data = getInterface().get(selector); Can anyone advice ? Thanks, Tomek. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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