RE: Forward slash in query

2022-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alexei, Thank you for reaching out. So that I may take a closer look at what exactly is causing the error, could you also share the complete request and response logs, with the request-id, generated when the error occurred? If you haven't yet, logging can be enabled by navigating to the Cli

Forward slash in query

2022-01-24 Thread Алексей Власов
Hi, I'm trying to get specific account_budget by using billing_setup property Example of query: $search = 'SELECT account_budget.approved_spending_limit_micros ' .'FROM account_budget ' .'WHERE account_budget.billing_setup = ' . ResourceNames::forBillingSetup($customerId, $billingSetupId); Varia