Skip to content

Commit d803913

Browse files
committed
Add start_page and pages options to google ads payload
1 parent 138c966 commit d803913

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oxylabs/serp/google_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ def _prepare_ads_payload(self, query: str, user_opts: Optional[dict]) -> dict:
552552
"source": source.GOOGLE_ADS,
553553
"domain": opts.domain,
554554
"query": query,
555+
"start_page": opts.start_page,
556+
"pages": opts.pages,
555557
"locale": opts.locale,
556558
"geo_location": opts.geo_location,
557559
"user_agent_type": opts.user_agent_type,

0 commit comments

Comments
 (0)