Support for Mac
#GETTING_DATA v 7.0.11
@heckler wrote:
I've noticed that last 4-5 versions have increasingly got more unstable/reliable.
The latest one makes SEOtools so unreliable I've started building my own python scripts to do things I've relied on SEOtools for 4+ years.
If anyone has a tip on how to fix this... I'd appreciate it. Slamming 'calculate sheet' 5-10 times gets me most of the data I want, but I question its accuracy.
If I let it sit on '#GETTING_DATA' it never finishes.
Posts: 5
Participants: 2
Facebook Ads Error
@alsney wrote:
Hi, we are trying to use SEO Tools for Excel for our Facebook ads data but this error message keeps popping up.
Is it not updated yet? Thanks
Posts: 1
Participants: 1
UnshortUrl(): Support for Browser Redirects
@WolfeDen wrote:
It appears that UnshortUrl() only follows server-side redirects. Please add support for browser redirects also.
Lately, I see more sites using '307 Temporary Redirects'. These are actually browser redirects, not server-side as the '30x' code might imply (https://plus.google.com/+JohnMueller/posts/E4PqAhRJB2V).
For example, the following results in 'Error:Loop ...':
=UnshortUrl( UrlProperty("express.com", "absolute") )
Thanks!
-Tim
Posts: 1
Participants: 1
Adword Campaigns of all accounts in one list
@seotoolsdashboard wrote:
Hi,
I have several accounts on google adwords and need to get a list of KPI to monitor them. My AWQL statement works perfectly for one account but getting all of them in one list is a struggle. Selecting the manager account won't bring any results (campaigns are only in the client's accounts) and selecting more than one account is not possible.
I tried it via VBA (running the statement for one account after another in the same columns) but I can't seem to get figured out how to wait for each query to end before starting the next one. Does anyone have an idea how to solve this?
Cheers
Posts: 1
Participants: 1
Get final url (redirect)
@jesper wrote:
Hi,
How can we get the final url
The source link redirector to the final link
Here is an example:
Posts: 2
Participants: 1
Facebook Posts Search
@Ouang wrote:
Hi!
Do I have a possibililty to search for the posts quering the search term (e.g. "barbell training"), having multiple posts with their properties (like, comments, shares etc.) as a result?
I did it earlier.
Can't understand if my memory lets me down or if one of the abilities of seotools was deprecated..
Posts: 1
Participants: 1
Facebook Insights
@rajesh.chauhan18 wrote:
Hi @diskborste ,
I have noticed some bug in Facebook Insights while using new version. I am unable to get any data from facebook so could you just cross check. I am getting blanks for any page id:
Thank you.
Posts: 1
Participants: 1
How to do site: command?
@katrin wrote:
Hi there,
is it possible to do a site command? Or a hack for a list of indexed urls anyone?
I'd need to extract the urls indexed and import into Excel... Is that possible?
Thanks!!
Katrin
Posts: 2
Participants: 2
Feedback on blog post?
@Jacob wrote:
Hi!
I plan to write some blog posts about SeoTools and I am just ready with a draft of the first post which will cover some basic Spider functionality. Before I publish it, I would really like to get some feedback from you guys.
Is there anything you think I should change, remove or add to make it useful?
Blog post preview link: https://medium.com/@jacobjs/beginners-guide-to-seotools-for-excel-part-1-db84ed54daff
Thanks in advance
Posts: 1
Participants: 1
No value in =WhoIsDomainExpires
@cgcompany wrote:
Hi, i have a little trouble. when i do =WhoIsDomainExpires, the result is #NUL! .
I don't know why because there is other domains in the same registar and there is no problem.I try to change the whois server in the seotools.config. But nothing.
I think i'm not the first person with this 'error'. I try to find something in the forum but nothing.
Have you got some fixes/ideas for me? Thanks a lot.
Regards
Posts: 9
Participants: 2
Resolve to Home Page
@WolfeDen wrote:
Is there a single, full-proof method for determining a site's home page when all you know is the domain?
I'm frequently faced with this challenge, but sometimes find exceptions. It sounds easy enough, but you don't always know if the site uses http or https, defaults to www subdomain, or even requires a full file name rather than just a slash. My usual approach is to assume the site has proper redirects in place to do the work for me, so this works most of the time:
UnshortUrl( UrlProperty($A1, "absolute") )
Lately, I come across some sites that appear to prevent simple browsing from anything except legitimate desktop or mobile browsers. For example, here's what the above formula renders for these domains:
footlocker.com → Error:403 Forbidden http://www.footlocker.com/
dickssportinggoods.com → http://www.dickssportinggoods.com/UnsupportedBrowserErrorView?langId=-1&storeId=15108
networksolutions.com → timeout.html'
I've tried changing my User-Agent in GlobalSettings config, as well as various combinations of CollectCookies, IntervalBetweenRequests, and Accept-Language. Perhaps there is a specific Request Header I can set to spoof the server into believing I'm a real browser?
I'd appreciate any suggestions from the SeoTools Community.
Posts: 3
Participants: 2
Failed to compile error
@coruage1072 wrote:
when use seotools for excel some option,Failed to compile:insert values failed/
how should I do ?
Posts: 2
Participants: 2
Search Console: Top page and top queries
@hasche wrote:
Hey,
I try to get the top queries for a specific time (Search Console) with the top page to that query.
Only marking "query" gives me the correct results like in Search Console backend.
But marking "page" also, gives me a false result with only 5 queries left.Isn't that possible to get the result I am looking for?
QUERY || PAGE
keyword1 || URL.de/special/keyword1
keyword2 || URL.de/special/keyword2Thank you
Posts: 1
Participants: 1
Youtube: Bulk Check Video Statistics
@imgal wrote:
Okay don't laugh if I'm doing something really stupid (wouldn't be the first time!). Is it possible to do import multiple Video IDs at once into the Video Statistics section? The tool is the best I've found for scraping videos at speed with Video Search, however with no Likes / Dislikes / Views data on it I then have to go through them one by one in stats to find the highest performing.
Posts: 3
Participants: 2
HttpStatus in my VBA coding not working with V7.x
@SchugJM007 wrote:
I have an existing VBA script that employs HttpStatus() to locate thousands of URLs. It works in v6.x but not in v7x
Can someone help, please?
Posts: 2
Participants: 2
Problem with sorting the entries from Search Console
@Ochrana wrote:
Hey there,
i know that this topic has already been discussed... But it seems that problem isn't fixed yet.
I got data with formula
=Dump(Connector("GoogleSearchConsole.SearchAnalytics";"http://www.[site].de/";"2017-07-01";"2017-07-31";FALSCH;;"web";200;0;"Query,Clicks,Impressions,Ctr,Position";WAHR))After getting the data I want to sort them by position, that works. After sorting I want to delete bad rankings/positions, for example from position 30 on. But when I delete these lines, the sorting gets lost.
I just got the latest version.
Thanks for your answers.
Posts: 1
Participants: 1
Is It Possible To Extract Facebook Post ID from the below?
@imgal wrote:
I have some software that exports Facebook post data with Post ID and Page ID in two separate columns - see below:
1692729160746203|279678448760878|BBC Future|How was your #SolarEclipse2017? (via BBC World Service)||56|0|16
Breakdown is Post ID | From ID | From Name | Text | Times | Reactions | Comments | Shares
I thought combining the second and first column would create the PageID_PostID format that SeoTools calls for but that isn't working. Am I missing something?
The URL this points to is
https://www.facebook.com/BBCFuture/videos/1692729160746203/ if that is of any help
Posts: 2
Participants: 2
Aliexpress website
@Djehutyminer wrote:
can anyone show me how to use xpathOnUrL formula to download data from :
https://www.aliexpress.com/wholesale?catId=0&initiative_id=SB_20170715102645&SearchText=huawei+6s+phone&smToken=1e44878e11a248d29187adfebfa46ff5&smSign=ndzBaOmQBqOH9DDqaYjZ%2Fg%3D%3D
Posts: 4
Participants: 2
After dragging SEO tools (32 bit) into Excel: "The workbook cannot be opened or repaired by Microsoft Excel because it is corrupt..."
@SeanRyan wrote:
When I drag "SeoTools_for_Excel32bit" into Excel after installation, I get the message: "Excel found unreadable content in SeoTools_for_Excel32bit.zip. Do you want to recover the contents of this workbook? Ifyou trust the source of this workbook, click yes."
After clicking "yes," I see the message "The workbook cannot be opened or repaired by Microsoft Excel because it is corrupt."
Any ideas as to why this might be happening?
Thanks!
Posts: 3
Participants: 2