Re: ocid in https://adwords.google.com URL's

2023-04-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for bumping this thread. I hope that you are doing well today.

With regard to the deep linking feature, please note that we don't have any 
update yet when will this feature become available in the API. What we can do 
is to advise you to keep an eye on our blog post and release notes for the 
updates and releases.

Reference links:

blog post - https://ads-developers.googleblog.com/search/label/google_ads_api
release notes - https://developers.google.com/google-ads/api/docs/release-notes


Kind regards,

Google Ads API Team
ref:_00D1U1174p._5001UHEIuy:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/KcuIr0RTM24900Wj7xuNy5S46nmLYVb_G3XQ%40sfdc.net.


Re: ocid in https://adwords.google.com URL's

2023-04-23 Thread 林尧昌
Is there any further progress on the deep linking feature?

On Friday, July 22, 2022 at 3:43:49 PM UTC+8 Google Ads API Forum Advisor 
wrote:

> Hi Harsha,
>
> Thank you for the reply.
>
> As per my colleague Michael said, ”*the ocid also isn't relevant in any 
> API context, so we don't expose it in the API. We have had a few feature 
> requests for deep linking again recently, and the team is considering it. 
> However, I cannot comment on our future plans with any certainty*.” With 
> this, I would suggest you to follow the blog post 
>  for 
> updates and new releases.
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5001UHEIuy:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1e12279a-9eae-486d-b37f-fc00070dfd5an%40googlegroups.com.


Re: ocid in https://adwords.google.com URL's

2022-07-21 Thread Harsha Nandiwada
+1 We need this feature as well, whether it's OCID or some other way to 
link to this page
https://ads.google.com/aw/overview?ocid=xxx=xxx&__u=xxx=xxx&__c=xxx=0=xxx
The closest I can get is 
https://ads.google.com/aw/overview?ocid==0=xxx
but that still relies on OCID.

On Tuesday, May 24, 2022 at 6:03:21 AM UTC-5 rajkow...@gmail.com wrote:

> I made better workaround, than I posted above with PHP.
>
> You can do it faster by JS:
>
> 
> // Open settings/sub-account settings 
> https://ads.google.com/aw/settings/subaccounts
> // SET: Show rows:500
> // Scroll to the bottom of page to get all stuff loaded to the memory
> // Open developer tools (CTRL + SHIFT + J)
> // Paste code into developer console:
>
> // START
> var ocid = document.querySelector('html').innerHTML;
> var matches = 
> Array.from(ocid.matchAll(/]+>([^<]+)<\/a><\/div>
> class="[^"]+">([^<]+)/g)); > var output = []; > matches.forEach(element => { > var customer_id = element[3].replaceAll('-',''); > var ocid = element[1]; > var name = element[2]; > output.push(customer_id + ';' + ocid + ';' + name); > }); > output = output.join("\n"); > copy(output); > // END > > // now, you have first 500 accounts copied to clipboard in following > format: customer_id ; ocid ; name > // by Kamil Rajkowski > > > On Monday, March 28, 2022 at 8:47:54 PM UTC+2 adsapi wrote: > >> Hello, >> >> The UI is subject to change at any time, so there's no guarantee a deep >> link from today would work tomorrow. Therefore, we don't recommend scraping >> to construct deep links. The ocid also isn't relevant in any API context, >> so we don't expose it in the API. We have had a few feature requests for >> deep linking again recently, and the team is considering it. However, I >> cannot comment on our future plans with any certainty. >> >> Regards, >> Mike, Google Ads API Team >> >> ref:_00D1U1174p._5001UHEIuy:ref >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/eef10c53-bdda-41d2-97c4-b35d26e028c1n%40googlegroups.com.

Re: ocid in https://adwords.google.com URL's

2022-05-24 Thread rajkow...@gmail.com
I made better workaround, than I posted above with PHP.

You can do it faster by JS:


// Open settings/sub-account settings 
https://ads.google.com/aw/settings/subaccounts
// SET: Show rows:500
// Scroll to the bottom of page to get all stuff loaded to the memory
// Open developer tools (CTRL + SHIFT + J)
// Paste code into developer console:

