Branch.io Referral Link expiry - branch.io

How many days does a Branch link last?
Do I need to create again and again for the same set of parameters?
Help me.

Branch doesn't delete data - so the referral link will last forever. And if you try to create one with the same set of parameters, they make sure to not duplicate links. Don't worry about storing locally- you just call getShortUrl and branch.io does the rest.

Related

Quick Links Only Reporting Click Data?

It's been a while since I have used branch. Can you still create quick links and pass revenue data with them using quick links using key value pairs?
I used this link (https://funnynotfunny.app.link/e/WLFHDadHat) to see if key value pairs can pass just add to cart and revenue. I use to do this all the time but it's been a few years. Thank you.

How to use {loc_physical_ms} to get city and ZIP code on your website?

So I have a client that wants to do a Google Ad campaign for certain locations. From what we gathered, you can set up location of interest and pass on a parameter {loc_physical_ms} that can be used to get some details based on that ID. My question is, how do I access that info? Is it by using an API? I did looked at the reference here:
https://developers.google.com/adwords/api/docs/appendix/geotargeting
But it is not explained how I can use that ID on my website to get something like the ZIP code and city of the click. I been looking around, but to no avail. Any suggestion is welcome.
Thanks in advance!
Ok, found the solution. So for anyone that may come across this, that link I have above provides you with a CSV with the latest Geo Target list. I was under the impression that Google would provide an API for us to use, but that is not the case here. You will have to import that data into your database, and then use it from there. So once you have that data in your database, you can then just make a query that will use the ID from the parameter {loc_physical_ms} from the database as reference for your query.

Why is BigCommerce API POST request not getting through?

I've been for months trying to get more complex type of POST requests to go through and somehow I've never been able. Those like creating a product or a brand are always easy, but when u get to creating complex-rules and modifiers your API seems to close all the doors...
I'm trying to create a Complex-Rule for changing the image when two or more option values are selected. I tried every possible combination of what I think could be the needed values and nothing. Is it possible that I'm misinterpreting what the array of inline_response_200_19_conditions are and how to use them?
This is the response I get every time...
Any help here would be very much appreciated and would save me from doing more than 25.000 combinations and image uploads by hand... :/
Thanks a lot!

instagram api comments fetch

Is there a way to determine when a new comment is posted without refetching all data? Does instagram return the results set in chronological order and can a user update a comment and does this alter the created date time? Just starting to look at the api and documentation does not clarify this.
Get a full list of comments on a media object. Go here http://instagram.com/developer/endpoints/comments/#get_media_comments

Google+ activities new data collection

Using google+ API APIkey. I am fetching data about public activities.
https://www.googleapis.com/plus/v1/activities?query="great"&key=xxxxxxxxxxxxxxxxxxxxxx
To collect new data time greater than the last collected data.
i tried using this url.
https://www.googleapis.com/plus/v1/activities?query=%22great%22&published%3E2014-10-16T07:03:52.221Z&key=XXXXXXXXXXXXXXXXXXXXXXXX
But it is not considering published parameter. please suggest me helpful links to solve this issue.
activities.search does not support a published parameter. The best you can do is use orderBy=recent and discard posts you have already seen.