What's the estimated ETA on Evernote API key activation? - evernote

We've had our app key submitted for production using the online form for a couple of days. So far, zero communication from Evernote. Are there guidelines to what the expected approval timeline looks like to help with PM setting expectations?
Following another SO post, we've also tried to contact devsupport#evernote.com but no reply either.

Not an official ETA by any stretch, but it took 2 days for my key to be activated.

Related

Using LinkedIn API to retrieve advertising reports

I'm working on a simple app to programmatically retrieve ads performance within Linkedin. I have general API experience but this is the first time i get my feet wet with the Linkedin API.
One example from Linkedin API documentation suggest something that would get me started:
GET https://api.linkedin.com/v2/adAnalyticsV2?q=analytics&dateRange.start.month=1&dateRange.start.day=1&dateRange.start.year=2016&timeGranularity=MONTHLY&pivot=CREATIVE&campaigns=urn:li:sponsoredCampaign:112466001
I am encountering two problems:
First this example implies that you already know the campaign ID. However I am unable to find a way to retrieve a list of campaign ID's for a given account.
Second, if I manually pull a campaign ID, I receive an error: "{"serviceErrorCode":2,"message":"Too many fields requested. Maximum possible fields to request: 20","status":400}". Pretty clear error.
A little research tells me that by adding the parameter "&fields=" I will be able to limit my query to less than 20 field (I really need only a dozen anyway) but I can't find and documentation regarding the names of the fields available.
Any help or pointer will be appreciated.
please refer the link below scroll down where you ill see the field names mentioned as metrics , these are the fields.
https://learn.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting?tabs=http#analytics-finder

Can not find Data Retention under Usage and Estimated Cost

I am following this documentation. However, the Data Retention option is not visible in Azure Portal.
https://learn.microsoft.com/en-us/azure/azure-monitor/app/pricing#change-the-data-retention-period
Update:
the data retention feature is online now.
This feature(Data Retention option) was temporarily removed because the product team is working on fixing a possible issue. And it will be brought back a few days later. More details is here, in Note section.
A screenshot of the Note section:

Unable to fetch all company updates from LinkedIn using R

I am trying to fetch as many LinkedIn updates as possible for a company--
Here is the link I am using -
https://api.linkedin.com/v1/companies/21837/updates?event-type=status-update&count=250
But it only returns 10 updates. There are many more updates but they don't show up in the response. All posts older than a month ago don't show up. Is there a limitation on how far back you can go?
Appreciate any help!
20 days seems to be the limit, according to the LinkedIn API documentation.
Note that the API returns the latest 50 updates only for event type
status-update. If you have updates of other types (such as jobs
posting, product-updates etc.) then it can fetch up to 250 updates or
updates in the last 20 days whichever comes first.
The wording there isn't totally clear, their API documentation isn't very good unfortunately.

Gravity forms Authorize.net add-on deducting regular amount instead of trail amount.

I am using gravity form add-on of authorize.net to create monthly subscription in one of my WordPress site.
I have set the subscription amount to $50 and 1 month trial for $1 but when the transition is done the total amount charged $50 and authorize.net merchant interface shows me that trial period is set for on month with 1$ and amount is $50.
i am confused is there anything i am missing ?
I did a quick test using the latest versions of both add-ons (GF v1.8.3 and Auth.net v1.5) and this worked as anticipated. Does your Auth.net account support Automated Recurring Billing (ARB)? If yes, and you're still having issues, Gravity Forms support can help you get this figured out.
Note to moderators: I would have left this as a comment given that is isn't an actual answer to the issue but I do not have enough reputation to leave comments.

Code sample for Paypal subscription with ASP.NET

Is there a code sample or a really good article that talks about integrating Paypal subscriptions with a ASP.NET website?
I'd like to provide a 30 day trial period during which they are not charged (even if they cancel). If they choose to continue, they are charged every month. The paypal documentation is not very helpful and I've yet to come across a code sample that implements this.
Any help is appreciated. Thanks
Disclosure: this is a blog posting I put out:
http://www.codersbarn.com/post/2008/07/10/ASPNET-PayPal-Subscriptions-IPN.aspx
From memory, if you check the PayPal parameters, there is a way to set up trial period.

Resources