// START
var ocid = document.querySelector('html').innerHTML;
var matches = 
Array.from(ocid.matchAll(/]+>([^<]+)<\/a><\/div>
([^<]+)/g)); var output = []; matches.forEach(element => { var customer_id = element[3].replaceAll('-',''); var ocid = element[1]; var name = element[2]; output.push(customer_id + ';' + ocid + ';' + name); }); output = output.join("\n"); copy(output); // END // now, you have first 500 accounts copied to clipboard in following format: customer_id ; ocid ; name // by Kamil Rajkowski On Monday, March 28, 2022 at 8:47:54 PM UTC+2 adsapi wrote: > Hello, > > The UI is subject to change at any time, so there's no guarantee a deep > link from today would work tomorrow. Therefore, we don't recommend scraping > to construct deep links. The ocid also isn't relevant in any API context, > so we don't expose it in the API. We have had a few feature requests for > deep linking again recently, and the team is considering it. However, I > cannot comment on our future plans with any certainty. > > Regards, > Mike, Google Ads API Team > > ref:_00D1U1174p._5001UHEIuy:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/58da754b-cd27-4ef2-a2b9-2c62f716n%40googlegroups.com.

Re: ocid in https://adwords.google.com URL's

2022-03-28 Thread Myles
How is this still not a thing?  I don't understand Google's idea around 
keeping this "hidden" from us, it just makes it annoying for our account 
managers to have to switch from systems and search for this.  We're 
literally a Google Partner for Ads and still can't get anything out of you 
guys regarding this.  I'm so disappointed in you Google.

On Thursday, August 22, 2019 at 7:21:35 AM UTC-4 lukaskell...@gmail.com 
wrote:

> Alright, makes sense. Thank you very much!
>
>
> On Thursday, 22 August 2019 12:03:40 UTC+2, Kamil wrote:
>>
>> Open main mcc, then Accounts / Management / show 500 accounts per page
>>
>> Open developer tools, select  tag and click "edit as html". Copy 
>> all the content and put this content to new file called "google_html.txt"
>>
>> create php script ocid.php with content:
>>
>> > $html = file_get_contents('google_html.txt');
>>
>> preg_match_all('|]+>([^<]+)>  
>> class="[^"]+">([^<]+)|',$html,$result,PREG_SET_ORDER);
>>
>> foreach($result as $record) {
>> echo $record[1].';'.$record[3].';'.$record[2]."";
>> }
>> ?>
>>
>> when you execute script, it will print out all accounts ocid, all names, 
>> and all id
>>
>> W dniu czwartek, 22 sierpnia 2019 11:32:22 UTC+2 użytkownik Lukas Kelling 
>> napisał:
>>>
>>> Yes, please share how to retrieve the ocid parameter per account.
>>>
>>> On Thursday, 22 August 2019 10:28:39 UTC+2, Kamil wrote:

 Nooo, why __e stoped working? it also not possible to gain ocid by 
 adwords api. Why you broke this feature?
 Looks like we will have to scrape all ocid from each account and assign 
 it to account number.

 Good change google...

 W dniu czwartek, 22 sierpnia 2019 08:52:08 UTC+2 użytkownik 
 adsapiforumadvisor napisał:
>
> Hi Trevor,
>
> Thank you for reaching out.
>
> Since this is already an old thread, could you open your concern on a 
> new one providing the complete details for better tracking?
>
> Also, deep links are still not available in the API. You may keep an 
> eye on our blog 
>  for 
> more updates and announcement regarding the API.
>
> Regards,
> Dannison
> Google Ads API Team
>
> ref:_00D1U1174p._5001UHEIuy:ref



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f3d73264-04ba-4271-87b2-ea4abb103656n%40googlegroups.com.


Re: ocid in https://adwords.google.com URL's

2019-08-22 Thread Lukas Kelling
Alright, makes sense. Thank you very much!

