Expand my Community achievements bar.

SOLVED

Would be possible to upload SEO data into Adobe Analytics?

Avatar

Level 4

Dear All,

There is a question if it would be possible to upload SEO data into Adobe Analytics?

If yes then how? and it would be manual or automated pipelines?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @prads that is not correct.

 

You will have to come up with a custom solution as mentioned the link to Frederik Werner's blog above.

I rewrote it into a NodeJS script that runs daily via a cronjob and it works without issues.

 

The key is to use the correct Data Sources settings and only import aggregated information, so this data will have no connection to actual web traffic that is also hitting the report suite.

 

bjoern__koth_0-1720617037071.png

bjoern__koth_2-1720617100441.png

side note: I am not sure why a calculated AVG search position can be < 1, but the general approach works fine

 

@priyankagupta20you should for sure first check out whether you/your client has Advertising Analytics enabled before you start reinventing the wheel.

https://www.fullstackanalyst.io/blog/adobe-analytics/getting-google-search-keywords-into-adobe-analy... -> "The Adobe way: Advertising Analytics"

Cheers from Switzerland!

View solution in original post

7 Replies

Avatar

Community Advisor

Hi @priyankagupta20 

depends on where this data shall be coming from.

 

Depending on your analytics license, you may already get this for free, using Adobe Advertising Analytics.

https://experienceleague.adobe.com/en/docs/analytics/integration/advertising-analytics/overview

 

If you do not have this as part of the licendse, you can also set up programmatic ways to bring data into AA using Data Sources.

In that case, this blog post by Frederik Werner might be interesting.

https://www.fullstackanalyst.io/blog/adobe-analytics/importing-organic-google-search-data-to-adobe-a...

 

Hope that helps

 

Cheers

Cheers from Switzerland!

Avatar

Level 4

Hi @bjoern__koth , 

Thank you for the information.

Data is in Google search console. 

Could we upload data through data feeds? 

Avatar

Community Advisor

Hi @priyankagupta20 , Not possible to upload the google search console data in adobe analytics but you can use other data visualisation platform like Tableau, looker studio etc.

Avatar

Correct answer by
Community Advisor

Hi @prads that is not correct.

 

You will have to come up with a custom solution as mentioned the link to Frederik Werner's blog above.

I rewrote it into a NodeJS script that runs daily via a cronjob and it works without issues.

 

The key is to use the correct Data Sources settings and only import aggregated information, so this data will have no connection to actual web traffic that is also hitting the report suite.

 

bjoern__koth_0-1720617037071.png

bjoern__koth_2-1720617100441.png

side note: I am not sure why a calculated AVG search position can be < 1, but the general approach works fine

 

@priyankagupta20you should for sure first check out whether you/your client has Advertising Analytics enabled before you start reinventing the wheel.

https://www.fullstackanalyst.io/blog/adobe-analytics/getting-google-search-keywords-into-adobe-analy... -> "The Adobe way: Advertising Analytics"

Cheers from Switzerland!

Avatar

Community Advisor and Adobe Champion

Lol you got this one covered @bjoern__koth , I usually post the link to Frederik's blog

Avatar

Community Advisor

Hi @bjoern__koth , Thanks for the information. I tried for search keywords data and that didn't work for me so I mostly preferred other tools.

Thanks for sharing. It is helpful.