Hi ,
I am using python API code
-
https://gist.githubusercontent.com/lylayang/ee427f79911b999ec644d48a1f71277f/raw/e7551371dc73079dd47034a9e688b2293bd20f30/Get_ads_KPIs_HourOfDay.py
Customer ID is correct it works perfectly in java API
I specified ,my client id in yaml as
# AdWordsClient co
Using the following code to update an ads and the function call returns
ADGROUP_LIMIT error..
The Python SDK we are using is "google-ads==4.1.1"
client = GoogleAdsClient.load_from_storage()
ad_group_ad_service = client.get_service('AdGroupAdService',
version='v1')
ad_group_ad_operation
Hi
I would like to send an email to customer when ever there is a status
change or any update to campaign keywords, locations or languages. Is there
a way i can know if a campaign was updated or the date campaign was updated
last so that i can keep track of the updated time and then send email
Hi Pete,
Thanks for reaching out to us. I see that you’re trying to set
Maximize_Conversions using Portfolio Bidding Strategy. According to this
documentation, Maximize_Conversions is a Standard Bidding Strategy Type, and
not a Portfolio Bidding Strategy Type. Thus, it is not possible to add a
Hello,
Thank you for reaching out. From the shared details, it looks like your primary
concern is to handle the conversion upload exceptions via Python client
libraries using API to log more information on specific types of errors. One
way to achieve this is using partial failures which allows
Hello,
Thank you for writing to us. It is possible to remove the feed items from the
DSA feeds via API. Please refer to this code sample for reference to remove all
the feed items from a feed via API. Let us know if you need any additional
information.
Regards,
Nikisha Patel, Google Ads API Te
Hello,
Has this discussed feature been added to the current version of the C#
API? Does it allow us to update for example only the headline1 in an
existing expanded text ad?
Thanks for the info!
Steve
On Monday, April 29, 2019 at 12:08:54 PM UTC-4, googleadsapi-forumadvisor
wrote:
>
> Hello
Hello Sharmila,
Thank you for reaching out. You could use Placement Performance Report to
retrieve the data aggregated at placements level via AdWords API. The FinalUrls
field will give you the list of final URLs that were added against the Ids of
the placements. You might find this code sample
Hi,
Thanks for reaching out. You will find the corresponding fields TopicInfo for
VERTICAL and UserInterestInfo and UserListInfo for USER_INTEREST_AND_LIST in
Google Ads API. Please let me know if you have any further concerns.
Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._
Hello Will,
Thank you for reaching out. I understand you are looking to create a new
campaign in your Google Ads account and add existing extensions to it, said
that, you could also use the get method of CampaignExtensionSettingService to
retrieve the extensions at campaign level. You could use
Hi Geofrey,
Thank you for reaching out to us. I see that you want to connect to AdWords API
and require OAuthentication credentials to access the service. You can follow
these steps to obtain your OAuth credentials (Client Id, Client Secret, and
Refresh Token). Please let me know if you have fu
Hi Pradeep,
Thanks for the update. Unfortunately, since AGE_RANGE_PERFORMANCE_REPORT can
only aggregate data on the AdGroup level, you can only determine campaign level
values from summing up the values of AdGroups under a campaign. In this case,
values like clicks and impressions can be added
Hi,
Thank you for reaching out. Please see these tips for conversion uploads. As it
says, "It takes up to 3 hours for imported conversion statistics to appear in
your Google Ads account for last-click attribution. For other search
attribution models, it can take longer than 3 hours." Please let
Hi Alex,
Thank you for reaching out. You would be able to use Adwords API to query the
data you need and then use these data on a third party platform or in other web
services. However, in order to fetch data through the API you have to use the
libraries provided for the Adwords API. You could
Hi API team,
Looking to bring in Google Ads data for a few Google Ads accounts, so I
would like to take advantage of the parameter option to pass the credential
values to the Google Ads linked service during the pipeline execution via a
lookup activity from a SQL table. This way, I can simply t
Hi All,
Is it possible to add a Portfolio Bidding Strategy of type
MAXIMIZE_CONVERSIONS through the new API?
Using this as a guide:
https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/advancedoperations/UsePortfolioBidding
Hello,
Thank you for reaching out. We only provide assistance to the concerns related
to AdWords API/ Google Ads API Beta on this forum and the concern related to
creating an azure function to retrieve data from Google Ads account is outside
our expertise. I would recommend reaching out to the
Hi Yakir,
I have just received an update from my team. The reason for the discrepancy is
that the ways in which the API and UI determine what is included in a given
city are different. To summarize, the UI appears to be more granular, whereas
the API has a broader definition. For example, when
Hello Ahmed,
You will be able to create the Responsive display ads using the
AdGroupAdService and the MutateAdGroupAdsRequest. The parameters that can be
set for a responsive display ad are listed here.You may refer to the
AddExpandedTextAds.java code sample as a reference (code samples in othe
Hi Pradeep,
Can you please provide the complete detailed request and response logs and a
screenshot of the UI keyword planner via reply privately to author? You can
find information on enabling logging in the ReadMe of your client library.
Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._
Hello Pravin,
Thank you for reaching out. With regards to your concern, it is not possible to
use click_view.gclid with the keyword_view resource via API. You could use the
attributed resources listed in the shared guide along with this resource in
your SELECT and WHERE clauses. Let us know if
And TargetingSettingDetail/Enumerations/USER_INTEREST_AND_LIST in
AdwordsAPI(v201809) replaced with?
Please let us know it?
Thank you and best regards,
On Thursday, January 23, 2020 at 10:50:35 PM UTC+9, 高嶋葵 wrote:
>
> Dear GoogleAdsScript team
>
> Hello. I have a question.
>
> In the GoogleAd
Dear GoogleAdsScript team
Hello. I have a question.
In the GoogleAdsAPI, what was TargetingSettingDetail/Enumerations/VERTICAL
in AdwordsAPI(v201809) replaced with?
https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupService.TargetingSettingDetail
https://developers.google.
Hi
I would like to connect users with google ads using Google AdWords API
How can I do that using google login auth?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You
Hello!
I wanted to ask a question. I started learning the Google AdWords API, can
I use the API data on the Spring WebFlux reactor? Can I not use the library
provided for this api, but work with api otherwise? Many thanks!
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on
Hi
I have followed all process on google Adwords integration on the local
machine now
- I can create a campaign
-Display campaign
-I can create display ad
-etc
Now I have created user interface in fronted with mockups,
So I would like to create User authentication for a user to be able to
c
Hey,
Is it possible to delete URL feed from DSA feed via google ads api
I have the resource name of the dsa feed page, and I want to remove all
feeds and then upload new ones.
Thanks in advance for helping,
David
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog
27 matches
Mail list logo