Posts under category Google

I am trying to get data for the conversion and the assigned final url using Google Ads API & GAQL. From what I saw, it is possible to click such a report using graphical tools, but in the API I do not see any way of combining this type of data into one report.

From the campaign level, it is not possible to simply add the final url field. https://developers.google.com/google-ads/api/fields/v7/campaign_query_builder

So my question is: \how can I get conversion data + final url from Google Ads using GAQL or AdsApp?

My current code, or rather query, looks like this:

... var report_conversion = AdsApp.report(   "SELECT campaign.name, " +   "segments.conversion_action_name, " +   "metrics.conversions, metrics.conversions_value" +    "FROM campaign WHERE segments.date > '2021-01-01' AND segments.date < '2021-01-31'" ); report_conversion.exportToSheet(sheet) 

We are currently having one active MCC account for production. We want to create a new MCC account for our testing purpose. If we apply for the approval of new account it gets rejected from Google it says there already exists one account.

How to create two MCC Account so that we can separate out the production and non production activity completely from each other?

We want both the accounts to be live and the ads get live and some impression,clicks can be accumulated against the ads.

I have a registration page on WP; when the data is collected it automatically logs the person in to the site. At that point I'd like to fire the Adwords conversion script in PHP.

This is what I have at the moment but it doesn't seem to be working (obvs changed

// register the user using the WP function do_action('user_register', $user_id);              // google script for signup echo "<script>          gtag('event', 'conversion', {'send_to': 'AW-id_number'});     </script>"; 

Is there an obvious reason why this isn't working?

Thanks for any help here.

I created a test manager account and tried to get metrics for this account. But I getting an error as :

The developer token is not approved. Non-approved developer tokens can only be used with test accounts.

So I tried to create a customer account on Web GUI but in this time a getting an error like that:

Billing setups can not be used based on current status of the customer.

So I checked my accounts and the GUI like that:

So, How can I create a customer account from this test manager account?