Re: Campaign Location Targeting

2018-06-13 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rob, The reason you are getting the *560068* value as the *LocationName* because when you refer to the Geo Targeting Spreadsheet and filter using *Criteria ID = 9062009*, you will see that its

Re: Get Campaign Change History

2018-06-13 Thread Jofin Kuriakose
Hi Peter, Thank you for the information On Wednesday, June 13, 2018 at 11:02:42 AM UTC+5:30, Peter Oliquino (AdWords API Team) wrote: > > Hi Jofin, > > The method of comparing changes based on the CustomerSyncService against > the current campaign data (CampaignService >

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-13 Thread James Andrews
These errors have disappeared. Not sure what happened but wanted to report what I am seeing in our environment. James > On Jun 12, 2018, at 7:51 AM, Alon Diamant wrote: > > Hey there Caihua, > > Mind sharing what you by "empty client customer ID"? I send in an empty > string or a null in

Using Api to link multiple YouTube channels to AdWords

2018-06-13 Thread ngetahuntv
Hi, I'm posting to see if any one has figured out a way to link multiple YouTube channels to AdWords. I'm mostly interested in this in order to create a Call to Action your the videos. We have several channels and hundreds of AdWords accounts so manually doing it would be a nightmare. If

CAMPAIGN_PERFORMANCE_REPORT to JSON format

2018-06-13 Thread ga
Hi, Is there anyway to get CAMPAIGN_PERFORMANCE_REPORT data into JSON format instead of string? THank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: Get report product goup all field using google adwords api

2018-06-13 Thread Stephen Howe
Hi Peter, Is there any update on this? These columns are available in the equivalent AdWords interface report for product groups, it seems odd that they aren't available in the API. They would help a lot in my current project. Thanks Stephen On Tuesday, February 27, 2018 at 5:06:44 AM UTC+1,

Re: Java API - PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE

2018-06-13 Thread Константин Латыпов
This code works fine: ProductPartitionTree partitionTree = ProductPartitionTree.createAdGroupTree(adWordsServices, session, data.getAdGroupId()); ProductPartitionNode partitionNode = partitionTree .getRoot() .asSubdivision();

Re: CAMPAIGN_PERFORMANCE_REPORT to JSON format

2018-06-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The API supports downloading the reports in the formats listed here . JSON is not one of the supported format. Please keep an eye out on our blog

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-13 Thread Alon Diamant
Fixed for us too. Thanks! ᐧ Alon Diamant CTO, *Selectom* w: www.selectom.com On Wed, Jun 13, 2018 at 6:07 PM, 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum wrote: > Hi James, > > Thanks

Re: Java API - PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE

2018-06-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, I'm glad that your issue has been resolved. Feel free to write back to us if you have any other questions. Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Goal Sales in shopping campaign

2018-06-13 Thread Ruido Siri
Hi Sai, thanks for the answer. Could be a problem the performance of a campaign without setting the goals? El martes, 12 de junio de 2018, 18:35:32 (UTC-3), Teja Makani escribió: > > Hello Ruido, > > Are you facing difficulty while creating shopping campaigns via UI? In > that case, I would

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-13 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi James, Thanks for the update. We rolled out a fix for this yesterday and the error rate returned to normal since then. If anyone else is still unexpectedly encountering this error, please reply back here. Cheers, Josh, AdWords API Team On Wednesday, June 13, 2018 at 9:45:35 AM UTC-4, James

Re: Can ads disappear after they have been removed?

2018-06-13 Thread Zweitze
Hi Nadine, Any updates? I have a few more missing ads: Group 51744783117: Ads 250529940411, 250529940414, 250529940417 Group 51744783317: Ads 250529940429, 250529940432, 250529940435 Group 51744783357: Ads 250529940438, 250529940441, 250529940444 These ads were created on Feb 9, and on May 17

Re: Using Api to link multiple YouTube channels to AdWords

2018-06-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Natan, >From API perspective, Video Campaigns are currently supported only in reports . If your question is more inclined towards the UI, please do post on the Advertiser Community

Re: Goal Sales in shopping campaign

2018-06-13 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Ruido, Since goals are not supported through API, we will not be able to comment on its effect on campaign performance. I found this help center article which might be helpful. If you have any questions regarding goals I would

Re: Ids and mutating ads

2018-06-13 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Greg, One instance I can think of is when you clone campaigns in the UI by copy-paste. Ad IDs are reused AFAIK in that case. Cheers Anash P. Oommen, AdWords API Advisor. On Tuesday, June 12, 2018 at 2:53:15 PM UTC-4, GregT wrote: > > Okay - sorry for the confusion, Anash. I think my

Running GetCampaigns works but not GetAdGroups

2018-06-13 Thread szusi
Hello, while running some of the examples, I have found that running GetCampaigns works and returns the expected result, however, GetAdGroups returns with no adGroups found, even though I have an adGroup. Please let me know what the best way to solve this problem is. Thanks, Sean -- --

Access multiple MCC accounts using AdWords API

2018-06-13 Thread API_DCH
Hello, My company have multiple MCC accounts. We are planning to retrieve data from Google Adwords account to generate some reports for internal use. I applied and received a developer token for one of my MCC account. I can retrieve AdWords data that belong to this account. In addition,

Re: Get report product goup all field using google adwords api

2018-06-13 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, The fields mentioned in the original post are still not supported. You may refer to this documentation for the current supported fields by the AdWords API report types. You may also keep an eye on our

Re: Access multiple MCC accounts using AdWords API

2018-06-13 Thread API_DCH
Hi, Thanks for your email. Actually, I am using .net client library to access Adwords data, since we have multiple MCC accounts, there are bunch of Client id's associated to each MCC account. I have a table that contains each Client Id and authentication details . I have developed a C# program

Re: Cannot get page feed from PLACEHOLDER_FEED_ITEM_REPORT?

2018-06-13 Thread at
Thanks Sreelakshmi! On Thursday, June 14, 2018 at 3:32:07 AM UTC+8, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > You are right, using a start index greater than 100,000 will result in an > error. You could follow the steps listed below to use FeedItemService >

Re: Why ConstantDataService return different inmarket audiences compared with in-market_categories.csv?

2018-06-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Elena, That's right. The results of the ContantDatService. getUserInterestCriterion() contain all the active In-market audiences. Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Ids and mutating ads

2018-06-13 Thread GregT
Okay - thanks for the information, Anash. On Wednesday, June 13, 2018 at 12:38:26 PM UTC-5, Anash P. Oommen (AdWords API Team) wrote: > > Hi Greg, > > One instance I can think of is when you clone campaigns in the UI by > copy-paste. Ad IDs are reused AFAIK in that case. > > Cheers > Anash P.

Re: Can ads disappear after they have been removed?

2018-06-13 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Zweitze, The "disappeared ads" seems to be an issue at our end. The case you mentioned is another possibility, but doesn't seem to be the root cause of this issue as far as I can tell. I've pinged the team for updates, and will share them as I hear back. Cheers Anash P. Oommen, AdWords API

How can i get the total number of active ads?

2018-06-13 Thread sarthakadwords111
Hi i am working on MCC account and i want to get the total number of active ads. As per the UI (AdWord Dashboard) there are 2 options, one is *enable* and second one is *pause*. I want all the ads that are *enable*. Right now i am able to get list of client and its ids, and then i pass it

Re: Cannot get page feed from PLACEHOLDER_FEED_ITEM_REPORT?

2018-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You are right, using a start index greater than 100,000 will result in an error. You could follow the steps listed below to use FeedItemService to get all the FeedItems. 1. Set a variable

Re: Access multiple MCC accounts using AdWords API

2018-06-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, The USER_PERMISSION_DENIED that you are getting in the API is because there is no link between the manager account authenticated in the request and the client account specified in

Re: Running GetCampaigns works but not GetAdGroups

2018-06-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Sean, Could you share the complete SOAP logs for the GetAdGroups operation along with the client customer Id, so I can take a look? You can reply back via *Reply privately to author* option. Regards, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Specific prince range using Ad Performance Report

2018-06-13 Thread szusi
Hello, I am looking for a way to filter my Ad Performance Report based on a certain criteria, such as only reporting ads that are above a certain Cost Per Conversion threshold. What is the best way to go about doing this? I am currently using tags such as AllConversions, CostPerConversion, and

Checking which GCLID had errors in API upload

2018-06-13 Thread kilian
Hi all We recently started to upload offline conversions with the API. We use the click GCLID to link it with our internal "conversion check" - if the conversion happens internally, we then link that conversion back with the unique GCLID. The problem happens when, after this process, we

Is there any API available for Google Display Planner?

2018-06-13 Thread lzhang
Question as the title. I've been searching everywhere. It seems like there is no API for Display Planner. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: Retrieve data from display network planner & budget ideas by API

2018-06-13 Thread lzhang
Is there any update regarding to this matter? @Shwetha Vastrad (AdWords API Team) On Friday, September 1, 2017 at 3:33:18 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Courtney, > > I'm afraid there isn't an API service equivalent to Display planner at the > moment. You can

Re: Adwords negative cross device conversions

2018-06-13 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API and Google Ads API Forum
Folks, Making a post for the benefit of future readers. We had an issue at an our end that occasionally caused conversions to show up as negative numbers. This should be fixed out our end now. If you continue seeing issues. open a new thread since this thread is dated. Cheers Anash P. Oommen,

Re: Campaign Location Targeting

2018-06-13 Thread rob
Hi Peter, Your respond does indeed tells me why the LocationName is 560068 but it does not tell me why is this postal code part of the returned Locations.The fact that this location is part of the returned values seems like a bug to me because its LocationName, 560069, does not contain the