the image when I hit "create property"I want to add new site to google analytics.
When I was trying to create new property, I thought the first question would be "What would you like to track? Website of Mobile app", but it seems like different in my case as you can see the picture that I attached.
Does anyone have any idea to solve this problem?
If you want to use the Universal Analytics Property just click on 'Show advanced options' button and create a new one. Otherwise, follow documentation for setup new GA4 Property: https://support.google.com/analytics/answer/9744165?hl=en
Related
I use Gogle analytics 4 with tag manageur to track my website user
I creat a tag that can track click
As you can see the text information is here
But I can't manage to build a table of that in the explorer report section. I alredy try to creat a costum dimension and it fail.
any help please ?
thank you very much
We are using GA product. In our Admin board, we create a new account and a new property(web+App), but we don't see the view column. Since we want to use the google report api, the viewId is required, so we need to figure out how to create the views.
You can create a former one.
Follow these steps.
Click the 'Show advanced option'
during the property creation
Activate the 'Create a Universal Analytics property'
Check Also 'Create a Universal Analytics property Only'
Then you can see Tracking code and View.
Only Universal Analytics property has ViewID. GA4 has not.
Admin > Create Property > Show Advance Option
new property(app+web) doesn't provide any 'view's. And i think the thing 'the viewid' meant 'measurement id' in new property.
maybe below posts from Krista would be helpful to deal with your problem
https://www.kristaseiden.com/step-by-step-setting-up-an-app-web-config-tag-in-gtm/
I want to show the New vs returning report, under behavior menu on google analytic site accounts, on my site admin dashboard.
I hope there is a option google analytic to set new widget and add this report over there. And that way I can show this report with just selecting this new widget.
But I am no able to add this report after adding new widget.
someone can help please to guide me how can I add this "New vs Returning " report to my new created widget.
Or is there any API to retrieve this report to my site?
You cant add new reports to the main menu on Google Analytics website.
The only way to add and see custom reports is, in the Dashboards or though customization -> Custom Reports.
when creating a community/fan page for a Game through the settings in the developer account, you have the option to add a "Play Game" button just below the title image of the page.
Creating a Page in any other way, you do not seem to have that option. Hence my problem:
We created our Community page and started generating likes and traffic to it, before creating a Game App in the developer tool. We have now launched our Game and want to have the "Play Game" button on the community page.
Is there any way of achieving this other than creating an entirely new page and asking people to move their likes there?
I have looked into Migrating the page, but that option does not seem to be available any more, and it is unclear whether it would work anyway. The other option is to just create the new page and ask people to like the new page instead. This would make us lose our vanity URL though, which we do not wish to lose...
Thank you,
John
I ran into the same problem, and have finally found a solution:
Go into your Page Settings (Edit Page -> Update Info).
Under category, choose "App Page".
Save changes.
Now go to your App settings.
Choose App Details.
(If you have submitted to App Center, cancel the submission).
Choose you page under "App Page".
Save changes.
In FB developer settings, go to your app>advanced settings at the bottom there is a spot to create a community page. That page that you create will have the Play Button you are looking for.
It's a been old question but the solution that is working nowadays is :
go to your facebook page,
Settings > Page Info
there you need to update your category and ONLY have "App Page" selected
Then go to your Facebook developer account , select your app and
Go to Settings > Advanced
In the App Pages part you should see "select from existing" button where you can select and link your existing Facebook page
Done :)
I've searched high and low for an answer for this problem and need the help of experts.
The website I'm helping to oversee has a registration in a frame on their main website. When a user visits the site, they can choose which course to take and click on a "Register" link to be taken to the externally hosted form.
I was able to get the GA tags changed on the framed pages, so that step is done.
However, I realise that in order to properly cross-domain track with Google Analytics, I need to also add an onclick event to any links that bring users to those pages, such as the example below.
Link
However, the site I'm working with is in Wordpress, and when I view the link in there it looks like this:
[iab_event link="http://www.EXAMPLESITE.com/course/4105/register.asp" text="Register"]
And when you view the page source of the live site this link is translated to this:
Register
I tried adding the second onclick event to the one above, but that didn't work. Is there any way to add the onClick="pageTracker._link('http://www.EXAMPLESITE.com/course/4105/register.asp'); return false;" to this link without breaking it?
Thank you in advance for any advice given!
Try stacking them in the onclick event like this:
Register
It should run all of the commands as long as they're separated by semi-colons.