Re: Adwords API: Would like to be added to the Whitelist for Expanded Text Ads

2016-06-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Erwin, The expanded text ads are currently available via test accounts. You can start implementing this feature on your test accounts first. The feature will become available for production accounts in the coming months. Cheers, Thanet, AdWords API Team On Wednesday, June 22, 2016 at 3:47

Re: DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2016-06-22 Thread Dorian Kind
Hi Anthony, thanks for getting back. Could you clarify whether that means that it's now possible to rename a deleted ad group or to re-activate it from the removed state (or both)? Best regards, Dorian On Tuesday, June 21, 2016 at 9:41:37 PM UTC+2, Anthony Madrigal wrote: > > Hi guys, > > I ju

Re: How do you find available customer IDs?

2016-06-22 Thread Dorian Kind
For scenarios where you don't know the customer ID beforehand (e.g. if you're offering a web service to any Adwords user), you also might want to check out the CustomerService. Its "get" method will return the current, authenticated customer. On Tuesday, June 21, 2016 at 8:07:08 AM UTC+2, Joyce

Re: Exact behavior of ConversionTypeName in reports

2016-06-22 Thread Dorian Kind
Hi Nadine, as always, thanks a lot for your quick response! I understand your point about the difference between "Cost" and "TotalCost", but I'm still surprised about "CostPerConversion" being based on conversion value. I checked by downloading campaign performance reports in a few accounts of

Re: YouTube Video ID in Video Performance Report Does Not Match

2016-06-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Mark, I would like to update that we're aware of the issue and discussing about the feasibility/timing of the change. Could you please wait a bit more before we reach the conclusion? We'll update this thread as soon as possible. Cheers, Thanet, AdWords API Team On Wednesday, June 22, 201

Re: TrueView in-stream in-display ad formats

2016-06-22 Thread remjenia
Hey Anthony, Thanks for the help! I was able to pull AdNetworkType2 successfully but ran into the following error message while trying to pull AdNetworkType1: *errorText : ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORTAdNetworkType1* *[1:24]

Re: Creating TrueView Template Ad

2016-06-22 Thread Tom Flower
Hi Josh, Any word on if the MediaService is going to be updated to support video or if the TrueView in-search video ad template could be updated to accept a youtube link as used if created through the UI. Thanks. On Monday, 21 September 2015 22:09:56 UTC+10, Josh Radcliff (AdWords API Team)

Sent products and active products in shopping campaigns

2016-06-22 Thread aaron
Hello, I'm developing an internal application related to AdWords for my employer, and one use case we have is reporting around the "Sent Products" and "Active Products" in our shopping campaigns. Navigating the UI, these are columns I can set to display on the product group section of a shoppi

MCC Account Report workarounds/alternatives?

2016-06-22 Thread evita
Hi, I'm a newbie when it comes to the adwords API, nonetheless I have come to the conclusion that indeed it is not possible to create a report for MCC account level (although I haven't found resources post 2014 confirming this, I'm just guessing it's still the case). Seeing as getting a report

Salesforce Apex and Google AdWords API SOAP Request

2016-06-22 Thread Sean Cuvanov
I am attempting to send ConversionTracking data from Salesforce to AdWords. I am using Apex (Language used in Salesforce) to create a SOAP request, and transmit the data using Google AdWords API. Issue: How can I use the generated classes (listed below) to facilitate a valid SOAP Request? Is th

BiddingErrors.BID_TOO_SMALL

2016-06-22 Thread Kiran Narasareddy
We are facing an weird issue for batch_uploads. inspite of having sufficient bid values, it is returning error. *Request operation* {:xsi_type=>"CampaignCriterionOperation", :operator=>"SET", :operand=>{:campaign_id=>"-1", :criterion=>{:xsi_type=>"Platform", :id=>30001}, :bid_modifier=>0.60}} {

Re: TrueView in-stream in-display ad formats

2016-06-22 Thread 'Anthony Madrigal' via AdWords API Forum
Hey Jenia, The difference between AdNetworkType1 and AdNetworkType2 is that AdNetworkType2 includes search partners with Google. As far as the error you are getting, could you please send me the report definition you are using via *reply privately to author*? All reports that are compatible w

Re: MCC Account Report workarounds/alternatives?

2016-06-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Evita, Unfortunately, there is no way to get a list of accounts via the API other than using the ManagedCustomerService . Please refer to this example

Re: DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2016-06-22 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Dorian, No problem. You should be able to create ad groups with the same name as a deleted ad group, but you still cannot change the state of a removed ad group. Hope this helps! Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: Creating TrueView Template Ad

2016-06-22 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Sorry, but I don't have any updates yet on this. Thanks, Josh, AdWords API Team On Wednesday, June 22, 2016 at 10:35:41 AM UTC-4, Tom Flower wrote: > > Hi Josh, > Any word on if the MediaService is going to be updated to support video or > if the TrueView in-search video ad template could

Re: BiddingErrors.BID_TOO_SMALL

2016-06-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Kiran, Could you please provide the SOAP XML request and response logs for this issue? Please click on *Reply privately to author *when responding. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Re: Salesforce Apex and Google AdWords API SOAP Request

2016-06-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sean, This doesn't look like it's related to AdWords API. If there are issues while making requests to the API, I could help you with that. But I'm afraid queries related to Salesforce or Apex are not in our area of expertise. I would suggest that you post your query in the Salesforce forum

Re: Sent products and active products in shopping campaigns

2016-06-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Aaron, Not all functionalities available in the AdWords UI will have equivalent API services. This guide describes how UI reports map to API reports. Unfortunately, the data available in the Product Groups tab in

Re: Exact behavior of ConversionTypeName in reports

2016-06-22 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Dorian, Thanks for pointing that out. I'm always relying on the documentation, and I haven't done the math on my own account to verify this, so I appreciate the additional data. At the very least, we'll make sure the documentation gets updated to be a bit more clear. Thanks, Nadine, AdWo

get all account performance report

2016-06-22 Thread Abdurrahman Al Faruqi
Hi guys, I know we cannot get all account performance report using MCC. I am able to get the data but it takes so long because I have to call API's multiple times, in my cases it took 120 calls because of in my case i have 199 accounts. what Im doing is using ManagedCustomerService and then call

Re: get all account performance report

2016-06-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi, ReportUtilities accepts the AdWordsUser, API Version, and the report definition as seen in this example . In the workaround discussed in the forum, the user then passed these in

Re: LocationCriterionService does not return Country Code

2016-06-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Armin, In fact, *CountryCode* is not selectable, so even if you specify that in the *Selector*, it will not be returned. (If a field can be selected, it will be explained explicitly in a reference page. For example, you can see countryCode

Is PLACEHOLDER_FEED_ITEM_REPORT replacement for FeedItemService API for fetching more than 110K ad extensions?

2016-06-22 Thread Karan Vohra
Hi, We are getting a SELECTOR INDEX TOO HIGH (as the start index is at 110K) error when trying to call the Feed Item Service with paging of 10K. So, we are looking for alternative in the Reporting API - PLACEHOLDER_FEED_ITEM_REPORT but we are not getting any other records other than Report nam