Updating Feed Attributes (related to Upgraded URLs)

2015-05-22 Thread Stacie Waleyko
Hello, We are working on migrating our sitelinks to use upgraded URLs. We are using feed services to create sitelinks with link text going in attribute #1 and the URL in attribute #2. New sitelinks are created with upgraded URLs that are stored with attribute #2 (attribute #2 is of type URL_LIS

Re: reported Gender/AgeRange state is inconsistent with Adwords UI

2015-05-22 Thread Nadine Sundquist (AdWords API Team)
Hi Salman, Yes, that is the correct field for getting the criterion status. Based on the current state of your account, it looks like it should be reporting back ENABLED. Thanks for bringing this to our attention. I'll have someone take a look into it. Cheers, Nadine, AdWords API Team On Frid

Re: Split costs by destination URL (+adgroup+keyword)

2015-05-22 Thread Igor Selitskiy
We've sitelinks on campaign level, but want to separate spends for particular sitelinks (mobile site, mobile apps). If I understand you correct, the only way to do it (get sitelink+keyword) is to set sitelinks on keyword level, yes? On Saturday, May 23, 2015 at 12:17:45 AM UTC+3, Josh Radcliff

Re: Split costs by destination URL (+adgroup+keyword)

2015-05-22 Thread Josh Radcliff (AdWords API Team)
Hi Igor, Both in the user interface (on the *Dimensions* tab with the *Destination URLs* view) and in the API DESTINATION_URL_REPORT, it seems that AdWords is showing the keyword URL if the keyword has a URL, else it is showing the ad's URL. This occurs even if *ClickType = Sitelink*. For your

Re: No MobileFinalUrl for Mobile Preferred Ads?

2015-05-22 Thread Josh Radcliff (AdWords API Team)
Hi Oliver, It appears that if you create a *TextAd* through the API and set the devicePreference to *30001* (mobile), then AdWords will simply use the *finalUrls* when serving that ad.

Re: Applying for Basic Access

2015-05-22 Thread Anthony Madrigal
Hello, If by different application, you mean a different API, then no. The API is the same for all access levels. Regards, Anthony, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://p

Re: wrong converted clicks

2015-05-22 Thread Ed-
We have the same issue here. On Friday, May 22, 2015 at 10:09:46 AM UTC-3, boray...@42digital.de wrote: > > Last month i updated to Version 201502 and changed "conversions" to > "converted clicks". till yesterday everything was right. > > but today i got a wrong value for "converted clicks" in

Re: API key AdWords for smaller agencies

2015-05-22 Thread Raghavendra Soudala (AdWords API Team)
Hi Barbora, A developer token is required to perform any operation against an account using the AdWords API, so you will need to go through the signup process and fill out the token application form

Re: wrong converted clicks

2015-05-22 Thread boray . haag
The problem also exists if you download an export over the Adwords Webinterface. Am Freitag, 22. Mai 2015 15:09:46 UTC+2 schrieb boray...@42digital.de: > > Last month i updated to Version 201502 and changed "conversions" to > "converted clicks". till yesterday everything was right. > > but toda

Feed Placeholder for FINAL URL

2015-05-22 Thread David Mair Spiess
I want to implement the feed mapping with placeholder type travel (ID 18). https://developers.google.com/adwords/api/docs/appendix/placeholders#travel In the link above is no Final URL field, only the depricated Destination URL field. How can i map the new field? I created a feed item in the ba

Re: Applying for Basic Access

2015-05-22 Thread Jonathon Schuster
I understand the difference in access levels, I was wondering if there are different applications for basic vs standard? On Friday, May 22, 2015 at 11:19:30 AM UTC-5, Anthony Madrigal wrote: > > Hey J, > > The only difference is that Basic access tokens can do 10,000 > operations/day, while Stan

Re: wrong converted clicks

2015-05-22 Thread Josh Radcliff (AdWords API Team)
Hi, We're looking into this issue and hope to have a fix for it soon. I'll send out another update as soon as I have more information. Best regards, Josh, AdWords API Team On Friday, May 22, 2015 at 11:15:38 AM UTC-4, Chris Allan wrote: > > Same issue, we are seeing that conversion rate, conver

