Hi there, We have successfully tested the API on the sandbox platform, but when we switched over to the Production environment, it seems that we are still getting Dummy Data back. We are using PHP.
We commented out the $CampaignService and $CampaignSelector parts of our file to access the production environment. auth.ini file: email="XXXX" - MCC account password="XXXX" userAgent="Test" applicationToken="XXXX" - matched exactly to approved token online developerToken="XXXX" - matched exactly to approved token online userAgent = "AdWords API Sample Web Application" settings.ini file: DEFAULT_SERVER = "https://adwords.google.com" We are looking to get keyword data back from the GetTargetingIdeaService('v201101'); and GetTrafficEstimatorService('v201101'); $selector = new TargetingIdeaSelector(); $selector->requestType = 'STATS'; $selector->ideaType = 'KEYWORD'; $selector->requestedAttributeTypes = array('CRITERION', 'AVERAGE_TARGETED_MONTHLY_SEARCHES','GLOBAL_MONTHLY_SEARCHES','COMPETITION'); We're specifically looking for the $data['AVERAGE_TARGETED_MONTHLY_SEARCHES'] and $data['GLOBAL_MONTHLY_SEARCHES'] fields. When we ran our keywords, they never matched up to the online tool. We are using EXACT and US/English data. We have yet to be charged any credits, and i called into Google to confirm and they confirmed that we havent been charged any units yet. So, I assume we are still on the sandbox environment. Any help as to why we're not getting data, or not connecting to the production environment? Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
