Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-14 Thread Justin
Hi Peter - thanks again for the prompt reply. So are you saying this: - First, manually create a feed and manually upload some initial data to your adwords account. (Refer to the other AdWords Community Forum about how this can be done). - Now, u can use the AdWords API to push up new

Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Justin, The scope of support that the AdWords API provide is only for managing dynamic remarketing ads as discussed in the guide . Unfortunately, its creation is not yet supported. There has been no word regarding

Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-14 Thread Justin
Hi Peter, Urgh :( Really - there's no API or support for Dynamic remarketing ads via the API? So - is the _only way_ to upload dynamic remarketing ads ... is to upload a csv file _manually_ via the adwords UI/website? If yes - is this - an oversight - just an issue with

Re: Click Performance Report return not all gclids

2016-11-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Igor, Yes, Click Performance Report includes both valid and invalid clicks. Could you provide a sample of GCLIDs which haven't been reported in AdWords? I see that you are checking if the customerId is null for these clicks. You can use the checklist provided here

Re: AdGroupFeedService: [EntityNotFound.INVALID_ID @ operations[0].operand.feedId; trigger:'FeedId{id=*********}']

2016-11-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Bogdan, You may see EntityNotFound.INVALID_ID if you are using a client customer ID (in your properties file) which is either not a valid account ID or refers to an account that no longer exists. It

Re: Click Performance Report return not all gclids

2016-11-14 Thread Igor Selitskiy
As described in adwords API documentation, click performance report contains all clicks: valid and invalid. 14 нояб. 2016 г. 8:10 PM пользователь "'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum" написал: > Hi Igor, > > There are various reasons why

Re: Download PAUSED keywords with keywords-performance-report

2016-11-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Have you tried including zero impressions in the report? You need to set the includeZeroImpressions header to true so that zero impression rows are returned in the response. Could you provide the complete

Re: Duplicate entries for Criterions in Product Partition Report

2016-11-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stefan, Could you provide the clientCustomerId or the CampaignId where you observed duplicate entries? This will help me in investigating the root cause for this issue. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Click Performance Report return not all gclids

2016-11-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Igor, There are various reasons why AdWords and Analytics may report different number of clicks, some of which are listed here . In this case, it could be that AdWords considered some clicks to

Download PAUSED keywords with keywords-performance-report

2016-11-14 Thread Pippo
It looks like by default only 'enabled' keywords are retrieved by the keywords-performance-report (it's the only 'Status' value I can find in the downloaded file). Is there a way to download data about 'paused' keywords? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Duplicate entries for Criterions in Product Partition Report

2016-11-14 Thread Stefan Kleine Stegemann
When downloading a product partition report, we sometimes receive duplicate rows for a single criterion. The reports are segmented by Date and Device and we're getting two rows for the same combination of CampaignId, AdGroupId, CriterionId and Device. When this happens, one row usually

Click Performance Report return not all gclids

2016-11-14 Thread Igor Selitskiy
I compare number of unknown gclids (cannot get details about campaign) in Google Analytics BigQuery data and in ClickPerformanceReport and found that AdWords doesn't export a lot of gclids in this report. Proportion is about 1/5. Why AdWords doesn't return so many gclids in click performance

AdGroupFeedService: [EntityNotFound.INVALID_ID @ operations[0].operand.feedId; trigger:'FeedId{id=*********}']

2016-11-14 Thread Bogdan Padurariu
When trying to create an AdGroupFeed using the PHP SDK, I get this error: EntityNotFound.INVALID_ID @ operations[0].operand.feedId; trigger:'FeedId{id=*}. I have checked the FeedID and it exists. I also tried using different accounts. Until recently everything worked fine. This is my

Re: Audience report returns unidentified list

2016-11-14 Thread 'Joyce Lava' via AdWords API Forum
Hi Yosi, It might be probably a SimilarUserList which is being created by Google automatically. You may validate if this is yours by referring to this example code snippet

Audience report returns unidentified list

2016-11-14 Thread Yosi Kalmanson
I'm running Audience report through API and it returns rows with userListName that we never created, have or had in our account. Some rows with this userListName even has some clicks. The name of the list is "Similar to UserListId: 398038172". What is it? -- --