Spliting desktop and mobile URLs while upgrading

2015-05-22 Thread Santhosh Neyyar
We would like to upgrade Create Urls with out resetting creative stats and planning to use AdUrlUpgrade API. We also want to get rid of {ifmobile:} {ifnotmobile:} segments from destination

Re: Issue: sizeForSearch field appearing and disappearing in CAMPAIGN_PERFORMANCE_REPORT

2015-05-22 Thread Josh Radcliff (AdWords API Team)
Hi Kevin, Thanks for sending the requestId. Unfortunately, I'm having trouble finding that request. Would you mind sending the SOAP request and response XML *only to me* by clicking *Reply privately to author* on this post? Thanks, Josh, AdWords API Team On Thursday, May 21, 2015 at 3:56:06 P

Re: Applying for Basic Access

2015-05-22 Thread Anthony Madrigal
Hey J, The only difference is that Basic access tokens can do 10,000 operations/day, while Standard access tokens have unlimited operations per day. Regardless of the access level, your API usage will still be subject to the other rate limits in our Rate Limits guide

Re: No MobileFinalUrl for Mobile Preferred Ads?

2015-05-22 Thread Oliver
Not sure I understand your answer? When I create a mobile text Ad ad set the only final url field shown in the web interface, and then download the AD_PERFORMANCE_REPORT, it has a value for only the *FinalUrl*. The *MobileFinalUrl *is blank. This is telling me that the *MobileFinalUrl* is not s

reported Gender/AgeRange state is inconsistent with Adwords UI

2015-05-22 Thread Salman Hoseini
Hello, I send a request to get Gender/AgeRange performance report but the reported status for the criteria is inconsistent with what I can see in AdWords UI my request is: https://adwords.google.com/api/adwords/cm/v201409 "> Id AdGroupName Impressions Clicks Cost

Re: SORTING_NOT_SUPPORTED

2015-05-22 Thread Anthony Madrigal
Hello Sandeep, Unfortunately, sorting is not supported for report downloads. If you just want to have the list of enabled campaigns somewhere, you can use something similar to the following AWQL statement and output it in a log: SELECT CampaignName, CampaignId, Impressions, Clicks FROM CAMPA

Re: {*lpurl} ValueTrack parameters in Tracking Templates

2015-05-22 Thread Dorian Kind
Hi Anash, many thanks for your comprehensive answer! One follow-up question: Based on your examples I take it that there is no longer a ValueTrack parameter which only encodes the query string of the final URL—like {lpurl} used to do for Dynamic Search ads. Ex. trackingTemplate: tracker.exam

Re: No MobileFinalUrl for Mobile Preferred Ads?

2015-05-22 Thread Anthony Madrigal
Hello, When creating a mobile text ad, the *finalUrl *is implicitly going to be the same as the *finalMobileUrl. *Mobile text ads will then only have one field for the final Url. Regards, Anthony, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: wrong converted clicks

2015-05-22 Thread Chris Allan
Same issue, we are seeing that conversion rate, conversions, and revenue are 10-20 times what is should be in reports returned by the API. Any information regarding when we could expect to have this fixed? On Friday, May 22, 2015 at 8:09:46 AM UTC-5, boray...@42digital.de wrote: > > Last month i

Re: wrong converted clicks

2015-05-22 Thread J.
I'm having the same problem! My conversions and total value are all wrong! On Friday, May 22, 2015 at 2:09:46 PM UTC+1, boray...@42digital.de wrote: > > Last month i updated to Version 201502 and changed "conversions" to > "converted clicks". till yesterday everything was right. > > but today i

The figures on my conversion report are all wrong today!

2015-05-22 Thread J.
Hi guys, The conversion figures on my conversion reports (obtained via the API today) are much higher than the ones showing on the Adwords interface. Is this a bug that you are aware and working to fix? Or is it likely I am doing something wrong? I looked through the API blogs and release note

Re: Split costs by destination URL (+adgroup+keyword)

