Re: Invite User to existing Adwords a/c by email address using AdWords API

2017-03-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi Akash, Currently, sending linking invitations across accounts using email address is only supported in the AdWords UI but not in the AdWords API. However, using the ManagedCustomerService.mutateLink

Invite User to existing Adwords a/c by email address using AdWords API

2017-03-01 Thread Akash Patel
Is it possible to invite users into existing Adwords a/c by passing users email address & access level/role using current Adwords Api? Here is the image of required functionality available in Adwords dashboard that we would like to automate. https://drive.google.com/file/d/0B-N4J0KDNMrJU3hHS0ZHQ0

Re: Request manual review of a keyword (is it possible?)

2017-03-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi David, Reviewing of keywords and any other entities from the AdWords account are not handled by the AdWords API team. It will be best if you raise your product-related concern to the AdWords Community Forum . B

Re: The status of the CrmBasedUserList does not change from "uploading..."

2017-03-01 Thread 竹田祥
Thank you! I am grateful for your polite response. best regards. 2017年3月2日木曜日 3時52分48秒 UTC+9 Nadine Sundquist (AdWords API Team): > > Hello, > > Your English is great! I understand it just fine. We both understand code, > so that is what matters. > > If you are trying to refresh the entire list,

Request manual review of a keyword (is it possible?)

2017-03-01 Thread David Antunes
Hi, I was told there is the possibility in the AdWords Editor to request a manual keyword review for a keywords which was disaproved - is this possible with the API? Many thanks, David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Re: Not getting all Keywords in KeywordPerfomanceReport.

2017-03-01 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you please *Reply privately to author* and share with me your client customer Id along with the downloaded reports in both the cases? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlead

Re: Way to check if client billing is setup or ads not showing because of billing issue?

2017-03-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Matt, I'm afraid you'll not be able to retrieve billing related information though AdWords API. The ServingStatus field in the Campaign Performance Report indicates if a campaign is

Re: How to share sitelinks between campaigns via the Batch Service?

2017-03-01 Thread Alexander Cavalli
Hi Vishal, I made two changes between my first and second examples. They were: 1. Usage of two ADD operators (first example) vs ADD then SET (second example) 2. Usage of a fully defined extension, i.e. including sitelink_text and sitelink_final_urls (first example) vs a partially defined extens

Re: Is there are table mapping currencies to the smallest non-fractional unit?

2017-03-01 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I'm still working on gathering this information so I can publish it in the AdWords API documentation. I'll update this thread as soon as that's done. Thanks, Josh, AdWords API Team On Wednesday, March 1, 2017 at 12:33:44 AM UTC-5, p...@kolau.com wrote: > > Are there any updates to this? I'm

Re: Not getting all Keywords in KeywordPerfomanceReport.

2017-03-01 Thread Gustavo Mora Gonzalez
Thanks for response, If I removed the date field I get more keywords I think that is something with segmentation El miércoles, 1 de marzo de 2017, 15:03:12 (UTC-6), Sreelakshmi Sasidharan (AdWords API Team) escribió: > > Hi, > > It looks like both the AWQLs are the same. Are you trying to say t

Re: PRODUCT_PARTITION_REPORT Running very slowly (several minutes)

2017-03-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mg, This account has quite a few Shopping campaigns. The report download request may time out on extremely large data sets. Could you include predicates to retrieve the product partition from a few campaigns and retry the request and let me know if it works? Thanks, Shwetha, AdWords API T

Re: Assortment Report -- Available through API?

2017-03-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mary, I'm afraid Assortment Report is not supported in AdWords API at the moment. AdWords API provides the Product Partition Report and Shopping Performance Report

Re: Not getting all Keywords in KeywordPerfomanceReport.

2017-03-01 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, It looks like both the AWQLs are the same. Are you trying to say that removing the 'Date' field and by maintaining the "DURING" would generate results as given below? 1. "SELECT Id, CampaignId, CampaignStatus, QualityScore, Date FROM KEYWORDS_PERFORMANCE_REPORT WHERE IsNegative = false DU

Re: How to share sitelinks between campaigns via the Batch Service?

2017-03-01 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Alex, As mentioned in the documentation, if you use an ADD operator when an extension already exists, the existing extension is modified (i.e. ADD words like SET in that case). I tried using the operations in your second attempt (with SET), changed the SET to an ADD and I could still see the

Way to check if client billing is setup or ads not showing because of billing issue?

2017-03-01 Thread Matt Perry
Hi, I understand that the Adwords API doesn't support MCC client forms of payment/billing. I accept that the client needs to provide their billing info through the UI (except w/ whitelisted BillingOrderService). But is there any way to somehow use the API to confirm that billing has been s

Re: Product partition tree corrupted

2017-03-01 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dongliang, To take a closer look at your corrupted product partition tree, could you please share your client customer Id along with the names of adGroup1, adGroup2 and the nodes that you were referring to? About your question of linking nodes under adGroup2 to the root in adGroup1, it wil

Re: Abnormally high number of cancelled/failed batch jobs

2017-03-01 Thread GregT
Great - thanks! On Wednesday, March 1, 2017 at 1:20:33 PM UTC-6, Nadine Sundquist (AdWords API Team) wrote: > > Hi Greg, > > One of the engineers on my team found the root cause. We seem to be having > a few difficulties with operations that have product partitions. We're > currently putting