On Thursday, 22 August 2019 12:03:40 UTC+2, Kamil wrote:
>
> Open main mcc, then Accounts / Management / show 500 accounts per page
>
> Open developer tools, select  tag and click "edit as html". Copy all 
> the content and put this content to new file called "google_html.txt"
>
> create php script ocid.php with content:
>
>  $html = file_get_contents('google_html.txt');
>
> preg_match_all('|]+>([^<]+)  
> class="[^"]+">([^<]+)|',$html,$result,PREG_SET_ORDER);
>
> foreach($result as $record) {
> echo $record[1].';'.$record[3].';'.$record[2]."";
> }
> ?>
>
> when you execute script, it will print out all accounts ocid, all names, 
> and all id
>
> W dniu czwartek, 22 sierpnia 2019 11:32:22 UTC+2 użytkownik Lukas Kelling 
> napisał:
>>
>> Yes, please share how to retrieve the ocid parameter per account.
>>
>> On Thursday, 22 August 2019 10:28:39 UTC+2, Kamil wrote:
>>>
>>> Nooo, why __e stoped working? it also not possible to gain ocid by 
>>> adwords api. Why you broke this feature?
>>> Looks like we will have to scrape all ocid from each account and assign 
>>> it to account number.
>>>
>>> Good change google...
>>>
>>> W dniu czwartek, 22 sierpnia 2019 08:52:08 UTC+2 użytkownik 
>>> adsapiforumadvisor napisał:

 Hi Trevor,

 Thank you for reaching out.

 Since this is already an old thread, could you open your concern on a 
 new one providing the complete details for better tracking?

 Also, deep links are still not available in the API. You may keep an 
 eye on our blog 
  for 
 more updates and announcement regarding the API.

 Regards,
 Dannison
 Google Ads API Team

 ref:_00D1U1174p._5001UHEIuy:ref
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eb0980b8-2aa8-41ac-a558-e83e8c8f7ce0%40googlegroups.com.


Re: ocid in https://adwords.google.com URL's

2019-08-22 Thread Kamil
Open main mcc, then Accounts / Management / show 500 accounts per page

Open developer tools, select  tag and click "edit as html". Copy all 
the content and put this content to new file called "google_html.txt"

create php script ocid.php with content:

]+>([^<]+)([^<]+)|',$html,$result,PREG_SET_ORDER);

foreach($result as $record) {
echo $record[1].';'.$record[3].';'.$record[2]."";
}
?>

when you execute script, it will print out all accounts ocid, all names, 
and all id

W dniu czwartek, 22 sierpnia 2019 11:32:22 UTC+2 użytkownik Lukas Kelling 
napisał:
>
> Yes, please share how to retrieve the ocid parameter per account.
>
> On Thursday, 22 August 2019 10:28:39 UTC+2, Kamil wrote:
>>
>> Nooo, why __e stoped working? it also not possible to gain ocid by 
>> adwords api. Why you broke this feature?
>> Looks like we will have to scrape all ocid from each account and assign 
>> it to account number.
>>
>> Good change google...
>>
>> W dniu czwartek, 22 sierpnia 2019 08:52:08 UTC+2 użytkownik 
>> adsapiforumadvisor napisał:
>>>
>>> Hi Trevor,
>>>
>>> Thank you for reaching out.
>>>
>>> Since this is already an old thread, could you open your concern on a 
>>> new one providing the complete details for better tracking?
>>>
>>> Also, deep links are still not available in the API. You may keep an eye 
>>> on our blog 
>>>  for 
>>> more updates and announcement regarding the API.
>>>
>>> Regards,
>>> Dannison
>>> Google Ads API Team
>>>
>>> ref:_00D1U1174p._5001UHEIuy:ref
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5637fde3-a75b-48c9-a1f9-e87aa712de14%40googlegroups.com.


Re: ocid in https://adwords.google.com URL's

2019-08-22 Thread Lukas Kelling
Yes, please share how to retrieve the ocid parameter per account.

On Thursday, 22 August 2019 10:28:39 UTC+2, Kamil wrote:
>
> Nooo, why __e stoped working? it also not possible to gain ocid by adwords 
> api. Why you broke this feature?
> Looks like we will have to scrape all ocid from each account and assign it 
> to account number.
>
> Good change google...
>
> W dniu czwartek, 22 sierpnia 2019 08:52:08 UTC+2 użytkownik 
> adsapiforumadvisor napisał:
>>
>> Hi Trevor,
>>
>> Thank you for reaching out.
>>
>> Since this is already an old thread, could you open your concern on a new 
>> one providing the complete details for better tracking?
>>
>> Also, deep links are still not available in the API. You may keep an eye 
>> on our blog 
>>  for 
>> more updates and announcement regarding the API.
>>
>> Regards,
>> Dannison
>> Google Ads API Team
>>
>> ref:_00D1U1174p._5001UHEIuy:ref
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4f82dc70-d390-4399-9fa1-12f628f86082%40googlegroups.com.


