OK
On Monday, January 16, 2023 at 4:34:21 PM UTC+3 [email protected]
wrote:
> Dear Google Ads Support Team,
>
> I am interested in using the Google Ads API to create and manage
> third-party links for my account. However, based on the documentation and
> resources that I have reviewed, it appears that this is not a feature that
> is currently supported by the API.
>
> I would greatly appreciate it if you could confirm whether or not this
> feature is available via the Google Ads API, and if so, provide me with any
> relevant documentation or resources that would assist me in implementing
> this functionality. If this feature is not currently supported, I would
> also appreciate any information on alternative methods or tools that may be
> available for creating and managing third-party links within a Google Ads
> account.
>
> Thank you in advance for your time and assistance with this matter.
>
> Sincerely,
>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9f6ed6ed-592c-4e54-a4dc-66a031b27a2an%40googlegroups.com.
// Copyright 2014 Google Inc. All Rights Reserved.
package com.examples.youtubeapidemo;
/**
* Static container class for holding a reference to your YouTube Developer Key.
*/
public class DeveloperKey {
/**
* Please replace this with a valid API key which is enabled for the
* YouTube Data API v3 service. Go to the
* <a href="https://console.developers.google.com/">Google Developers Console</a>
* to register a new developer key.
*/
public static final String DEVELOPER_KEY = null;
}