Re: Abnormally high number of cancelled/failed batch jobs

2017-03-01 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Greg, One of the engineers on my team found the root cause. We seem to be having a few difficulties with operations that have product partitions. We're currently putting some code in place to retry when those particular operations have issues. Cheers, Nadine, AdWords API Team On Wednesday,

Not getting all Keywords in KeywordPerfomanceReport.

2017-03-01 Thread Gustavo Mora Gonzalez
When I make a query from KEYWORDS_PERFORMANCE_REPORT the numbers of results that returns changes SELECT Id, CampaignId, CampaignStatus, QualityScore, Date FROM KEYWORDS_PERFORMANCE_REPORT WHERE IsNegative = false DURING 20170228,20170228 This query only returns 88 keywrods And If I remove the

Re: The status of the CrmBasedUserList does not change from "uploading..."

2017-03-01 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello, Your English is great! I understand it just fine. We both understand code, so that is what matters. If you are trying to refresh the entire list, then I think you are doing the right thing. I will go check on our servers to see why these lists are taking so long to clear. I will get bac

Re: PRODUCT_PARTITION_REPORT Running very slowly (several minutes)

2017-03-01 Thread AdWordsApiUser
Thanks! Just sent the details. MG On Wednesday, March 1, 2017 at 9:37:27 PM UTC+5:30, Shwetha Vastrad (AdWords API Team) wrote: > > Hi MG, > > Could you send over the IDs of the accounts where you face this issue? > Could you also provide the client library you use along with the report > down

Re: The status of the CrmBasedUserList does not change from "uploading..."

2017-03-01 Thread 竹田祥
Thank you for replying. (Sorry I'm bad at English, google translation is wonderful !!) >Did you use the removeAll field of MutateMembersOperand to remove all members of a CrmBasedUserList? If so, is it taking more than 24 hours to process? That's right. In order to make the list always fresh, I

Re: The status of the CrmBasedUserList does not change from "uploading..."

2017-03-01 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings! Thank you for taking the time to provide all these details. I took a look at all these particular user lists. It looks like all the uploads that you requested were processed. Please keep in mind that it is normal for it to take up to 24 hours for requests to be processed. Based on th

Assortment Report -- Available through API?

2017-03-01 Thread Mary Clair Thompson
I'm curious as to whether the Assortment Report, available for download in the Merchant Center UI, can also be accessed through the api. I've done some digging around but have not uncovered anything indicating that it is. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Product partition tree corrupted

2017-03-01 Thread Dongliang Yu
Hi, We get corrupted product partition tree from API response. Say there's root node in adgroup1, and node1, node2 in adgroup1 link to root as parent. It's fine. In adgroup2, there are node3, node4 which also points to root in adgroup1 as parent, and has *no *root node in adgroup2. Is there an

Re: PRODUCT_PARTITION_REPORT Running very slowly (several minutes)

2017-03-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi MG, Could you send over the IDs of the accounts where you face this issue? Could you also provide the client library you use along with the report download logs if available? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~

Re: Health Score for Search

2017-03-01 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Kiran, Unfortunately, I don't have more information on whether this feature will be available in the API anytime soon. Please follow our blog for any future updates. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Ruby: CAMPAIGN PERFORMANCE REPORT differ and returned incorrect metrics in report

2017-03-01 Thread SOHAIR AHMAD
YES true. Thanks alot for your help. I appriciate this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Ruby: CAMPAIGN PERFORMANCE REPORT differ and returned incorrect metrics in report

2017-03-01 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sohair, If you only want data of a specific date, you can specify the corresponding date range on your report instead of using LAST_30_DAYS. Unfortunately, Date is a segmentation field and you would see multiple

Re: Abnormally high number of cancelled/failed batch jobs

2017-03-01 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Greg, Thanks for all the helpful details! I started investigating on our servers to track down why this is happening. On my initial pass of our logs, I don't see a reason for the cancel happening when it appears that the job is finishing (whether it has errors or not). I'm pulling in a few m

Re: Audience Performance Report, UserListName showing ' --' instead of real value

2017-03-01 Thread Oksana Sulyma
Thanks for your help Shwetha! On Tuesday, February 28, 2017 at 7:01:46 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Oksana, > > The Affinity categories > > reference > codes changes infre

Health Score for Search

2017-03-01 Thread Kiran Narasareddy
Is the new Health Score for Search feature coming via the API anytime soon? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+G

PRODUCT_PARTITION_REPORT Running very slowly (several minutes)

2017-03-01 Thread AdWordsApiUser
Hi, We're seeing this report running really slowly for a few accounts (10s of minutes to get a response): SELECT CampaignId, AdGroupId, Id, AdGroupName, Impressions, Clicks, Cost, CpcBid, Conversions, ConversionValue, SearchImpressionShare, BenchmarkAverageMaxCpc, BenchmarkCtr, ProductGroup FR

Re: useRawEnumValues ignored when downloading reports

2017-03-01 Thread Gary Madden
Thanks Shwetha, that's clear to me now! On Tuesday, February 28, 2017 at 7:10:45 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Gary, > > The useRawEnumValues > > header > is applicable to the return