selecting from customer_client returns flat heirarchy (php)

2023-02-28 Thread Grant Horwood
i have a laravel project which uses the google ads api, and i am attempting to make a select from the `customer_client` table but getting unanticipated results. of the four initial customers that i get in `runExample` by calling `getAccessibleCustomers`, one should be a manager account with sev

enhancing conversion errors with 'conversion action not active'.

2023-11-23 Thread Grant Horwood
Hi, I am attempting to enhance an existing conversion in google using the php sdk, however the the call to `uploadConversionAdjustments()` returns the error from google: ``` Make sure you specify an active conversion action that can be adjusted., at conversion_adjustments[0].conversion_action

enhancing conversion via api errors with 'conversion action not active'.

2023-11-23 Thread Grant Horwood
Hi, I am attempting to enhance an existing conversion in google using the php sdk, however the the call to `uploadConversionAdjustments()` returns the error from google: Make sure you specify an active conversion action that can be adjusted., at conversion_adjustments[0].conversion_action Th