I am using google-adwords version v201101. When trying to insert the
RemarketingUserList, I am getting the following error

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]

My UserListTest.java


                UserListConversionType conversionType = new
UserListConversionType();
                conversionType.setName("Mars cruise customers");

                // Create remarketing user list.
                RemarketingUserList userList = new RemarketingUserList();
                userList.setName("Mars cruise customers #" +
System.currentTimeMillis());
                userList.setDescription("A list of mars cruise customers in the 
last
year");
                userList.setMembershipLifeSpan(365L);
                userList.setConversionTypes(new UserListConversionType[]
{ conversionType });

                // Create operations.
                UserListOperation operation = new UserListOperation();
                operation.setOperand(userList);
                operation.setOperator(Operator.ADD);

                UserListOperation[] operations = new UserListOperation[]
{ operation };

                // Add user list.
                UserListReturnValue result =
getUserListService().mutate(operations);


Why I am getting this error? How to resolve this?

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

Reply via email to