RE: Google Ads Api: How to get the id of an extension_feed_item?

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You could use the extension_feed_item.resource_name as this would get the FeedItemId associated to this feed. Let me know if you have further clarifications. Regards, Dannison

Re: Campaign solution with Adwords API

2019-03-21 Thread MM
Hi Teja, Thanks for the quick response.But we develop a campaign manager solution with google Ads API.and planning to give multiple user accouts for advertisers.Wondering how to handle the payments of them and what type of payment method is available for adwords API agency? Please help

RE: Best practice to this process Big Data?

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Venkata, You can generate multiple Product Partition Reports by using the Parallel Report Download

RE: Placement Performance report has duplicate rows

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Oliver, Thank you for providing your report definition. Upon further investigation, I found out that your data looks duplicate because it was implicitly segmented by its AdGroupId (see

Re: Regarding authentication error

2019-03-21 Thread ServiceNow Test Account
Thanks. This issue has been resolved Regards Deepu On Thu, Mar 21, 2019 at 7:37 PM googleadsapi-forumadvisor via AdWords API and Google Ads API Forum wrote: > Hello, > > We will be able to offer support only through emails. It looks like you're > using a Manager account to make the API call.

RE: UAC Re-engagement Campaigns not showing up in Campaign Performance Report

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, This is expected behavior from the AdWords API reports as Mobile App Engagement Campaigns are currently not supported. Let me know if you have further clarifications. Regards,

RE: How to add Adding Sitelinks to Campaign in Google Ads

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You will be able to use the Feed , Feed Item , Extension Feed Item

RE: Best practice to process Big Data?

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you Zweitze for sharing your experience! @Qaiser, I will share your feedback with the team. However, since Google Ads API V1 is released, there is possibility that new features may only be added to the Google Ads API and not in the AdWords API anymore. You could checkout the

Google Ads Api: How to get the id of an extension_feed_item?

2019-03-21 Thread F B
What would be the best practice to get the id of an extension_feed_item like a sitelink? It seems like the id is not selectable in an the query builder. Sample query: ('SELECT extension_feed_item.status, extension_feed_item.sitelink_feed_item.link_text' ' FROM extension_feed_item

UAC Re-engagement Campaigns not showing up in Campaign Performance Report

2019-03-21 Thread T2S
Hi, I am pulling Campaign Performance Report and it sends us metrics like spend/cost, impressions etc. for all UAC campaigns we are running EXCEPT UAC Re-engagement campaigns. Is it expected? how can I get spend metrics for UAC Re-engagement campaigns? Looking forward to a resolution. Thanks

Best practice to this process Big Data?

2019-03-21 Thread venkata munnangi
Hey all, We are planning to make some bidding updates (Shopping Campaign - offerids) through Google Adwords API. We have multiple accounts. One of our biggest account's mettrics appear to be ~50 campaigns, 20k adgroups in each, very small # of offerids (max. 25) in each adgroup - might add

RE: Error with message "Signup not complete." when I make first API call.

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anh, I see in the request ClientCustomerId is empty. Please provide the valid customer ID in your API call. If you are still facing the problem, you could share the enitre error logs, MCC id

Re: How to add Adding Sitelinks to Campaign in Google Ads

2019-03-21 Thread F B
feed_service = client.get_service('ExtensionFeedItemService', version='v1') extension_feed_item_operation = client.get_type('ExtensionFeedItemOperation', version='v1') extension_feed_item = extension_feed_item_operation.create extension_feed_item.sitelink_feed_item.link_text.value = 'Text'

RE: Google Hotel Ads Account number linked to Google Ads Account

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Unfortunately, there is no way to get the ID before creating the campaign using Google Ads API. You can reach out to to the Hotel Partner API Team to see if there is a way to do it from there. Once you link

RE: USER_PERMISSION_DENIED error when accessing a customer.

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please confirm whether you are using the Google Ads API and facing the USER_PERMISSION_DENIED error? If yes, could you please confirm whether you are passing the login-customer-id as mentioned in this blog post

RE: How to add Adding Sitelinks to Campaign in Google Ads

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, If you're using the Google Ads API, you may use the CampaignFeedService and AdGroupFeedService

RE: How to add device(desktop,mobile,tablet) bid modifiers at campaign level in Ads API Beta

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Christoph, Please have a look at this example . It shows how to update a keyword which you can use a reference on how to define the resource name. Regards, Anthony Google Ads API Team

RE: Campaign solution with Adwords API

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mihiri, In this forum we will discuss technical questions related to the Google Ads API. Looks like your concern is related to the Google AdSense. I recommend you to post your concern on their Help Forum . Regards, Sai Teja Google

RE: JRuby support for Google Ads API ruby client library

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Robert, I will raise a feature request on your behalf to get a Ruby client library. Although I cannot give a time frame, you can follow our blog to get any announcements regarding this. Regards, Anthony Google Ads API Team

Re: Best practice to process Big Data?

2019-03-21 Thread Zweitze
You will need one report. I am pretty sure one report should be enough to get all records. Did you try this? I looked in my logs this morning, and saw that the software downloaded a keyword report with 750,000+ records. Its format was XML_GZIP, 26 MB. Downloading (the time between the request

Re: Google Hotel Ads Account number linked to Google Ads Account

2019-03-21 Thread Didier Roy
Hello is there a way to get the Hotel Ads Account number before any campaign has been created? my goal is to create campaigns with the API once the account has been linked to Hotel Ads Center. I need to get this information either with Google Ads API or with Hotel Partner API thanks -- --

RE: Best practice to process Big Data?

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Qaiser, You are right, applying label will work only if you are managing the campaigns and keywords as well. The AdWords API does give the summary row for the fields selected if you set the skipReportSummary to

RE: Regarding authentication error

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, We will be able to offer support only through emails. It looks like you're using a Manager account to make the API call. The error is triggered if your OAuth credentials are for a user who does not have access to the client customer ID specified or any of its manager accounts. Could you

RE: Internal error occurred when getting feed mappings using google ads api

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Wang, I'm checking this internally with the team for an update. I will keep you posted on the details. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: Types of reports

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mikhail, You may use the Keyowords Performance Report , Geo Performance Report for keywords and

Re: Not able to pull historical_quality_score for Customer, AdGroup and Campaign

2019-03-21 Thread Darshan Pradhan
Hi, i am aware of that rule so i corrected my query in the 2nd question. My issue is i am unable to pull historical_quality_score for customer, ad group or campaign. On Wed, Mar 20, 2019, 5:24 PM wrote: > Greetings! > > There's a rule that I had to get used to when first querying. You can go >

Re: How to add device(desktop,mobile,tablet) bid modifiers at campaign level in Ads API Beta

2019-03-21 Thread Christoph Lanz
Hello Anthony, Many thanks for your reply! As you suggested I tried to use the CampaignCriterionService , and have the following code. It gives me an error message "Resource_Name_Missing", but I am unsure

Campaign solution with Adwords API

2019-03-21 Thread MM
We are developing a solution integrating adwords API The solution will be for a Mobile Operators and Telco service providers in country, to provide web and InApp Ad publishing for their enterprise customers through their digital Ad Portal, which is a product done by us. We want to identify what

Error with message "Signup not complete." when I make first API call.

2019-03-21 Thread anh chien trinh
I get an error when try to execute cmd with first Adwords API call bellow: Request made: ClientCustomerId: None, Host: googleads.googleapis.com:443, Method: /google.ads.googleads.v1.services.CustomerService/GetCustomer, RequestId: 2wAcG7ConMVTFmwM4Mlwmg, IsFault: True, FaultMessage: Signup not

USER_PERMISSION_DENIED error when accessing a customer.

2019-03-21 Thread mktt . sa . dev1
Hello, I'm starting to use Ads API, but stuck in the first place. My company has a main MCC where dozens of campaigns registered in. For the API use, i created a google ads id as a dev account, link it to the main MCC, create developers token in the MCC, and created OAuth credentials in

How to add Adding Sitelinks to Campaign in Google Ads

2019-03-21 Thread F B
Hi there, I am using the Python client library and was able to start adding campaigns to an account. However I am currently struggling with adding SiteLinks and other extensions. I feel like one should create a Feed with Feeditems and add them to the campaign, but I am unsure how to exactly

Run the first example error(python client library)

2019-03-21 Thread wei liu
Hi,google. I run the the first example(get_campaigns.py) through python client library,but get something error,I retried the request many times,but it did not work.here is the log: [2019-03-21 09:56:36 - INFO] Request --- Method: /google.ads.googleads.v1.services.GoogleAdsService/Search

JRuby support for Google Ads API ruby client library

2019-03-21 Thread Robert Heise
Hi, I've been using the Google AdWords API ruby client library successfully for years with JRuby. Due to the announced sunset of the Google AdWords API and replacement by Google Ads API, I looked into the first production release of the Google Ads API ruby client library, which was released

Re: Placement Performance report has duplicate rows

2019-03-21 Thread Oliver
Hi Luis, I don't have access to the complete report definition unfortunately. We use AWQL to download reports and here is the query we use in this case for customer ID 5205280896: SELECT CampaignId, AverageCpc, Clicks, ConversionRate, Conversions, ConversionValue, Cost, CostPerConversion,

Re: Regarding authentication error

2019-03-21 Thread servicenowta
Hi, Details of AdWords account: Email Id: serviceno...@position2.com CID: 540-621-8576 If it is possible shall we have a screen sharing session to figure out the issue On Tuesday, March 19, 2019 at 3:46:35 PM UTC+5:30, ServiceNow Test Account wrote: > > Hi, > > Tried making the API call

RE: Placement Performance report has duplicate rows

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Oliver, To better investigate this, could you provide the complete report definition you used when you generated the Placement Performance Report

Re: Internal error occurred when getting feed mappings using google ads api

2019-03-21 Thread Dongqi Wang
kindly ping~ : ) On Tuesday, March 19, 2019 at 6:51:05 PM UTC, googleadsapi-forumadvisor wrote: > > Hello Wang, > > I was able to replicate the issue. I have shared the details with the > team. I will keep you posted on the updates. > > Thanks, > Bharani, Google Ads API Team > >

Re: Best practice to process Big Data?

2019-03-21 Thread Qaiser Javed
Hello Sreelakshmi, I am using AdWords API. gzip compression data format is a good option I will try this. How this is possible to apply Label on keywords as you suggest in some one else campaign programmatically. To do this we still need to apply filter. Actually the solution comes in my

Re: Google.Ads.GoogleAds.Examples return Deadline Exceeded

2019-03-21 Thread wei liu
I have the same problem with you. Can you resolve it? 在 2019年3月21日星期四 UTC+8上午3:29:00,Haik写道: > > I am trying to run one of the > Google.Ads.GoogleAds.Example: GetAccountInformation > > I get an error that does not describe how to solve the > problem: DeadlineExceeded > > We have an MCC

RE: [5-0481000026079] Google.Ads.GoogleAds.Examples return Deadline Exceeded

2019-03-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, The DeadlineExceeded error you encountered could be due to temporary glitches in the Google Ads servers or the API calls are made too quickly. This said, when you are facing such errors, I would suggest to wait for some time and make the API call again. If the issue persist, could you

Placement Performance report has duplicate rows

2019-03-21 Thread Oliver
The documentation for the Placement Performance report (v201809) state that data is aggregated at the placement level. When we download this placement report for customer ID 5205280896 (for the period 1st May 2018 - 30th Oct 2018) we get many duplicate rows where the placement data is not

Re: Types of reports

2019-03-21 Thread Mikhail Romantsov
Good day! I am using the AdWords API. The desire to obtain statistics in accordance with keywords, devices, geo, gender, age. The report Criteria is not work :) http://prntscr.com/n0tssv среда, 20 марта 2019 г., 21:20:00 UTC+3 пользователь googleadsapi-forumadvisor написал: > > Hello Mikhail,