Connecting to the google ads API with coldfusion - coldfusion

I need to connect to the google ads API with a coldfusion application. I already setup a connection to the google analytics API with the use of a code written by Jen (https://github.com/jensbits/CF-GA-service/blob/master/cfanalytics/cfanalytics.cfc).
I know this is not a straight forward question, but I am stuck on how to proceed this for google ads. Is there any reference material online that explains how to do this in coldfusion? Or can anyone help with the first steps setting this up.

Related

Google Cloud app verification step: Your app will be available to any user with a Google Account? What does it mean?

I have created a Youtube API application to enable access to Youtube API for Integromat. All my Youtube API application does it gives access to my Youtube channel videos for Integromat. Integromat grabs the links to videos and uploads the links to my Airtable. So the only user for the Youtube API is going to be myself and my own Integromat workflow.
The Youtube API app is in development. I want to verify the app to get rid of the 1-hour deactivation of the authorization (Integromat connection to Youtube API breaks after 1 hour).
To get verified, I looked the steps here https://support.google.com/cloud/answer/7454865?hl=en. The first step it tells me to do is "Update the OAuth consent screen details" and I go to that screen and shows the publishing status. Do I click to "publish to production"?
When I click that, it tells me:
Your app will be available to any user with a Google Account.
Screenshot showing the step to publish my app
That's sounds scary. What does it mean?
I do not need (nor want) have other users logging to my Youtube API. I am the only user and Integromat is the only app that will access the Youtube API.
I am novice in this and don't have much idea about programming so I don't even know what questions I should be asking here.
Thanks.
Here are more details about what I am trying to do in Integromat:
Youtube API Integromat testing app - connection getting disabled
It means that you will be able to share your app via that link with anyone you please. The whole point of an API is that it's available publicly, at least on a technical level. Whether you're actively soliciting users is an entirely other matter, naturally.

How do I download the website activity file on Google Cloud Platfrom?

Background:
I found that most of the clicks on Googles Ads are invalid and around 95% of the conversions are spmammers. Then I want to ask to get full refund, but Google Ads asked me:
Web log file is log file automatically created and maintained by a web server. Every "hit" to the Web site, including each view of a HTML document, image or other object, is logged. The raw web log file format is essentially one line of text for each hit to the web site. In order to investigate further please share the Website Activity/ Web log report for the date range for which you got invalid clicks for more details please refer to the Web Developer.
Question:
Could you help me to understand where I can download the web activity file? where is it? how does it call on GCF?
Many thanks,
Tany
I asked Google Cloud Flatfrom support and they didn't understand what their 'friends' from Google Ads want.

OpenID, Facebook Connect and Twitter OAuth in ColdFusion 9

Can someone help me in implementing OpenID, Facebook Connect and Twitter OAuth in a ColdFusion 9 application as single signon. I have checked ColdFusion-based OpenID script on RiaForge and lost in the middle to store returning authenticated data into the database. I could not find good tutorials regarding this. If some can guide me a way, it would be great. Thanks.
The ColdFusion Meetup group has a presentation about this recently:
"CFMeetup: Authentication made easy using Twitter/Facebook/Google/more"
http://experts.adobeconnect.com/p6wit9dnz39/
Charlie Arehart maintains a large list of CF presentations here: http://www.carehart.org/ugtv/

Does SOAP api for google Calendar exist?

I am trying to access google calendar from a cloud based application to create / delete / update events on google calendar. The front end will be developed later on.
Unfortunately, I can use webservices with SOAP apis only currently (only this is supported).
I wanted to know if a SOAP api for google Calendar exists? i searched google which did not give me good answers on this.
There is no SOAP API but there is a REST API:
http://code.google.com/apis/calendar/v3/getting_started.html
If you could explain your limitation we can possibly discuss workarounds.

google docs + web app

Hi Guys
I am trying to create a web app to share docs with all editor features (just like google docs).
My main requirements for this app are as follows:
1. Should have all editor features (can be done using open office api, google docs api, Microsoft office web apps api)
2. Should be shared between multiple users and can be edited by multiple users and other sync features (can be done using google docs api, Microsoft office web apps)
3. Can save the document created and edited on my own/ custom server addr. (Which api can support this??? I know open office can support this)
Guys can you please suggest me one api which can be used to do all the above. Also please suggest if I am underestimating any API above regarding any functionality that i thing is not supported.
Thanks
King
What you are asking for is so complex it takes a Google to make a "in progress" version!
Can't you just use Google API? Its is free. Your only issue would be logging users via OAuth, 1 simple API