Re: ocid in https://adwords.google.com URL's

2019-08-22 Thread Kamil
The best thing is that, now you cannot even redirect from analytics to 
google ads, because its generating 404.
Links like: https://adwords.google.com/cm/CampaignMgmt#c.271530075=cm 
generating 404's

Acqisition/Google Ads/Campaigns 

Good job google, you broke even your own features!!!

W dniu czwartek, 22 sierpnia 2019 10:42:30 UTC+2 użytkownik Alon Diamant 
napisał:
>
> Kamil,
>
> Could you share how you scare the ocid? Where do you scrape it from?
>
> Also, if anyone has any other solution, or creates a new thread - please 
> link to it here, as well.
>
> Thank you.
>
> On Thursday, August 22, 2019 at 11:28:39 AM UTC+3, Kamil wrote:
>>
>> Nooo, why __e stoped working? it also not possible to gain ocid by 
>> adwords api. Why you broke this feature?
>> Looks like we will have to scrape all ocid from each account and assign 
>> it to account number.
>>
>> Good change google...
>>
>> W dniu czwartek, 22 sierpnia 2019 08:52:08 UTC+2 użytkownik 
>> adsapiforumadvisor napisał:
>>>
>>> Hi Trevor,
>>>
>>> Thank you for reaching out.
>>>
>>> Since this is already an old thread, could you open your concern on a 
>>> new one providing the complete details for better tracking?
>>>
>>> Also, deep links are still not available in the API. You may keep an eye 
>>> on our blog 
>>>  for 
>>> more updates and announcement regarding the API.
>>>
>>> Regards,
>>> Dannison
>>> Google Ads API Team
>>>
>>> ref:_00D1U1174p._5001UHEIuy:ref
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/df370aa2-7d60-402e-9f69-32527dadf360%40googlegroups.com.


Re: ocid in https://adwords.google.com URL's

2019-08-22 Thread Alon Diamant
Kamil,

Could you share how you scare the ocid? Where do you scrape it from?

Also, if anyone has any other solution, or creates a new thread - please 
link to it here, as well.

Thank you.

On Thursday, August 22, 2019 at 11:28:39 AM UTC+3, Kamil wrote:
>
> Nooo, why __e stoped working? it also not possible to gain ocid by adwords 
> api. Why you broke this feature?
> Looks like we will have to scrape all ocid from each account and assign it 
> to account number.
>
> Good change google...
>
> W dniu czwartek, 22 sierpnia 2019 08:52:08 UTC+2 użytkownik 
> adsapiforumadvisor napisał:
>>
>> Hi Trevor,
>>
>> Thank you for reaching out.
>>
>> Since this is already an old thread, could you open your concern on a new 
>> one providing the complete details for better tracking?
>>
>> Also, deep links are still not available in the API. You may keep an eye 
>> on our blog 
>>  for 
>> more updates and announcement regarding the API.
>>
>> Regards,
>> Dannison
>> Google Ads API Team
>>
>> ref:_00D1U1174p._5001UHEIuy:ref
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0ce6b25a-5a50-4d76-ab5b-f6edef3fab04%40googlegroups.com.


Re: ocid in https://adwords.google.com URL's

2019-08-22 Thread Kamil
Nooo, why __e stoped working? it also not possible to gain ocid by adwords 
api. Why you broke this feature?
Looks like we will have to scrape all ocid from each account and assign it 
to account number.

Good change google...

W dniu czwartek, 22 sierpnia 2019 08:52:08 UTC+2 użytkownik 
adsapiforumadvisor napisał:
>
> Hi Trevor,
>
> Thank you for reaching out.
>
> Since this is already an old thread, could you open your concern on a new 
> one providing the complete details for better tracking?
>
> Also, deep links are still not available in the API. You may keep an eye 
> on our blog 
>  for more 
> updates and announcement regarding the API.
>
> Regards,
> Dannison
> Google Ads API Team
>
> ref:_00D1U1174p._5001UHEIuy:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1ad95a97-3aeb-4dbd-8351-dfa48d9b3e66%40googlegroups.com.


