Quantcast
Channel: SeoTools for Excel - Community - Latest topics
Viewing all 1126 articles
Browse latest View live

URL specific values with Google Analytics connection

$
0
0

@cbock wrote:

Hello SEO tools for Excel community,

I have got one question. I'd like to get URL specific values out of Google Analytics with SEO tools for Excel.

That means:

I've got a list of URLs and like to have the values sessions, transactions and revenue only for these URLs. (Please see screen attached. I'd like to fill the green cells)

Is this possible?
At the moment I'm only getting all URLs with these values out of Analytics.

Thanks and best regards
Chris

Posts: 2

Participants: 2

Read full topic


Scraping hreflang

$
0
0

@catbear wrote:

Hey guys, I'm trying to scrape hreflangs from my site, and was wondering the best way to do this. I'm trying =htmlfirst() right now, but it doesn't seem to be working. I have 16 lang tags on each url.

Thanks!

Posts: 2

Participants: 2

Read full topic

Really cool and useful extending of ImageProperty function: who helps?

$
0
0

@chilly_bang wrote:

We know, there are pretty much images in the wild web, which physical size (naturalWidth, naturalHeight) are much bigger, than the rendering place, which is applyied to them by CSS and HTML by browser. These are pretty annoying parameters, specially if we go on the image compression - because image compression remains ineffectiv, if real size of the image remains higher, than it should.

ImageProperty gives us the possibility to get width and height of the rendered image size. But what is with naturalWidth and naturalHeight? To get them both it needs just some short Javascript lines, like here: https://goo.gl/R2QQg3 - this code prints naturalWidth and naturalHeigfht into console.log

JS:

img = document.getElementById('image');

img.addEventListener('load', function() { 
  console.log('width', img.naturalWidth);
  console.log('height', img.naturalHeight);
});

CSS:

#image {
  width: 200px;
}

HTML:

<img id="image" src="http://i.imgur.com/PDE3MLe.jpg" />

If any cool hacker would extend the ImageProperty function of SeoTools by this Javascript - this would be such a quick win and great deal, gulls and guys!

BTW: is it just by accident, that the Spider@SeoTools doesn't have the option ImageProperties?

Posts: 2

Participants: 2

Read full topic

Json pulling multiple data from an array with one api call

$
0
0

@Rgwe wrote:

Hi

fairly new to Json & have a quick question on pulling multiple info from an array so here my query

formual
=Dump(JsonPathOnUrl(B3,$J$3),TRUE)

$J$3 = API Url
b3 = $..emails[*].value

this works to bring me back all the email from the api

but i also want the name first name

$J$3 = API Url
b3 = $..emails[*].first_name

and this work for the first name what I'm having trouble with is doing this in one API call instead of two so i think i'm after some sort of "AND" statement for example:

$J$3 = API Url
b3 = $..emails[].first_name "&&" $..emails[].value

but have no idea on how to write this thanks in advance for any help,

thanks Rob

Posts: 1

Participants: 1

Read full topic

Modify eBay Connector - Store URL?

$
0
0

@gromex wrote:

HI.

Is there a way to modify the 'Ebay.xml' Connector to only search by keywords on a specific store?

I have the store URL which shows all the items by that particular seller. Can I tell this connector to only search within a specified username?

Note: The "See all items by this seller" page only shows the first 50-200 items and then there is a pagination if they have more.

Thanks!

Posts: 1

Participants: 1

Read full topic

Google Analytics Function help requested

$
0
0

@Chris wrote:

Hi,
I am trying to use the google analytics plugin to pull GA Sessions for a specific url. I am able to login to GA and able to pull TOTAL GA Sessions but, cannot seem to figure out how to pull the sessions for a particular page. Can you please give me some direction.

The specifc page is:

This formula successfully pulls the data for the entire site.

Can you help me with the formula that would display GA sessions for just that page?

=GoogleAnalytics("ga:110736641","ga:sessions,ga:bounceRate,ga:avgSessionDuration","2017-09-08","2017-10-07",,,,,100,TRUE,FALSE,"DEFAULT")

Help would be greatly appreciated.
Thanks
Chris

