Link Checker script working on some websites and doesn´t working on some

23 views
Skip to first unread message

Marián Hlinka

unread,
Apr 12, 2016, 5:23:37 AM4/12/16
to AdWords Scripts Forum
Hello,

I implemented Link Checker script from Adwords to accounts of my clients.

What I noticed is that it works great on some websites and on other not.

Are there any tech. speficications website has to meet?

If website adds 404 into URL, script works fine, but if 404 error is only written in page text, it doesn´t work.

What are your experiences?

Tyler Sidell (AdWords Scripts Team)

unread,
Apr 12, 2016, 10:20:41 AM4/12/16
to AdWords Scripts Forum
Hi Marián,

There are no technical specifications pertaining to this script but please make sure that you are following the setup steps outlined on our documentation.  Also, make sure that you are using the correct version of the solution.  We have an individual AdWordsApp version along with a MCC version.  

As for the 404 issue that you described, the code looks for the response code on the page.  So if the page returns a 404 response code, it should appear in the spreadsheet. 

Thanks,
Tyler Sidell
AdWords Scripts Team

Marian Hlinka - iFOCUS

unread,
Apr 13, 2016, 2:16:36 AM4/13/16
to Tyler Sidell (AdWords Scripts Team) via AdWords Scripts Forum
Thank you Tyler

what are ways page can return 404 response code?
If the code doesn´t appear in URL of nonexisting page, will the link checker recognize it some other way?

Thank you
--
-- 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 "AdWords Scripts Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-scripts/k7Pc013LlPE/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/f2d93b86-150d-4c7e-ad0c-348fff4aa922%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Tyler Sidell (AdWords Scripts Team)

unread,
Apr 13, 2016, 11:05:38 AM4/13/16
to AdWords Scripts Forum
Hi Marián,

This would start to be out of scope of this forum as it is not AdWords Scripts related.  But in order to find out the response code in Chrome that gets returned you could:

1. Go to the webpage that is in question in your browser
2. Go to Tools -> Developer Tools
3. Click on the Network tab
4. Filter for the page url (i.e. index.html)
5. Click on the Headers tab
6. Status Code field returns the response code of the page

Thanks,
Tyler Sidell
AdWords Scripts Team

Marian Hlinka - iFOCUS

unread,
Apr 14, 2016, 2:37:49 AM4/14/16
to Tyler Sidell (AdWords Scripts Team) via AdWords Scripts Forum
Thank you Tyler

I appreciate your help

Have a nice day
Reply all
Reply to author
Forward
0 new messages