RE: ocid in https://adwords.google.com URL's

2019-08-22 Thread Google Ads API Forum Advisor Prod
Hi Trevor,

Thank you for reaching out.

Since this is already an old thread, could you open your concern on a new one 
providing the complete details for better tracking?

Also, deep links are still not available in the API. You may keep an eye on our 
blog for more updates and announcement regarding the API.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UHEIuy:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Bb15j0PWMLQI00LrDCQ_6fRiapZzkhf1BUZQ%40sfdc.net.


Re: ocid in https://adwords.google.com URL's

2019-08-21 Thread Trevor
Looks like this may have broken recently, now links with only the __e 
parameter are resolving to the account selector and then taking me to the 
MCC overview

On Thursday, August 16, 2018 at 12:26:15 AM UTC-7, Meijun Xing wrote:
>
>
> https://adwords.google.com/aw/overview?__e={accountid}={campaignid}
> try this one
>
> On Thursday, 21 December 2017 21:10:27 UTC+8, John Bliss wrote:
>>
>> I'm attempting to programmatically build emails with deep-links our 
>> Campaign Managers can click to get directly to where they need to go within 
>> our AdWords. For example:
>>
>>
>> https://adwords.google.com/aw/ads?campaignId=1234=1234=1234&__c=1234=0&__u=1234
>>
>> The only part of that that I do not have, I think, is this:
>>
>> ocid=1234
>>
>> Is that a value I can "touch" via the API? If so, where will I find 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8f8bc280-8d3f-454a-9c0d-96d7730dd570%40googlegroups.com.


Re: ocid in https://adwords.google.com URL's

2018-08-16 Thread Meijun Xing
https://adwords.google.com/aw/overview?__e={accountid}={campaignid}
try this one

On Thursday, 21 December 2017 21:10:27 UTC+8, John Bliss wrote:
>
> I'm attempting to programmatically build emails with deep-links our 
> Campaign Managers can click to get directly to where they need to go within 
> our AdWords. For example:
>
>
> https://adwords.google.com/aw/ads?campaignId=1234=1234=1234&__c=1234=0&__u=1234
>
> The only part of that that I do not have, I think, is this:
>
> ocid=1234
>
> Is that a value I can "touch" via the API? If so, where will I find 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/9362a8a7-d140-4caa-b188-814a503bb02e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-08-16 Thread Meijun Xing
https://adwords.google.com/aw/overview?__e={accountid}={campaignid}
this one could jump to the campaign page.

On Thursday, 21 December 2017 21:10:27 UTC+8, John Bliss wrote:
>
> I'm attempting to programmatically build emails with deep-links our 
> Campaign Managers can click to get directly to where they need to go within 
> our AdWords. For example:
>
>
> https://adwords.google.com/aw/ads?campaignId=1234=1234=1234&__c=1234=0&__u=1234
>
> The only part of that that I do not have, I think, is this:
>
> ocid=1234
>
> Is that a value I can "touch" via the API? If so, where will I find 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/a5089808-1549-474e-adba-64306e219700%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-08-08 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jens,

I completely understand your concern. We do get this request quite often. 
Unfortunately, it is not possible to have that link. Please do post your 
concern on the Advertiser Community Forum 
 
so 
that the product experts there will be able to provide their suggestions. 

Regards,
Dhanya, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/fb8850ea-1b90-4a95-92be-7365c0e6de75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-08-07 Thread Jens
Deep linking to the AdWords management UI has been a topic for so many 
years.
With the old interface it was at least possible to deep link to a search 
result: https://adwords.google.com/mcm/Mcm?#c.ac:s._123-456-7890
This has also gone now with the new interface.
You're making the life of resellers and multi account managers really hard. 
These people are spending so much money on Google Ads and even such a 
simple feature cannot be done?

Please add some way to deep link from external management systems directly 
to the Ads UI again.

Thanks, Jens

