google-adwords

Google Analytics API 500 internal error during AdWords link creation

天大地大妈咪最大 提交于 2020-02-24 14:58:48
问题 I'm getting Error : "code":500,"message":"There was an internal error." exception every time I'm trying to link Google analytics to Adwords via Analytics Management API. Code is pretty straightforward (PHP), just like documentation example: $adwordsAccounts = []; foreach ($adwordsAccountIds as $customerId) { $adwordsAccount = new \Google_Service_Analytics_AdWordsAccount(); $adwordsAccount->setCustomerId($customerId); $adwordsAccount->setAutoTaggingEnabled(true); $adwordsAccounts[] =

Google Analytics API 500 internal error during AdWords link creation

余生长醉 提交于 2020-02-24 14:58:06
问题 I'm getting Error : "code":500,"message":"There was an internal error." exception every time I'm trying to link Google analytics to Adwords via Analytics Management API. Code is pretty straightforward (PHP), just like documentation example: $adwordsAccounts = []; foreach ($adwordsAccountIds as $customerId) { $adwordsAccount = new \Google_Service_Analytics_AdWordsAccount(); $adwordsAccount->setCustomerId($customerId); $adwordsAccount->setAutoTaggingEnabled(true); $adwordsAccounts[] =

how to run adword api from localhost

喜你入骨 提交于 2020-02-08 07:29:08
问题 Anyone know how to run google adword api from localhost? I am using adword( aw_4.6.1 version) php library. Besides after setting all the things i got the following error I have run it from command prompt using windows7. C:\xampp\1.8.0\php>php C:\Apps\xampp\1.8.0\htdocs\aw_4.6.1\examples\Adx\v201309\BasicOperations\GetCampaigns.php An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from 'adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external

GA: Report with transactions doesn't show all of them

孤者浪人 提交于 2020-01-24 22:52:25
问题 I have created a report with Data Studio taking values from GA and I have defined a table with several data like age, sex, hour, total users and transaccions. At the end of the table it shows the total of transactions which are 8 and this data is correct. But If I seek this transactions in the table I only found 2. Here you can see the table ordered by transactions and you can see how there is only 2. And these are the sources of the data of the table: Am I doing something wrong? How can I

GA: Report with transactions doesn't show all of them

微笑、不失礼 提交于 2020-01-24 22:52:05
问题 I have created a report with Data Studio taking values from GA and I have defined a table with several data like age, sex, hour, total users and transaccions. At the end of the table it shows the total of transactions which are 8 and this data is correct. But If I seek this transactions in the table I only found 2. Here you can see the table ordered by transactions and you can see how there is only 2. And these are the sources of the data of the table: Am I doing something wrong? How can I

Google Adwords: Configuration Not Loading Properly

谁说胖子不能爱 提交于 2020-01-17 07:27:25
问题 I'm following this tutorial: https://developers.google.com/adwords/api/docs/guides/first-api-call#make_your_first_api_call_1 And I'm at that step I linked. When I go into terminal and run php path/to/GetCampaigns.php it returns this error: `PHP Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201609\cm\ApiException' with message '[QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'_dev_token_']' in /var/www/AdwordsAPI/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util

google adwords API: how to retrieve all fields(AWQL)

亡梦爱人 提交于 2020-01-14 03:38:05
问题 ive been looking on Google Adwords API documentation but have no luck, my specific question is: I need to retrieve all available fields from a report but there no "SELECT *" statement on AWQL . And selecting every one of them manually is not an option in our implementation due to dynamic report retrieving so , if we cant use "SELECT *" then we need a way to retrieve a list of available fields which will then be used to dynamically create a SELECT AWL statement(in function of the corresponding

google adwords conversion tracking with swift

限于喜欢 提交于 2020-01-12 14:28:10
问题 I am trying to get google adwords working on a swift project I have followed https://developers.google.com/app-conversion-tracking/ios/ and have had no results. Keeps saying no such module "ACTReporter" Does anyone have any info? 回答1: This is possible in Swift using the usual bridging header routine. You can add the SDK to your project manually or use the GoogleConversionTracking pod. Just add the pod to your podfile: pod 'GoogleConversionTracking' and then add the following to your bridging