2015-05-22 Thread Igor Selitskiy
It looks like PLACEHOLDER_FEED_ITEM_REPORT doesn't help, because we usually set sitelink on campaign level, but of course I need spends on keyword level. On Friday, May 22, 2015 at 4:43:41 PM UTC+3, Igor Selitskiy w

Re: Split costs by destination URL (+adgroup+keyword)

2015-05-22 Thread Igor Selitskiy
Josh, I test DESTINATION_URL_REPORT on campaign id 278465888 , period is yesterday (2015-05-21). For example: there is following sitelink with clicks in the UI: http://www.lamoda.ru/c/355/clothes-zhenskaya-odezhda/ But I cannot find this URL in the report. On Friday, May 22, 2015 at 4:27:36 P

Re: Split costs by destination URL (+adgroup+keyword)

2015-05-22 Thread Josh Radcliff (AdWords API Team)
Hi Igor, I would expect the DESTINATION_URL_REPORT to show you the sitelink URL if that was the one that was clicked. Could you provide me with a campaign ID and date range where you expect to see sitelink URLs in that report but do not? Another option for sitelinks would be to use the PLACEH

Re: Adgroup tracking templates and MISSING_TRACKING_URL_TEMPLATE_TAG

2015-05-22 Thread Josh Radcliff (AdWords API Team)
Hi James, Sorry - I forgot to answer that question in my previous post. AFAIK, the 5 you listed represent the complete set of *lpurl* variants. Cheers, Josh, AdWords API Team On Thursday, May 21, 2015 at 7:18:19 PM UTC-4, james wrote: > > Thanks Josh, > We'll add that validation to our system.

wrong converted clicks

2015-05-22 Thread boray . haag
Last month i updated to Version 201502 and changed "conversions" to "converted clicks". till yesterday everything was right. but today i got a wrong value for "converted clicks" in the "CAMPAIGN_PERFORMANCE_REPORT". converted clicks should be 2 - Adwords Websurface - but is 18 in the download

One API for 2 MCC

2015-05-22 Thread fingateghk88
Hi everobody, Please, help me answer the question. If i have 2 MCC connected to the same line of credit, can I use API for both of them? Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.

Applying for Basic Access

2015-05-22 Thread Jonathon Schuster
All: The link from the emails for my new MCC account appear to be for standard access- is there a different application for just basic access? Thanks J -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

API key AdWords for smaller agencies

2015-05-22 Thread Barbora Ilic
Hi everyone, here is the issue. We have a webapp: Our customers connect/link their adwords account (with oauth). We fetch basic reporting info from their account/campaigns https://developers.google.com/adwords/api/docs/guides/reporting We don't want to setup/manage/optimize/change or anything

Re: Split costs by destination URL (+adgroup+keyword)

2015-05-22 Thread Igor Selitskiy
Josh, thank for answer. DESTINATION_URL_REPORT return only main link and cannot show actual URL, for example sitelink. How can we split spends for particular sitelink? Do you plan add report for upgraded U

SORTING_NOT_SUPPORTED

2015-05-22 Thread cvit sandeep
Hi Adword Team, Any Sorting is supported in generating CAMPAIGN_PERFORMANCE_REPORT. We want to list all the enabled campaigns first.It is possible while generating report in csv file? Regards Sandeep -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+

Re: No MobileFinalUrl for Mobile Preferred Ads?

2015-05-22 Thread Oliver
sorry... files now attached. On Friday, May 22, 2015 at 8:24:10 AM UTC+1, Oliver wrote: > > In the adwords web interface, and when creating a new text Ad, I see the > attached screenshot (ss1) when trying to create an Ad with device > preference = All. It allows me to define both the *FinalUrl

No MobileFinalUrl for Mobile Preferred Ads?

2015-05-22 Thread Oliver
In the adwords web interface, and when creating a new text Ad, I see the attached screenshot (ss1) when trying to create an Ad with device preference = All. It allows me to define both the *FinalUrl *and *MobileFinalUrl*. However, when trying to create a mobile preferred Ad, I see only the *Fin