Hello,
i plan to use url template like this
aza=adwords_{network}_{campaignid}_{adgroupid}_{targetid}
(of course i will extract keyword ID from {targetid})
and i need to get costs from adwords for every visit
i plan to use KEYWORDS_PERFORMANCE_REPORT with this columns 'Date', 'CampaignId', 'AdGroupId', 'Id', 'Impressions', 'Clicks', 'Cost'
Am I doing everything right?
thank you