Currently, the following tracking template is set up for each ad, with custom parameters to set the value of each item.
utm_source={_source}&utm_medium={_medium}&utm_campaign={_campaign}&utm_content={_content}
I am trying to use a script to generate a report in a spreadsheet that contains the column "ad_group_ad.ad.url_custom_parameters",
but in any of the rows, only the campaign parameter is displayed as shown below; source, medium, and content are not displayed.
{value=xxx, key=campaign}
The content of "xxx" is displayed correctly in each line
I am using the following query in my script.
If I modify something, will the values of source, medium, and content also come up?
SELECT
campaign.name,
ad_group.name, ad_group_ad.ad.tracking_url_template, ad_group_ad.ad.url_custom_parameters, ad_group_ad.ad.final_ urls as follows
FROM ad_group_ad