Hi, In my adwords account i have 3 types of keywords, namely: 1. "+jeddah+kolkata" phrase type 2. [+jeddah+kolkata+exact] exact type 3. +jeddah+kolkata+broad broad type 4. [abc] exact type 5. abc broad type
However, when i my downloading the KEYWORDS_PERFORMANCE_REPORT using the below query, i am getting these 3 keywords with double quotes at the beginning and at the end also which is not required. Can i get the keyword text as per their type. Ex. : Above keywords in the downloaded report are coming as: "+jeddah+kolkata" phrase type "+jeddah+kolkata+exact" exact type "+jeddah+kolkata+broad" broad type abc broad abc exact Desired output: "+jeddah+kolkata" phrase type [+jeddah+kolkata+exact] exact type +jeddah+kolkata+broad broad type abc broad [abc] exact Query used: SELECT CampaignName, CampaignId, AdGroupName, AdGroupId, Id, Criteria, Status, IsNegative, KeywordMatchType, Date FROM KEYWORDS_PERFORMANCE_REPORT WHERE Status IN [ENABLED, PAUSED] AND AdGroupStatus IN [ENABLED, PAUSED] AND CampaignStatus IN [ENABLED, PAUSED] DURING TODAY -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0add4755-809c-4d03-a1fd-e13570ce3284%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
