Google Adwords API 'getKeywordVariations' not working properly - google-ads-api

I'm trying to use the 'GetKeywordVariations' method of the google adwords API, documentation at this page. According to the documentation, it should return these fields, including lastMonthSearchVolume. When I try this, i get all the fields except for lastMonthSearchVolume. Does anyone know why?

I found the answer. i was using the older version of the API. Updating to the latest version fixed it .

Related

Formatting similar to Rebelly API using Redoc

As per redoc github page, there is an example of real life usage for Rebilly API. I really like its formatting and would like to use as my formatting as well. I have created open api yaml file using redoc but formatting that comes out of box is not that appealing.
Does anyone know how can we get same formatting as Rebilly API?
Rebilly is using a paid version of Redoc. You can test it for free at https://redoc.ly.
for the coloring, I think some basic theming/coloring is still possible in the free version of ReDoc. Try this online theme editor to see what are the available options: https://pointnet.github.io/redoc-editor/#/

Google DFP errors using DFP supplied tags

I've added tags provided by DFP today and yet I'm getting the following error on all the tags.
getName on googletag.Slot is deprecated and will be removed. Use getAdUnitPath instead.
I've searched all over for what this means, but can't find an answer anywhere.
Any suggestions?
Figured this out...it was caused by the Google Publisher Toolbar extension for chrome. The version I have has been deprecated.
i tried to use this one, and it is working.
googletag.pubads().getSlots()[0].getAdUnitPath()
May be use forloop of you want to iterate on ad-Slots.
i tried to see if getAdUnitPath is a method available in pubads, but could not find anything...
the only article on google i saw about this was:
https://developers.google.com/publisher-tag/reference#googletag.Slot_getAdUnitPath

How to embed tweets in umbraco / articulate articles?

This video is showing how to embed tweets in umbraco 7. In the current version it does not seem to work anymore. When I try to do it I get the error message "not supported".
Is there anything additionally to do to get this working? Any additional packages?
I think that feature uses OEMBED, it's possible that Twitter have updated their API and the functionality is broken. I'd log an issue on the Umbraco Issue logger: http://issues.umbraco.org so that the core dev are aware of the issue and can investigate further.
Could also try this package https://our.umbraco.org/projects/website-utilities/utwit/ , have used it before and works perfect but haven't tried it on v7 yet but it says it work and i trust Matt (the guy that made it big umbraco dev and contributor) so should work.

Rally api to get data for Release Burnup

I need rally api to get data for Release Burnup, to display chart in iOS. I tried rally rest api, but i'm having a trouble to figure out how it works. Can anyone help me? Here is the link for https://rally1.rallydev.com/slm/doc/webservice/ where you can get more info.
See Developer Portal here for links to API toolkits and for javascript AppSDK2. There is no toolkit specific for iOS. A built-in ReleaseBurnup served by a first generation analytics service can be displayed via AppSDK2rc3 StandardReport component. This is the same report that used to be available in AppSDK1, so for the supported config parameters see this page.
End up using look back apis, worked for me.

Facebook Connect SDK not working after the 13th december

I'm struggling with my Facebook Connect after December the 13th.
Here my Facebook.php based on the old PHP SDK 2.0 - hoping someone can point me in the right direction in order to make it functional again.
http://pastebin.com/Mvu1JeZY
I've read that $session is now $user - and params in the JavaScript is now scope.
What else would need to be changed?
Specifically, is this still valid?
http://pastebin.com/8VAv0te5
My JavaScript is getting the login and user correctly. Its my PHP which needs an update.
there was many changes between SDK 2.0 and 3.x.
As I see in your code, you use old cookie function which will not work. There was similar problem here
Some changes and quick fix for them you can find here
You should use the new oauth sdk : http://developers.facebook.com/blog/post/614/

Resources