Hi Team,
we have below adwords code to get customer info:
val session = googleSessionService
.buildAdwordsSession(managedCustomer.customerId, siteId) val
customerService = adwordsService.get(session,
classOf[CustomerServiceInterface]) val customerList = new
ListBuffer[Customer]() val customers = customerService.getCustomers
customers.map(customer => { customerList.append(new Customer(
customer.getCustomerId, customer.getDescriptiveName,
customer.getCurrencyCode, customer.getDateTimeZone,
customer.getTrackingUrlTemplate,
customer.getRemarketingSettings.getGoogleGlobalSiteTag,
customer.getConversionTrackingSettings.getEffectiveConversionTrackingId,
customer.getConversionTrackingSettings.getUsesCrossAccountConversionTracking,
customer.getFinalUrlSuffix, customer.getParallelTrackingEnabled,
customer.getAutoTaggingEnabled, customer.getCanManageClients,
managedCustomer.mccCustomerId, managedCustomer,
managedCustomer.accountLabels) ) } ) customerList.toList
could you please advice how to get the same fields list from Google Ads API?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"Google Ads API and AdWords 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/d794ed1e-f880-47fc-a8e5-6f032ce73697n%40googlegroups.com.