Hi everybody,

I'm writing a program which uses the Google Ads and Google Analytics API to 
create links between Google Ads accounts and Google Analytics views.

The following rules apply:

   1. The user chooses an analytics accounts, webproperty and view.
   2. The user then sends this data to our backend which does the following:
      1. Find the google ads account for the user
      2. Enable autotagging if it's not already done.
      3. Create the link between the view and the analytics account.
      4. Enabled "import site metrics" for the specific view, in the 
      specific link.
   
Im currently stuck on step 2.4, since I cannot find upon which resource I 
must call the API to enable this toggle.

The import site metrics toggle I would like to mutate via API call:
[image: Ads 1.PNG] <about:invalid#zClosurez>









The API's which I use;

Listing Analytics accounts: 
https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/accounts/list
Listing Analytics webproperties: 
https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/webproperties/list
Listing Analytics view: 
https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/profiles/list
Enabling auto tagging: 
https://developers.google.com/adwords/api/docs/reference/v201809/CustomerService#mutate
Creating the Analytics to Ads link: 
https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/webPropertyAdWordsLinks/insert


I would be happy if somebody could help me out!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/3dc60c14-0e98-47f1-be72-d3a44fbca04do%40googlegroups.com.

Reply via email to