Serviced Account service fails to return Account information

2012-02-03 Thread Sanju
Hi,

Am trying to get connected with serviced_account_service by using my
mailId, password, clientmailId,developer token. But in Serviced
Account graph am getting zero accounts. U can see my below code.
Thnx in adv. Its my account where billing has done on it.

 AdWordsUser user = new AdWordsUser("", "", "google",
"X");

  // Get the ServicedAccountService.
  ServicedAccountServiceInterface servicedAccountService =
user.getService(AdWordsService.V201109.SERVICED_ACCOUNT_SERVICE);

  // Create selector.
  ServicedAccountSelector selector = new
ServicedAccountSelector();
  // To get the links paging must be disabled.
  selector.setEnablePaging(false);
  CustomerId c=null;
  //c.setId(Long.MIN_VALUE);
  long[] l = new long[]{8136225734L};
  selector.setCustomerIds(l);

  // Get serviced account graph.
  ServicedAccountGraph graph =
servicedAccountService.get(selector);

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: deleted text ads metric are no longer part of default data in AD_PERFORMANCE_REPORT (201101)

2012-02-03 Thread Brandon Pack
Just for clarity, don't use DELETED as the predicate, use DISABLED on ads 
to get this to work.  Please post when a fix is released.  Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Report with yesterday's costs for each client account on an mcc

2012-02-03 Thread nachomac
Thanks for your reply

On 3 feb, 18:15, Eric Koleda  wrote:
> Hi,
>
> Cross-client reports are no longer support, and you will need to download
> the report for each client account under your MCC account.  More
> information is available in this blog post:
>
> http://adwordsapi.blogspot.com/2011/10/downloading-reports-for-lots-o...
>
> 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: API Key Pending approval

2012-02-03 Thread Christopher Heathwood
Thanks for your replies :)

I've had a look in to the sandbox and will have a play with some of the 
features to be honest we're not going to throw lots of resources at this if 
we can't get am API key :p

Will keep this updated on how we get on :)

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


Converting an Address into a GeoPoint

2012-02-03 Thread Catty
Hello, I am new to PHP and AdWords and was hoping that someone could
give me some advice on how to convert an address into a GeoPoint. I am
attempting to set up a Proximity criterion and need to somehow get the
lat/long coordinates from the given address.

Thanks.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Impressions from click types

2012-02-03 Thread Eric Koleda
Hi Chad,

That's correct.  If you don't segment by ClickType then there will no 
longer be any overlap in the impression numbers.

Best,
- Eric

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Get campaign schedule data

2012-02-03 Thread Eric Koleda
Hi Robert,

More information about ad scheduling in the API is available here:

http://code.google.com/apis/adwords/docs/guides/ad_scheduling.html

Please be aware that the CampaignTargetService doesn't use the generic 
Selector object, but instead the specialized CampaignTargetSelector:

http://code.google.com/apis/adwords/docs/reference/latest/CampaignTargetService.CampaignTargetSelector.html

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: WSDL.exe for the new version of the API?

2012-02-03 Thread Eric Koleda
Hi Jeff,

The WSDL URLs can be found in the documentation for the services:

