Find Adwords ads from a specific website? - google-ads-api

Is it possible with the Google Adwords API to get ads (both text and images) from any website, even if I don't own it?
For example, I'd like to see all ads that www.website.com does. Is there a way to extract that data?
There are sites online that do it, so there must be a way, any idea?

AdWords API only displays the Ads that you have created.
For any given AdWords account, there has to be a Campaign, which have AdGroups, which have the Ads and the user can only access Ads within that particular account.

Related

Is there a way to collect Google IDs which access a Google Site?

I have created a Google Site which links to various Google Classrooms. I would like to know who is using the site.
Is there a way of recording the Google ID in a Google Sheet, for when someone accesses the site?
Any help or even a point in the right direction would be great.
Thanks
Ok, since you are using Google Sites, you can create a user start page by following these steps, this page will ask the users to authenticate with their emails, and will allow only users from the organizational unit for which the site is allowed.
After that step, you can use Google Analytics with your Site to track the behavior of users in your Site.
I suggest starting with a quickstart of Google Analytics to get the hang of it.
And soon enough you will have it set up to suit your needs.

Is there an api for youtube ads?

I'm looking for a way to manage ads on youtube api. Is there a way for that? I found only adwords api. Can it be used for ytb ads?
There's currently no API to create Ads on Youtube. Adwords API does not allow you to create Video Campaigns, so the accepted answer is incorrect.
Youtube Video ad campaign metrics are available for retrieval in the Google Ads API. However, video campaigns cannot be mutated at all from the API, including simple operations such as pausing or enabling as well as complex operations like organizing, changing criteria, or adding ad groups.
For mutating Youtube ads, you can use Google Ads Scripts, but that too can't create a new campaign.
For creating a new youtube ad campaign, a user must use Google Ads UI as of today.
Yes, you can use AdWords API for Youtube Ads.

Are there any mock Youtube accounts that can be used to test the youtube analytics api?

I've been looking at using the Youtube Analytics API to create a web app for Youtube users to find out their channel trends, forecasts, etc.
I do not have a Youtube account, and if I made one, it would have no content.
Are there any mock accounts that can be used for testing the API functionalities?
If not, how can I go about testing my app as if I was the user?
P.S. by content I mean data such as ad revenue/earnings, views, viewer demographics, etc
Thanks!

Google Analytics API displaying a single account

I've been working with the Google Analytics API to create a page showing some specific statistics. Right now everything is working, except that after the user goes through OAuth, it is displaying statistics from their Google Account.
Instead, I always want it to display statistics from a single Google Account that I own/operate, and everyone else is just viewing the data from that account.
I haven't seen a way in the GA documentation to accomplish this. I would assume the user wouldn't have to log in, because I'm just showing them my account, but it's not the end of the world if they have to.
If you're looking to create a place where users do not have to go through OAuth, you should really look at using Google's superProxy to publicly display data.

how can I know using Google AdWords API if an AdGroup is attached to a remarketting (audience)?

Can someone please help me with that problem.
The question:
Using the API, How can I know if an AdGroup using remarketting or not ?
The reason:
I want to change the destination URL for the entire campaign with the API.
usually for normal ads which uses Keyword, I just update the keyword (using the Ad URL for keyword which don't have URL).
when having audience, since the Ads aren't triggered with a Keyword, I must change the Ads URL.
since changing A Ad URL require to delete and recreate an Ad I'm trying to avoid it when possible.
The real question:
When will Google for COL will allow us to update the Ad URLs.
And they can update the quality index if that's the problem for all I care.
Thanks for taking the time to read it,
R.g.
As an FYI, the official AdWords API forum is available here:
http://code.google.com/apis/adwords/community/
An ad group that is using remarketing will contain a BiddableAdGroupCriterion containing a CriterionUserList. There are no plans to allow for ad URLs to be modifiable.

Resources