Posts tagged with google-cloud-platform

I am able to access the play console buckets through gsutil scripts. Now I want to access the adwords (uses same gmail account) but there is no clear documentation for that. There are hints that it may be paid as well. Has anyone done that? What are the steps and is it free or paid.

I'm trying to activate the Google Ads Api for my Google Cloud project. But every time I try it throws the following error:

An unknown error occurred when attempting to verify your billing information. Please try again or return later Tracking number: NUMBER 

I was able to activate other APIs normally. Contacted the billing support and they didn't find any billing problem. Google Ads API support is offline.

Any ideas on how to solve it or how to get help? :)

i wanted to import my shopping-feeds from Google Cloud Plattform into Merchantcenter.

So i created a bucket automatically in the Merchant Center, it shows me the name in MC but i cant find the bucket in my Google Cloud Plattform. I know it is somewhere, because i cannot create a bucket with the same naming! Is there a code where i can see where it is? In which project for example( i looked in all i have and couldnt find it). It is definetly the same email i logged in into MC and GCP.

Would nice if someone could help me...

Queen regards

Joschi

I am trying to disable caching with zeep as is described here: https://github.com/googleads/googleads-python-lib/blob/master/README.md#how-can-i-configure-or-disable-caching

adwords_client = adwords.AdWordsClient(   developer_token, oauth2_client, user_agent,   client_customer_id=client_customer_id,   cache=googleads.common.ZeepServiceProxy.NO_CACHE) 

But I lack understanding of what I should provided ot AdWordsClient as ‘oauth2_client’ attribute.

I am trying to find the solution here http://googleads.github.io/googleads-python-lib/googleads.oauth2.GoogleOAuth2Client-class.html but without success so far.

I am using For OAuth2 process google_auth_oauthlib and I managed retrieved refresh token, but at this point I am kinda lost, because due to the fact that I am running it on GCP App Engine, I am not able to use googleads.yaml file.

Can somebody enlighten me in a case of this oauth2_client?

Thanks sincerely!

This is a question addressed to users of Google Ads data in BigQuery.

My goal is to create a dashboard displaying all ad extensions (Sitelinks, callouts ...) and their results.

In BigQuery, we have this dataset called "rawdata" imported from Google Ads. I noticed that ad extensions have specific tables and are not in generic tables like "p_Ad" or "p_AdStats". Instead we can find them in p_ExtensionsCallouts, p_ExtensionsSitelinks.

But in p_ExtensionsSitelinks we only find ad texts, no figures, no results. So I need to link to another table containing results. CreativeId in p_AdStats seemed to be the key between my results and the id in my sitelinks table.

I tried to join p_AdStats to p_ExtensionsSitelinks, on p_AdStats.CreativeId = p_ExtensionsSitelinks.Id, but no success. Id in p_ExtensionsSitelinks seems to be a very specific id, not found in p_Ad.

Screenshot of p_ExtensionsSitelinks Schema

Does anyone have already encountered this problem please?

Thank you very much.

Cheers, Julien