On Tuesday, June 19, 2018 at 6:52:20 PM UTC+2, Dhanya Sundararaju (AdWords 
API Team) wrote:
>
> Hi Jacek,
>
> Deep linking is not supported in AdWords API. So, unfortunately, I will 
> not be able to provide a solution for it. Please keep an eye on the blog 
>  for 
> updates on future releases. 
>
> Regards,
> Dhanya, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/393a4673-40bf-4acb-ba3d-4d6772f383ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-06-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jacek,

Deep linking is not supported in AdWords API. So, unfortunately, I will not 
be able to provide a solution for it. Please keep an eye on the blog 
 for 
updates on future releases. 

Regards,
Dhanya, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/d3a54329-751c-4d74-8054-850d4c5a5f4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-06-18 Thread Jacek Szarski
Hi Dhanya,

I run into the same problem. I'm developing an app that deals whith AdWords 
users' campaign data.

One of the features that we want to implement is to allow the user to click 
on a campaign name and be redirected to their AdWords admin panel.
Unfortunately even though we know their campaign ID, we can't build a valid 
link unless we have a way to get the `ocid` parameter. It seems like it's 
required for the site to work but it can't be found in the API docs 
anywhere.

Is there another way to generate a link to user's campaign admin panel, 
konwing the data available through the API?

Best,
Jacek Szarski

On Tuesday, June 5, 2018 at 4:52:42 PM UTC+2, Dhanya Sundararaju (AdWords 
API Team) wrote:
>
> Hi Wijnand, John, 
>
> I am unaware when deep linking will be supported in AdWords. Since its a 
> popular request, I can pass it on to our team. However, please do watch out 
> the 
> blog  for 
> updates on future releases. 
>
> Regards,
> Dhanya, AdWords API Team
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/18f8c81c-7cfc-4b86-9fed-bc8693060782%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-06-18 Thread Jacek Szarski
Hi Dhanya,

I run into the same problem. I'm developing an app that deals whith AdWords 
users' campaign data.

One of the features that we want to implement is to allow the user to click 
on a campaign name and be redirected to their AdWords admin panel.
Unfortunately even though we know their campaign ID, we can't build a valid 
link unless we have a way to get the `ocid` parameter. It seems like it's 
required for the site to work but it can't be found in the API docs 
anywhere.

Is there another way to generate a link to user's campaign admin panel, 
knowing the data available though the API?

Best,
Jacek Szarski

On Tuesday, June 5, 2018 at 4:52:42 PM UTC+2, Dhanya Sundararaju (AdWords 
API Team) wrote:
>
> Hi Wijnand, John, 
>
> I am unaware when deep linking will be supported in AdWords. Since its a 
> popular request, I can pass it on to our team. However, please do watch out 
> the 
> blog  for 
> updates on future releases. 
>
> Regards,
> Dhanya, AdWords API Team
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/f4aee822-7b39-4185-bfab-1cca5a428a62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-06-05 Thread wijnand
Hi Dhanya,

It would be great if you could pass this request on, as it would make the 
life of many teams working in AdWords much easier (by enabling them to 
share deep links with their colleagues) and with that, give users a good 
reason to switch to the new interface.

Best regards,

Wijnand

On Tuesday, June 5, 2018 at 4:52:42 PM UTC+2, Dhanya Sundararaju (AdWords 
API Team) wrote:
>
> Hi Wijnand, John, 
>
> I am unaware when deep linking will be supported in AdWords. Since its a 
> popular request, I can pass it on to our team. However, please do watch out 
> the 
> blog  for 
> updates on future releases. 
>
> Regards,
> Dhanya, AdWords API Team
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/c4133af0-61ba-44ba-9fe4-bb00fb7c5fa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-06-05 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Wijnand, John, 

I am unaware when deep linking will be supported in AdWords. Since its a 
popular request, I can pass it on to our team. However, please do watch out the 
blog  for 
updates on future releases. 

Regards,
Dhanya, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/35556d6b-efa3-4b5e-b834-63043d3946a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-06-05 Thread John M Bliss
 > It would be fantastic if Google would support simple deep linking based
on campaign id and agroupid

+1

On Mon, Jun 4, 2018 at 2:21 PM,  wrote:

