Re: Using Or with Where statement

2018-11-20 Thread Ns sh
> AdWords API Team > > On Monday, November 19, 2018 at 4:11:18 PM UTC+8, Ns sh wrote: >> >> Hi Dannison, >> I still have the same error after conversion: >> Where("Impressions" Or "Clicks" Or "Conversions" Or "AllConversions"). &

Re: Using Or with Where statement

2018-11-19 Thread Ns sh
Hi Dannison, I still have the same error after conversion: Where("Impressions" Or "Clicks" Or "Conversions" Or "AllConversions"). GreaterThan(CLng(0)) On Friday, 16 November 2018 17:05:02 UTC+1, Ns sh wrote: > > Could you please help me to c

Using Or with Where statement

2018-11-16 Thread Ns sh
Could you please help me to correct this statement: .Where("Impressions" Or "Clicks" Or "Conversions").GreaterThan(0) I go an error "'Conversion from string "Impressions" to type 'Long' is not valid'". Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

INVALID_PREDICATE_FIELD_NAME

2018-11-16 Thread Ns sh
Hi, I got an error "INVALID_PREDICATE_FIELD_NAME" when I was trying to download gezipped XML Adwords data for uploading to the our server. Dim query1 As ReportQuery = New ReportQueryBuilder() _ .Select("AccountDescriptiveName", "AdGroupId", "AdGroupName", "AdGroupStatus", "BiddingStrategyType",

Creating Creating a products partition takes long time

2018-10-26 Thread Ns sh
Hi, I am trying to create products in Adwords by using data from my database like that: spgCampaignId spgCampaign spgAdgroupId spgAdgroup spgProductgroupParent spgProductgroupChild spgCPCBid

Creating a products partition cost long time.

2018-10-26 Thread Ns sh
Hi, I have a problem with long time to add products Adwords . I tried to use the recursion tree in the documentation of google but still cost along time. I will try to explain what I am trying to do: I get data about the new products that I have to add like rows from the database like that: