Hi,
We are unable to select child accounts with AdsManagerApp in the New Google
Ads Script Experience.
Following is the code to get the child account.
var accountSelecter = AdsManagerApp.accounts().withIds(['127-167-0580']]);
var account = accountSelecter.get();
if(account.hasNext())
{
MccApp.select(account.next());
Logger.log("Account Set");
}
else
{
Logger.log("Account NOT Set");
}
Through the above code, we are not getting the account if we toggle on New
scripts experience, if we toggle off that then it's working...
Please suggest what we need to do to make it work in the new script
experience.
Regards,
Indrani
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cd558fce-640d-4ae3-b3c2-64ccec63bb60n%40googlegroups.com.