> 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=12345678901=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:
>>
>> Hi John,
>>
>> Deep linking is not supported in AdWords. However, you may be able to set
>> up deep links at your application level.
>>  To populate
>> the data in your application, you could use the various report types
>> 
>>  and services
>> 
>>  that
>> AdWords API supports.
>>
>> Regards,
>> Dhanya, AdWords API Team
>>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@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+unsubscr...@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
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
John Bliss - http://www.linkedin.com/in/jbliss

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/CAGj-xcRxoyFqiytUBUSYQ9BQMWcvO-q1NS5SHFu5wQJQNxkt_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-06-05 Thread wijnand
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=12345678901=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:
>
> Hi John,
>
> Deep linking is not supported in AdWords. However, you may be able to set 
> up deep links at your application level. 
>  To populate the 
> data in your application, you could use the various report types 
> 
>  and services 
> 
>  that 
> AdWords API supports.
>
> Regards,
> Dhanya, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-06-05 Thread wijnand
Hi Dhanya,

Is this still the case? It would be fantastic if Google would support 
simple deep linking based on campaign id and agroupid, and the urls seem 
ready for it with a structure like:

https://adwords.google.com/aw/keywords?campaignId=1234567890=12345678901=123456789

Except that ocid part that is unclear. 

Hope this will be possible in the near future, could you let us know if 
Google plans to support deep linking?

Best Regards,

Wijnand

On Thursday, December 21, 2017 at 8:35:44 PM UTC+1, Dhanya Sundararaju 
(AdWords API Team) wrote:
>
> Hi John,
>
> Deep linking is not supported in AdWords. However, you may be able to set 
> up deep links at your application level. 
>  To populate the 
> data in your application, you could use the various report types 
> 
>  and services 
> 
>  that 
> AdWords API supports.
>
> Regards,
> Dhanya, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@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/7dbee0bb-6264-4a7f-b963-7e10387d60fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-02-15 Thread Alon Diamant


My solution, for the account level:

https://adwords.google.com/aw/overview?__e=1234567890

If the account ID is 123-4567-890.


On Thursday, December 21, 2017 at 3:10:27 PM UTC+2, John Bliss wrote:
>
> I'm attempting to programmatically build emails with deep-links our 
> Campaign Managers can click to get directly to where they need to go within 
> our AdWords. For example:
>
>
> https://adwords.google.com/aw/ads?campaignId=1234=1234=1234&__c=1234=0&__u=1234
>
> The only part of that that I do not have, I think, is this:
>
> ocid=1234
>
> Is that a value I can "touch" via the API? If so, where will I find it?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@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/b5d90f97-5c2b-412e-973c-0aef253c72b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2018-02-15 Thread Alon Diamant
Did you ever get this working, John?

On Thursday, December 21, 2017 at 3:10:27 PM UTC+2, John Bliss wrote:
>
> I'm attempting to programmatically build emails with deep-links our 
> Campaign Managers can click to get directly to where they need to go within 
> our AdWords. For example:
>
>
> https://adwords.google.com/aw/ads?campaignId=1234=1234=1234&__c=1234=0&__u=1234
>
> The only part of that that I do not have, I think, is this:
>
> ocid=1234
>
> Is that a value I can "touch" via the API? If so, where will I find it?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@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/fa714d8d-ebca-45b2-afa9-74b22709ba17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ocid in https://adwords.google.com URL's

2017-12-21 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi John,

Deep linking is not supported in AdWords. However, you may be able to set 
up deep links at your application level. 
 To populate the 
data in your application, you could use the various report types 

 and services 

 that 
AdWords API supports.

Regards,
Dhanya, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@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/9503f904-1576-406b-b91d-226c437f83ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ocid in https://adwords.google.com URL's

2017-12-21 Thread John Bliss
I'm attempting to programmatically build emails with deep-links our 
Campaign Managers can click to get directly to where they need to go within 
our AdWords. For example:

https://adwords.google.com/aw/ads?campaignId=1234=1234=1234&__c=1234=0&__u=1234

The only part of that that I do not have, I think, is this:

ocid=1234

Is that a value I can "touch" via the API? If so, where will I find it?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@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/00acee22-1911-4cbb-8aa2-80835e9ce0fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.