Hi, I'm trying to build a Dynamic Remarketing Campaing via API and I need 
the merchant_id to get the product listing.
I already have access to the customer adwords account, so I'm trying to get 
the data without asking again for permissions.
I'm currently using CustomerService and ServiceLinks according to this post 
https://groups.google.com/forum/#!searchin/adwords-api/merchant$20id$20adwords%7Csort:date/adwords-api/WqprrJ_d5po/-SEHPtp_AAAJ
but the serviceLinkId is not the one that appears in my merchant center.
This is the code that I'm using:

customer_service = client.GetService('CustomerService', version='v201809')
selector = {
  'fields': ['ServiceType'],
  'predicates': [
      {
          'field': 'ServiceType',
          'operator': 'EQUALS',
          'values': ['MERCHANT_CENTER']
      }
  ]
}
mcc = customer_service.getServiceLinks(selector)

Have there been any changes to the api?

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e17d9d7d-187e-4ccf-8976-f28bee482a0e%40googlegroups.com.

Reply via email to