So in Google Ad Scripts the query for returning a tracking url template 
works fine. But when I use the api it does not return the value despite a 
successful response.
Here is my query:
      SELECT
        customer.auto_tagging_enabled,
        customer.tracking_url_template
      FROM
        customer_client
      WHERE
        customer_client.id = '${customerId}'

And here is the result:
{ "results": [ { "customer": { "resourceName": "customers/the_id", 
"autoTaggingEnabled": true }, "customerClient": { "resourceName": 
"customers/mcc_id/customerClients/the_id" } } ], "fieldMask": 
"customer.autoTaggingEnabled,customer.trackingUrlTemplate", 
"queryResourceConsumption": "274" }

As you can see the autoTaggingEnabled field is returned but not the 
trackingURLTemplate.
Any help on retrieving this? I'm on a MCC Admin account and via UI i have 
access to it.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/65cf6002-305c-4d1f-a2d8-faf1f512e260n%40googlegroups.com.

Reply via email to