Budget: 2000 UAH Deadline: 2 days
Hello! I looked at the ADSQuiz documentation - it describes the integration of quizzes, but it doesn't specifically mention changing the final URL of the button without editing Google Ads.
Technically, this can be implemented through their panel if they support dynamic redirect - but it needs to be clarified with their support or in the private part of the documentation. If confirmed, the integration is standard.
Alternatively, I can create my own proxy with an admin panel for managing the URL - more stable and under full control.
Budget: 3000 UAH Deadline: 2 days
Hello
Yes, I have worked with similar tasks — white-page / landing pages for Google Ads, where you need to change the final offer without changing the public URL and without constantly editing the ads.
This can be implemented through ADSQuiz in several ways:
through an external redirect layer
through a dynamic link in the button
or through an intermediate config/json endpoint
I would rather recommend not tying the logic completely to ADSQuiz, but to create a more stable solution on your side, so that:
you can change the target URL in one place
not touch Google Ads
not change the public page
not rebuild the landing page every time
I can also:
create a lightweight white-page
adapt it for mobile
set up cloaking-safe redirect logic without unnecessary JS clutter
check the behavior for Google Ads moderation
I understand the specifics of Google Ads / white-page flow and where problems with moderation or redirects usually arise.
Budget: 7000 UAH Deadline: 5 days
Hello! I will complete your task quickly and efficiently. I will create a layout for the website you need.
My portfolio: https://freelancehunt.com/ua/freelancer/romas6ka.html#portfolio
Feel free to write, I will start working today. I look forward to collaborating with you!
Budget: 2500 UAH Deadline: 1 day
Hello. I have thoroughly reviewed your task regarding the creation of a landing page on the ADSQuiz platform. I can say right away that it is entirely possible to change the final link without altering the main URL and without re-moderation in Google Ads. Although the ADSQuiz platform is designed for surveys, it allows for the creation of a one-page landing page only from the start screen with neutral content and a transition button. When editing the link on the button within the platform, the page address itself remains unchanged, so the advertising campaign does not go for re-moderation. I have experience with similar tasks and understand the specifics of passing moderation. As an alternative and more stable option, I can suggest creating a simple HTML page on your hosting where the final link can be changed in one line of code, and it will work reliably and without dependence on third-party services. I can complete the task in a few hours. Please let me know what specific topic the final link will be about so that I can select the safest and most neutral design for our landing page.
Vasiliy Stezhka
Winning proposal- Projects 28
- Rating 5.0
- Rating 2 478
Budget: 3000 UAH Deadline: 2 days
Hello. I have encountered similar tasks — I created a white-page for Google Ads with dynamic link substitution. Regarding your task: ADSQuiz is redundant here, it is simpler and more reliable to create a static landing page on your domain with neutral content, the "Go to catalog" button is written directly in HTML once. The page URL does not change, the ad remains untouched, and moderation goes smoothly. If in the future you need to change the final link without editing Google Ads — I can implement it through an external config file on the server: you just change one line in the file, and the page immediately provides the new URL, with no changes to the ads. I have experience with Google Ads moderation, I know what they check and how the page should look to pass. I am ready to do it quickly and will show the result.
About myself: I have experience in creating websites from scratch using PHP, HTML, CSS, AJAX, JS, as well as on WordPress WooCommerce. I specialize in theme development, content integration using ACF, working with Gutenberg and Elementor builders, as well as responsive layout. I also develop plugins for WordPress in PHP. I would be happy to collaborate!
My portfolio:
https://lightslategray-wolf-443112.hostingersite.com/
Budget: 2000 UAH Deadline: 1 day
Hello, Artem! I will create a plugin through ADSQuiz, taking into account the specific requirements of your project to ensure seamless integration. Support after delivery — up to 14 days, and if necessary — a video tutorial. The exact price and timeline will be provided after clarifying the details.
Profile: Freelancehunt
Reviews: Freelancehunt
Budget: 5500 UAH Deadline: 2 days
Hello, I created a white page for nutrition and gambling for Facebook and Google, not through ADSQuiz.
If you have access to the document and ADSQuiz, we can set up the interaction.
Do you only need to create the mechanism, or should I also write the white page?
Budget: 4000 UAH Deadline: 4 days
Hello.
With such logic, I worked on the implementation level of dynamically changing the target URL without changing the public address of the page.
I initially see the implementation through a separate configuration/redirect logic, where the final link changes independently of the landing page URL.
I am ready to study ADSQuiz and suggest the most stable implementation option after familiarizing myself with the current scheme.
Budget: 2000 UAH Deadline: 3 days
Hello! Having studied your project with great interest, I am ready to start working on it. Let's discuss the details to achieve the best result.
Proposals concealed
Proposals are currently absent
Current freelance projects in the category Javascript and Typescript
It is necessary to create a reliable internal service (Webhook Delivery Engine) in Node.js / TypeScript, which will be responsible for the guaranteed delivery of notifications to external servers of our clients with support for queues and retries in case of failures (Retry Policy).Technology Stack Language: TypeScript / Node.js Platform: NestJS or Fastify Queues: BullMQ (based on Redis) Database: PostgreSQL (Prisma ORM) for logging delivery attempts.Functional Requirements POST /webhooks/dispatch: Accepts targetUrl, secretKey (for signing payload) and the payload itself (JSON). Places a task in the BullMQ queue. Sending Logic: The service makes a POST request to targetUrl. The signature X-Signature (SHA256 of payload using secretKey) is passed in the headers for sender verification. If the target server responds with an error (not 2xx) or times out, the retry policy is triggered: Exponential Backoff (attempts after 1, 5, 15, 30 minutes). GET /webhooks/logs: Retrieve the history of delivery attempts filtered by status (success / failed / retrying) and targetUrl.Acceptance Criteria Complete TypeScript typing (without using any). Correct handling of timeouts (cancelling the request if the server does not respond for more than 5 seconds). Docker config for quick deployment of the App + Redis + PostgreSQL stack.
A web service needs to be developed for automating the operations of coffee shops and small food service establishments. The product should have functionality similar to Poster POS, but with its own design, architecture, and source code. Copying the code or interface of Poster is not anticipated. The plan is to create a full-fledged commercial SaaS product that various coffee shops can use in the future on a subscription basis.In the first stage, an MVP needs to be developed Main functionality: registration and authorization of the establishment owner; creation of one or several establishments; management of employees and roles; catalog of products, categories, and modifiers; adding sizes, flavors, and additional options; cash interface for processing sales; opening and closing cash shifts; various payment methods; returns and order cancellations; inventory accounting and write-offs; basic stock accounting; sales history; reports on revenue, products, shifts, and employees; loyalty program for customers; adaptive operation on tablets, laptops, and smartphones; administrative panel for the service owner; tariff plans and restrictions according to the tariff.Future plans include mobile application; integration with payment terminals; receipt printing; integration with fiscal services; delivery and online ordering; table reservations; advanced analytics; API for third-party integrations; integration with accounting and CRM systems.Important requirements the system must be designed to operate multiple independent establishments; data of each client must be isolated; scalability of the product must be anticipated; secure handling of financial and personal data is required; the code must be structured and suitable for further development; technical documentation is needed; rights to the source code are transferred to the client after payment. At this moment, the design is absent, so a separate assessment of UI/UX design is needed or a ready-made solution for the MVP should be proposed.Please include in your proposal experience in creating SaaS, POS, CRM, ERP, or accounting systems; examples of similar work; proposed technology stack; team composition; estimated cost of the MVP; development timeline; what exactly is included in the proposed cost; cost of further support; whether you are ready to work in stages with payment for each completed stage. Preference will be given to performers or teams that have already developed cash, inventory, restaurant, or multi-user SaaS systems.
Tech Stack - React: Responsive and dynamic front-end development - Node.js: Robust backend operations - Web3: Multi-chain cryptocurrency integration - Solidity: Smart contract development Project Objective Develop a comprehensive multi-chain staking platform for a popular gaming ecosystem, enabling seamless cryptocurrency interactions, NFT marketplace integration, and enhanced user experience across multiple EVM-compatible blockchain networks. Whitepaper We've been more than just a mobile gaming studio; we are visionaries and innovators in the gaming world. Our team is formed by mobile gaming industry talents and passionate gamers, and is dedicated to pushing the boundaries of what's possible in mobile gaming. Our expertise focuses on hybridizing genres to create something truly unique which we adapt for transitioning Web2 gaming to Web3 gaming titles. From Racing RPGs to Action Strategy games, we are constantly experimenting and blending genres to offer new gaming experiences. Our games aren't just a form of entertainment; they're immersive journeys that engage, challenge, and captivate our players. We embody our mission to not merely entertain but to transport our audience into an extraordinary universe of interactive world within Web3 gaming. - Front-End Development - Back-End Development - Landing Page Redesign - Multi-Chain Integration - NFT Marketplace - Testing & Quality Assurance - Deployment & Maintenance
The website is already launched and operational. The main task is to understand the current project structure, check the quality of implementation, fix identified technical issues, and assist with further changes.Main Stack Next.js 15 React 19 TypeScript Tailwind CSS Zod Redux Toolkit The project may also use: Prisma JWT authorization Stripe Mailgun Google APIs Vercel or Netlify FunctionsMain Tasks conduct an audit of the existing project; evaluate the structure and quality of the code; fix bugs and enhance current functionality; improve server-side rendering and page load speed; check the correctness of the website display on mobile devices; work with forms, the administrative part, and external integrations; make technical SEO changes; maintain and gradually improve the existing website.What is Important to Us good experience with Next.js, React, and TypeScript; ability to understand someone else's code; understanding of SSR and the features of Next.js App Router; attention to performance and quality of implementation; ability to explain identified problems and propose clear solutions; independence and careful work with the existing website. At the first stage, it is necessary to familiarize yourself with the project, conduct a technical audit, and propose a list of priority changes. After that, ongoing work on the further development of the website is possible.
It is necessary to develop an online booking form for a beauty salon and integrate it into the existing website (landing page). The site is in the development stage (in HTML, CSS, JS). The site does not have its own database (and none is planned), so it is necessary to propose a free solution for storing and managing data that will be easy to administer and stable in operation. Required functionality: loading the list of service categories; loading services according to the selected category; loading the list of masters who perform the selected service; displaying available dates and free times according to the master's work schedule; creating a booking with automatic blocking of the selected time; protection against double booking. Data in the form: name; phone number; service category; service; master; date; time; comment (optional). Administration: There should be the ability to: add and edit service categories; add and edit services; add and edit masters; set the work schedule for each master; manage days off, vacations, and other periods of unavailability; view, edit, and cancel client bookings. Please specify: what solution you propose for data storage; estimated cost; completion time. Design is not important, the main thing is functionality. The person who does the site layout will design it in the required style.