DisapprovalShortNames has been silently improved, pardon removed ???

121 views
Skip to first unread message

Lyubomir Popov

unread,
Jan 27, 2020, 10:16:05 AM1/27/20
to Google Ads Scripts Forum

Lyubomir Popov

unread,
Jan 27, 2020, 11:21:14 AM1/27/20
to Google Ads Scripts Forum
Also 'ValidationDetails' returns 'Approved (limited) instead of 'Disapproved' !!! OMG

Google Ads Scripts Forum Advisor

unread,
Jan 27, 2020, 2:10:27 PM1/27/20
to adwords-scripts+apn2wqfnfbnv-4xi...@googlegroups.com, adwords-scripts+apn2wqfnfbnv-4xi...@googlegroups.co, adwords...@googlegroups.com
Hi Lyubomir,

For all rows where the ValidationDetails returns 'Approved', the DisapprovalShortNames details will be empty. If the ValidationDetails returns 'Disapproved', the DisapprovalShortNames will be given in an array. Here's a sample query and a few log rows:

Script:

  var report = AdsApp.report( "SELECT ValidationDetails, DisapprovalShortNames FROM PLACEHOLDER_FEED_ITEM_REPORT " ).rows(); 
  while(report.hasNext())
    Logger.log(report.next().formatForUpload());


Log:

1/27/2020 12:06:04 PM    {Disapproval reasons=["Incorrect Structured Snippet Value"], Approval Status=Disapproved}
1/27/2020 12:06:04 PM    {Disapproval reasons=, Approval Status=Approved}
1/27/2020 12:06:04 PM    {Disapproval reasons=, Approval Status=Pending review}
1/27/2020 12:06:04 PM    {Disapproval reasons=, Approval Status=Pending review}
1/27/2020 12:06:04 PM    {Disapproval reasons=, Approval Status=Pending review}
1/27/2020 12:06:04 PM    {Disapproval reasons=["Destination not working"], Approval Status=Disapproved}

Regards,
Matt
Google Ads Scripts Team

ref:_00D1U1174p._5001USx0Xn:ref

Lyubomir Popov

unread,
Jan 27, 2020, 3:20:08 PM1/27/20
to Google Ads Scripts Forum
Hello Matt,
Thanks for getting back to me.
It SHOULD /HAS TO/ work in that way, but it's NOT.
I have a script that worked.
Now it's not.
Tried to debug and:
1. I have disapproved sitelinks.
2. I see them in the, so called 'interface'. (for some reason I'm not blind 😁)
3. At the same moment those sitelinks are in Approved (limited) status when I get ValidationDetails.
4. The most interesting part: If you download the account in AdWords Editor those sitelinks are also in Approved (limited) status...
So, there is obviously a bug...

Google Ads Scripts Forum Advisor

unread,
Jan 27, 2020, 4:43:13 PM1/27/20
to adwords-scripts+apn2wqfnfbnv-4xi...@googlegroups.com, adwords-scripts+apn2wqfnfbnv-4xi...@googlegroups.co, adwords...@googlegroups.com
Hi Lyubomir,

I'm not able recreate this result in my own environment -- would you mind providing your CID, script name, and also a few examples of these disapproved entities?

Thanks,

Aaron Weiner

unread,
Jan 30, 2020, 10:06:39 AM1/30/20
to Google Ads Scripts Forum
I'm seeing the same issue. 

The PLACEHOLDER_FEED_ITEM_REPORT never returns any disapproved sitelinks. Also, the approved limited sitelinks don't have any ValidationDetails.

Please help. 

Aaron.

Google Ads Scripts Forum Advisor

unread,
Jan 30, 2020, 2:00:48 PM1/30/20
to adwords-scripts+apn2wqdgfhprxzen...@googlegroups.com, adwords...@googlegroups.com
Hi Aaron,

Thank you for sharing this with us. This issue is being discussed among our team and when we have an update, we will provide more information on this thread.

Lyubomir Popov

unread,
Feb 7, 2020, 12:03:58 PM2/7/20
to Google Ads Scripts Forum
Any update ?


On Monday, January 27, 2020 at 5:16:05 PM UTC+2, Lyubomir Popov wrote:

Google Ads Scripts Forum Advisor

unread,
Feb 7, 2020, 3:52:01 PM2/7/20
to adwords-scripts+apn2wqfnfbnv-4xi...@googlegroups.com, adwords-scripts+apn2wqfnfbnv-4xi...@googlegroups.co, adwords...@googlegroups.com
Hi Lyubomir,

We're still working on this on our end -- when we have an update, we will provide more info as soon as possible.

Lyubomir Popov

unread,
Feb 7, 2020, 3:54:29 PM2/7/20
to Google Ads Scripts Forum
I hope the period will not be 180 days...

Lyubomir Popov

unread,
Feb 25, 2020, 10:26:19 AM2/25/20
to Google Ads Scripts Forum
Any update ?

Google Ads Scripts Forum Advisor

unread,
Feb 25, 2020, 2:56:13 PM2/25/20
to adwords-scripts+apn2wqfnfbnv-4xi...@googlegroups.com, adwords-scripts+apn2wqfnfbnv-4xi...@googlegroups.co, adwords...@googlegroups.com
Hi Lyubomir,

I've reached out to the team asking for an update. If there is more information, I will provide the update as soon as possible.


Thanks,
Matt
Google Ads Scripts Team

ref:_00D1U1174p._5001UXTAZv:ref

aa...@softwarepromotions.com

unread,
Jun 16, 2020, 12:17:19 PM6/16/20
to Google Ads Scripts Forum
Is there any news on this item? DisapprovalShortNames is still returning empty/nothing. 

Also, I'm seeing issues where ValidationDetails is returning "Approved (limited)" when the item is actually listed as "Approved" within the Google Ads interface. 

Aaron

Lyubomir Popov

unread,
Jun 16, 2020, 12:20:47 PM6/16/20
to Google Ads Scripts Forum
It will be .. probably ... after 180 days. pardon, there is C-19 situation .. after 360 days :) :)

