My solution, for the account level:
https://adwords.google.com/aw/overview?__e=1234567890
If the account ID is 123-4567-890.
Hi Dhanya,Is this still the case? Easy deep linking would be a very welcome USP for the new AdWords interface (that people have a hard time adopting) and I honestly don't see why Google would not support it.The URLs of the new interface are very suitable for deep linking with a structure like https://adwords.google.com/aw/keywords?campaignId=1234567890&adGroupId=12345678901&ocid=123456789 with the exception of the ocid part that is a big but required mystery to all of us.Really hope that easy deep linking based on campaignId and adGroupId will be possible in the near future.Best regards,
Wijnand
On Thursday, December 21, 2017 at 8:35:44 PM UTC+1, Dhanya Sundararaju (AdWords API Team) wrote:
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
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 a topic in the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/1PsVZtuy04s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/880fac01-718a-4794-a1fd-f529973188f5%40googlegroups.com.
<?php$html = file_get_contents('google_html.txt');
preg_match_all('|<a.*?href="/aw/[^?]+\?ocid=([^&]+)&[^>]+>([^<]+)</a><!----></div><!----><div class="[^"]+">([^<]+)|',$html,$result,PREG_SET_ORDER);
foreach($result as $record) { echo $record[1].';'.$record[3].';'.$record[2]."<br>";}?>
|
||||||
![]() |
Google Ads API Team |
The deep linking feature is not yet supported in the Google Ads API. We cannot provide a scheduled timeline for the availability of this feature in the Google Ads API. With that being said, I would recommend you to follow our blog post and release notes for announcements about new API releases and features.
![]() |
Google Ads API Team |