Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Google Search API] no link returned for some Ads in Google Search #291

Open
marm123 opened this issue Aug 29, 2022 · 8 comments
Open

[Google Search API] no link returned for some Ads in Google Search #291

marm123 opened this issue Aug 29, 2022 · 8 comments
Labels
status: freezer Something we don't want to work on yet

Comments

@marm123
Copy link

marm123 commented Aug 29, 2022

Some links are missing from Google Search Ads results.

image

Playground | Inspect

@marm123 marm123 added the status: queued Ready to work on label Aug 29, 2022
@austincollinpena
Copy link

On other tools I've seen this happen because the link is hosted on a Google domain and then redirects to the destination. This is different from a tracking link.

My guess is if you set up a function to follow the link redirect you'll get the actual link.

@hartator
Copy link
Contributor

My guess is if you set up a function to follow the link redirect you'll get the actual link.

We can't do that as this will register a click through Google Ads I would believe.

If there is no way to verify final link in a different way, we would remove that link field.

@austincollinpena
Copy link

austincollinpena commented Aug 29, 2022 via email

@hartator
Copy link
Contributor

I wonder what would happen if you stripped any url parameters? Don’t you think it wouldn’t count as a click?

The final link is probably there in clear though. It seems to be just a new format of ad.

@tanys123 tanys123 assigned tanys123 and unassigned tanys123 Aug 30, 2022
@austincollinpena
Copy link

Is this a won't fix? I get a ton of serp results without links and that negatively affects my application

@hartator
Copy link
Contributor

hartator commented Sep 19, 2022

Is this a won't fix? I get a ton of serp results without links and that negatively affects my application

Yes, this is for now a wontfix. Sorry about that.

I am waiting for 2nd set of eyes to double check my findings. I can be wrong.

However, the destination link doesn't seem to be in HTML (or anywhere else) anymore. The only way to get the destination link would be to follow the Google Ads link. Which we won't do as this might be counted as a click. This issue seems not be possible to fix technically on our side unfortunately.

@austincollinpena
Copy link

Can we test it? I can set up a Google ads campaign where you follow one of these links and we can see if I get a click in the area you searched from.

@hartator
Copy link
Contributor

Can we test it? I can set up a Google ads campaign where you follow one of these links and we can see if I get a click in the area you searched from.

No, because even if this test follow gets ignored there is no guarantee that other follows won't be.

@zyc9012 zyc9012 added status: freezer Something we don't want to work on yet and removed status: queued Ready to work on labels Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: freezer Something we don't want to work on yet
Projects
None yet
Development

No branches or pull requests

5 participants