Posts: 2

Participants: 2

Read full topic

Xpaths to login before scraping

$
0
0

@jamaza1 wrote:

Hi, i'm using xpaths to scrape some data, but for this new website, I need to login prior to being able to scrape. How do i do this?

Is it just using HTTP settings? but what settings would I have to specify there.

Here's the link: https://www.brilliantconnections.co.uk/

Your help is much appreciated!

Posts: 2

Participants: 2

Read full topic

Problem creating a connector with an array in json

$
0
0

@fede_gomez_ wrote:

I'm creating a connector for deepl.com

This is the JSON notation included in RequestBody:

          {
            "jsonrpc": "2.0",
            "method": "LMT_handle_jobs",
            "params": {
              "jobs": [{
                "kind": "default",
                "raw_en_sentence": "@Model.Text"
              }],
              "lang": {
                "source_lang_user_selected": "@ModelFrom",
                "target_lang": "@ModelTo"
              },
              "priority": -1
            }
          }

Executing the connector produces an exception (failed to compile).

Is there a problem with the arrays in JSON?

Posts: 3

Participants: 2

Read full topic


Ahrefs API does not work at all

Dump specific elements of an array - Please help

$
0
0

@Chris wrote:

Hello,
I'm hoping you can help.

I'd like to use the KeywordDensity function to take only the top 3 terms in the array and dump them into 3 separate columns. I'd also like to dump the associated term frequency #. When I use this formula

=KeywordDensity(B2,1,5,2)

I only get a single term.

When I try dump =Dump(KeywordDensity(B2,1,5,2)) of course I get the term, frequency #, and density in separate columns but what if I only want the top 3 or 5 terms? How can I get that? And what if I only want the term and the frequency number and not the density %. how could i get that?

Your help would be appreciated.
Thanks
Chris

Posts: 1

Participants: 1

Read full topic

REQUEST:: Can someone create a ShipStation Connector?

$
0
0

@gromex wrote:

This would be an awesome connector for many folks I think, especially me! :sweat_smile:

ShipStation auto generates API keys in the account settings.


Shipstation API Documentation:

https://www.shipstation.com/developer-api/#/reference


There's alot you can do with this one so it would be a nice list of options for users. I would try it myself but my xml skills are not good at all tbh.

Maybe we can start small with a quick feature like "Export Orders" that would pull all open orders. And then possible another option to "Import Orders" - Maybe any order that already exists while importing can take on those new changes.

Posts: 1

Participants: 1

Read full topic

Adwords Connector - Keyword Ideas by URL not working as expected

$
0
0

@coachcambailey wrote:

I created a large sheet and used it to run reports last year, when I returned this year the keywords idea tool has ceased working the same way.

Previously I pointed the tool at a cell with a URL in it, this reported keyword ideas from the internal page. Now it reports keyword ideas for the domain only, doesnt matter what URL I use on a domain it returns the same results.

I will try the most recent update. On that is there an easy way to make sure you are running the most recent update?

Posts: 1

Participants: 1

Read full topic

Do SeoTools Webapps require a specific browser to log in?

$
0
0

@seobs wrote:

Hi,

The Majestic Webapp that I use in SEOTools hasn't been working anymore for a few days.
My Majestic suscription is not expired.

I wonder if SEOTools requires a specific internet browser to manage the webapps logins ?
(because I think Internet Explorer was lately uninstalled on my computer)
Could it be the reason why I can't login anymore to the Majestic Webap in SEOTools ?

Thank you by advance for your answers.
Best regards

Posts: 2

Participants: 2

Read full topic

Get facebook phone and possibly fax number?

$
0
0

@silvacarl wrote:

what would be the code used to also get the facebook phone and fax number?

in other words, can this work?

=Dump(Connector("Facebook.PageSearch", B2,"Name,Website,PageLink,Phone",TRUE,1))

to get the phone number?

Posts: 9

Participants: 2

Read full topic

Extract Data from a specific website. Doesn't Work

$
0
0

@ossosso wrote:

Hi,
I'm Daniele from Italy.
I need to extract some data from an italian products website. This is a page for example. From there, I need to extract product name: "Altuzarra"

