Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
180 views

URL Parameter Filtering with Google Sheets Data Source Background I'm using Looker Studio with Google Sheets as a data source and want to display reports with specific filters applied directly via URL ...
User9712's user avatar
  • 133
0 votes
1 answer
124 views

I am working on some task automation from a Google Spreadsheet. I need to use Adobe Sign API to complete the process. I just started using AppScript last week, so I'm not sure if what I'm doing is ...
Katrina Trial's user avatar
0 votes
0 answers
139 views

I was trying to create Anchor Link or Bookmark for some contents. My issue is on click bookmark href link it scroll and take me to content right but my problem is it throws Unhandled Error throws on ...
Joe's user avatar
  • 113
-2 votes
1 answer
90 views

I want to remove year and month in the following link: https://ana-post.blogspot.com/2024/08/strategies-for-finding-low-competition.html I tried to put js code in the head area it works but a delaying ...
Freelancer's user avatar
0 votes
0 answers
46 views

I´m trying to capture the value of id by using the URL, but always while printing the array for debugging it's null. if ($_SERVER["REQUEST_METHOD"] == "POST") { $user_id = ...
Santiago S_Elias06 Elias's user avatar
0 votes
0 answers
323 views

I am trying to retrieve information using the useSearchParams function and then display that information through a message component I have created. Below you can see my code for the message component:...
NoobCoder's user avatar
  • 107
0 votes
0 answers
35 views

Wordpress website and it sells a service, the payment collected by 3rd party payment provider link. This payment provider has no integration to cart/woocommerce/wordpress so the traditional affiliate ...
NW.'s user avatar
  • 41
2 votes
1 answer
464 views

I have a path="users/:userNickname", which works fine for anything like users/.mary users/mary.kim, but if the path is users/., it will redirect to 404 page even without sending request to ...
J Sha's user avatar
  • 37
0 votes
0 answers
36 views

I am trying to use a simple html script to make it so that when you reload the page with a specified id parameter, it will load with the id parameter in the middle of the page rather than how it ...
Pete's user avatar
  • 1
0 votes
0 answers
606 views

My route file structure looks like this. In my loader of industries.$slug.tsx export async function loader({ params }: LoaderFunctionArgs) { console.log(JSON.stringify(params)) return {} } ...
BigChungus's user avatar
1 vote
1 answer
933 views

I need to update an existing REST API method that returns available subscription plan information. Slightly fictionalized, it looks like this: GET /api/available-plans/{provider-id} ...where {...
Brian Rak's user avatar
  • 5,244
2 votes
1 answer
213 views

I'm using the Microsoft Power Query Tool to web scrape the Shopify app store. The URL I provide has a query parameter: (https://apps.shopify.com/search?q=scarcity), that being search?q=scarcity. When ...
DapperMoose's user avatar
1 vote
0 answers
34 views

I have the following route with a parameter: RouterModule.forRoot({ path: 'record/:type', component: RecordComponent, children: [{ path: 'edit/:id', component: ...
Otto Abnormalverbraucher's user avatar
0 votes
0 answers
67 views

I was wondering if it's possible to reference the value of an html element through a URL parameter? A use case for this would be if I want to link to something another website was linking to, like a ...
Austin Foss's user avatar
1 vote
1 answer
283 views

How can I get a QueryString Parameter Variable from the URL using Delphi code? Let's assume I have a URL as follows: https://www.example.com/index.html?first_name=shaun&last_name=roselt How do I ...
Shaun Roselt's user avatar
  • 4,361
2 votes
1 answer
7k views

I am currently working with Grafana and trying to create a link that redirects to another dashboard with a specified time range, which is 5 minutes before and after a certain timestamp. I have the ...
Falke's user avatar
  • 183
0 votes
2 answers
757 views

I have a legacy application written in Vaadin which needs to be ported to Angular 15, notably using the same URL structure. I'm almost done with it. The one thing missing is that I need to check if no ...
AndréB's user avatar
  • 65
0 votes
0 answers
58 views

I would like to have this url /Admin/Product?page=1&keyword=somethingToSearch But when i submit the form in the UI, the "&keyword" doesn't appear. And i dont understand why. The URL ...
hyden97's user avatar
  • 155
1 vote
1 answer
209 views

I am creating a project with react-router-dom where I want the URL to hold an id. The id will be used to fetch information about the item with that id from a database and render it on the page. I've ...
Jia Huang's user avatar
0 votes
1 answer
704 views

According to my knowledge, Google would only utilize gbraid or wbraid when they couldn't associate a specific user with a specific click, as with gclid. After looking through my logs, I discovered ...
Bizareste's user avatar
2 votes
1 answer
3k views

I'm trying to do deeplinking in one of my Flutter projects using GoRouter. The link I'm trying to open has the following format: https://url/confirm?token=token&tokenId=tokenId The route I have ...
Cioloca Rares's user avatar
2 votes
2 answers
119 views

I'm currently trying to do date range filtering from url parameters with get_queryset on a generics class based view, however I am receiving an empty array after doing date range filtering. It's a bit ...
jackied3's user avatar
1 vote
0 answers
238 views

I'm running into an issue where URL query params are being removed from my production URL (but are working when I test them on localhost). I'm building a react native progressive web app and am using ...
vlntine's user avatar
  • 31
0 votes
1 answer
938 views

I am attempting to retrieve only blog posts (in my /content directory) that contain a certain tag in my Nuxt Content query. Due to the fact I am using a URL Query Parameter in my Nuxt Content query ...
Clarinetking's user avatar
0 votes
1 answer
1k views

I'm having a problem handling requests on an ESP that acts as WebServer. Basically this code: #include <WebServer.h> //using this library ... webServer.on("/api/:userId/lights&...
Berlato Matteo's user avatar

1
2 3 4 5
25