Google Ads Scripts Forum Advisor

unread,
Jun 16, 2020, 3:12:10 PM6/16/20
to adwords-scripts+apn2wqfnfbnv-4xi...@googlegroups.com, adwords-scripts+apn2wqfnfbnv-4xi...@googlegroups.co, adwords...@googlegroups.com
Hello,

Thanks for following up. I have reached out to our team, seeking an update on this issue. When I have an update, I will provide it here on this thread.

aa...@softwarepromotions.com

unread,
Jun 16, 2020, 3:55:52 PM6/16/20
to Google Ads Scripts Forum
Okay but what about the issue of ValidationDetails where it's returning "Approved (limited)" via the script when the item is actually listed as "Approved" within the Google Ads interface?
Message has been deleted
Message has been deleted

aa...@softwarepromotions.com

unread,
Aug 26, 2020, 10:14:34 AM8/26/20
to Google Ads Scripts Forum
Just in case anyone is still monitoring this issue, there is an alternative solution to this problem. 

Now that the Google Ads scrips support the new search feature, you can easily tap into some of the more powerful reporting via the API. 

I went ahead and created a full script that demonstrates this new feature. You can check it out here:

The script runs at the MCC level and scans each account that has a specific label that you designate within the script for any ads or ad extension policy issues.

It then sends you a simple email overview. 

I have this scheduled daily on my end. 

Aaron

Lyubomir Popov

unread,
Aug 26, 2020, 11:29:01 AM8/26/20
to Google Ads Scripts Forum
Of course I'm monitoring this case.
Tomorrow we would have had a celebration: 7 months 😀
Thanks for the update. I appreciate it.
A small detail that this functionality is still on beta:
Beta: This feature is in beta. Please try it out and let us know of any feedback you have on our forums.

aa...@softwarepromotions.com

unread,
Aug 26, 2020, 11:34:03 AM8/26/20
to Google Ads Scripts Forum
Yes, I was aware that it is beta and there are issues that I have come across as well as reported to Google. 

That said, the script I wrote is rather easy to understand should you run into any issues you could simply tweak it. 

Lyubomir Popov

unread,
Aug 26, 2020, 11:45:30 AM8/26/20
to Google Ads Scripts Forum
Thanks Aaron.

Google Ads Scripts Forum Advisor

unread,
Aug 26, 2020, 11:40:32 PM8/26/20
to adwords...@googlegroups.com
Hi everyone,

If you have any questions regarding the recent changes, feel free to write them down in this thread or you may also start a new one.

Our team would be happy have to provide clarifications.

Thanks,

Google Logo
Peter Laurence Napa Oliquino
Google Ads Scripts Team
 


ref:_00D1U1174p._5004Q23uq0m:ref
Reply all
Reply to author
Forward
0 new messages