Google SDK Report dont get info - google-app-engine

I have a app in GAE. This belongs to a domain. This app get info from Reports Api.
If I ask for information 4 days ago, I get the information from doc and gmail. If I ask for information 3 days ago I get only the information of gmail. If I ask for information two days ago (1) does not give me information.
But if I get info from (1) date in the future (eg: ten day) the Api get all info from this date.
The api has a delay when I get info?
Thanks.

See https://support.google.com/a/answer/6000239?hl=en&ref_topic=4639149
Short answer is that yes, there is a delay in when full report data is available. Some reports have lower latency than others and it is possible that you'll only get a subset of the expected report data back.

Related

I'm working on an Shopify app with a checkout extension and was hoping someone might have an answer to an issue thats popped up

I am trying to display something in my extension, but only if a specific shipping rate is chosen. I'm already retrieving the shipping address the customer inputted in the checkout, but in my readings of the docs, I haven't seen anything that suggests also reading the Shipping Rate selection might be possible. Does anyone know if it is possible to detect when/which Shipping Rate a customer has selected in checkout from within a checkout extension?
I've been trying a lot of things. Ran out of options

Salesforce Activities - Task and Events - Reporting

When building a report on Activities (Tasks and Events), I had a Subject of Introduction.
I know that I have hundreds, but when I create a Report, it is only returning 8.
I removed all other fields from the report, made sure the filters were All Activities. Date: All Time, and all other filters were set to show me all data, not just my data.
Any advice on what I might be missing in my report?
Thanks,
Jason
Created the report using Lighting and Searched Activities, then selected Tasks and Events.
Expecting to see more than 8 items with the Subject of Introduction.
You may be a victim of archived activities. Can you see these Tasks/Events all right on the record itself just like that or are they "below the fold", you need to click "view all"?
https://help.salesforce.com/s/articleView?id=sf.activities_archived.htm&type=5
Events that ended more than 365 days ago,
Closed tasks due more than 365 days ago ,
Closed tasks created more than 365 days ago (if they have no due date)
If that's the case - you can contact SF support to increase the limit: https://help.salesforce.com/s/articleView?id=000385669&type=1
If you're after an one-off export - maybe API access will be faster than support route, check https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_guidelines_archive.htm and https://help.salesforce.com/s/articleView?id=000385173&type=1 out.

Is there any ready Amazon MWS solution to put ASIN, Address, Box weight and get shipping label?

I'm a Amazon seller and sell dozens of different products.
Everyday I'm doing the same job: choose ASIN, send/replenish inventory, choose address, packing-type, quantity, box weight and dimensions, get UPS shipping label.
Trying to find some service to automate this process or maybe there is some ready script that I can give to my php developer and he could create this product.
By the way, I know about docs.mws .com and manuals (from 2009-2011).
Please advice
We were doing that manually at first, but a couple years ago, I created an application that uses the Fulfillment Inbound Shipment API. We pick the ASIN's, input weight/dimensions, get guidance, create shipping plans, shipments, download .pdf labels, everything from the API. There is a PHP client SDK that can help your developer get started very quickly.

Yahoo Finance Data Errors

A Python program using Yahoo Finance has recently stopped working properly because the data is inaccurate. Price data for multiple stocks has been replaced by zeros in date range 10/16 - 11/3. I initially saw this when I debugged and then when I went to the yahoo finance URLS for those stocks I confirmed the error.
Examples:
https://finance.yahoo.com/quote/PSCT/history
https://finance.yahoo.com/quote/VPU/history
Why might this be? Any suggestions to fix this or retrieve this data from an alternative source?

Appengine Logging: How to query a request-path prefix

In Google Appengine Stackdriver logging control panel, I was able to query logs by path-prefix with regex queries: "path:/abc/def/.*" now this filter does not show any results anymore.
The documentation from Hell for this interface from Hell has no examples that I find useful. Simple text searches have too many false positives. Did anyone figure out how to make request-path regex or prefix queries in that panel like the following?
Request-path: /abc/def/.*
Request-path: /abc/def/.*.jpg
Update: I figured out the first part: They changed it to "path:/abc/def" without regex. However this thing is crippled, it seems to only search back 7 days into the past?
7 days is the max logs age in the (default) Basic Tier. From Quota Policy:
Maximum limit Value
Retention of log entries 30 days (Premium Tier)
7 days (Basic Tier)

Resources