Thanks Anthony, the issue I am facing is I can only use one ClientCustomerId in ads.properties file and we need information from account A and create new adGroup under account B. If I set the id to account A, I can read the data from account A but I cannot create new adGroup under account B. If I set id to account B, I can create adGroup under account B but I cannot read data from account A. I was wondering if there is a bridge we can use, or how you suggest we can work around this issue. Thanks a lot.
On Thursday, December 15, 2016 at 3:32:58 PM UTC-8, Anthony Madrigal wrote: > > Hi Michael, > > Although ad groups are globally unique > <https://developers.google.com/adwords/api/docs/guides/objects-methods#object_hierarchy_and_scope>, > > keywords are not. You can fetch info on existing ad groups and keywords > using either AdGroupService > <https://developers.google.com/adwords/api/docs/reference/v201609/AdGroupService> > or Adgroup Performance Report > <https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report> > and AdGroupCriterionService > <https://developers.google.com/adwords/api/docs/reference/v201609/AdGroupCriterionService> > or Keywords Performance Report > <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report> > respectively. > There is no copy method in AdWords API, but you can fetch the respective > fields and use them to create "copies" of them in separate requests. > > Please let me know if you have any further questions. > > Regards, > Anthony > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0639eb60-399d-42a1-a5c9-60d90d3ed553%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
