Dear Google ads API team,
My question is: *What's the difference between function
"googleAdsClient.getVersion9()" (Pattern 1 below) and
"googleAdsClient.getLatestVersion" (Pattern 2 below)*
* My code as below:
================
*1) Pattern 1:*
protected CustomerServiceClient CustomerServiceInterface() throws
WebServiceException {
GoogleAdsClient googleAdsClient = ....;
return googleAdsClient.getVersion9().createCustomerServiceClient();
}
*2) Pattern 2:*
protected CustomerServiceClient CustomerServiceInterface() throws
WebServiceException {
GoogleAdsClient googleAdsClient = initAPIService(true);
return
googleAdsClient.getLatestVersion().createCustomerServiceClient();
}
================
Thank you so much
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/eadb3ccf-5d27-4672-b88b-fda95f94ae1an%40googlegroups.com.