Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

180
Views
An easy way for escaping strings without causing REST syntax error?

Running this script:

  var query = 'SELECT \
    customer.id,\
    customer.descriptive_name,\
    group_placement_view.placement_type,\
    group_placement_view.display_name,\
    group_placement_view.placement,\
    group_placement_view.target_url,\
    metrics.impressions,\
    metrics.cost_micros,\
    metrics.conversions,\
    metrics.video_views,\
    metrics.video_view_rate,\
    metrics.clicks,\
    metrics.average_cpm,\
    metrics.ctr\
 FROM group_placement_view\
 WHERE\
    group_placement_view.placement_type IN ("YOUTUBE_CHANNEL")\
    AND campaign.advertising_channel_type = "VIDEO"\
    AND segments.date BETWEEN "'+ fromDate.query_date + '" AND "' + toDate.query_date + '"';

  var payload = {
    "pageSize": MAX_GADS_IDS,
    "query": query
  };

Shows in the logs an escaped string which leads to Google-Ads REST syntax error. Is there a way make another form of escaping that won't break the syntax?

enter image description here

enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!