Mobile app version of vmapp.org
Login or Join
Ann8826881

: Deeplink into Google Adwords admin web UI I am writing a tool to help manage Google Adwords campaigns. I would like to be able to deep-link to the page for an adgroup in the Adwords web

@Ann8826881

Posted in: #Deeplinks #GoogleAdwords

I am writing a tool to help manage Google Adwords campaigns.

I would like to be able to deep-link to the page for an adgroup in the Adwords web UI from my tool.

For example, the following is the URL of the Overview page for an Adgroup in the Adwords web UI:
adwords.google.com/aw/overview?campaignId=123&adGroupId=123&ocid=123&authuser=0&__c=123&__u=123

(I have replaced all IDs with "123" above, for privacy)

From a little experimentation, I have determined the meaning of the query string parameters as follows:


campaignId the Adwords Campaign ID. I have this to hand
adGroupId the Adwords Adgroup ID. I have this to hand
authuser=0, __c, __u the page works fine without these params, so I can omit them from my links. (If I do not omit these params, then links for other users are HTTP 401 for me.)
ocid -- This appears to control the selected Account in the web UI. If I remove this param, then the page loads but does not show the correct context, so it isn't useable.


The ocid param is the sticking point for me. It appears to relate to the selected Account or selected Campaign in the UI, but it does not match the Account ID or Campaign Id that I have, so I can't generate it.

Does anyone know how to deep-link to an AdGroup in the admin UI, either by generating valid ocid values from an Account Id or a Campaign Id, or by some other means?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Ann8826881

3 Comments

Sorted by latest first Latest Oldest Best

 

@Michele947

My solution, for the account level:
adwords.google.com/aw/overview?__e=1234567890

If the account ID is 123-4567-890.

10% popularity Vote Up Vote Down


 

@Ogunnowo487

You can debug the ajax request when you search for a client in your mcc (post call to adwords.google.com/aw/_/rpc/ClientCustomerService/List?authuser=0&rpcTrackingId=ClientCustomerService.List%3A27)
It is possible to search for account IDs.You get an answer with the ocid. Maybe this is helps you.

10% popularity Vote Up Vote Down


 

@Lee4591628

adwords.google.com/aw/overview?campaignId adwords.google.com/aw/overview?campaignalvalue=$}}
== {{int:filedesc}} ==
{{Information
|Description={{en|Version of an image of a credit card}}
|Source=Author
|Date=2009-12-5 02:08 (UTC)
|Author=[[:en:User:Chairsenses|Chairsenses]] ([[:en:User talk:Chairsenses|talk]]) 02:08, 5 December 2009 (UTC)
|Permission=
|other_versions=
}}

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme