Re: AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT does not report url or percentiles for TrueView campaigns.

2016-03-22 Thread 'Yin Niu' via AdWords API Forum
Hello, The URLs for automatic placements can be obtained by using the URL_PERFORMANCE_REPORT, and a predicate for CriteriaParameters EQUALS "Content" would limit the results to only the URLs that come from contextual keyword matching. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=

Re: KWs mobile search volume using TargetingIdeaService

2016-03-22 Thread SEA Spil
Ok, thanks for confirming I will follow up on any updates On Tuesday, March 22, 2016 at 2:31:52 PM UTC+1, Anthony Madrigal wrote: > > Hi Nadir, > > I, unfortunately, cannot say whether or not there are plans on adding this > feature again. > > However, you can follow our blog >

AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT does not report url or percentiles for TrueView campaigns.

2016-03-22 Thread Tex Russky
It appears the AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT does not return useful information in the 'url' field. I ask for 'CriterionUrl', I get back a url column, but the value is always "Content", which is not useful, not is it a url. It also appears the AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT d

Re: Adwords API Update Existing UserList

2016-03-22 Thread 'Umesh Dengale' via AdWords API Forum
Hello, You could use the AdwordsUserListService.get operation to get the existing userListIds. You could use the AdwordsUserListField. *Name*, AdwordsUserListField.*ListType *fields as predicates to ge

Re: INVALID_FIELD_NAME_FOR_REPORT when requesting AdGroupName from the Video performance report

2016-03-22 Thread Tiana S.
Awesome, thanks! On Thursday, 25 February 2016 15:09:12 UTC+1, Anthony Madrigal wrote: > > Hi Tiana, > > Here is the link for the v201509 Video Performance Report > > . > > Cheers, > Anthony > AdWor

Re: Проблема с созданием нескольких дополнительных ссылок за один запрос AdGroupFeedService

2016-03-22 Thread 'Yin Niu' via AdWords API Forum
Hello, Because you passing more than one AdGroupFeedOperation for the same feedId and adGroupId in the same request, the API rejects such requests because one of the operations will overwrite the other. You can use BatchJobService

Re: where i can get any simple script for automate download campaign performance report ?

2016-03-22 Thread 'Umesh Dengale' via AdWords API Forum
Hello, You could use the download_criteria_report or download_criteria_report_as_stream_with_awql

Adwords API Update Existing UserList

2016-03-22 Thread Niel
After creating a new CrmBasedUserList via a *Java *application, I want to allow the users of the application to be able to add more email addresses to this CrmBasedUserList. If I try to call the CrmBasedUserList with an existing name, I receive UserListError.NAME_ALREADY_USED. I create a sessi

Re: CAMPAIGN_PERFORMANCE_REPORT shows mystery campaign!?

2016-03-22 Thread 'Yin Niu' via AdWords API Forum
Hello, I know it's not straightforward, but you can use CampaignService to check advertisingchannelsubtype . As Hunter suggested, you could get a list of the campaign ids that are EXPR

Re: KWs mobile search volume using TargetingIdeaService

2016-03-22 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Nadir, I, unfortunately, cannot say whether or not there are plans on adding this feature again. However, you can follow our blog regarding any updates on this. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~

Re: DEVELOPER_TOKEN_NOT_APPROVED

2016-03-22 Thread 'Umesh Dengale' via AdWords API Forum
Hello, The developer token with test access is allowed to make API call to test AdWords accounts. The AdWords services will return DEVELOPER_TOKEN_NOT_ APPROVED error when you try to acc

[CIS-CMMI-3] Re: DateRangeType Custom_Date in C#

2016-03-22 Thread jatin . r
On Thursday, March 19, 2015 at 6:56:33 PM UTC+5:30, Danial Klimkin wrote: > > Hello Danial how can i set the DateTimeRange in the DD/MM/YY format > Do you also set DateTimeRange of the definition to CUSTOM_DATE? > -Danial, AdWords API Team. > reportName = "CRITERIA_PERFORMANCE_RE

DEVELOPER_TOKEN_NOT_APPROVED

2016-03-22 Thread Janek J
Hello, I'm beginner on Google Adwords API, and i have a problem. When i started my application i got this error: "*Fatal error*: Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:''] in C:\xampp\htdocs\googleapi\src\Google\Api\Ads\Common\Lib\A

Re: KWs mobile search volume using TargetingIdeaService

2016-03-22 Thread SEA Spil
Hey Anthony Do you have plans to make the Mobile Search Volumes available again? Thanks Nadir On Thursday, October 29, 2015 at 7:45:25 PM UTC+1, Anthony Madrigal wrote: > > Hi Sendoh, > > Unfortunately, the TargetingIdeaService no longer supports Mobile Search > Volumes. > > I will let the tea

where i can get any simple script for automate download campaign performance report ?

2016-03-22 Thread Виталий Моисеев
Hello Gents, i'm not familiar with Google Adwords API and see this api first time in my life. spent more two days to figure out how to simply download my report automatic, but have no result. tried many scripts(java,python,c#,php) from many places(stack,etc) Can anyone provide me please

DEVELOPER_TOKEN_NOT_APPROVED

2016-03-22 Thread Janek J
Hello, I'a beginer on the google api adwords I hope you could help me. When I want to start ma application i got this error: "Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED @ ; trigger:''] in C:\xampp\htdocs\googleapi\src\Google\Api\Ads\Common\Lib\Ads

Re: Проблема с созданием нескольких дополнительных ссылок за один запрос AdGroupFeedService

2016-03-22 Thread treto1ctest
Я я перд этим использовал FeedItemService для наполнения фида данными. Потом для создания дополнительных ссылок для группы объявлений я использую полученные feedItemId как показал в первом сообщении. Для одной до

Re: Batch job was processed partially but got CANCELED status without downloadUrl and processingErrors

2016-03-22 Thread GD
Hi Anash! I dont know if this is still the same error, but we are getting a lot (sometimes up to 75%) of jobs CANCELED. The responses look like below (the IDs are from the API). Is there something wrong with our submissions (even though they seem to fail or succeed randomly), or is there a work

Re: Updating CustomParameters on existing adgroup - AdGroup syncs back as "NEW"

2016-03-22 Thread 'Giles Bodger' via AdWords API Forum
Just for continuity here, if anyone has read this, i have sent my soap requests that show us adding a custom url paramter to an existing adgroup and another soap request on the sync of that adgroup showing it as NEW - the Engineering team is investigating at the moment, so i will post a respons