https://www.it.forzieri.com/ita/product_view.asp?l=ita&c=ita&dept_id=18&sku=zr130417%2D002%2D00
and this is the XPATH url:
/html/body/div[2]/div/section/div/div/div[1]/div/div[1]/h1/span[1]/a

I use an XpathOnUrl function with the two url above. But it doesn't work.

I'm not a pro user, maybe my question is pretty stupid.
I've tried the same workflow and it works perfectly in other website,

Thank you very much for any help.

Daniele.

Posts: 4

Participants: 2

Read full topic


Unusual Results When Using XPathOnURL To Scrape Google Serps

$
0
0

@tomhouy wrote:

I'm trying to get some of the first page results for a list of keywords, and I've been noticing some instances where it isn't returning the correct results. This can even be seen in the sample file for XPathOnURL that comes bundled with SEOToolsForExcel. I've included a screenshot below:

Why are some of the resulting URLs "/search&q=dogs&amp..." ? instead of the http/https URL for that SERP position?

Posts: 2

Participants: 2

Read full topic

Google Trends Related Trends - no results

$
0
0

@bernleckie wrote:

Hello - I'm new to using this connector, but as I can get part of it to work, it looks like there may be a problem with the other part. "Trending By Country" works as expected, generating a list of 20 terms for any country on demand. But "Related Trends" only seems to generate the headers "Keywords" and "Trend", no matter what is specified as a query topic, or whether or not there is a country filter. A formula pops up when specified, but no values when they are required.

I'm working in Windows 10 Home version 1703, Excel version 1710 (Office 365 subscription), SeoTools version 7.0.24 (on a trial licence).

Thanks!
Bern

Posts: 2

Participants: 2

Read full topic

Can't get Apple or Spotify data

$
0
0

@bernleckie wrote:

Hello - I'm new to trying the connectors which get this data, so open to the idea I might be doing it all wrong. I believe I have valid Spotify developer client ID/secret codes as I've registered a "test app" to get started, but when I use these with the SeoTools connector and submit a search query, I get:

"Exception: failed to compile: @functions { String CreateBasicAuth()......" (it's a long message which can't be copied/pasted, but ends "Insert values failed.")

This seems to be the same for all the Spotify connector types.

Apple's Search connector gives a similar "Insert values failed." error. I'm not aware of any authentication I need to add here.

UPDATE: really not having much luck trying to get data out through an RSS connector either! Putting in the URL:
https://rss.itunes.apple.com/api/v1/gb/apple-music/top-songs/all/100/explicit.rss
as a test (it's perfectly good looking XML in a browser), SeoTools reports:
"Exception: Failed to compile: @Model.Url Insert values failed."

Might be worth noting I'm running Windows 10 Home version 1703, Excel version 1710 (Office 365 subscription), SeoTools version 7.0.24 (on a trial licence).

Does this look most like a misuse error, or are there problems with the connectors? Many thanks!

Posts: 4

Participants: 2

Read full topic

Google Search Results count feature always returns #NULL

$
0
0

@jnardone wrote:

I've been using the feature that allows me to pull the number of Google search results for a given term. It has been working fine all day, allowing me to calculate about 1000 entries, but for some reason it only returns #NULL now - even for searches that previously returned a high number of results. Anyone know a way to fix this?

Posts: 2

Participants: 2

Read full topic

Sistrix API Connection - Change Decimal Separator for Sistrix Visibility to Comma

$
0
0

@wohnungsroth wrote:

Hi there,

Didn't find anything in the community regarding this issue. Maybe you can help me out.

I connected SEO Tools for Excel with my Sistrix account in order to extract the Sistrix Index. I use an XPATHONURL and CONCATENATE function for this. It works perfectly, but the decimal separator is a point instead of a comma.

I actually need a comma separator to continue processing. I think I can't change it via the Excel settings. Does anyone have an idea?

Any help, be it dealing with Excel options or handling SEO Tools for Excel, is highly appreciated. If you need more information, please let me know

Thank you in advance!

Cheers

Axel

Posts: 3

Participants: 2

Read full topic

Viewing all 1126 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>