We still get have problems with the InfoService of Version V200909.
V13 works fine here.
We do exactly whats listed in the Per-Call Migration Guide.
We use java and the adwords-api-6.3.0-loner.jar lib.

Example 1:
InfoSelector selector = new InfoSelector();
selector.setApiUsageType(ApiUsageType.UNIT_COUNT);
selector.setDateRange(new DateRange("20100101", "20100201"));
ApiUsageInfo res = service.get(selector);

always return 0 costs, while V13 Version getUnitCount(startDate,
endDate) works fine.


Example 2:

InfoSelector selector = new InfoSelector();
selector.setClientEmails(new String[] { "<valid client email>" });
selector.setApiUsageType(ApiUsageType.UNIT_COUNT_FOR_CLIENTS);
selector.setDateRange(new DateRange("20100101", "20100201"));
ApiUsageInfo res = service.get(selector);

throws an error [ApiUsageError.INVALID_CLIENT_EMAIL @ selector] also
the specified email is a valid account in the mcc-acount.

Any suggestions?

Thanks
Ralf

By the way. Sample Code for Java is still for V200906 and not all
Services are included.


-- 
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-...@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.

Reply via email to