http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.html

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: Sandbox, Create campaign - [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-02-03 Thread Eric Koleda
Hi Monty,

Please see the common errors page for more information about this error:

http://code.google.com/apis/adwords/docs/troubleshooting.html#OperationAccessDenied

Please ensure that the customer ID used is of a client account and not the 
MCC account.

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: v201109 Quality Score Differences

2012-02-03 Thread Eric Koleda
Hi Vizergy,

The quality score numbers should be the same between the UI and the 
reports.  Can you provide some cases where they are different?  When you 
check back later do the numbers match up?

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: [KeywordPerformance v201109] Unexplainable "Authorization: User permission denied"

2012-02-03 Thread Eric Koleda
Hi Giuseppe,

We have heard other cases of this error and we are investigating the root 
cause.  Please double-check that you are using the correct username, 
password, and customer ID.

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: VideoCampaigns and VideoAds / YouTube Promoted Videos

2012-02-03 Thread Eric Koleda
Hi Giata,

Video campaigns and the AdWords for Video product are not accessible using 
the API.

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


Mobile Carriers V2011.09

2012-02-03 Thread Yaron Elkayem
Hi to the Google support team,

We have two ambiguities regarding MobileCarriers crierionIds
references:
1. The Reference list of the carriers is different from the one
returned by the ConstantDataService:

MobileCarrier Reference: 
http://code.google.com/apis/adwords/docs/appendix/mobilecarriers.html
ConstantDataService:
http://code.google.com/intl/us/apis/adwords/docs/reference/latest/ConstantDataService.html#getCarrierCriterion

a. the mobileCarrier reference has 76 more carriers than what the
ConstantDataService returns, excluding SuperCarriers. is this normal?

b the ConstantDataService returns citerionIds that do not exist in the
reference. for example:
Vodafone70600   PT, TMN 70601   PT, Optimus 70602   PT.
is this Normal

2. When trying to target a SuperCarrier using the
CampaignCriterionService the API won't recognized it. is this a normal
behaviour?

cheers
Yaron




-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: TrafficEstimatorService Behavior

2012-02-03 Thread Eric Koleda
Hi Dorian,

I think the same rules may also apply to keywords in separate ad group 
requests in the same campaign request.  All the keywords in a campaign pull 
from the same budget, so some keywords may be exhausting the hypothetical 
budget leaving none left for the others.  Unfortunately the hypothetical 
budget used isn't configurable using the API.  As you've found, if you want 
to closely emulate the UI you should use separate campaign requests.  That 
said, more accurate results as to how a keyword may perform can be obtained 
by evaluating keywords together in unison.

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: Report with yesterday's costs for each client account on an mcc

2012-02-03 Thread Eric Koleda
Hi,

Cross-client reports are no longer support, and you will need to download 
the report for each client account under your MCC account.  More 
information is available in this blog post:

http://adwordsapi.blogspot.com/2011/10/downloading-reports-for-lots-of-client.html

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: Not able to get AD_PERFORMANCE_REPORT report using clientCustomerID

2012-02-03 Thread Eric Koleda
Hi Sachin,

Please make sure there are no typos in your header name:

http://code.google.com/apis/adwords/docs/guides/reporting.html

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


SuperCarrier in the mobile carriers' list

2012-02-03 Thread David Cochard
Hello,

Could you tell me what is the use of "SuperCarrier" values in the
mobile carriers list available here ?
http://code.google.com/intl/fr-FR/apis/adwords/docs/appendix/mobilecarriers.html

I first thought that it allows you to select all carriers for the
corresponding country but it is not existing for every country.
Other question is, do you plan to update this list ? I saw that from
Portugal & Hungary, mobile carriers are available in AdWords UI but
not in the list mentioned upper.

Thanks.

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


Example for getting the campaign targets

2012-02-03 Thread Daniel
Hi there,

i'm still migrating to new newest API Version and i had huge troubles
with the new way "CampaignCriterionService" and the way how you
changed all this in the new version ...

Can you please provide a small example how i can get the targets for
my campaigns?
I use this Code:

CampaignCriterionServiceInterface lCampaignCriterionService =
getCampaignCriterionService();

Selector lCampaignTargetSelector = new Selector();
lCampaignTargetSelector.setFields(new String[] {"Id"});
lCampaignTargetSelector.setPredicates(new Predicate[]{new
Predicate("Id", PredicateOperator.IN, lCampaignIds)});

CampaignCriterionPage lCampaignCriterionPage =
lCampaignCriterionService.get(lCampaignTargetSelector);
CampaignCriterion[] lCampaignCriterions =
lCampaignCriterionPage.getEntries();

And the lCampaignCriterions Array is always null ...
Hope somebody can help me ...

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AdGroupCriterionService.get() returning 3 instances of the same criterion in fetch using adGroupId

2012-02-03 Thread kokjurrien
I experienced the same with migrating from V201008 to V201109. I think
this is a bug, or I don't understand the intended us.

What solved it for me is removing "MatchType" from the fields that are
being retrieved. Also the returned data for each keyword in my case
was exactly the same (so I was not missing information regarding
MatchType or anyhting else).

Hopefully this helps you, it cost me quite some time.



On 13 jan, 08:54, Cap'n of d'Ship  wrote:
> these are the fields we are retrieving
> "AdGroupId", "CriterionUse", "Id", "SystemServingStatus", "Status",
>                                                      "ApprovalStatus",
> "DestinationUrl", "FirstPageCpc", "MaxCpc", "MaxCpm",
>                                                      "EnhancedCpcEnabled",
> "PercentCpa", "Text", "MatchType")
>
> all 3 instances returned have the same criterion id.
>
> is this a bug or is there a combination that we shouldn't be getting?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Cannot get Customer ID with "read only" access

2012-02-03 Thread Ben Vincent
Hi Danial,

With the v13 lib I am using AccountService (https://adwords.google.com/
api/adwords/v13/AccountService)

With v201109 I am using ServicedAccountGraph

Thanks for help.

Kind regards,

Ben

On Feb 3, 10:19 am, Danial Klimkin 
wrote:
> Hello Ben,
>
> How do you retrieve the client customer ID? Is this ServicedAccountService
> or InfoService?
>
> -Danial, 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


ConversionTrackerService does not return imported Google Anayltics conversions

2012-02-03 Thread Matthew
Hello,

we use ConversionTrackerService V201109 via PHP API.

If we try to get all conversions, we only get the Website conversions 
directly tracked by AdWords.
Conversions imported from Analytics to AdWords does not appear in the 
respone object.

Any idea, how we could get the imported Analytics conversions?

Thank you very much!

Matthew

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Unable to convert V13 keyword performance report to V201109

2012-02-03 Thread Danial Klimkin
Hello Maxim,


I have logged this as a feature request.


-Danial, 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: Cannot get Customer ID with "read only" access

2012-02-03 Thread Danial Klimkin
Hello Ben,


How do you retrieve the client customer ID? Is this ServicedAccountService 
or InfoService?


-Danial, 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