Hi Fernando,
Thanks for reaching out to the Google Ads Scripts.
Regarding your concern, I received 29 results when I checked it on our end. Could you please provide us with all of the accounts that do not have a label? So we can give you guidance on your issue.
Regards,
|
||||||


--
-- You received this message because you are subscribed to the Google Groups AdWords Scripts Forum group. Please do not reply to this email. To post to this group or unsubscribe please visit https://developers.google.com/adwords/scripts/community.
---
You received this message because you are subscribed to a topic in the Google Groups "Google Ads Scripts Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-scripts/_rhscA86y3s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-scrip...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-scripts/ufrKc000000000000000000000000000000000000000000000RDTGCG00iKtjryOjS06dfW8mlqmAjQ%40sfdc.net.
![]() |
| Look forward to hearing from you Fernando |
Hi Fernando,
This is Yasmin, I work alongside Darwin in the Google Ads Scripts team.
It appears that you did not receive my colleague's previous response to you. With this, allow me to reiterate. Our team would like to request for all of the accounts that do not have a label for us to further check this on our end and guide you accordingly with this issue.
We'll be looking forward to your response.
Regards,
|
||||||
![]() | |||||
| |||||
|
--
-- You received this message because you are subscribed to the Google Groups AdWords Scripts Forum group. Please do not reply to this email. To post to this group or unsubscribe please visit https://developers.google.com/adwords/scripts/community.
---
You received this message because you are subscribed to a topic in the Google Groups "Google Ads Scripts Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-scripts/_rhscA86y3s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-scrip...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-scripts/ZnBa6000000000000000000000000000000000000000000000REY54K00YYh5PDKlQPiEELVRqJtAzQ%40sfdc.net.
Hi Fernando,
Thank you for getting back to us and providing the requested information.
Upon checking, I created a simple test script which prints the accounts without the label [MIA_1a30]. For more context, I was able to retrieve 28 accounts when running the script in the legacy version. In the new experience, I was able to retrieve 13 accounts. This was all done using the same code (refer below). I was able to observe that there is a huge discrepancy.
function main() {
var accountIterator = AdsManagerApp.accounts()
.withCondition("LabelNames DOES_NOT_CONTAIN 'MIA_1a30'")
//.withCondition('customer_client.status = "CLOSED"')
//.withCondition('customer_client.status = "ENABLED"')
//.withCondition('customer_client.status = "CANCELED"')
//.withCondition('customer_client.status = "SUSPENDED"')
//.withCondition('customer_client.status = "UNKNOWN"')
//.withCondition('customer_client.status = "UNSPECIFIED"')
.get();
var ctr = 0;
while (accountIterator.hasNext()) {
ctr++;
var account = accountIterator.next();
var accountName = account.getName() ? account.getName() : '--';
var accountID = account.getCustomerId();
Logger.log('-----------------------------------------');
Logger.log('Account Name: ' + accountName);
Logger.log('ID: ' + accountID);
}
Logger.log(ctr);
}
With that being said, allow me to raise this behaviour to the rest of the team. Rest assured that one of our colleagues will get back to you the soonest we have information on this.
--
-- You received this message because you are subscribed to the Google Groups AdWords Scripts Forum group. Please do not reply to this email. To post to this group or unsubscribe please visit https://developers.google.com/adwords/scripts/community.
---
You received this message because you are subscribed to the Google Groups "Google Ads Scripts Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-scrip...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-scripts/tSD8_000000000000000000000000000000000000000000000RF7KXT00lijmv2yQTGWg1OuA_nSR9g%40sfdc.net.
Hi,
Thank you for reaching out to us. This is Yasmin from the Google Ads Scripts team.
Can you please confirm if the issue you're encountering is related to this thread? If not, I would kindly ask you to open a new thread in this forum for better tracking of the issue on our end.
--
-- You received this message because you are subscribed to the Google Groups AdWords Scripts Forum group. Please do not reply to this email. To post to this group or unsubscribe please visit https://developers.google.com/adwords/scripts/community.
---
You received this message because you are subscribed to a topic in the Google Groups "Google Ads Scripts Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-scripts/_rhscA86y3s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-scrip...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-scripts/oM6Xk000000000000000000000000000000000000000000000RFB1YL007LmHq02oRfmRed0Q2_RF8A%40sfdc.net.
Hi Fernando,
Thank you for your confirmation. However, I would ask for you to kindly disregard my previous message, as I am seeking confirmation from the new user in this thread. Rest assured that your issue is under investigation.
Hi Fernando,
Just circling back to this thread, I'd like to inform you that this issue is still under investigation. We'll get back soon as we receive relevant information from our wider team.
Best regards,
![]() |
Google Ads Scripts Team |
Hi Fernando,
Thank you for your patience. Could you please confirm if this issue is still persisting on your end?
If yes, could you please provide a recent execution which shows this issue so our team can further investigate? Please do scrub any private information when posting information/images here. You may send them privately via the Reply to author option or send it through our email (googleadsscr...@google.com) instead.